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..c9cf2a201f 100644 --- a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb @@ -7,16 +7,14 @@ 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 + SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier AnalysisServicesServerUpdateParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters - OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay GatewayListStatusLive = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive - OperationListResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult 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 +22,26 @@ 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 + ConnectionMode = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode + OperationStatus = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus + Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State + OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay + 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 - ConnectionMode = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status + ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku 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,18 @@ def method_missing(method, *args) end class ModelClasses + def sku_tier + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier + end def analysis_services_server_update_parameters Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters 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 end - def operation_list_result - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult - 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 +104,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 +122,36 @@ 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 + def connection_mode + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode + end + def operation_status + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus + end + def resource + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource end def state Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State end + def operation_display + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay + end + 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 connection_mode - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode - end def status Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status end + def resource_sku + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku + 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..55d59ec42b 100644 --- a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb @@ -7,7 +7,9 @@ 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 + Certificate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Certificate + 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 @@ -18,21 +20,18 @@ module Mgmt ApiProduct = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiProduct ApiPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiPolicy ApiSchema = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiSchema + Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy ApiDiagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiDiagnostic ApiIssue = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiIssue ApiIssueComment = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiIssueComment - 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 NotificationRecipientEmail = Azure::ApiManagement::Mgmt::V2018_06_01_preview::NotificationRecipientEmail @@ -50,52 +49,54 @@ module Mgmt 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 + ApiIssueAttachment = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiIssueAttachment 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 + Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag ApiVersionSet = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiVersionSet + UserIdentities = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserIdentities + UserGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserGroup ApiExport = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiExport + Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger module Models + ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + 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 AccessInformationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract RepresentationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract ApimResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApimResource @@ -111,7 +112,6 @@ module Models UserTokenParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserTokenParameters RegionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract 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 ApiVersionSetContractDetails = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails UserIdentityCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection @@ -119,11 +119,8 @@ module Models ProductEntityBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters ApiManagementServiceUpdateHostnameParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters 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 @@ -152,80 +149,79 @@ module Models UserCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCollection ApiRevisionCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionCollection SubscriptionCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCreateParameters + ApiReleaseCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection ApiVersionSetEntityBase = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetEntityBase - IdentityProviderList = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList + OperationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection RequestContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestContract - IdentityProviderUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderUpdateParameters + IdentityProviderList = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList 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 - BackendReconnectContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendReconnectContract + AuthorizationServerContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContract CertificateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract ApiManagementServiceResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource ApiManagementServiceUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters @@ -239,28 +235,29 @@ module Models RecipientEmailContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract OpenidConnectProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings - PortalSignupSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings + BackendContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract + BackendReconnectContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendReconnectContract PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings - SubscriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract + PortalSignupSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract - TagContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract + SubscriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract - ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract + TagContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat - Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol - ContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat + ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType - ApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType - State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State + ContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType - AlwaysLog = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog + ApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState - GrantType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType + AlwaysLog = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod - ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod + GrantType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod - BackendProtocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol + State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + BackendProtocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol + ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod SkuType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType VirtualNetworkType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType NameAvailabilityReason = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NameAvailabilityReason @@ -270,18 +267,21 @@ module Models IdentityProviderType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderType LoggerType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType 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 VersioningScheme = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme TemplateName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName NotificationName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName PolicyScopeContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract ExportFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat + 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 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, :certificate, :subscription, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :api_policy, :api_schema, :policy, :api_diagnostic, :api_issue, :api_issue_comment, :authorization_server, :backend, :api_management_operations, :api_management_service, :diagnostic, :email_template, :group_user, :identity_provider, :notification, :notification_recipient_user, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :sign_up_settings, :delegation_settings, :product, :product_api, :product_group, :product_subscriptions, :product_policy, :property, :quota_by_counter_keys, :quota_by_period_keys, :reports, :tag_resource, :tag_description, :api_issue_attachment, :operation_operations, :tenant_access, :tenant_access_git, :tenant_configuration, :user, :user_subscription, :tag, :api_version_set, :user_identities, :user_group, :api_export, :logger, :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,9 @@ 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 + @certificate = @client_0.certificate + @subscription = @client_0.subscription @policy_snippets = @client_0.policy_snippets @regions = @client_0.regions @api = @client_0.api @@ -302,21 +304,18 @@ def initialize(configurable, base_url=nil, options=nil) @api_product = @client_0.api_product @api_policy = @client_0.api_policy @api_schema = @client_0.api_schema + @policy = @client_0.policy @api_diagnostic = @client_0.api_diagnostic @api_issue = @client_0.api_issue @api_issue_comment = @client_0.api_issue_comment - @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 @notification_recipient_email = @client_0.notification_recipient_email @@ -334,20 +333,21 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @api_issue_attachment = @client_0.api_issue_attachment @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 + @tag = @client_0.tag @api_version_set = @client_0.api_version_set + @user_identities = @client_0.user_identities + @user_group = @client_0.user_group @api_export = @client_0.api_export + @logger = @client_0.logger @model_classes = ModelClasses.new end @@ -366,96 +366,99 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + end + 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 + 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 - end def access_information_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract end @@ -501,9 +504,6 @@ def region_contract 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 end @@ -525,21 +525,12 @@ def api_management_service_update_hostname_parameters 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 @@ -624,227 +615,224 @@ def api_revision_collection def subscription_create_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCreateParameters end + def api_release_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection + end def api_version_set_entity_base Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetEntityBase end - def identity_provider_list - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList + def operation_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection end 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 identity_provider_list + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList 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 - end - def backend_reconnect_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendReconnectContract + def authorization_server_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContract end def certificate_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract @@ -885,72 +873,75 @@ def openid_connect_provider_contract def portal_signin_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings end - def portal_signup_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings + def backend_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract + end + def backend_reconnect_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendReconnectContract end def portal_delegation_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings end - def subscription_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract + def portal_signup_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings end def property_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract end - def tag_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract + def subscription_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract end def tag_description_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract end - def api_version_set_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract + def tag_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract 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 - end - def content_format - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat + def api_version_set_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract end def soap_api_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType 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 + def content_format + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat end def sampling_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType end - def always_log - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog + def api_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType end def product_state Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState end - def grant_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType + def always_log + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog end def authorization_method Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod end - def client_authentication_method - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod + def grant_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType end def bearer_token_sending_method Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod end - def backend_protocol - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol + def state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State end def hostname_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType end + def backend_protocol + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol + end + def client_authentication_method + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod + end def sku_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType end @@ -978,12 +969,6 @@ def logger_type 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 - end - def async_operation_status - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus - end def key_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType end @@ -1002,6 +987,21 @@ def policy_scope_contract def export_format Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat 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 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 c42897b78d..47e0deeee7 100644 --- a/azure_sdk/lib/latest/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/latest/modules/authorization_profile_module.rb @@ -8,38 +8,38 @@ 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 RoleDefinitions = Azure::Authorization::Mgmt::V2018_01_01_preview::RoleDefinitions + Permissions = Azure::Authorization::Mgmt::V2018_01_01_preview::Permissions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2018_01_01_preview::ProviderOperationsMetadataOperations DenyAssignments = Azure::Authorization::Mgmt::V2018_07_01_preview::DenyAssignments RoleAssignments = Azure::Authorization::Mgmt::V2018_09_01_preview::RoleAssignments module Models - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult ClassicAdministrator = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator - ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType - RoleDefinitionFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter - ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult - Permission = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission - RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult RoleDefinitionListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult ProviderOperation = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata + Permission = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission + RoleDefinitionFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter PermissionGetResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult + ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType + ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult + RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition Principal = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::Principal DenyAssignment = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignment DenyAssignmentPermission = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentPermission DenyAssignmentListResult = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentListResult DenyAssignmentFilter = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter - RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult - RoleAssignmentFilter = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter RoleAssignmentCreateParameters = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentCreateParameters - RoleAssignment = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment PrincipalType = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType + RoleAssignment = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment + RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult + RoleAssignmentFilter = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter end class AuthorizationManagementClass - attr_reader :classic_administrators, :provider_operations_metadata_operations, :permissions, :role_definitions, :deny_assignments, :role_assignments, :configurable, :base_url, :options, :model_classes + attr_reader :classic_administrators, :role_definitions, :permissions, :provider_operations_metadata_operations, :deny_assignments, :role_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,9 +56,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations - @permissions = @client_1.permissions @role_definitions = @client_1.role_definitions + @permissions = @client_1.permissions + @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @client_2 = Azure::Authorization::Mgmt::V2018_07_01_preview::AuthorizationManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -97,39 +97,39 @@ def method_missing(method, *args) end class ModelClasses - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult - end def classic_administrator Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator end - def resource_type - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType - end - def role_definition_filter - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter - end - def provider_operations_metadata_list_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult end - def permission - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission + def role_definition_list_result + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult end - def role_definition - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition + def provider_operation + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation end def provider_operations_metadata Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata end - def role_definition_list_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult + def permission + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission end - def provider_operation - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation + def role_definition_filter + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter end def permission_get_result Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult end + def resource_type + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType + 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 principal Azure::Authorization::Mgmt::V2018_07_01_preview::Models::Principal end @@ -145,20 +145,20 @@ def deny_assignment_list_result def deny_assignment_filter Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter end - def role_assignment_list_result - Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult - end - def role_assignment_filter - Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter - end def role_assignment_create_parameters Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentCreateParameters end + def principal_type + Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType + end def role_assignment Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment end - def principal_type - Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType + def role_assignment_list_result + Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult + end + def role_assignment_filter + Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter end end end diff --git a/azure_sdk/lib/latest/modules/automation_profile_module.rb b/azure_sdk/lib/latest/modules/automation_profile_module.rb index bfb000644e..54920c803d 100644 --- a/azure_sdk/lib/latest/modules/automation_profile_module.rb +++ b/azure_sdk/lib/latest/modules/automation_profile_module.rb @@ -7,10 +7,13 @@ module Azure::Profiles::Latest module Automation module Mgmt - AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations + 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 Operations = Azure::Automation::Mgmt::V2015_10_31::Operations + AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations 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 @@ -36,34 +39,39 @@ module Mgmt RunbookOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookOperations TestJobStreams = Azure::Automation::Mgmt::V2015_10_31::TestJobStreams TestJobOperations = Azure::Automation::Mgmt::V2015_10_31::TestJobOperations - ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations - VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations - WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations module Models + ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku + ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay + ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + 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 + 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 +90,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 @@ -94,95 +101,88 @@ module Models AgentRegistrationKeys = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters + CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters 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 + ActivityParameterValidationSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet 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 + ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet 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 + KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult + UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult + ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink - DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters - ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters JobStreamListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult - ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult + ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters - ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters + CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter - ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters + ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters + ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult + DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters 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 RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter - ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters + ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft + TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField + 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 + ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult - DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty + AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters + DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty + CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters - RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult + ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters - ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty + DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult 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 - DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult + Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential 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 + DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration - 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 Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook - Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule - Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable + Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection + ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel 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 + DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration AutomationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName + Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate + AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState + Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable AutomationKeyPermissions = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions - JobProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState + SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus 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 + Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState 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 + DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState + JobProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState 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 - ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency 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 :schedule_operations, :variable_operations, :webhook_operations, :usages, :operations, :automation_account_operations, :statistics_operations, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :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, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -192,10 +192,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @automation_account_operations = @client_0.automation_account_operations + @schedule_operations = @client_0.schedule_operations + @variable_operations = @client_0.variable_operations + @webhook_operations = @client_0.webhook_operations + @usages = @client_0.usages @operations = @client_0.operations + @automation_account_operations = @client_0.automation_account_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 @@ -221,9 +224,6 @@ def initialize(configurable, base_url=nil, options=nil) @runbook_operations = @client_0.runbook_operations @test_job_streams = @client_0.test_job_streams @test_job_operations = @client_0.test_job_operations - @schedule_operations = @client_0.schedule_operations - @variable_operations = @client_0.variable_operations - @webhook_operations = @client_0.webhook_operations @model_classes = ModelClasses.new end @@ -242,6 +242,48 @@ def method_missing(method, *args) end class ModelClasses + def module_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + end + def sku + Azure::Automation::Mgmt::V2015_10_31::Models::Sku + end + def schedule_day + Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay + end + def schedule_frequency + Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + end + def runbook_type_enum + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + 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 + 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 +302,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 +317,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 +326,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 +335,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 +389,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 @@ -401,110 +422,104 @@ def job_schedule_create_parameters def dsc_node_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters end + def certificate_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters + end 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 def statistics_list_result Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult end def activity_parameter Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter end + def activity_parameter_validation_set + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet + end def key Azure::Automation::Mgmt::V2015_10_31::Models::Key end - 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 + def activity_parameter_set + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet + end def webhook_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters end - def activity_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult - end def connection_type Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType end def module_error_info Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo end + def key_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult + end def webhook_list_result Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult end - def content_link - Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink + def usage_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult end - def dsc_compilation_job_create_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters + def activity_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult end - def schedule_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters + def content_link + Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink end def job_stream_list_result Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult end - def module_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult + def schedule_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters end def dsc_configuration_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters end - def module_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters + def certificate_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult end 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 + def module_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters end - def usage - Azure::Automation::Mgmt::V2015_10_31::Models::Usage + def module_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult end - def type_field_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult + def dsc_compilation_job_create_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters end - def certificate_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + def automation_account_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters 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 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 type_field + Azure::Automation::Mgmt::V2015_10_31::Models::TypeField + 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 connection_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters end def content_source Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource @@ -512,8 +527,8 @@ def content_source 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 + 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 @@ -521,14 +536,23 @@ def runbook_create_or_update_parameters def automation_account_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters end + def dsc_node_configuration_association_property + Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty + end + def certificate_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + end + def runbook_draft_undo_edit_result + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult + end 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 end - def runbook_draft_undo_edit_result - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult + def connection_type_association_property + Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty end def dsc_configuration_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult @@ -536,41 +560,26 @@ def dsc_configuration_list_result def test_job_create_parameters Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters end - def connection_type_association_property - Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty + def dsc_compilation_job_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult end 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 end - def dsc_compilation_job_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult + def credential + Azure::Automation::Mgmt::V2015_10_31::Models::Credential end 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 - end - def credential - Azure::Automation::Mgmt::V2015_10_31::Models::Credential + def dsc_node + Azure::Automation::Mgmt::V2015_10_31::Models::DscNode end def dsc_compilation_job Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob @@ -578,41 +587,41 @@ def dsc_compilation_job def dsc_configuration Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration end - def dsc_node - Azure::Automation::Mgmt::V2015_10_31::Models::DscNode + def runbook + Azure::Automation::Mgmt::V2015_10_31::Models::Runbook end - def dsc_node_configuration - Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration + def connection + Azure::Automation::Mgmt::V2015_10_31::Models::Connection end def module_model Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel end - def runbook - Azure::Automation::Mgmt::V2015_10_31::Models::Runbook + def webhook + Azure::Automation::Mgmt::V2015_10_31::Models::Webhook end def schedule Azure::Automation::Mgmt::V2015_10_31::Models::Schedule end - def variable - Azure::Automation::Mgmt::V2015_10_31::Models::Variable + def dsc_node_configuration + Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration end - def webhook - Azure::Automation::Mgmt::V2015_10_31::Models::Webhook + def automation_key_name + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName end - def sku_name_enum - Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum + def certificate + Azure::Automation::Mgmt::V2015_10_31::Models::Certificate end def automation_account_state Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState end - def automation_key_name - Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName + def variable + Azure::Automation::Mgmt::V2015_10_31::Models::Variable end def automation_key_permissions Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions end - def job_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState + def sku_name_enum + Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum end def job_status Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus @@ -623,8 +632,8 @@ def job_stream_type def content_source_type Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType end - def dsc_configuration_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState + def usage + Azure::Automation::Mgmt::V2015_10_31::Models::Usage end def dsc_configuration_state Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState @@ -635,11 +644,11 @@ def agent_registration_key_name def group_type_enum Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum end - def module_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + def dsc_configuration_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState end - def runbook_type_enum - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + def job_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState end def runbook_state Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState @@ -647,15 +656,6 @@ 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 schedule_frequency - Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency - end end end end diff --git a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb index 5a59c5a0c3..b0fcbca4f3 100644 --- a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb +++ b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb @@ -8,25 +8,25 @@ module Azure::Profiles::Latest module Autosuggest module Models - Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error + Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext SuggestionsSuggestionGroup = Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer + Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action Suggestions = Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions Thing = Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork - Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action SearchAction = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction Identifiable = Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response - ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse + SearchResultsAnswer = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch + ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat + SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch + Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error end class AutosuggestDataClass @@ -58,8 +58,8 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::Autosuggest::V1_0::Models::Error + def response + Azure::CognitiveServices::Autosuggest::V1_0::Models::Response end def query_context Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext @@ -73,8 +73,8 @@ def response_base def answer Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer end - def search_results_answer - Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer + def action + Azure::CognitiveServices::Autosuggest::V1_0::Models::Action end def suggestions Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions @@ -85,20 +85,14 @@ def thing def creative_work Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork end - def action - Azure::CognitiveServices::Autosuggest::V1_0::Models::Action - end def search_action Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction end def identifiable Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::Autosuggest::V1_0::Models::Response - end - def error_response - Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse + def search_results_answer + Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer end def scenario_type Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType @@ -109,12 +103,18 @@ def search_kind def error_code Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode end - def safe_search - Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch + def error_response + Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse end def response_format Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat end + def safe_search + Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch + end + def error + Azure::CognitiveServices::Autosuggest::V1_0::Models::Error + 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..a7d8bd559a 100644 --- a/azure_sdk/lib/latest/modules/batch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/batch_profile_module.rb @@ -7,15 +7,19 @@ module Azure::Profiles::Latest module Batch module Mgmt + Location = Azure::Batch::Mgmt::V2017_09_01::Location BatchAccountOperations = Azure::Batch::Mgmt::V2017_09_01::BatchAccountOperations ApplicationPackageOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationPackageOperations ApplicationOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationOperations - Location = Azure::Batch::Mgmt::V2017_09_01::Location + PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations Operations = Azure::Batch::Mgmt::V2017_09_01::Operations CertificateOperations = Azure::Batch::Mgmt::V2017_09_01::CertificateOperations - PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations module Models + OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate + WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration + ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource 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 @@ -23,9 +27,7 @@ module Models 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 @@ -33,8 +35,6 @@ module Models 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,21 +42,17 @@ 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 + DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk ResourceFile = Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile BatchAccountKeys = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountKeys 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 @@ -64,23 +60,20 @@ module Models ResizeError = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties 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 ListPoolsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult ListCertificatesResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult 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 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 + CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters CertificateProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState + CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState PoolProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState AllocationState = Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState CachingType = Azure::Batch::Mgmt::V2017_09_01::Models::CachingType @@ -94,11 +87,18 @@ module Models AutoUserScope = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserScope CertificateStoreLocation = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation CertificateVisibility = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility + Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource + ImageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference + OperationDisplay = Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay + 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 NameAvailabilityReason = Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason + InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool 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 :location, :batch_account_operations, :application_package_operations, :application_operations, :pool_operations, :operations, :certificate_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) + @location = @client_0.location @batch_account_operations = @client_0.batch_account_operations @application_package_operations = @client_0.application_package_operations @application_operations = @client_0.application_operations - @location = @client_0.location + @pool_operations = @client_0.pool_operations @operations = @client_0.operations @certificate_operations = @client_0.certificate_operations - @pool_operations = @client_0.pool_operations @model_classes = ModelClasses.new end @@ -133,6 +133,18 @@ def method_missing(method, *args) end class ModelClasses + def osdisk + Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + end + def certificate + Azure::Batch::Mgmt::V2017_09_01::Models::Certificate + end + def windows_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration + end + def proxy_resource + Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource + end def fixed_scale_settings Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings end @@ -154,15 +166,9 @@ def key_vault_reference 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 @@ -184,12 +190,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,21 +211,18 @@ 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 def deployment_configuration Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration end + def data_disk + Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk + end def resource_file Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile end @@ -241,21 +238,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 @@ -277,12 +265,6 @@ def certificate_base_properties def resize_operation_status Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus end - def windows_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration - end - def operation - Azure::Batch::Mgmt::V2017_09_01::Models::Operation - end def application_update_parameters Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters end @@ -301,33 +283,30 @@ def auto_storage_properties def batch_account Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount end - def certificate - Azure::Batch::Mgmt::V2017_09_01::Models::Certificate - end - def certificate_create_or_update_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters - 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 def package_state Azure::Batch::Mgmt::V2017_09_01::Models::PackageState end - def certificate_format - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + def certificate_create_or_update_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters end def certificate_provisioning_state Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState end + def certificate_format + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + end + def provisioning_state + Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState + end def pool_provisioning_state Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState end @@ -367,9 +346,30 @@ def certificate_store_location def certificate_visibility Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility end + def resource + Azure::Batch::Mgmt::V2017_09_01::Models::Resource + end + def image_reference + Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference + end + def operation_display + Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay + 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 name_availability_reason Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason end + def inbound_nat_pool + Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool + 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..d326d4a6b9 100644 --- a/azure_sdk/lib/latest/modules/billing_profile_module.rb +++ b/azure_sdk/lib/latest/modules/billing_profile_module.rb @@ -13,19 +13,19 @@ module Mgmt Operations = Azure::Billing::Mgmt::V2018_03_01_preview::Operations module Models - ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse + EnrollmentAccountListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult ErrorDetails = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails + OperationDisplay = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay + BillingPeriod = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod + Operation = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation OperationListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult + EnrollmentAccount = Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccount + Invoice = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice + ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse Resource = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource 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 @@ -61,15 +61,33 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse + def enrollment_account_list_result + Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult 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 billing_period + Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod + 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 enrollment_account + Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccount + end + def invoice + Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice + end + def error_response + Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse + end def resource Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource end @@ -82,24 +100,6 @@ 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..b99fc7b6eb 100644 --- a/azure_sdk/lib/latest/modules/cdn_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cdn_profile_module.rb @@ -7,17 +7,19 @@ module Azure::Profiles::Latest module CDN module Mgmt - Profiles = Azure::CDN::Mgmt::V2017_10_12::Profiles - Endpoints = Azure::CDN::Mgmt::V2017_10_12::Endpoints - 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 + Endpoints = Azure::CDN::Mgmt::V2017_10_12::Endpoints + Profiles = Azure::CDN::Mgmt::V2017_10_12::Profiles + Origins = Azure::CDN::Mgmt::V2017_10_12::Origins module Models - OriginUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku + ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + TrackedResource = Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource + 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 @@ -34,11 +36,9 @@ module Models CustomDomainParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters EdgenodeResult = Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult CustomDomainListResult = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult - 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 +51,34 @@ 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 OptimizationType = Azure::CDN::Mgmt::V2017_10_12::Models::OptimizationType - EndpointResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + Origin = Azure::CDN::Mgmt::V2017_10_12::Models::Origin + CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain QueryStringCachingBehavior = Azure::CDN::Mgmt::V2017_10_12::Models::QueryStringCachingBehavior + EndpointResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource GeoFilterActions = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions OriginResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::OriginResourceState CustomDomainResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningState CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate + Resource = Azure::CDN::Mgmt::V2017_10_12::Models::Resource ResourceType = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType + OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay + Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation + SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName end class CDNManagementClass - attr_reader :profiles, :endpoints, :origins, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :configurable, :base_url, :options, :model_classes + attr_reader :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :endpoints, :profiles, :origins, :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 - @endpoints = @client_0.endpoints - @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 + @endpoints = @client_0.endpoints + @profiles = @client_0.profiles + @origins = @client_0.origins @model_classes = ModelClasses.new end @@ -113,12 +113,18 @@ 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 error_response + Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + end + def tracked_resource + Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource + 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 @@ -167,9 +173,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 +182,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 +218,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 @@ -242,36 +236,30 @@ def delivery_rule_url_file_extension_condition def delivery_rule_cache_expiration_action Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction end - 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 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 origin + Azure::CDN::Mgmt::V2017_10_12::Models::Origin + end + def custom_domain + Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain end def query_string_caching_behavior Azure::CDN::Mgmt::V2017_10_12::Models::QueryStringCachingBehavior end + def endpoint_resource_state + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + 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 @@ -287,9 +275,21 @@ def custom_https_provisioning_state def custom_https_provisioning_substate Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate end + def resource + Azure::CDN::Mgmt::V2017_10_12::Models::Resource + end def resource_type Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType 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 sku_name + Azure::CDN::Mgmt::V2017_10_12::Models::SkuName + 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..4c4f51e9f2 100644 --- a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb @@ -7,15 +7,18 @@ module Azure::Profiles::Latest module CognitiveServices module Mgmt - Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts - ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus Operations = Azure::CognitiveServices::Mgmt::V2017_04_18::Operations + ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus + Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability module Models - ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody 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 + ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + 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 +27,29 @@ 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 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 + 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 + Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error end class CognitiveServicesManagementClass - attr_reader :accounts, :resource_skus, :operations, :check_sku_availability, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :resource_skus, :accounts, :check_sku_availability, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,9 +59,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @accounts = @client_0.accounts - @resource_skus = @client_0.resource_skus @operations = @client_0.operations + @resource_skus = @client_0.resource_skus + @accounts = @client_0.accounts @check_sku_availability = @client_0.check_sku_availability @model_classes = ModelClasses.new @@ -81,14 +81,23 @@ def method_missing(method, *args) end class ModelClasses - def error_body - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody - 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 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 + 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 +123,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 @@ -135,36 +141,15 @@ def resource_sku_restriction_info def metric_name Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName end - def resource_sku_restrictions - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions - 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 @@ -174,11 +159,26 @@ def unit_type 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 + def provisioning_state + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState end - def resource_sku_restrictions_reason_code - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + 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 error + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error 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..fdd37c1d08 100644 --- a/azure_sdk/lib/latest/modules/commerce_profile_module.rb +++ b/azure_sdk/lib/latest/modules/commerce_profile_module.rb @@ -11,6 +11,7 @@ module Mgmt RateCard = Azure::Commerce::Mgmt::V2015_06_01_preview::RateCard module Models + ErrorResponse = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse MeterInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo ResourceRateCardInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ResourceRateCardInfo UsageAggregation = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregation @@ -18,7 +19,6 @@ module Models UsageAggregationListResult = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregationListResult OfferTermInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::OfferTermInfo RateCardQueryParameters = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RateCardQueryParameters - ErrorResponse = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse MonetaryCredit = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCredit MonetaryCommitment = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCommitment RecurringCharge = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RecurringCharge @@ -56,6 +56,9 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse + end def meter_info Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo end @@ -77,9 +80,6 @@ def offer_term_info def rate_card_query_parameters Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RateCardQueryParameters end - def error_response - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse - end def monetary_credit Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCredit 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..d04ac57c95 100644 --- a/azure_sdk/lib/latest/modules/compute_profile_module.rb +++ b/azure_sdk/lib/latest/modules/compute_profile_module.rb @@ -8,261 +8,261 @@ module Azure::Profiles::Latest module Compute module Mgmt ResourceSkus = Azure::Compute::Mgmt::V2017_09_01::ResourceSkus + VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetVMs + GalleryImages = Azure::Compute::Mgmt::V2018_06_01::GalleryImages Operations = Azure::Compute::Mgmt::V2018_06_01::Operations + VirtualMachineRunCommands = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineRunCommands + Disks = Azure::Compute::Mgmt::V2018_06_01::Disks + GalleryImageVersions = Azure::Compute::Mgmt::V2018_06_01::GalleryImageVersions + Galleries = Azure::Compute::Mgmt::V2018_06_01::Galleries + Snapshots = Azure::Compute::Mgmt::V2018_06_01::Snapshots + LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics 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 VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetExtensions VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetRollingUpgrades - VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetVMs - LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics - VirtualMachineRunCommands = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineRunCommands - 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 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 - 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 - 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 + ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions ResourceSkuRestrictionsType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType + ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku + ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo + ResourceSkusResult = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode - ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties + ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo + ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity 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 + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity + RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase 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 - GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku + RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage - CreationData = Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile Plan = Azure::Compute::Mgmt::V2018_06_01::Models::Plan - SourceVault = Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku + VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku + VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk KeyVaultKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference - VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile 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 - VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities - VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile + VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener - SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration WindowsConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration - VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration SshConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration - VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile + OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + SourceVault = Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + CreationData = Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile + BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile + DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile + VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile + VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult + VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile + ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMProfile - OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference 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 + VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + DiskSku = Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy 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 + ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus 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 + GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList 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 + ListUsagesResult = Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult 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 + DiskList = Azure::Compute::Mgmt::V2018_06_01::Models::DiskList 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 + VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView + 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 + GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase + 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 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 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 + VirtualMachineInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + Resource = Azure::Compute::Mgmt::V2018_06_01::Models::Resource + BootDiagnostics = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics RunCommandParameterDefinition = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition + RunCommandInputParameter = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList - RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + VirtualMachineListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult + GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + AdditionalUnattendContent = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent 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 + VirtualMachineImageResource = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource + DiskEncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings + AvailabilitySet = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet + VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage + VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult 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 + ImageDiskReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + VirtualMachineImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage + VirtualMachine = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine 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 - 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 + Image = Azure::Compute::Mgmt::V2018_06_01::Models::Image + DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate + ManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters + SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionUpdate - VirtualMachineImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage - VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult + RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration ImageReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageReference - ManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters + VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration 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 + VirtualMachineExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk + ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration - VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration + RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo VirtualMachineScaleSetUpdateNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration VirtualMachineScaleSetExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtension VirtualMachineScaleSet = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet - VirtualMachineScaleSetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate + DataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage 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 - RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument + AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes + Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk + OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus + CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + VirtualMachineScaleSetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate + StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames Gallery = Azure::Compute::Mgmt::V2018_06_01::Models::Gallery GalleryImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile - GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage + RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage 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 + SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes - CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes - DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes - StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes - DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions + ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode 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 + RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType + DiskCreateOption = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption ProtocolTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes - ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes - UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode + DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes 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 + GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage + AccessLevel = Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel + InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes + DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode - RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType - IntervalInMins = Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins - AggregatedReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState ReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState HostCaching = Azure::Compute::Mgmt::V2018_06_01::Models::HostCaching - DiskStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes - 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 - InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes + DiskStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes ReplicationStatusTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes + VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + AggregatedReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState + SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes 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_scale_set_vms, :gallery_images, :operations, :virtual_machine_run_commands, :disks, :gallery_image_versions, :galleries, :snapshots, :log_analytics, :availability_sets, :virtual_machine_extension_images, :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, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -291,26 +291,26 @@ def initialize(configurable, base_url=nil, options=nil) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) + @virtual_machine_scale_set_vms = @client_3.virtual_machine_scale_set_vms + @gallery_images = @client_3.gallery_images @operations = @client_3.operations + @virtual_machine_run_commands = @client_3.virtual_machine_run_commands + @disks = @client_3.disks + @gallery_image_versions = @client_3.gallery_image_versions + @galleries = @client_3.galleries + @snapshots = @client_3.snapshots + @log_analytics = @client_3.log_analytics @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 @virtual_machine_scale_set_extensions = @client_3.virtual_machine_scale_set_extensions @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 - @virtual_machine_run_commands = @client_3.virtual_machine_run_commands - @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 @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 - end - def resource_sku_capacity - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity - end - def resource_sku_location_info - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo + def resource_sku_costs + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts 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 + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions + end + def resource_sku_restrictions_type + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType + end def resource_sku Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku end - def resource_sku_costs - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts + def resource_sku_location_info + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo end def resource_skus_result Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult end + def resource_sku_restrictions_reason_code + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + end def resource_sku_restriction_info Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo 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_capacity + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity 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,395 +446,389 @@ 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 virtual_machine_size_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult + def encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings end - def virtual_machine_scale_set_data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk + def availability_set_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult end - def gallery_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + def image_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult end - def gallery_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity 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 run_command_document_base + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase 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 - end - def gallery_artifact_source - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - end - def sku - Azure::Compute::Mgmt::V2018_06_01::Models::Sku + def run_command_input + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput end def usage Azure::Compute::Mgmt::V2018_06_01::Models::Usage end - def creation_data - Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + def virtual_machine_scale_set_ip_tag + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag 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 virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile end def plan Azure::Compute::Mgmt::V2018_06_01::Models::Plan end - def source_vault - Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + def snapshot_sku + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku + end + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + end + def snapshot_list + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + end + def gallery_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + end + def gallery_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + end + def gallery_artifact_source + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource end def target_region Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion end - def image_purchase_plan - Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + def sku + Azure::Compute::Mgmt::V2018_06_01::Models::Sku + end + def virtual_machine_scale_set_data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk end def key_vault_key_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference end + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + end + def virtual_hard_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + end + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + end + def image_purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + end + def api_entity_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference + end + def additional_capabilities + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + end + def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + end + def win_rmlistener + Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener + end + def virtual_machine_scale_set_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + end + def windows_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration + end + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + end + def ssh_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration + end + def osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + end + def disallowed + Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + end + def source_vault + Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + end + 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 vault_certificate + Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate 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 diagnostics_profile + Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile end - def data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk + def boot_diagnostics_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + end + def network_profile + Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile 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 diff_disk_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings 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 virtual_machine_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue end - def snapshot_update - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + def regional_replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus end - def windows_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration + def storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile 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 image_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile 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 key_vault_and_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference 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 virtual_machine_scale_set_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue 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 gallery_image_version_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile end - def grant_access_data - Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData + def managed_artifact + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact end - def virtual_machine_agent_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + def rolling_upgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy 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 replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus 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 gallery_image_version_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList 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 + def list_usages_result + Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult 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 + def vault_secret_group + Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup end - def regional_replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + def sub_resource_read_only + Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly 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 + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult end - def image_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile + def upgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy end - def update_resource - Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource + def virtual_machine_extension_handler_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView end - def virtual_machine_scale_set_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + def purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan end - def sub_resource_read_only - Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly + def rolling_upgrade_progress_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo end - def gallery_image_version_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList + def access_uri + Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri end - def recovery_walk_response - Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse + def api_error_base + Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase 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 + def inner_error + Azure::Compute::Mgmt::V2018_06_01::Models::InnerError end - def log_analytics_input_base - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase + def virtual_machine_size + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize end - def additional_unattend_content - Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent + def api_error + Azure::Compute::Mgmt::V2018_06_01::Models::ApiError end - def log_analytics_output - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput + def ssh_public_key + Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey end - def vault_secret_group - Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup + def rolling_upgrade_running_status + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus end - def log_analytics_operation_result - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult + def update_resource + Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource 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 + def virtual_machine_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView end - def run_command_input - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + def resource + Azure::Compute::Mgmt::V2018_06_01::Models::Resource end - def image_disk_reference - Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + def boot_diagnostics + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics end def run_command_parameter_definition Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition end + def run_command_input_parameter + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter + end def gallery_image_list Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList end - def run_command_document_base - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + def virtual_machine_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult + end + def gallery_image_identifier + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + end + def additional_unattend_content + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent end def hardware_profile Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile end - def key_vault_and_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + def virtual_machine_image_resource + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource end - def ssh_public_key - Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey + def disk_encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings end - def run_command_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + def availability_set + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet + end + def virtual_machine_extension_image + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage + end + def virtual_machine_capture_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult end def maintenance_redeploy_status Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus end - def run_command_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + def image_disk_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + def virtual_machine_image + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage + end + def virtual_machine + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine end def gallery_identifier Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier @@ -797,77 +839,53 @@ def osdisk def key_vault_and_secret_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference end - def image_osdisk - Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk - end - def gallery_image_identifier - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier - end - def boot_diagnostics - Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics - end - def resource_range - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - end - def data_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage - end def recommended_machine_configuration Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration 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 + def image + Azure::Compute::Mgmt::V2018_06_01::Models::Image end - def virtual_machine_extension_image - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage + def disk_update + Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate end - def virtual_machine_image_resource - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource + def managed_disk_parameters + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters end - def virtual_machine_extension - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + def snapshot_update + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate end def virtual_machine_extension_update Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionUpdate end - def virtual_machine_image - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage + def run_command_result + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult end - def virtual_machine_capture_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult + def virtual_machine_scale_set_ipconfiguration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration end def image_reference Azure::Compute::Mgmt::V2018_06_01::Models::ImageReference end - def managed_disk_parameters - Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters + def virtual_machine_scale_set_network_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration end def network_interface_reference Azure::Compute::Mgmt::V2018_06_01::Models::NetworkInterfaceReference end - 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 + def virtual_machine_extension + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension end - def image_update - Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate + def image_osdisk + Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk end - def virtual_machine_scale_set_ipconfiguration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration + def resource_range + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange end def virtual_machine_scale_set_update_ipconfiguration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration end - def virtual_machine_scale_set_network_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration + def rolling_upgrade_status_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo end def virtual_machine_scale_set_update_network_configuration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration @@ -878,23 +896,38 @@ def virtual_machine_scale_set_extension def virtual_machine_scale_set Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet end - def virtual_machine_scale_set_update - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate + def data_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage end def virtual_machine_scale_set_vm Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM end - def rolling_upgrade_status_info - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo + def availability_set_sku_types + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes end - def request_rate_by_interval_input - Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput + def disk + Azure::Compute::Mgmt::V2018_06_01::Models::Disk end - def throttled_requests_input - Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + def operating_system_types + Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes end - def run_command_document - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument + def instance_view_status + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus + end + def caching_types + Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + end + def virtual_machine_scale_set_update + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate + end + def storage_account_types + Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + end + def status_level_types + Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + end + def component_names + Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames end def gallery Azure::Compute::Mgmt::V2018_06_01::Models::Gallery @@ -905,8 +938,8 @@ def gallery_image def gallery_image_version_publishing_profile Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile end - def gallery_osdisk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage + def run_command_document + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument end def gallery_data_disk_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage @@ -914,90 +947,60 @@ def gallery_data_disk_image 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 + def setting_names + Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames end def virtual_machine_size_types Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes 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 resource_identity_type + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType end - def storage_account_types - Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + def snapshot + Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot end - def diff_disk_options - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions + def upgrade_mode + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode 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 rolling_upgrade_action_type + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType end - def setting_names - Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + def disk_create_option + Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption end def protocol_types Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes end - def resource_identity_type - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + def ipversion + Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion end 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 + def disk_create_option_types + Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes 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 - end - def virtual_machine_eviction_policy_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + def gallery_osdisk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage end - def virtual_machine_scale_set_sku_scale_type - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + def access_level + Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel end - def upgrade_state - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + def instance_view_types + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes end - def upgrade_operation_invoker - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + def diff_disk_options + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions end def rolling_upgrade_status_code Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode end - def rolling_upgrade_action_type - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType - end - def interval_in_mins - Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins - 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 end @@ -1007,20 +1010,17 @@ def host_caching def disk_storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes 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 + def replication_status_types + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes end - def access_level - Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel + def virtual_machine_scale_set_sku_scale_type + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType end - def instance_view_types - Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes + def aggregated_replication_state + Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState end - def replication_status_types - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes + def snapshot_storage_account_types + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes end end end diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 2a7e5a2600..e1feada1be 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,20 @@ module Azure::Profiles::Latest module ComputerVision module Models + TagResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult + ColorInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo + ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError + LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel + ImageUrl = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl + ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails + TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes + Gender = Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender + ComputerVisionErrorCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes + VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes + OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages + TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode + Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details + ImageType = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line @@ -20,7 +34,6 @@ module Models OcrRegion = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion AdultInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo OcrResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult - ImageType = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType ModelDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription ImageCaption = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageCaption ListModelsResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::ListModelsResult @@ -33,19 +46,6 @@ module Models ImageTag = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag ImageDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription RecognitionResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::RecognitionResult - TagResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult - ColorInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo - ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError - LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel - ImageUrl = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl - ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails - TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes - Gender = Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender - ComputerVisionErrorCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes - VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes - OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages - TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode - Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details end class ComputerVisionDataClass @@ -77,6 +77,48 @@ def method_missing(method, *args) end class ModelClasses + def tag_result + Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult + end + def color_info + Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo + end + def computer_vision_error + Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError + end + def landmarks_model + Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel + end + def image_url + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl + end + def image_description_details + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails + end + def text_operation_status_codes + Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes + end + def gender + Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender + end + def computer_vision_error_codes + Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes + end + def visual_feature_types + Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes + end + def ocr_languages + Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages + end + def text_recognition_mode + Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode + end + def details + Azure::CognitiveServices::ComputerVision::V2_0::Models::Details + end + def image_type + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType + end def face_description Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription end @@ -113,9 +155,6 @@ def adult_info def ocr_result Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult end - def image_type - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType - end def model_description Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription end @@ -152,45 +191,6 @@ def image_description def recognition_result Azure::CognitiveServices::ComputerVision::V2_0::Models::RecognitionResult end - def tag_result - Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult - end - def color_info - Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo - end - def computer_vision_error - Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError - end - def landmarks_model - Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel - end - def image_url - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl - end - def image_description_details - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails - end - def text_operation_status_codes - Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes - end - def gender - Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender - end - def computer_vision_error_codes - Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes - end - def visual_feature_types - Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes - end - def ocr_languages - Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages - end - def text_recognition_mode - Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode - end - def details - Azure::CognitiveServices::ComputerVision::V2_0::Models::Details - end end end 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..4b3de42252 100644 --- a/azure_sdk/lib/latest/modules/consumption_profile_module.rb +++ b/azure_sdk/lib/latest/modules/consumption_profile_module.rb @@ -16,11 +16,13 @@ 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 + ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource 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 @@ -29,48 +31,46 @@ module Models MarketplacesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::MarketplacesListResult 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 + Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource ResourceAttributes = Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes - ReservationDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult 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 - Balance = Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag + ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails + OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay ReservationSummary = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary - ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult - Budget = Azure::Consumption::Mgmt::V2018_06_30::Models::Budget - CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag - PriceSheetResult = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult + OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult + Marketplace = Azure::Consumption::Mgmt::V2018_06_30::Models::Marketplace + ReservationDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult Forecast = Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast - BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + UsageDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType + Balance = Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag + ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail TimeGrainType = Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType - OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType + Budget = Azure::Consumption::Mgmt::V2018_06_30::Models::Budget Grain = Azure::Consumption::Mgmt::V2018_06_30::Models::Grain + PriceSheetResult = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult + 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 Bound = Azure::Consumption::Mgmt::V2018_06_30::Models::Bound Datagrain = Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain 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,6 +110,12 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + end + def proxy_resource + Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource + end def notification Azure::Consumption::Mgmt::V2018_06_30::Models::Notification end @@ -134,27 +140,12 @@ def filters 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,72 +164,81 @@ 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 + def resource + Azure::Consumption::Mgmt::V2018_06_30::Models::Resource 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 - end def forecasts_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastsListResult end - def usage_detail - Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail + def tag + Azure::Consumption::Mgmt::V2018_06_30::Models::Tag end - def marketplace - Azure::Consumption::Mgmt::V2018_06_30::Models::Marketplace + def error_details + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails end - def balance - Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + def operation_display + Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay end def reservation_summary Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary end - def reservation_detail - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + def operation + Azure::Consumption::Mgmt::V2018_06_30::Models::Operation end def tags_result Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult end - def budget - Azure::Consumption::Mgmt::V2018_06_30::Models::Budget + def operation_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult end - def cost_tag - Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag + def marketplace + Azure::Consumption::Mgmt::V2018_06_30::Models::Marketplace end - def price_sheet_result - Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult + def reservation_details_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult end def forecast Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast end - def billing_frequency - Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + def usage_detail + Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail end def category_type Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType end + def balance + Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + end + def cost_tag + Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag + end + def reservation_detail + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + 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 budget + Azure::Consumption::Mgmt::V2018_06_30::Models::Budget end def grain Azure::Consumption::Mgmt::V2018_06_30::Models::Grain end + def price_sheet_result + Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult + 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 diff --git a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb index c2c23fc2cd..51e9ad125b 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -7,20 +7,48 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt - ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerGroups Operations = Azure::ContainerInstance::Mgmt::V2018_10_01::Operations + ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerGroups ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerGroupUsage ContainerOperations = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerOperations ServiceAssociationLink = Azure::ContainerInstance::Mgmt::V2018_10_01::ServiceAssociationLink module Models + ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupListResult + EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::EnvironmentVariable + Logs = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Logs + VolumeMount = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::VolumeMount + ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequestTerminalSize + ContainerGroupIdentity = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentity + ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequest + AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume + ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecResponse + GpuResource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuResource + ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup + ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerNetworkProtocol + GpuSku = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuSku + ContainerHttpGet = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerHttpGet + ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupRestartPolicy + ResourceIdentityType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType + ContainerGroupIpAddressType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIpAddressType + ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol + ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin + Event = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event + LogAnalyticsLogType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalyticsLogType + OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperatingSystemTypes + UsageListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult + UsageName = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName + LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics + Resource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource + OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay + Operation = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation + OperationListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult Port = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Port ContainerPort = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPort IpAddress = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::IpAddress ContainerState = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerState ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupPropertiesInstanceView ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPropertiesInstanceView - LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics ResourceRequests = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequests ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupDiagnostics ResourceRequirements = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequirements @@ -30,43 +58,15 @@ module Models ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerProbe Container = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Container GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GitRepoVolume - OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay ContainerGroupIdentityUserAssignedIdentitiesValue = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue - Operation = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ImageRegistryCredential - OperationListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult - Event = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event - UsageName = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceLimits Usage = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Usage - ContainerHttpGet = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerHttpGet - UsageListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult Volume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Volume - ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupListResult - EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::EnvironmentVariable - Logs = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Logs - VolumeMount = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::VolumeMount - ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequestTerminalSize - ContainerGroupIdentity = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentity - ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequest - AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume - ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecResponse - GpuResource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuResource - Resource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource - ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup - ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerNetworkProtocol - GpuSku = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuSku - ResourceIdentityType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType - ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupRestartPolicy - ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol - ContainerGroupIpAddressType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIpAddressType - OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperatingSystemTypes - LogAnalyticsLogType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalyticsLogType - ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin end class ContainerInstanceManagementClass - attr_reader :container_groups, :operations, :container_group_usage, :container_operations, :service_association_link, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :container_groups, :container_group_usage, :container_operations, :service_association_link, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,8 +76,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 @service_association_link = @client_0.service_association_link @@ -99,6 +99,93 @@ def method_missing(method, *args) end class ModelClasses + def container_group_list_result + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupListResult + end + def environment_variable + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::EnvironmentVariable + end + def logs + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Logs + end + def volume_mount + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::VolumeMount + end + def container_exec_request_terminal_size + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequestTerminalSize + end + def container_group_identity + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentity + end + def container_exec_request + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequest + end + def azure_file_volume + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume + end + def container_exec_response + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecResponse + end + def gpu_resource + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuResource + end + def container_group + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup + end + def container_network_protocol + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerNetworkProtocol + end + def gpu_sku + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuSku + end + def container_http_get + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerHttpGet + end + def container_group_restart_policy + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupRestartPolicy + end + def resource_identity_type + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType + end + def container_group_ip_address_type + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIpAddressType + end + def container_group_network_protocol + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol + end + def container_instance_operations_origin + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin + end + def event + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event + end + def log_analytics_log_type + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalyticsLogType + end + def operating_system_types + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperatingSystemTypes + end + def usage_list_result + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult + end + def usage_name + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName + end + def log_analytics + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics + end + def resource + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource + end + def operation_display + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay + end + def operation + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation + end + def operation_list_result + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult + end def port Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Port end @@ -117,9 +204,6 @@ def container_group_properties_instance_view def container_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPropertiesInstanceView end - def log_analytics - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics - end def resource_requests Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequests end @@ -147,105 +231,21 @@ def container def git_repo_volume Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GitRepoVolume end - def operation_display - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay - end def container_group_identity_user_assigned_identities_value Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue end - def operation - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation - end def image_registry_credential Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ImageRegistryCredential end - def operation_list_result - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult - end - def event - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event - end - def usage_name - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName - end def resource_limits Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceLimits end def usage Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Usage end - def container_http_get - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerHttpGet - end - def usage_list_result - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult - end def volume Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Volume end - def container_group_list_result - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupListResult - end - def environment_variable - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::EnvironmentVariable - end - def logs - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Logs - end - def volume_mount - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::VolumeMount - end - def container_exec_request_terminal_size - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequestTerminalSize - end - def container_group_identity - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentity - end - def container_exec_request - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequest - end - def azure_file_volume - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume - end - def container_exec_response - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecResponse - end - def gpu_resource - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuResource - end - def resource - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource - end - def container_group - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup - end - def container_network_protocol - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerNetworkProtocol - end - def gpu_sku - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuSku - end - def resource_identity_type - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType - end - def container_group_restart_policy - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupRestartPolicy - end - def container_group_network_protocol - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol - end - def container_group_ip_address_type - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIpAddressType - end - def operating_system_types - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperatingSystemTypes - end - def log_analytics_log_type - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalyticsLogType - end - def container_instance_operations_origin - Azure::ContainerInstance::Mgmt::V2018_10_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 e052991918..d2694f9a56 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -15,6 +15,9 @@ module Mgmt Tasks = Azure::ContainerRegistry::Mgmt::V2018_09_01::Tasks module Models + Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event RegistryUsageListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource @@ -25,7 +28,6 @@ module Models 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 - Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult @@ -33,22 +35,16 @@ module Models 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 + WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters ImportSourceCredentials = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSourceCredentials EventInfo = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventInfo - OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition CallbackConfig = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig - Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status - Target = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target + WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult 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 - OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - 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 VirtualNetworkRule = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::VirtualNetworkRule @@ -57,18 +53,22 @@ module Models EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry 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 + OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition 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 - DefaultAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction + Target = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + DefaultAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction PolicyStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus - TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult + Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source PlatformUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformUpdateParameters TaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStepUpdateParameters ImageDescriptor = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ImageDescriptor @@ -84,47 +84,47 @@ module Models RunGetLogResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunGetLogResult TaskUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskUpdateParameters TaskStepProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStepProperties - Resource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource SourceProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceProperties - ProxyResource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource BaseImageTrigger = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTrigger + ProxyResource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource Argument = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Argument RunUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunUpdateParameters - TaskListResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskListResult BaseImageDependency = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependency ImageUpdateTrigger = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ImageUpdateTrigger + TaskListResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskListResult AuthInfo = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::AuthInfo - SetValue = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SetValue RunListResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunListResult SourceTrigger = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTrigger + SetValue = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SetValue PlatformProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformProperties - TriggerProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerProperties RunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunRequest Run = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Run + TriggerProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerProperties Task = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Task - DockerBuildRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildRequest FileTaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskRunRequest TaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskRunRequest + DockerBuildRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildRequest EncodedTaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskRunRequest - DockerBuildStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStep FileTaskStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStep EncodedTaskStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStep + DockerBuildStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStep DockerBuildStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStepUpdateParameters - FileTaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStepUpdateParameters EncodedTaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStepUpdateParameters RunStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunStatus + FileTaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStepUpdateParameters RunType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunType OS = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::OS Architecture = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Architecture Variant = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Variant - ProvisioningState = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProvisioningState TaskStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStatus - BaseImageDependencyType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependencyType + ProvisioningState = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProvisioningState SourceControlType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceControlType - TokenType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TokenType + BaseImageDependencyType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependencyType SourceTriggerEvent = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTriggerEvent - TriggerStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerStatus + TokenType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TokenType BaseImageTriggerType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTriggerType + TriggerStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerStatus + Resource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource end class ContainerRegistryManagementClass @@ -170,6 +170,15 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + end + def request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + end + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + end def registry_usage_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult end @@ -200,9 +209,6 @@ def operation_metric_specification_definition def operation_definition Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition end - def sku - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku - end def replication_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters end @@ -224,14 +230,11 @@ 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 + def webhook_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters end def import_source_credentials Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSourceCredentials @@ -239,17 +242,11 @@ def import_source_credentials def event_info Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventInfo end - def operation_service_specification_definition - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition - end def callback_config Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig end - def status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status - end - def target - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target + def webhook_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult end def event_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult @@ -257,21 +254,12 @@ 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 def actor Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor end - def operation_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - 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 @@ -296,42 +284,54 @@ def registry def replication Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication end - def webhook - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook - end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + def operation_service_specification_definition + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition 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 default_action - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction + def target + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target end def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def registry_usage_unit - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + def default_action + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction end def policy_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus end - def trust_policy_type - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + def sku_tier + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier end def webhook_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus end + def trust_policy_type + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + end + def registry_usage_unit + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + end def webhook_action Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction end + def operation_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult + end + def webhook + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + end + def status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + end + def sku_name + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + end + def source + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source + end def platform_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformUpdateParameters end @@ -377,93 +377,90 @@ def task_update_parameters def task_step_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStepProperties end - def resource - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource - end def source_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceProperties end - def proxy_resource - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource - end def base_image_trigger Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTrigger end + def proxy_resource + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource + end def argument Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Argument end def run_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunUpdateParameters end - def task_list_result - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskListResult - end def base_image_dependency Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependency end def image_update_trigger Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ImageUpdateTrigger end + def task_list_result + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskListResult + end def auth_info Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::AuthInfo end - def set_value - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SetValue - end def run_list_result Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunListResult end def source_trigger Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTrigger end + def set_value + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SetValue + end def platform_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformProperties end - def trigger_properties - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerProperties - end def run_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunRequest end def run Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Run end + def trigger_properties + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerProperties + end def task Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Task end - def docker_build_request - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildRequest - end def file_task_run_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskRunRequest end def task_run_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskRunRequest end + def docker_build_request + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildRequest + end def encoded_task_run_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskRunRequest end - def docker_build_step - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStep - end def file_task_step Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStep end def encoded_task_step Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStep end + def docker_build_step + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStep + end def docker_build_step_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStepUpdateParameters end - def file_task_step_update_parameters - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStepUpdateParameters - end def encoded_task_step_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStepUpdateParameters end def run_status Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunStatus end + def file_task_step_update_parameters + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStepUpdateParameters + end def run_type Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunType end @@ -476,29 +473,32 @@ def architecture def variant Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Variant end + def task_status + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStatus + end def provisioning_state Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProvisioningState end - def task_status - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStatus + def source_control_type + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceControlType end def base_image_dependency_type Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependencyType end - def source_control_type - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceControlType + def source_trigger_event + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTriggerEvent end def token_type Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TokenType end - def source_trigger_event - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTriggerEvent + def base_image_trigger_type + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTriggerType end def trigger_status Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerStatus end - def base_image_trigger_type - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTriggerType + def resource + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource 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..749040a599 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -12,42 +12,42 @@ module Mgmt ContainerServices = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServices module Models + ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes 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 + TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject + 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 - ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile - OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + 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 + Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + 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 + OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + 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 ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile ManagedCluster = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster 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 - 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 + OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile end class ContainerServiceManagementClass @@ -98,6 +98,12 @@ def method_missing(method, *args) end class ModelClasses + def container_service + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + end + def container_service_orchestrator_types + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + end def container_service_custom_profile Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile end @@ -110,32 +116,53 @@ def container_service_agent_pool_profile def container_service_list_result Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult end - def container_service - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + def tags_object + Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject 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 resource + Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + end + 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 operation_list_result + Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + 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,33 +173,15 @@ 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 - end def managed_cluster_pool_upgrade_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile end @@ -182,30 +191,21 @@ def managed_cluster 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_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 + def orchestrator_version_profile + Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile + 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 ea95ccaebe..cd8e98ccfd 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -16,8 +16,6 @@ module ContentModerator module Models ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem - Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames TermsInList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList @@ -29,49 +27,51 @@ module Models Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList - TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame + TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR - VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem + VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair - CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen - CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end class ContentModeratorDataClass @@ -113,12 +113,6 @@ class ModelClasses def image_additional_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem end - def image - Azure::CognitiveServices::ContentModerator::V1_0::Models::Image - end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - end def image_ids Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds end @@ -152,24 +146,12 @@ def ipa def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address - end def job_execution_report_details Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails end def detected_terms Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - end - def job_list_result - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate end @@ -179,29 +161,26 @@ def job_id def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end def match_response Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end def apierror Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError end def image_list Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList end - def transcript_moderation_body_item_terms_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem - end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end def transcript_moderation_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem end - def frame - Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame + def transcript_moderation_body_item_terms_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem end def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem @@ -218,69 +197,90 @@ def ssn def create_video_reviews_body_item_video_frames_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end + def job_list_result + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + end def pii Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end - def create_video_reviews_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem - 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 frame + Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame + end def match Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - end - def image_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + def create_video_reviews_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem end def classification_category1 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 end - def video_frame_body_item_reviewer_result_tags_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList end def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end - def video_frame_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + def video_frame_body_item_reviewer_result_tags_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end def ocr Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end - def video_frame_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem + def video_frame_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end - def create_review_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + def video_frame_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end - def create_review_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - end - def status - Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + 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 error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + end def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end + def image_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end + def tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + end + def image + Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + end + def status + Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + end end end end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index 744733e667..5283dbc99b 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -9,7 +9,6 @@ module CustomerInsights module Mgmt Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations 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 @@ -18,12 +17,13 @@ module Mgmt ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes + Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles 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 Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links + Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images module Models KpiListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiListResult @@ -39,101 +39,101 @@ module Models PredictionGradesItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionGradesItem SalesforceTable = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceTable InteractionListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionListResult - AzureBlobConnectorProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AzureBlobConnectorProperties PredictionMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionMappings CrmConnectorProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CrmConnectorProperties ConnectorMappingErrorManagement = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingErrorManagement 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 + AzureBlobConnectorProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AzureBlobConnectorProperties 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 + ConnectorMappingListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingListResult RelationshipTypeFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeFieldMapping PredictionListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionListResult - RelationshipLinkFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping LinkListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkListResult HubListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::HubListResult + RelationshipLinkFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping PredictionModelStatus = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelStatus - PropertyDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PropertyDefinition RelationshipListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipListResult SalesforceConnectorProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceConnectorProperties - PredictionTrainingResults = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionTrainingResults + PropertyDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PropertyDefinition ConnectorMappingFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingFormat RelationshipLinkListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkListResult + PredictionTrainingResults = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionTrainingResults ConnectorMappingProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingProperties 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 ProfileEnumValidValuesFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileEnumValidValuesFormat - AssignmentPrincipal = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal + ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource CrmConnectorEntities = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CrmConnectorEntities - ResourceSetDescription = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription + AssignmentPrincipal = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal KpiGroupByMetadata = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiGroupByMetadata - PredictionDistributionDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition + ResourceSetDescription = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription 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 + PredictionDistributionDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition PredictionDistributionDefinitionDistributionsItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem - KpiDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition + SalesforceDiscoverSetting = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting RoleListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleListResult - ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure + KpiDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition GetImageUploadUrlInput = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput - ParticipantProfilePropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference + ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure ImageDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition - Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + ParticipantProfilePropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference EntityTypeDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition - ProfileResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat + Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub InteractionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionResourceFormat - KpiResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiResourceFormat + ProfileResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat EnrichingKpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EnrichingKpi + KpiResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiResourceFormat + RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult ConnectorResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorResourceFormat ConnectorMappingResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingResourceFormat AuthorizationPolicyResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyResourceFormat - LinkResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat + Resource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource RelationshipResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipResourceFormat RelationshipLinkResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkResourceFormat - ViewResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat + LinkResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat WidgetTypeResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::WidgetTypeResourceFormat RoleAssignmentResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentResourceFormat - RoleResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + ViewResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat PredictionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionResourceFormat + OperationDisplay = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay + RoleResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + Operation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation 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 + OperationListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult 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 - ConnectorStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates + DataSourceType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType ErrorManagementTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes FrequencyTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes - ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates + ConnectorStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates 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 - LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates 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 + LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle + CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status 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 :operations, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :profiles, :views, :roles, :role_assignments, :predictions, :links, :images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -145,7 +145,6 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @hubs = @client_0.hubs - @profiles = @client_0.profiles @interactions = @client_0.interactions @relationships = @client_0.relationships @relationship_links = @client_0.relationship_links @@ -154,12 +153,13 @@ def initialize(configurable, base_url=nil, options=nil) @connector_mappings = @client_0.connector_mappings @kpi = @client_0.kpi @widget_types = @client_0.widget_types + @profiles = @client_0.profiles @views = @client_0.views - @links = @client_0.links @roles = @client_0.roles @role_assignments = @client_0.role_assignments - @images = @client_0.images @predictions = @client_0.predictions + @links = @client_0.links + @images = @client_0.images @model_classes = ModelClasses.new end @@ -217,9 +217,6 @@ def salesforce_table def interaction_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionListResult end - def azure_blob_connector_properties - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AzureBlobConnectorProperties - end def prediction_mappings Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionMappings end @@ -238,9 +235,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,56 +244,47 @@ 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 + def azure_blob_connector_properties + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AzureBlobConnectorProperties 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 def authorization_policy_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyListResult end + def connector_mapping_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingListResult + end def relationship_type_field_mapping Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeFieldMapping end def prediction_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionListResult end - def relationship_link_field_mapping - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping - end def link_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkListResult end def hub_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::HubListResult end + def relationship_link_field_mapping + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping + end def prediction_model_status Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelStatus end - def property_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PropertyDefinition - end def relationship_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipListResult end def salesforce_connector_properties Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceConnectorProperties end - def prediction_training_results - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionTrainingResults + def property_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PropertyDefinition end def connector_mapping_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingFormat @@ -307,6 +292,9 @@ def connector_mapping_format def relationship_link_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkListResult end + def prediction_training_results + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionTrainingResults + end def connector_mapping_properties Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingProperties end @@ -319,9 +307,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 @@ -334,68 +319,71 @@ def widget_type_list_result def profile_enum_valid_values_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileEnumValidValuesFormat end - def assignment_principal - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal + def proxy_resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource end def crm_connector_entities Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CrmConnectorEntities end - def resource_set_description - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription + def assignment_principal + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal end def kpi_group_by_metadata Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiGroupByMetadata end - def prediction_distribution_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition + def resource_set_description + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription end 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 + def prediction_distribution_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition + end + def prediction_distribution_definition_distributions_item + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem end def salesforce_discover_setting Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting end - def prediction_distribution_definition_distributions_item - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem + def role_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleListResult end def kpi_definition Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition end - def role_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleListResult + def get_image_upload_url_input + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput end def connector_mapping_structure Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure end - def get_image_upload_url_input - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput + def image_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition end def participant_profile_property_reference Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference end - def image_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition + def entity_type_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition end def hub Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub end - def entity_type_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition + def interaction_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionResourceFormat end def profile_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat end - def interaction_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionResourceFormat + def enriching_kpi + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EnrichingKpi end def kpi_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiResourceFormat end - def enriching_kpi - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EnrichingKpi + def role_assignment_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult end def connector_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorResourceFormat @@ -406,8 +394,8 @@ def connector_mapping_resource_format def authorization_policy_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyResourceFormat end - def link_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat + def resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource end def relationship_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipResourceFormat @@ -415,8 +403,8 @@ def relationship_resource_format def relationship_link_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkResourceFormat end - def view_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat + def link_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat end def widget_type_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::WidgetTypeResourceFormat @@ -424,20 +412,26 @@ def widget_type_resource_format def role_assignment_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentResourceFormat end - def role_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + def view_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat end def prediction_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionResourceFormat end + def operation_display + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay + end + def role_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + end + def operation + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation + end def entity_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypes end - def data_source_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType - end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + def operation_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult end def provisioning_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates @@ -448,8 +442,8 @@ def permission_types def connector_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes end - def connector_states - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates + def data_source_type + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType end def error_management_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes @@ -460,8 +454,8 @@ def frequency_types def completion_operation_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes end - def connector_mapping_states - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates + def connector_states + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates end def calculation_window_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes @@ -472,8 +466,8 @@ def kpi_functions def entity_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType end - def link_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + def connector_mapping_states + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates end def instance_operation_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType @@ -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 link_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes 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 status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end end end end diff --git a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb index 32b749c9d6..4f0deb7f3b 100644 --- a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb @@ -10,29 +10,29 @@ module Customimagesearch module Models Query = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query - Error = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error - ResponseBase = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase ImageObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject - Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images - Response = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response - Answer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer MediaObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject - Thing = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork - Identifiable = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable - ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse WebPage = Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage - ErrorCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse ImageAspect = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageColor - Freshness = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent ImageType = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType ImageLicense = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense - SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch ImageSize = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize + Freshness = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness + Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images + Response = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response + ResponseBase = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable + ErrorCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch + Error = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error end class CustomimagesearchDataClass @@ -68,60 +68,27 @@ class ModelClasses def query Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query end - def error - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error - end - def response_base - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase - end def image_object Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject end - def images - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images - end - def response - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response - end - def answer - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer - end - def search_results_answer - Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer - end def media_object Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject end - def thing - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork - end - def identifiable - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable - end - def error_response - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse - end def web_page Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage end - def error_code - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode - end def error_sub_code Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode end + def error_response + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse + end def image_aspect Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageAspect end def image_color Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageColor end - def freshness - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness - end def image_content Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent end @@ -131,11 +98,44 @@ def image_type def image_license Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense end + def image_size + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize + end + def freshness + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness + end + def images + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images + end + def response + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response + end + def response_base + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase + end + def answer + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer + end + def search_results_answer + Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer + end + def thing + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork + end + def identifiable + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable + end + def error_code + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode + end def safe_search Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch end - def image_size - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize + def error + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error 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 8ae22a3efb..c633af2149 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 - ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage - WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - 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 + Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end class CustomSearchDataClass @@ -60,39 +60,24 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + def query_context + Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext end - def web_meta_tag - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + def response_base + Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end def web_page Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage end - def web_web_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - end - def search_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - end def search_results_answer Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end - def identifiable - Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - end def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end @@ -105,6 +90,9 @@ def thing def creative_work Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end + def identifiable + Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + end def error_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end @@ -114,9 +102,21 @@ def error_sub_code def safe_search Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch end + def web_meta_tag + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + end + def web_web_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + end + def search_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + end def text_format Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + end end end end diff --git a/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb b/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb index a6e4181cc6..b8fd580264 100644 --- a/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb @@ -9,8 +9,8 @@ module Customvisionprediction module Models Prediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction - ImageUrl = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl ImagePrediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImagePrediction + ImageUrl = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl BoundingBox = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::BoundingBox end @@ -46,12 +46,12 @@ class ModelClasses def prediction Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction end - def image_url - Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl - end def image_prediction Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImagePrediction end + def image_url + Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl + end def bounding_box Azure::CognitiveServices::Customvisionprediction::V2_0::Models::BoundingBox end diff --git a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb index bd1531689f..4c624867cc 100644 --- a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb @@ -8,52 +8,52 @@ module Azure::Profiles::Latest module Customvisiontraining module Models - ImageIdCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch + Export = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export + ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch + ImageCreateStatus = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus + Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + ExportPlatformModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel + ProjectSettings = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings + ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry + ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + ExportStatusModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel + ImageTagCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateSummary + TagType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType + Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region Domain = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain + OrderBy = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy + ImageTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag + ImageUrl = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl + Tag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag + ImageIdCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch BoundingBox = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::BoundingBox ImageTagCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateBatch RegionProposal = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::RegionProposal ImageRegionCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateEntry ImageRegionProposal = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionProposal ImageRegionCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateResult - ImageUrl = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl - ImageTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag Prediction = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Prediction - Image = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image ImagePrediction = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePrediction + Image = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image ImageCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateSummary - PredictionQueryTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryTag ImageFileCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateEntry PredictionQueryToken = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryToken - ImageUrlCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateEntry + PredictionQueryTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryTag StoredImagePrediction = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::StoredImagePrediction ImageIdCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateEntry + Project = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project PredictionQueryResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryResult - ImageTagCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateSummary TagPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagPerformance - ImageRegionCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary + ImageUrlCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateEntry + DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType IterationPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance + ImageRegionCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary + ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch ImageCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult ImagePerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance - ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch - ProjectSettings = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings - ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry - Project = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project ImageRegion = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion Iteration = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration ImageUrlCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch - Export = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export - Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region - Tag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag - ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType - ImageCreateStatus = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus - OrderBy = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy - Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier - ExportPlatformModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel - ExportStatusModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel - ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel - TagType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType end class CustomvisiontrainingDataClass @@ -85,12 +85,60 @@ def method_missing(method, *args) end class ModelClasses - def image_id_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch + def export + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export + end + def image_region_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch + end + def image_create_status + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus + end + def classifier + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + end + def export_platform_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel + end + def project_settings + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings + end + def image_tag_create_entry + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry + end + def export_flavor_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + end + def export_status_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel + end + def image_tag_create_summary + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateSummary + end + def tag_type + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType + end + def region + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region end def domain Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain end + def order_by + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy + end + def image_tag + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag + end + def image_url + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl + end + def tag + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag + end + def image_id_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch + end def bounding_box Azure::CognitiveServices::Customvisiontraining::V2_2::Models::BoundingBox end @@ -109,35 +157,26 @@ def image_region_proposal def image_region_create_result Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateResult end - def image_url - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl - end - def image_tag - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag - end def prediction Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Prediction end - def image - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image - end def image_prediction Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePrediction end + def image + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image + end def image_create_summary Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateSummary end - def prediction_query_tag - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryTag - end def image_file_create_entry Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateEntry end def prediction_query_token Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryToken end - def image_url_create_entry - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateEntry + def prediction_query_tag + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryTag end def stored_image_prediction Azure::CognitiveServices::Customvisiontraining::V2_2::Models::StoredImagePrediction @@ -145,38 +184,35 @@ def stored_image_prediction def image_id_create_entry Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateEntry end + def project + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project + end def prediction_query_result Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryResult end - def image_tag_create_summary - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateSummary - end def tag_performance Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagPerformance end - def image_region_create_summary - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary + def image_url_create_entry + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateEntry + end + def domain_type + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType end def iteration_performance Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance end - def image_create_result - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult - end - def image_performance - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance + def image_region_create_summary + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary end def image_file_create_batch Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch end - def project_settings - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings - end - def image_tag_create_entry - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry + def image_create_result + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult end - def project - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project + def image_performance + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance end def image_region Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion @@ -187,42 +223,6 @@ def iteration def image_url_create_batch Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch end - def export - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export - end - def region - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region - end - def tag - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag - end - def image_region_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - end - def domain_type - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType - end - def image_create_status - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus - end - def order_by - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy - end - def classifier - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier - end - def export_platform_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel - end - def export_status_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel - end - def export_flavor_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel - end - def tag_type - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType - 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..0c44e57702 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -7,22 +7,20 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt - Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts + Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations 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 + StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations + FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules + Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts module Models + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation - Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource 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 DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult @@ -33,41 +31,43 @@ module Models 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 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 SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult + Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource 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 StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult UpdateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult - AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation - StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation + Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy - FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule - DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic - StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer - AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState - FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType + StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus - DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin - SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState 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 :operations, :data_lake_store_accounts, :compute_policies, :storage_accounts, :locations, :firewall_rules, :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 + @operations = @client_0.operations @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 + @storage_accounts = @client_0.storage_accounts @locations = @client_0.locations + @firewall_rules = @client_0.firewall_rules + @accounts = @client_0.accounts @model_classes = ModelClasses.new end @@ -102,27 +102,21 @@ def method_missing(method, *args) end class ModelClasses + 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 capability_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation end - def resource - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource - 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 @@ -153,9 +147,6 @@ 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 @@ -174,12 +165,12 @@ def update_storage_account_with_account_parameters def sas_token_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult end + def resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource + end 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 end @@ -198,53 +189,62 @@ 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 operation_display + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end def data_lake_store_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation end - def storage_account_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation + def operation + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation end def compute_policy Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy end - def firewall_rule - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + def operation_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult end - def data_lake_analytics_account - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + def sub_resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource end def data_lake_analytics_account_basic Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic end - def storage_container - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer - end - def aadobject_type - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + def storage_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation end def firewall_state Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState end - def firewall_allow_azure_ips_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + def add_storage_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + end + def data_lake_analytics_account + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount end def tier_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType end + def storage_container + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + end + def firewall_rule + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + end def data_lake_analytics_account_status Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus end - def data_lake_analytics_account_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + def firewall_allow_azure_ips_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState end def operation_origin Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin end - def subscription_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + def aadobject_type + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + end + def data_lake_analytics_account_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState 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..f8a3634ad4 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -7,17 +7,14 @@ module Azure::Profiles::Latest module DataLakeStore module Mgmt - Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts + Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations 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 - Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations - Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations + Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts 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 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,46 +23,49 @@ 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 + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters 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 + UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount DataLakeStoreAccountBasic = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic - 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 + EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType 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 - OperationOrigin = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin SubscriptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState + VirtualNetworkRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule + CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation + NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation + UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters + CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation + FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + 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 end class DataLakeStoreManagementClass - attr_reader :accounts, :firewall_rules, :virtual_network_rules, :trusted_id_providers, :operations, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :firewall_rules, :locations, :virtual_network_rules, :trusted_id_providers, :accounts, :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 + @operations = @client_0.operations @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 - @operations = @client_0.operations - @locations = @client_0.locations + @accounts = @client_0.accounts @model_classes = ModelClasses.new end @@ -99,15 +99,6 @@ 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 - end - def create_firewall_rule_with_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters - end def encryption_identity Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity end @@ -132,9 +123,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,59 +132,29 @@ 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 def virtual_network_rule_list_result Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRuleListResult end + def check_name_availability_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end 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 + def update_data_lake_store_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters end def trusted_id_provider Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider @@ -207,39 +165,81 @@ def data_lake_store_account def data_lake_store_account_basic Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic end - def encryption_config_type - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType - end def encryption_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState end 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 + def encryption_config_type + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType 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 operation_origin - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin - end def subscription_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState end + def virtual_network_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule + 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 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 resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + 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 operation_display + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + end + def operation + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation + end + def firewall_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + 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 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 end end end diff --git a/azure_sdk/lib/latest/modules/datamigration_profile_module.rb b/azure_sdk/lib/latest/modules/datamigration_profile_module.rb index 09d994aa89..e5fecd96c1 100644 --- a/azure_sdk/lib/latest/modules/datamigration_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datamigration_profile_module.rb @@ -7,18 +7,16 @@ module Azure::Profiles::Latest module DataMigration module Mgmt - ResourceSkus = Azure::DataMigration::Mgmt::V2018_07_15_preview::ResourceSkus - Services = Azure::DataMigration::Mgmt::V2018_07_15_preview::Services - Tasks = Azure::DataMigration::Mgmt::V2018_07_15_preview::Tasks Projects = Azure::DataMigration::Mgmt::V2018_07_15_preview::Projects - Usages = Azure::DataMigration::Mgmt::V2018_07_15_preview::Usages - Operations = Azure::DataMigration::Mgmt::V2018_07_15_preview::Operations Files = Azure::DataMigration::Mgmt::V2018_07_15_preview::Files + Operations = Azure::DataMigration::Mgmt::V2018_07_15_preview::Operations + Tasks = Azure::DataMigration::Mgmt::V2018_07_15_preview::Tasks + Usages = Azure::DataMigration::Mgmt::V2018_07_15_preview::Usages + ResourceSkus = Azure::DataMigration::Mgmt::V2018_07_15_preview::ResourceSkus + Services = Azure::DataMigration::Mgmt::V2018_07_15_preview::Services module Models MigrateSqlServerSqlMITaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutput - ResourceSkuRestrictions = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions - Resource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource DataMigrationServiceStatusResponse = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationServiceStatusResponse ServiceSkuList = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceSkuList ReportableException = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ReportableException @@ -36,7 +34,6 @@ module Models DataMigrationError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationError TaskList = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TaskList NonSqlMigrationTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlMigrationTaskInput - ValidationError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError NonSqlDataMigrationTable = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlDataMigrationTable WaitStatistics = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::WaitStatistics MongoDbProgress = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbProgress @@ -69,9 +66,7 @@ module Models MigrationReportResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationReportResult ServerProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerProperties QuotaList = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::QuotaList - ResourceSkusResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult Quota = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Quota - ResourceSkuCapacity = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity MigrateSqlServerSqlDbTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbTaskOutput MigrateMySqlAzureDbForMySqlSyncTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateMySqlAzureDbForMySqlSyncTaskOutput MigrateSqlServerSqlDbDatabaseInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbDatabaseInput @@ -90,7 +85,6 @@ module Models GetProjectDetailsNonSqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetProjectDetailsNonSqlTaskInput StartMigrationScenarioServerRoleResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::StartMigrationScenarioServerRoleResult MongoDbShardKeyField = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyField - ApiError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError MongoDbMigrationSettings = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationSettings DatabaseInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseInfo BlobShare = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BlobShare @@ -103,7 +97,6 @@ module Models ConnectToTargetAzureDbForMySqlTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetAzureDbForMySqlTaskOutput MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput ConnectToTargetAzureDbForMySqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetAzureDbForMySqlTaskInput - ResourceSku = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku MongoDbClusterInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterInfo MigrateMySqlAzureDbForMySqlSyncDatabaseInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateMySqlAzureDbForMySqlSyncDatabaseInput ConnectToTargetSqlMITaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetSqlMITaskOutput @@ -121,7 +114,6 @@ module Models MongoDbShardKeyInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyInfo ConnectToSourceMySqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceMySqlTaskInput GetUserTablesSqlTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskOutput - ResourceSkuCapabilities = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities GetUserTablesSqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskInput ConnectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectionInfo ConnectToSourceSqlServerTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskInput @@ -135,9 +127,7 @@ module Models ConnectToTargetSqlDbTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetSqlDbTaskInput DataMigrationProjectMetadata = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationProjectMetadata DatabaseFileInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileInfo - ResourceSkuCosts = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts MigrationEligibilityInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationEligibilityInfo - TrackedResource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource ProjectFile = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectFile MigrateSyncCompleteCommandProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSyncCompleteCommandProperties PostgreSqlConnectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::PostgreSqlConnectionInfo @@ -179,6 +169,7 @@ module Models MigrateSqlServerSqlDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbTaskProperties MigrateSqlServerSqlMITaskOutputError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputError MigrateSqlServerSqlMITaskOutputLoginLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputLoginLevel + ValidationError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError MigrateSqlServerSqlMITaskOutputAgentJobLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputAgentJobLevel MigrateSqlServerSqlMITaskOutputDatabaseLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputDatabaseLevel MigrateSqlServerSqlMITaskOutputMigrationLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputMigrationLevel @@ -197,67 +188,76 @@ module Models ConnectToSourceSqlServerTaskOutputTaskLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskOutputTaskLevel ConnectToSourceSqlServerSyncTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerSyncTaskProperties ConnectToSourceSqlServerTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskProperties - MongoDbCollectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + ResourceSkuCapacity = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity MongoDbDatabaseInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbDatabaseInfo - ConnectToMongoDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + ResourceSkuCosts = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts ProjectTask = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTask + ResourceSkuCapabilities = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities + MongoDbCollectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + ResourceSkuRestrictions = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions + ConnectToMongoDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + ResourceSku = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku DataMigrationService = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationService - Project = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project + ResourceSkusResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult ConnectToSourceMySqlTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceMySqlTaskProperties MigrateSchemaSqlServerSqlDbTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskInput MigrateSchemaSqlServerSqlDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskProperties - MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel + Project = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel MigrateSchemaSqlServerSqlDbTaskOutputError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputError MigrateSchemaSqlTaskOutputError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlTaskOutputError - MongoDbCancelCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand + MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel MongoDbFinishCommandInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbFinishCommandInput MongoDbFinishCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbFinishCommand MongoDbRestartCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbRestartCommand - CommandState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState + MongoDbCancelCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand SqlSourcePlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SqlSourcePlatform AuthenticationType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::AuthenticationType MongoDbErrorType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbErrorType - MongoDbMigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState + CommandState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState MongoDbShardKeyOrder = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyOrder MongoDbReplication = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbReplication BackupType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupType - BackupMode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + MongoDbMigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState SyncTableMigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SyncTableMigrationState SyncDatabaseMigrationReportingState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SyncDatabaseMigrationReportingState ValidationStatus = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationStatus + BackupMode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + TrackedResource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource + MigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationState Severity = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Severity UpdateActionType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::UpdateActionType ObjectType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ObjectType - MigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationState + LoginType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginType DatabaseMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseMigrationStage MigrationStatus = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationStatus LoginMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginMigrationStage - LoginType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginType + ServerLevelPermissionsGroup = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerLevelPermissionsGroup DatabaseState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseState DatabaseCompatLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseCompatLevel DatabaseFileType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileType - ServerLevelPermissionsGroup = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerLevelPermissionsGroup + ProjectTargetPlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTargetPlatform MongoDbClusterType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterType TaskState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TaskState ServiceProvisioningState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceProvisioningState - ProjectTargetPlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTargetPlatform + ServiceScalability = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceScalability ProjectSourcePlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectSourcePlatform ProjectProvisioningState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectProvisioningState NameCheckFailureReason = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NameCheckFailureReason - ServiceScalability = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceScalability - ResourceSkuRestrictionsType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType - ResourceSkuRestrictionsReasonCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode - ResourceSkuCapacityScaleType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType + DataMigrationResultCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationResultCode MySqlTargetPlatformType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MySqlTargetPlatformType SchemaMigrationOption = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SchemaMigrationOption SchemaMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SchemaMigrationStage - DataMigrationResultCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationResultCode ErrorType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ErrorType + ApiError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError + Resource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource + ResourceSkuCapacityScaleType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType + ResourceSkuRestrictionsType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType + ResourceSkuRestrictionsReasonCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode end class DataMigrationManagementClass - attr_reader :resource_skus, :services, :tasks, :projects, :usages, :operations, :files, :configurable, :base_url, :options, :model_classes + attr_reader :projects, :files, :operations, :tasks, :usages, :resource_skus, :services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -267,13 +267,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @resource_skus = @client_0.resource_skus - @services = @client_0.services - @tasks = @client_0.tasks @projects = @client_0.projects - @usages = @client_0.usages - @operations = @client_0.operations @files = @client_0.files + @operations = @client_0.operations + @tasks = @client_0.tasks + @usages = @client_0.usages + @resource_skus = @client_0.resource_skus + @services = @client_0.services @model_classes = ModelClasses.new end @@ -295,12 +295,6 @@ class ModelClasses def migrate_sql_server_sql_mitask_output Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutput end - def resource_sku_restrictions - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions - end - def resource - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource - end def data_migration_service_status_response Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationServiceStatusResponse end @@ -352,9 +346,6 @@ def task_list def non_sql_migration_task_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlMigrationTaskInput end - def validation_error - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError - end def non_sql_data_migration_table Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlDataMigrationTable end @@ -451,15 +442,9 @@ def server_properties def quota_list Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::QuotaList end - def resource_skus_result - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult - end def quota Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Quota end - def resource_sku_capacity - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity - end def migrate_sql_server_sql_db_task_output Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbTaskOutput end @@ -514,9 +499,6 @@ def start_migration_scenario_server_role_result def mongo_db_shard_key_field Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyField end - def api_error - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError - end def mongo_db_migration_settings Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationSettings end @@ -553,9 +535,6 @@ def migrate_postgre_sql_azure_db_for_postgre_sql_sync_task_input def connect_to_target_azure_db_for_my_sql_task_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetAzureDbForMySqlTaskInput end - def resource_sku - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku - end def mongo_db_cluster_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterInfo end @@ -607,9 +586,6 @@ def connect_to_source_my_sql_task_input def get_user_tables_sql_task_output Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskOutput end - def resource_sku_capabilities - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities - end def get_user_tables_sql_task_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskInput end @@ -649,15 +625,9 @@ def data_migration_project_metadata def database_file_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileInfo end - def resource_sku_costs - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts - end def migration_eligibility_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationEligibilityInfo end - def tracked_resource - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource - end def project_file Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectFile end @@ -781,6 +751,9 @@ def migrate_sql_server_sql_mitask_output_error def migrate_sql_server_sql_mitask_output_login_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputLoginLevel end + def validation_error + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError + end def migrate_sql_server_sql_mitask_output_agent_job_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutputAgentJobLevel end @@ -835,23 +808,38 @@ def connect_to_source_sql_server_sync_task_properties def connect_to_source_sql_server_task_properties Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskProperties end - def mongo_db_collection_info - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + def resource_sku_capacity + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity end def mongo_db_database_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbDatabaseInfo end - def connect_to_mongo_db_task_properties - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + def resource_sku_costs + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts end def project_task Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTask end + def resource_sku_capabilities + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities + end + def mongo_db_collection_info + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + end + def resource_sku_restrictions + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions + end + def connect_to_mongo_db_task_properties + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + end + def resource_sku + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku + end def data_migration_service Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationService end - def project - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project + def resource_skus_result + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult end def connect_to_source_my_sql_task_properties Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceMySqlTaskProperties @@ -862,8 +850,8 @@ def migrate_schema_sql_server_sql_db_task_input def migrate_schema_sql_server_sql_db_task_properties Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskProperties end - def migrate_schema_sql_server_sql_db_task_output_migration_level - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel + def project + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project end def migrate_schema_sql_server_sql_db_task_output_database_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel @@ -874,8 +862,8 @@ def migrate_schema_sql_server_sql_db_task_output_error def migrate_schema_sql_task_output_error Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlTaskOutputError end - def mongo_db_cancel_command - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand + def migrate_schema_sql_server_sql_db_task_output_migration_level + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel end def mongo_db_finish_command_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbFinishCommandInput @@ -886,8 +874,8 @@ def mongo_db_finish_command def mongo_db_restart_command Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbRestartCommand end - def command_state - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState + def mongo_db_cancel_command + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand end def sql_source_platform Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SqlSourcePlatform @@ -898,8 +886,8 @@ def authentication_type def mongo_db_error_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbErrorType end - def mongo_db_migration_state - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState + def command_state + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState end def mongo_db_shard_key_order Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyOrder @@ -910,8 +898,8 @@ def mongo_db_replication def backup_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupType end - def backup_mode - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + def mongo_db_migration_state + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState end def sync_table_migration_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SyncTableMigrationState @@ -922,6 +910,15 @@ def sync_database_migration_reporting_state def validation_status Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationStatus end + def backup_mode + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + end + def tracked_resource + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource + end + def migration_state + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationState + end def severity Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Severity end @@ -931,8 +928,8 @@ def update_action_type def object_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ObjectType end - def migration_state - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationState + def login_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginType end def database_migration_stage Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseMigrationStage @@ -943,8 +940,8 @@ def migration_status def login_migration_stage Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginMigrationStage end - def login_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginType + def server_level_permissions_group + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerLevelPermissionsGroup end def database_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseState @@ -955,8 +952,8 @@ def database_compat_level def database_file_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileType end - def server_level_permissions_group - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerLevelPermissionsGroup + def project_target_platform + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTargetPlatform end def mongo_db_cluster_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterType @@ -967,8 +964,8 @@ def task_state def service_provisioning_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceProvisioningState end - def project_target_platform - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTargetPlatform + def service_scalability + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceScalability end def project_source_platform Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectSourcePlatform @@ -979,17 +976,8 @@ def project_provisioning_state def name_check_failure_reason Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NameCheckFailureReason end - def service_scalability - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceScalability - end - def resource_sku_restrictions_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType - end - def resource_sku_restrictions_reason_code - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode - end - def resource_sku_capacity_scale_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType + def data_migration_result_code + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationResultCode end def my_sql_target_platform_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MySqlTargetPlatformType @@ -1000,12 +988,24 @@ def schema_migration_option def schema_migration_stage Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SchemaMigrationStage end - def data_migration_result_code - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationResultCode - end def error_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ErrorType end + def api_error + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError + end + def resource + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource + end + def resource_sku_capacity_scale_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType + end + def resource_sku_restrictions_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType + end + def resource_sku_restrictions_reason_code + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode + 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..6390e4f6ae 100644 --- a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb @@ -11,23 +11,23 @@ module Mgmt Operations = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Operations module Models - ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList + ControllerConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku + ControllerList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList + Controller = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller + ResourceProviderOperationDefinition = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDefinition + 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 ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource + Resource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList 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 - 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 - KubernetesConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails - ProvisioningState = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState - SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier end class DevSpacesManagementClass @@ -61,56 +61,56 @@ def method_missing(method, *args) end class ModelClasses - def controller_connection_details_list - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList + def controller_connection_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails 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 - def resource_provider_operation_display - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDisplay + def controller_list + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList end - def orchestrator_specific_connection_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::OrchestratorSpecificConnectionDetails + def controller + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller end def resource_provider_operation_definition Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDefinition end - def resource_provider_operation_list - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationList - end - 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_tier + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier end - def controller_list - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList + 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 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 - def controller - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller + def resource + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource end - def kubernetes_connection_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails + def controller_connection_details_list + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList end - def provisioning_state - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState + def controller_update_parameters + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters end - def sku_tier - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + def resource_provider_operation_display + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDisplay + end + def orchestrator_specific_connection_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::OrchestratorSpecificConnectionDetails + end + def resource_provider_operation_list + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationList 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..0166756441 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -7,9 +7,9 @@ module Azure::Profiles::Latest module DevTestLabs module Mgmt + VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks 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 @@ -17,25 +17,29 @@ module Mgmt 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 - VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks + VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines + Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks + Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies + GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages module Models + GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode + User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User + PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource 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 @@ -44,6 +48,7 @@ module Models 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 + InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule 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 @@ -59,15 +64,13 @@ module Models 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 + UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment ParameterInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo - ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest ComputeVmInstanceViewStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus GenerateUploadUriParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter - ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties + GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment GenerateUploadUriResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriResponse PercentageCostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PercentageCostThresholdProperties IdentityProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::IdentityProperties @@ -91,7 +94,6 @@ module Models 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,82 +118,80 @@ 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 + ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties - ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate + UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse + ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties + CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties ResponseWithContinuationArtifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact - ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties + ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate 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 + ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties 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 + ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment - ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula + AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties 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 + ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula 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 + ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule 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 + ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate 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 - Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula - GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost - LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula 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 + LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment 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 + NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel 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 + Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk + Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus + UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment + PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment + VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus - SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType - CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus + VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState - LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType - HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions + CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus 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 + Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions - PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk + HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus + VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port + PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk + PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType 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 + TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName - PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType + LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType + CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType 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_networks, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :notification_channels, :policy_sets, :schedules, :service_runners, :users, :environments, :secrets, :virtual_machine_schedules, :virtual_machines, :disks, :operations, :policies, :gallery_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -201,9 +201,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @virtual_networks = @client_0.virtual_networks @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 @@ -211,19 +211,19 @@ def initialize(configurable, base_url=nil, options=nil) @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 - @virtual_networks = @client_0.virtual_networks + @virtual_machines = @client_0.virtual_machines + @disks = @client_0.disks + @operations = @client_0.operations + @policies = @client_0.policies + @gallery_images = @client_0.gallery_images @model_classes = ModelClasses.new end @@ -242,6 +242,21 @@ def method_missing(method, *args) end class ModelClasses + def gallery_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + end + def http_status_code + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode + end + def user + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User + end + def policy_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + end + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + end def external_subnet_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment end @@ -251,9 +266,6 @@ def gallery_image_reference 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 @@ -278,6 +290,9 @@ def week_details def user_secret_store Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore end + def inbound_nat_rule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule + end def hour_details Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails end @@ -323,21 +338,15 @@ def response_with_continuation_lab_vhd 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 def attach_new_data_disk_options Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions end - def gallery_image_reference_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment + def user_secret_store_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment end def parameter_info Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo end - def compute_data_disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk - end def generate_arm_template_request Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest end @@ -347,8 +356,8 @@ def compute_vm_instance_view_status def generate_upload_uri_parameter Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter end - def compute_vm_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties + def gallery_image_reference_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment end def generate_upload_uri_response Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriResponse @@ -419,9 +428,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 +500,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 @@ -506,26 +509,29 @@ def port_fragment def provider_operation_result Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ProviderOperationResult end - def cost_threshold_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties - end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + def compute_data_disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk end def detach_disk_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties end - def response_with_continuation_arm_template - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate + def user_identity + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity end def evaluate_policies_response Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse end + def compute_vm_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties + end + def cost_threshold_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties + end def response_with_continuation_artifact Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact end - def arm_template_parameter_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties + def response_with_continuation_arm_template + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate end def response_with_continuation_artifact_source Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource @@ -533,8 +539,8 @@ def response_with_continuation_artifact_source def compute_vm_instance_view_status_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment end - def response_with_continuation_custom_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + def arm_template_parameter_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties end def evaluate_policies_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties @@ -542,8 +548,8 @@ def evaluate_policies_properties def response_with_continuation_disk Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk end - def attach_disk_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties + def response_with_continuation_custom_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage end def response_with_continuation_dtl_environment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment @@ -551,8 +557,8 @@ def response_with_continuation_dtl_environment def notification_settings_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment end - def response_with_continuation_formula - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula + def attach_disk_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties end def custom_image_properties_custom Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom @@ -560,11 +566,8 @@ 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 + def response_with_continuation_formula + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula end def schedule_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment @@ -572,8 +575,8 @@ def schedule_fragment def applicable_schedule_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment end - def arm_template - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate + def applicable_schedule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule end def artifact Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact @@ -581,23 +584,17 @@ 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 arm_template + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate 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 end - def formula - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula - end - def gallery_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + def artifact_source_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment end def lab Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab @@ -605,8 +602,8 @@ def lab def lab_cost Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost end - def lab_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + def formula + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula end def lab_virtual_machine Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine @@ -614,8 +611,8 @@ def lab_virtual_machine 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 lab_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment end def notification_channel_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment @@ -623,93 +620,96 @@ def notification_channel_fragment 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 notification_channel + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel end def service_runner Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner end - def user - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User + def disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk end - def virtual_network - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork + def secret + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret + end + def enable_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus 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 policy_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment end - def enable_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus + def virtual_network + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork end def notification_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus end - def source_control_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType - end def storage_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType end - def cost_threshold_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus + def virtual_network_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment end def windows_os_state Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState end - def linux_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + def source_control_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType end def custom_image_os_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType end - def host_caching_options - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions + def cost_threshold_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus end 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 + def schedule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule + end + def file_upload_options + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions + end + def host_caching_options + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions + end + def target_cost_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus end def virtual_machine_creation_source Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource end - def file_upload_options - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions + def port + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port end def premium_data_disk Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk end - def target_cost_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus + def policy_evaluator_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType end def reporting_cycle_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType end - def cost_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType - 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 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 policy_evaluator_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType + def linux_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState end def usage_permission_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType end + def cost_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType + 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..d0edca03cf 100644 --- a/azure_sdk/lib/latest/modules/dns_profile_module.rb +++ b/azure_sdk/lib/latest/modules/dns_profile_module.rb @@ -12,28 +12,28 @@ module Mgmt module Models 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 + Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource + 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 end class DnsManagementClass @@ -70,53 +70,41 @@ class ModelClasses 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 +118,24 @@ 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 + def resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + end + def sub_resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource + end + def zone_update + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + end + 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 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 31c2610086..300eec03be 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,52 +9,52 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models - ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse 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 + PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible - ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness + ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction - Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License StructuredValue = Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue + Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport EntertainmentBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness - MovieTheater = Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution ContractualRulesLinkAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution + MovieTheater = Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater ContractualRulesMediaAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution - ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment LodgingBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness Restaurant = Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario + AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution + SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable 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 + ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end class EntitySearchDataClass @@ -87,11 +87,17 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + def image_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject end - def query_context - Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + def media_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + end + def error_sub_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + end + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end def contractual_rules_contractual_rule Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule @@ -99,96 +105,60 @@ def contractual_rules_contractual_rule def entities_entity_presentation_info Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error - end - def image_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject - end def response Azure::CognitiveServices::EntitySearch::V1_0::Models::Response end - def thing - Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - end - def answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - end - def search_results_answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - end - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - end def places Azure::CognitiveServices::EntitySearch::V1_0::Models::Places end - def identifiable - Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - end - def error_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - end - def postal_address - Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress - end def place Azure::CognitiveServices::EntitySearch::V1_0::Models::Place end def organization Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization end - def creative_work - Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + def postal_address + Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress end def intangible Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible end - def contractual_rules_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - end - def media_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - end def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end + def contractual_rules_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution + end def tourist_attraction Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction end - def airport - Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport - end def license Azure::CognitiveServices::EntitySearch::V1_0::Models::License end def structured_value Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue end + def airport + Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport + end def entertainment_business Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness end - def movie_theater - Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater - end def contractual_rules_license_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution end def contractual_rules_link_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution end + def movie_theater + Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater + end def contractual_rules_media_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution end - def contractual_rules_text_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution - end def food_establishment Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment end @@ -207,24 +177,54 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end + def answer_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + end + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + end + def contractual_rules_text_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution + end + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + end + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end + def query_context + Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + end def entity_type Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end - def error_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + def response_base + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase end - def error_sub_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + def answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer end - def answer_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + def search_results_answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer end - def response_format - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + def thing + Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + end + def identifiable + Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + end + def error_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode end def safe_search Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch end + def response_format + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + end end end end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index df9094bef8..02b4031a28 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -187,10 +187,10 @@ def job_state end end module Mgmt + Operations = Azure::EventGrid::Mgmt::V2018_09_15_preview::Operations 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 @@ -209,22 +209,20 @@ 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 + OperationsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionsListResult DomainRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainRegenerateKeyRequest + DeadLetterDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DeadLetterDestination EventTypesListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventTypesListResult - EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionFilter TopicTypesListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypesListResult Domain = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Domain DomainTopic = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainTopic NumberInAdvancedFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::NumberInAdvancedFilter StorageBlobDeadLetterDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::StorageBlobDeadLetterDestination + EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionFilter NumberNotInAdvancedFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::NumberNotInAdvancedFilter NumberLessThanAdvancedFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::NumberLessThanAdvancedFilter NumberGreaterThanAdvancedFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::NumberGreaterThanAdvancedFilter @@ -242,21 +240,23 @@ 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 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 InputSchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::InputSchema EventSubscriptionProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionProvisioningState - EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema + TrackedResource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicProvisioningState - ResourceRegionType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState + ResourceRegionType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource + Operation = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation end class EventGridManagementClass - attr_reader :domains, :domain_topics, :event_subscriptions, :operations, :topics, :topic_types, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :domains, :domain_topics, :event_subscriptions, :topics, :topic_types, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -266,10 +266,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 @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 @@ -332,26 +332,17 @@ 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 def operation_info Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationInfo end - def dead_letter_destination - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DeadLetterDestination + def operations_list_result + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult end def event_subscriptions_list_result Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionsListResult @@ -359,12 +350,12 @@ def event_subscriptions_list_result def domain_regenerate_key_request Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainRegenerateKeyRequest end + def dead_letter_destination + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DeadLetterDestination + end def event_types_list_result Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventTypesListResult end - def event_subscription_filter - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionFilter - end def topic_types_list_result Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypesListResult end @@ -380,6 +371,9 @@ def number_in_advanced_filter def storage_blob_dead_letter_destination Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::StorageBlobDeadLetterDestination end + def event_subscription_filter + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionFilter + end def number_not_in_advanced_filter Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::NumberNotInAdvancedFilter end @@ -431,9 +425,6 @@ 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 @@ -452,18 +443,27 @@ def input_schema def event_subscription_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionProvisioningState end - def event_delivery_schema - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema + def tracked_resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource end def topic_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicProvisioningState end - def resource_region_type - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + def event_delivery_schema + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema end def topic_type_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState end + def resource_region_type + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + end + def resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource + end + def operation + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation + 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..f2fce896b5 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -8,35 +8,35 @@ module Azure::Profiles::Latest module EventHub module Mgmt 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 + Clusters = Azure::EventHub::Mgmt::V2018_01_01_preview::Clusters Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces module Models - ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay - ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + 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 VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult - Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource - Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation - Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + 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 + TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource 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 + Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource 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 :operations, :configuration, :clusters, :namespaces, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -47,8 +47,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @clusters = @client_0.clusters @configuration = @client_0.configuration + @clusters = @client_0.clusters @namespaces = @client_0.namespaces @model_classes = ModelClasses.new @@ -68,14 +68,20 @@ def method_missing(method, *args) end class ModelClasses - def cluster_quota_configuration_properties - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + 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 error_response - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + 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 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 @@ -83,14 +89,11 @@ def operation_list_result 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 - end - def operation - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation + def error_response + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse end - def sku - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + 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 @@ -104,26 +107,23 @@ def cluster_sku def ehnamespace_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult end - 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 tracked_resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource + 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 + def resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource end def ipaction Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 49fe08428f..f390171f57 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,16 +6,17 @@ 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 + Face = Azure::CognitiveServices::Face::V1_0::Face FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations module Models - FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError + FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle Error = Azure::CognitiveServices::Face::V1_0::Models::Error + 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 @@ -31,37 +32,36 @@ module Models VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest 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 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 UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur + ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus - FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup Person = Azure::CognitiveServices::Face::V1_0::Models::Person - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList 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 + HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode 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_person, :person_group_operations, :face, :face_list_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -71,9 +71,9 @@ 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 = @client_0.face @face_list_operations = @client_0.face_list_operations @model_classes = ModelClasses.new @@ -93,18 +93,21 @@ def method_missing(method, *args) end class ModelClasses - def find_similar_request - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + def apierror + Azure::CognitiveServices::Face::V1_0::Models::APIError + end + def face_rectangle + Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle end def error Azure::CognitiveServices::Face::V1_0::Models::Error 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 @@ -150,9 +153,6 @@ def face_attributes 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 @@ -171,9 +171,6 @@ 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 @@ -189,45 +186,48 @@ def update_person_face_request def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end + def image_url + Azure::CognitiveServices::Face::V1_0::Models::ImageUrl + end def training_status Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus end - def face_list - Azure::CognitiveServices::Face::V1_0::Models::FaceList - end def person_group Azure::CognitiveServices::Face::V1_0::Models::PersonGroup end def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender + def face_list + Azure::CognitiveServices::Face::V1_0::Models::FaceList end def glasses_type Azure::CognitiveServices::Face::V1_0::Models::GlassesType end - def hair_color_type - Azure::CognitiveServices::Face::V1_0::Models::HairColorType - end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end def blur_level Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end + def hair_color_type + Azure::CognitiveServices::Face::V1_0::Models::HairColorType + end def 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 + 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 face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType 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..014d2eec97 100644 --- a/azure_sdk/lib/latest/modules/features_profile_module.rb +++ b/azure_sdk/lib/latest/modules/features_profile_module.rb @@ -10,12 +10,12 @@ module Mgmt Features = Azure::Features::Mgmt::V2015_12_01::Features module Models - OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay 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 + OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult end class FeaturesManagementClass @@ -48,24 +48,24 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay - 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 end + def operation_list_result + Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + end end end end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index fada59715e..987c0c88e5 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -10,21 +10,37 @@ module GraphRbac 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 + Users = Azure::GraphRbac::V1_6::Users module Models + PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile + RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters + PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + SignInName = Azure::GraphRbac::V1_6::Models::SignInName + ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult + DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject + UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters + User = Azure::GraphRbac::V1_6::Models::User + Application = Azure::GraphRbac::V1_6::Models::Application + UserType = Azure::GraphRbac::V1_6::Models::UserType + UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters + Domain = Azure::GraphRbac::V1_6::Models::Domain 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 + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters @@ -33,33 +49,17 @@ module Models 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 + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters - PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile + PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult - UserBase = Azure::GraphRbac::V1_6::Models::UserBase + ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters 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 - SignInName = Azure::GraphRbac::V1_6::Models::SignInName - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult - DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - Application = Azure::GraphRbac::V1_6::Models::Application - ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters - UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - User = Azure::GraphRbac::V1_6::Models::User - UserType = Azure::GraphRbac::V1_6::Models::UserType + UserBase = Azure::GraphRbac::V1_6::Models::UserBase end class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :configurable, :base_url, :options, :model_classes + attr_reader :objects, :applications, :groups, :service_principals, :domains, :users, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -73,8 +73,8 @@ def initialize(configurable, base_url=nil, options=nil) @applications = @client_0.applications @groups = @client_0.groups @service_principals = @client_0.service_principals - @users = @client_0.users @domains = @client_0.domains + @users = @client_0.users @model_classes = ModelClasses.new end @@ -93,15 +93,63 @@ def method_missing(method, *args) end class ModelClasses + def password_profile + Azure::GraphRbac::V1_6::Models::PasswordProfile + end + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + end + def get_objects_parameters + Azure::GraphRbac::V1_6::Models::GetObjectsParameters + end + def password_credential_list_result + Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + end + def sign_in_name + Azure::GraphRbac::V1_6::Models::SignInName + end + def application_add_owner_parameters + Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + end + def user_list_result + Azure::GraphRbac::V1_6::Models::UserListResult + end + def directory_object + Azure::GraphRbac::V1_6::Models::DirectoryObject + end + def user_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + end + def adgroup + Azure::GraphRbac::V1_6::Models::ADGroup + 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 + end + def application + Azure::GraphRbac::V1_6::Models::Application + end + def user_type + Azure::GraphRbac::V1_6::Models::UserType + end + def user_create_parameters + Azure::GraphRbac::V1_6::Models::UserCreateParameters + 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 group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters - end def key_credential Azure::GraphRbac::V1_6::Models::KeyCredential end @@ -111,14 +159,11 @@ def resource_access 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 + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters end def application_list_result Azure::GraphRbac::V1_6::Models::ApplicationListResult @@ -126,6 +171,9 @@ def application_list_result def group_get_member_groups_result Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult end + def user_get_member_groups_result + Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult + end def key_credential_list_result Azure::GraphRbac::V1_6::Models::KeyCredentialListResult end @@ -150,74 +198,26 @@ def get_objects_result def domain_list_result Azure::GraphRbac::V1_6::Models::DomainListResult end - def password_credential - Azure::GraphRbac::V1_6::Models::PasswordCredential + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end 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 + def password_credential + Azure::GraphRbac::V1_6::Models::PasswordCredential end def directory_object_list_result Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end - def user_base - Azure::GraphRbac::V1_6::Models::UserBase + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters end 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 - def get_objects_parameters - Azure::GraphRbac::V1_6::Models::GetObjectsParameters - end - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - end - def sign_in_name - Azure::GraphRbac::V1_6::Models::SignInName - end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - end - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult - end - def directory_object - Azure::GraphRbac::V1_6::Models::DirectoryObject - end - def user_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - end - def application - Azure::GraphRbac::V1_6::Models::Application - end - def adgroup - Azure::GraphRbac::V1_6::Models::ADGroup - end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal - end - def user_create_parameters - Azure::GraphRbac::V1_6::Models::UserCreateParameters - end - def user_update_parameters - Azure::GraphRbac::V1_6::Models::UserUpdateParameters - end - def user - Azure::GraphRbac::V1_6::Models::User - end - def user_type - Azure::GraphRbac::V1_6::Models::UserType + def user_base + Azure::GraphRbac::V1_6::Models::UserBase 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 f384643ee1..11e2477ddf 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,37 +9,41 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + 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 + ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization + Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error 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,26 +51,22 @@ 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 + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end class ImageSearchDataClass @@ -99,6 +99,60 @@ def method_missing(method, *args) end class ModelClasses + def query + Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + end + def image_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + end + def media_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + end + def web_page + Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + end + def error_sub_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end + def image_aspect + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + end + def image_color + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor + end + def freshness + Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + end + 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 image_size + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + end + def response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + end + def organization + Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization + end + def intangible + Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible + end + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + end + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -117,9 +171,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 +189,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 +204,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,65 +225,53 @@ 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 + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end - def error_sub_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end - def image_aspect - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + def image_insight_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def image_color - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor + def person + Azure::CognitiveServices::ImageSearch::V1_0::Models::Person end - def freshness - Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + def response_base + Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase end - def image_content - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + def answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer end - def image_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + def search_results_answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer end - def image_license - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + def thing + Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing end - def safe_search - Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch + def creative_work + Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork end - def image_size - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + def identifiable + Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + def error_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode end - def image_insight_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + def safe_search + Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end end 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..c52860ae81 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 + 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 + AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult ErrorResponseBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody + AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult - Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource - 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 - App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App + OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs AppSku = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku + App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App + Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource 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,44 +57,44 @@ def method_missing(method, *args) end class ModelClasses - def app_list_result - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult - 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 app_list_result + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult + end def error_response_body Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody end + 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_list_result Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult end - def resource - Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + def app_availability_info + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo 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 + def app_sku + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku end def app Azure::IotCentral::Mgmt::V2018_09_01::Models::App end - def app_sku - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku + def resource + Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource end end end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index af6e3b6a7e..69664427a3 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -13,7 +13,41 @@ module Mgmt Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates module Models - ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + TestAllRoutesResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult + MatchedRoute = Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + TestRouteInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput + RouteErrorPosition = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition + CertificateVerificationDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription + RouteErrorRange = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange + IotHubSkuInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo + FallbackRouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties + CertificateBodyDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription + TestRouteResultDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails + RouteCompilationError = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError + TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult + RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties + FeedbackProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties + ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest + IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription + ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest + Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + RoutingSource = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource + AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights + IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType + IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku + OperationMonitoringLevel = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel + Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities + JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType + IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier + EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus + TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason + RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity + IotHubScaleType = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType + Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name + IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule + 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 @@ -25,6 +59,7 @@ module Models 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 + ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails 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 @@ -39,57 +74,22 @@ module Models 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 + IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota + OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult + Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties - UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult + CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription RoutingEndpoints = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints + OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties + UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult + TestAllRoutesInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput RoutingMessage = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage StorageEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties - TestAllRoutesInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput - OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties - MatchedRoute = Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult - 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 - IotHubSkuInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo - RouteCompilationError = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError - CertificateBodyDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription - TestRouteResultDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails - FeedbackProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties - 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 - IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType - RoutingSource = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource - OperationMonitoringLevel = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel - 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 - 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 end class IotHubManagementClass @@ -125,8 +125,110 @@ def method_missing(method, *args) end class ModelClasses - def error_details - Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + def test_all_routes_result + Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult + end + def matched_route + Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + end + def test_route_input + Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput + end + def route_error_position + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition + end + def certificate_verification_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription + end + def route_error_range + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange + end + def iot_hub_sku_info + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo + end + def fallback_route_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties + end + def certificate_body_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription + end + def test_route_result_details + Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails + end + def route_compilation_error + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError + end + def test_route_result + Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult + end + def routing_event_hub_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties + end + def feedback_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties + end + def import_devices_request + Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest + end + def iot_hub_description + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription + end + 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 routing_source + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource + end + def access_rights + Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights + end + def ip_filter_action_type + Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType + end + def iot_hub_sku + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku + end + def operation_monitoring_level + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel + end + def capabilities + Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities + end + def job_type + Azure::IotHub::Mgmt::V2018_04_01::Models::JobType + end + def iot_hub_sku_tier + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier + end + def endpoint_health_status + Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus + end + def test_result_status + Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + end + def job_status + Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + end + def iot_hub_name_unavailability_reason + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason + end + def route_error_severity + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity + end + def iot_hub_scale_type + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType + end + def name + Azure::IotHub::Mgmt::V2018_04_01::Models::Name + end + def ip_filter_rule + Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule + 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 @@ -161,6 +263,9 @@ def event_hub_properties def job_response Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse end + def error_details + Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + end def routing_service_bus_topic_endpoint_properties Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties end @@ -203,159 +308,54 @@ def iot_hub_properties 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 + def iot_hub_name_availability_info + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo end def user_subscription_quota Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota end + def operation_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult + end + def resource + Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + end def routing_service_bus_queue_endpoint_properties Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties end - def user_subscription_quota_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult + def certificate_with_nonce_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription end def routing_endpoints Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints end - def routing_message - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage + def operations_monitoring_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties end - def storage_endpoint_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties + def user_subscription_quota_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult end def test_all_routes_input Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput end - def operations_monitoring_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties + def routing_message + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage end - def matched_route - Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + def storage_endpoint_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties end def shared_access_signature_authorization_rule_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult end - def test_all_routes_result - Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult - end - def certificate_verification_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription - end - 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 - def fallback_route_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties - end - def route_error_range - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange - end - def iot_hub_sku_info - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo - end - def route_compilation_error - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError - end - def certificate_body_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription - end - def test_route_result_details - Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails - end - def feedback_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties - end - def test_route_result - Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult - end - def routing_event_hub_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties - end - 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 - def iot_hub_description - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription - end - def access_rights - Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights - end - def ip_filter_action_type - Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType - end - def routing_source - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource - end - def operation_monitoring_level - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel - end - def capabilities - Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities - end - def iot_hub_sku - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku - end - def iot_hub_sku_tier - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier - 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 - def iot_hub_name_unavailability_reason - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason - end - def test_result_status - Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus - end - def route_error_severity - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity - 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..30455d920c 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -9,82 +9,87 @@ 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 + Action = Azure::KeyVault::V7_0::Models::Action + 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 + 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 + Error = Azure::KeyVault::V7_0::Models::Error 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 + IssuerAttributes = Azure::KeyVault::V7_0::Models::IssuerAttributes 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 + 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 DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem @@ -94,10 +99,6 @@ module Models 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 DeletionRecoveryLevel = Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel @@ -106,7 +107,6 @@ module Models 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 action + Azure::KeyVault::V7_0::Models::Action end - def secret_set_parameters - Azure::KeyVault::V7_0::Models::SecretSetParameters + def backup_certificate_result + Azure::KeyVault::V7_0::Models::BackupCertificateResult end - def json_web_key - Azure::KeyVault::V7_0::Models::JsonWebKey + def deleted_sas_definition_list_result + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult end - def secret_update_parameters - Azure::KeyVault::V7_0::Models::SecretUpdateParameters + def storage_restore_parameters + Azure::KeyVault::V7_0::Models::StorageRestoreParameters end - def key_bundle - Azure::KeyVault::V7_0::Models::KeyBundle + def backup_storage_result + Azure::KeyVault::V7_0::Models::BackupStorageResult end - def certificate_create_parameters - Azure::KeyVault::V7_0::Models::CertificateCreateParameters + def certificate_restore_parameters + Azure::KeyVault::V7_0::Models::CertificateRestoreParameters + end + 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 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,183 +213,174 @@ 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 error + Azure::KeyVault::V7_0::Models::Error 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 issuer_attributes + Azure::KeyVault::V7_0::Models::IssuerAttributes + end def storage_bundle Azure::KeyVault::V7_0::Models::StorageBundle end - def certificate_item - Azure::KeyVault::V7_0::Models::CertificateItem - end - def sas_definition_item - Azure::KeyVault::V7_0::Models::SasDefinitionItem - 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 @@ -393,18 +408,6 @@ 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 @@ -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 + Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction + VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason Permissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + 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 + IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule + DeletedVaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties Vault = Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault + NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet SkuName = Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName KeyPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions + AccessPolicyEntry = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation SecretPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + OperationListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult StoragePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions 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 + CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions end class KeyVaultManagementClass @@ -508,95 +508,104 @@ def method_missing(method, *args) end class ModelClasses - def vault_access_policy_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters + def sku + Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + end + 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 virtual_network_rule + Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + end + def reason + Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason end def permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + 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 - end - def operation - Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation - end - def vault_access_policy_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties + def iprule + Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule end - def operation_list_result - Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + def deleted_vault_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties end def vault Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault end + def network_rule_set + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet + end def sku_name Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName end def key_permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions end + def access_policy_entry + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + end + def operation + Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation + end 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_list_result + Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult end def storage_permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions @@ -604,17 +613,8 @@ def storage_permissions def create_mode Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode end - 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 reason - Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason - end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + def certificate_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions end end end diff --git a/azure_sdk/lib/latest/modules/kusto_profile_module.rb b/azure_sdk/lib/latest/modules/kusto_profile_module.rb index 26b5d00da1..660fd969f7 100644 --- a/azure_sdk/lib/latest/modules/kusto_profile_module.rb +++ b/azure_sdk/lib/latest/modules/kusto_profile_module.rb @@ -7,10 +7,10 @@ module Azure::Profiles::Latest module Kusto module Mgmt + Operations = Azure::Kusto::Mgmt::V2018_09_07_preview::Operations Clusters = Azure::Kusto::Mgmt::V2018_09_07_preview::Clusters Databases = Azure::Kusto::Mgmt::V2018_09_07_preview::Databases EventHubConnections = Azure::Kusto::Mgmt::V2018_09_07_preview::EventHubConnections - Operations = Azure::Kusto::Mgmt::V2018_09_07_preview::Operations module Models DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalListResult @@ -22,40 +22,40 @@ module Models EventHubConnectionValidation = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionValidation TrustedExternalTenant = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrustedExternalTenant AzureCapacity = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureCapacity - OperationListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult DatabaseStatistics = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseStatistics - Operation = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation - OperationDisplay = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay ListResourceSkusResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListResourceSkusResult - ClusterListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult ListSkusResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListSkusResult - Resource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource EventHubConnectionValidationResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionValidationResult ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterCheckNameRequest DatabasePrincipal = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipal DatabaseCheckNameRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseCheckNameRequest DatabaseListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseListResult CheckNameResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::CheckNameResult - Cluster = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster ClusterUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterUpdate - Database = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database DatabaseUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseUpdate EventHubConnectionUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionUpdate EventHubConnection = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnection - TrackedResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource - AzureEntityResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource ProxyResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource - State = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State - ProvisioningState = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState - AzureSkuName = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName + TrackedResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource AzureScaleType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType + Resource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + AzureEntityResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource DataFormat = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat - DatabasePrincipalRole = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + State = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State DatabasePrincipalType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType + DatabasePrincipalRole = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + AzureSkuName = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName + OperationDisplay = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay + Operation = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation + OperationListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult + ProvisioningState = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState + Database = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database + ClusterListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult + Cluster = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster end class KustoManagementClass - attr_reader :clusters, :databases, :event_hub_connections, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :clusters, :databases, :event_hub_connections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -65,10 +65,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 @clusters = @client_0.clusters @databases = @client_0.databases @event_hub_connections = @client_0.event_hub_connections - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -114,30 +114,15 @@ def trusted_external_tenant def azure_capacity Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureCapacity end - def operation_list_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult - end def database_statistics Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseStatistics end - def operation - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation - end - def operation_display - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay - end def list_resource_skus_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListResourceSkusResult end - def cluster_list_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult - end def list_skus_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListSkusResult end - def resource - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource - end def event_hub_connection_validation_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionValidationResult end @@ -156,15 +141,9 @@ def database_list_result def check_name_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::CheckNameResult end - def cluster - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster - end def cluster_update Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterUpdate end - def database - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database - end def database_update Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseUpdate end @@ -174,35 +153,56 @@ def event_hub_connection_update def event_hub_connection Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnection end + def proxy_resource + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource + end def tracked_resource Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource end + def azure_scale_type + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType + end + def resource + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + end def azure_entity_resource Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource end - def proxy_resource - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource + def data_format + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat end def state Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State end - def provisioning_state - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState + def database_principal_type + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType + end + def database_principal_role + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole end def azure_sku_name Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName end - def azure_scale_type - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType + def operation_display + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay end - def data_format - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat + def operation + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation end - def database_principal_role - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + def operation_list_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult end - def database_principal_type - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType + def provisioning_state + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState + end + def database + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database + end + def cluster_list_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult + end + def cluster + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster 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..2645ebac39 100644 --- a/azure_sdk/lib/latest/modules/links_profile_module.rb +++ b/azure_sdk/lib/latest/modules/links_profile_module.rb @@ -15,9 +15,9 @@ module Models 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 + ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink 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 end @@ -64,15 +64,15 @@ def resource_link_properties def operation Azure::Links::Mgmt::V2016_09_01::Models::Operation end + def resource_link + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + 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 - end def filter Azure::Links::Mgmt::V2016_09_01::Models::Filter end diff --git a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb index e8979b0ba2..9899d24fd3 100644 --- a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb @@ -9,32 +9,32 @@ module LocalSearch Local = Azure::CognitiveServices::LocalSearch::V1_0::Local module Models - ResponseBase = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase - GeoCoordinates = Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates + ErrorSubCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse EntitiesEntityPresentationInfo = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo - QueryContext = Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext - Error = Azure::CognitiveServices::LocalSearch::V1_0::Models::Error - SearchResultsAnswer = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer Places = Azure::CognitiveServices::LocalSearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::LocalSearch::V1_0::Models::Place - Action = Azure::CognitiveServices::LocalSearch::V1_0::Models::Action - Identifiable = Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + Intangible = Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible Response = Azure::CognitiveServices::LocalSearch::V1_0::Models::Response - Thing = Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing - SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse + QueryContext = Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext + GeoCoordinates = Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates + ResponseBase = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::LocalSearch::V1_0::Models::Answer - ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + SearchResultsAnswer = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer + Action = Azure::CognitiveServices::LocalSearch::V1_0::Models::Action + Thing = Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::LocalSearch::V1_0::Models::CreativeWork - Intangible = Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible SearchAction = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchAction + Identifiable = Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable StructuredValue = Azure::CognitiveServices::LocalSearch::V1_0::Models::StructuredValue - EntityScenario = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario - EntityType = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType ErrorCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode - ResponseFormat = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat SafeSearch = Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch + ResponseFormat = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat + EntityType = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType + EntityScenario = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario + Error = Azure::CognitiveServices::LocalSearch::V1_0::Models::Error end class LocalSearchDataClass @@ -67,24 +67,18 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase + def error_sub_code + Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode end - def geo_coordinates - Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates + def error_response + Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + end + def search_response + Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse end def entities_entity_presentation_info Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo end - def query_context - Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext - end - def error - Azure::CognitiveServices::LocalSearch::V1_0::Models::Error - end - def search_results_answer - Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer - end def places Azure::CognitiveServices::LocalSearch::V1_0::Models::Places end @@ -94,56 +88,62 @@ def postal_address def place Azure::CognitiveServices::LocalSearch::V1_0::Models::Place end - def action - Azure::CognitiveServices::LocalSearch::V1_0::Models::Action - end - def identifiable - Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + def intangible + Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible end def response Azure::CognitiveServices::LocalSearch::V1_0::Models::Response end - def thing - Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing + def query_context + Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext end - def search_response - Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse + def geo_coordinates + Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates + end + def response_base + Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase end def answer Azure::CognitiveServices::LocalSearch::V1_0::Models::Answer end - def error_response - Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + def search_results_answer + Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer + end + def action + Azure::CognitiveServices::LocalSearch::V1_0::Models::Action + end + def thing + Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::LocalSearch::V1_0::Models::CreativeWork end - def intangible - Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible - end def search_action Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchAction end + def identifiable + Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + end def structured_value Azure::CognitiveServices::LocalSearch::V1_0::Models::StructuredValue end - def entity_scenario - Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario - end - def entity_type - Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType - end def error_code Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode + def safe_search + Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch end def response_format Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat end - def safe_search - Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch + def entity_type + Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType + end + def entity_scenario + Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario + end + def error + Azure::CognitiveServices::LocalSearch::V1_0::Models::Error 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..425451c29f 100644 --- a/azure_sdk/lib/latest/modules/locks_profile_module.rb +++ b/azure_sdk/lib/latest/modules/locks_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Locks module Mgmt - AuthorizationOperations = Azure::Locks::Mgmt::V2016_09_01::AuthorizationOperations ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks + AuthorizationOperations = Azure::Locks::Mgmt::V2016_09_01::AuthorizationOperations module Models OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay @@ -21,7 +21,7 @@ module Models end class LocksManagementClass - attr_reader :authorization_operations, :management_locks, :configurable, :base_url, :options, :model_classes + attr_reader :management_locks, :authorization_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -31,8 +31,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @authorization_operations = @client_0.authorization_operations @management_locks = @client_0.management_locks + @authorization_operations = @client_0.authorization_operations @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index 43a536dea9..6d0c2c71a5 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -7,13 +7,6 @@ module Azure::Profiles::Latest module Logic module Mgmt - Workflows = Azure::Logic::Mgmt::V2018_07_01_preview::Workflows - WorkflowVersions = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowVersions - WorkflowTriggers = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowTriggers - WorkflowVersionTriggers = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowVersionTriggers - WorkflowTriggerHistories = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowTriggerHistories - WorkflowRuns = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRuns - WorkflowRunActions = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActions WorkflowRunActionRepetitions = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActionRepetitions WorkflowRunActionRepetitionsRequestHistories = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActionRepetitionsRequestHistories WorkflowRunActionRequestHistories = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActionRequestHistories @@ -29,10 +22,26 @@ module Mgmt IntegrationAccountCertificates = Azure::Logic::Mgmt::V2018_07_01_preview::IntegrationAccountCertificates IntegrationAccountSessions = Azure::Logic::Mgmt::V2018_07_01_preview::IntegrationAccountSessions Operations = Azure::Logic::Mgmt::V2018_07_01_preview::Operations + Workflows = Azure::Logic::Mgmt::V2018_07_01_preview::Workflows + WorkflowVersions = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowVersions + WorkflowTriggers = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowTriggers + WorkflowVersionTriggers = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowVersionTriggers + WorkflowTriggerHistories = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowTriggerHistories + WorkflowRuns = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRuns + WorkflowRunActions = Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActions module Models + ErrorResponse = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse + OperationDisplay = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay + Operation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation + OperationListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult + SkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName + ContentHash = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash + ContentLink = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink + SubResource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource + KeyVaultKeyReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference + Sku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku X12EnvelopeOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12EnvelopeOverride - Resource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource X12ValidationOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ValidationOverride ResourceReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ResourceReference X12MessageIdentifier = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12MessageIdentifier @@ -50,20 +59,15 @@ module Models X12AcknowledgementSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AcknowledgementSettings WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerCallbackUrl X12MessageFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12MessageFilter - ContentHash = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash X12SecuritySettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12SecuritySettings RequestHistoryListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistoryListResult X12ProcessingSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ProcessingSettings WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryFilter - SubResource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource RequestHistoryProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistoryProperties - Sku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku WorkflowRunFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunFilter WorkflowRunListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunListResult Expression = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Expression - ErrorResponse = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse WorkflowListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowListResult - Request = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request JsonSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::JsonSchema WorkflowRunActionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionListResult X12ProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ProtocolSettings @@ -103,17 +107,16 @@ module Models AgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementContent WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryListResult RunCorrelation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunCorrelation - Response = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult RetryHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RetryHistory IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementFilter RegenerateActionParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RegenerateActionParameter KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReferenceKeyVault IntegrationAccountListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountListResult - KeyVaultKeyReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaListResult OperationResultProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResultProperties IntegrationAccountMapListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapListResult + Resource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificateListResult PartnerContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerContent IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionFilter @@ -122,93 +125,90 @@ module Models AS2ValidationSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ValidationSettings IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult AS2OneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2OneWayAgreement - OperationDisplay = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries - Operation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation WorkflowRunTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunTrigger - OperationListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult - WorkflowRunActionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter RepetitionIndex = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RepetitionIndex CallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl - ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition + WorkflowRunActionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter BusinessIdentity = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity KeyVaultKeyAttributes = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyAttributes - AS2MdnSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings + ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition KeyVaultKey = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerRecurrence - KeyVaultKeyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection + AS2MdnSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings ErrorProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties TrackingEventErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventErrorInfo - IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema + KeyVaultKeyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection TrackingEvent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEvent AS2ErrorSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ErrorSettings - TrackingEventsDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition + IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema IntegrationAccountSku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition - ContentLink = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink - ErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo + TrackingEventsDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult ExpressionTraces = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces - Workflow = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow + ErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo WorkflowVersion = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion WorkflowTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger - WorkflowTriggerHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory + Workflow = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow WorkflowOutputParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter WorkflowRun = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun - WorkflowRunAction = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction + WorkflowTriggerHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory IntegrationAccount = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount IntegrationAccountSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema - IntegrationAccountMap = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap + WorkflowRunAction = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction IntegrationAccountPartner = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner IntegrationAccountAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement - IntegrationAccountCertificate = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate + IntegrationAccountMap = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap IntegrationAccountSession = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSession - KeyVaultReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference ExpressionRoot = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionRoot - AzureResourceErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo + IntegrationAccountCertificate = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinition - OperationResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult RunActionCorrelation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunActionCorrelation - AssemblyDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition + AzureResourceErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition AssemblyProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties BatchConfigurationProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties BatchConfiguration = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration RequestHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistory + Request = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request WorkflowProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowProvisioningState - WorkflowState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState - SkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName ParameterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ParameterType WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState - WorkflowStatus = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + AssemblyDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition RecurrenceFrequency = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency DaysOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek + WorkflowState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState DayOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek - KeyType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType - IntegrationAccountSkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName SchemaType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType + KeyVaultReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference MapType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MapType PartnerType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType - AgreementType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType HashingAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm + WorkflowStatus = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus EncryptionAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm SigningAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy - X12CharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet + Response = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix X12DateFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat - X12TimeFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat UsageIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator - MessageFilterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType + AgreementType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType + OperationResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult EdifactCharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet - EdifactDecimalIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator + MessageFilterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType + X12TimeFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat + X12CharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet TrackEventsOperationOptions = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions + IntegrationAccountSkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName + KeyType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType EventLevel = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EventLevel TrackingRecordType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingRecordType + EdifactDecimalIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator end class LogicManagementClass - attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_version_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_repetitions_request_histories, :workflow_run_action_request_histories, :workflow_run_action_scope_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :integration_account_schemas, :integration_account_maps, :integration_account_partners, :integration_account_agreements, :integration_account_certificates, :integration_account_sessions, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :workflow_run_action_repetitions, :workflow_run_action_repetitions_request_histories, :workflow_run_action_request_histories, :workflow_run_action_scope_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :integration_account_schemas, :integration_account_maps, :integration_account_partners, :integration_account_agreements, :integration_account_certificates, :integration_account_sessions, :operations, :workflows, :workflow_versions, :workflow_triggers, :workflow_version_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -218,13 +218,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @workflows = @client_0.workflows - @workflow_versions = @client_0.workflow_versions - @workflow_triggers = @client_0.workflow_triggers - @workflow_version_triggers = @client_0.workflow_version_triggers - @workflow_trigger_histories = @client_0.workflow_trigger_histories - @workflow_runs = @client_0.workflow_runs - @workflow_run_actions = @client_0.workflow_run_actions @workflow_run_action_repetitions = @client_0.workflow_run_action_repetitions @workflow_run_action_repetitions_request_histories = @client_0.workflow_run_action_repetitions_request_histories @workflow_run_action_request_histories = @client_0.workflow_run_action_request_histories @@ -240,6 +233,13 @@ def initialize(configurable, base_url=nil, options=nil) @integration_account_certificates = @client_0.integration_account_certificates @integration_account_sessions = @client_0.integration_account_sessions @operations = @client_0.operations + @workflows = @client_0.workflows + @workflow_versions = @client_0.workflow_versions + @workflow_triggers = @client_0.workflow_triggers + @workflow_version_triggers = @client_0.workflow_version_triggers + @workflow_trigger_histories = @client_0.workflow_trigger_histories + @workflow_runs = @client_0.workflow_runs + @workflow_run_actions = @client_0.workflow_run_actions @model_classes = ModelClasses.new end @@ -258,12 +258,39 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse + end + def operation_display + Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay + end + def operation + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation + end + def operation_list_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult + end + def sku_name + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName + end + def content_hash + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash + end + def content_link + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink + end + def sub_resource + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource + end + def key_vault_key_reference + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference + end + def sku + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku + end def x12_envelope_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12EnvelopeOverride end - def resource - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource - end def x12_validation_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ValidationOverride end @@ -315,9 +342,6 @@ def workflow_trigger_callback_url def x12_message_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12MessageFilter end - def content_hash - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash - end def x12_security_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12SecuritySettings end @@ -330,15 +354,9 @@ def x12_processing_settings def workflow_trigger_history_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryFilter end - def sub_resource - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource - end def request_history_properties Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistoryProperties end - def sku - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku - end def workflow_run_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunFilter end @@ -348,15 +366,9 @@ def workflow_run_list_result def expression Azure::Logic::Mgmt::V2018_07_01_preview::Models::Expression end - def error_response - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse - end def workflow_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowListResult end - def request - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request - end def json_schema Azure::Logic::Mgmt::V2018_07_01_preview::Models::JsonSchema end @@ -474,9 +486,6 @@ def workflow_trigger_history_list_result def run_correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunCorrelation end - def response - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response - end def integration_account_agreement_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult end @@ -495,9 +504,6 @@ def key_vault_key_reference_key_vault def integration_account_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountListResult end - def key_vault_key_reference - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference - end def integration_account_schema_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaListResult end @@ -507,6 +513,9 @@ def operation_result_properties def integration_account_map_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapListResult end + def resource + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource + end def integration_account_certificate_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificateListResult end @@ -531,32 +540,20 @@ def integration_account_session_list_result def as2_one_way_agreement Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2OneWayAgreement end - def operation_display - Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay - end def workflow_trigger_list_callback_url_queries Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries end - def operation - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation - end def workflow_run_trigger Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunTrigger end - def operation_list_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult - end - def workflow_run_action_filter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter - end def repetition_index Azure::Logic::Mgmt::V2018_07_01_preview::Models::RepetitionIndex end def callback_url Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl end - def list_key_vault_keys_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition + def workflow_run_action_filter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter end def business_identity Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity @@ -564,8 +561,8 @@ def business_identity def key_vault_key_attributes Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyAttributes end - def as2_mdn_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings + def list_key_vault_keys_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition end def key_vault_key Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey @@ -573,8 +570,8 @@ def key_vault_key def workflow_trigger_recurrence Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerRecurrence end - def key_vault_key_collection - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection + def as2_mdn_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings end def error_properties Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties @@ -582,8 +579,8 @@ def error_properties def tracking_event_error_info Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventErrorInfo end - def integration_account_map_properties_parameters_schema - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema + def key_vault_key_collection + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection end def tracking_event Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEvent @@ -591,8 +588,8 @@ def tracking_event def as2_error_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ErrorSettings end - def tracking_events_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition + def integration_account_map_properties_parameters_schema + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema end def integration_account_sku Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku @@ -600,11 +597,8 @@ def integration_account_sku def set_trigger_state_action_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition end - def content_link - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink - end - def error_info - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo + def tracking_events_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition end def integration_account_partner_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult @@ -612,8 +606,8 @@ def integration_account_partner_list_result def expression_traces Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces end - def workflow - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow + def error_info + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo end def workflow_version Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion @@ -621,8 +615,8 @@ def workflow_version def workflow_trigger Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger end - def workflow_trigger_history - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory + def workflow + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow end def workflow_output_parameter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter @@ -630,8 +624,8 @@ def workflow_output_parameter def workflow_run Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun end - def workflow_run_action - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction + def workflow_trigger_history + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory end def integration_account Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount @@ -639,8 +633,8 @@ def integration_account def integration_account_schema Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema end - def integration_account_map - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap + def workflow_run_action + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction end def integration_account_partner Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner @@ -648,32 +642,26 @@ def integration_account_partner def integration_account_agreement Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement end - def integration_account_certificate - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate + def integration_account_map + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap end def integration_account_session Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSession end - def key_vault_reference - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference - end def expression_root Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionRoot end - def azure_resource_error_info - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo + def integration_account_certificate + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate end def workflow_run_action_repetition_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinition end - def operation_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult - end def run_action_correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunActionCorrelation end - def assembly_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition + def azure_resource_error_info + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo end def artifact_content_properties_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition @@ -690,23 +678,20 @@ def batch_configuration def request_history Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistory end + def request + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request + end def workflow_provisioning_state Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowProvisioningState end - def workflow_state - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState - end - def sku_name - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName - end def parameter_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::ParameterType end def workflow_trigger_provisioning_state Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState end - def workflow_status - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + def assembly_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition end def recurrence_frequency Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency @@ -714,30 +699,30 @@ def recurrence_frequency def days_of_week Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek end + def workflow_state + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState + end def day_of_week Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek end - def key_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType - end - def integration_account_sku_name - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName - end def schema_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType end + def key_vault_reference + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference + end def map_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::MapType end def partner_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType end - def agreement_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType - end def hashing_algorithm Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm end + def workflow_status + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + end def encryption_algorithm Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm end @@ -747,8 +732,8 @@ def signing_algorithm def trailing_separator_policy Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy end - def x12_character_set - Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet + def response + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response end def segment_terminator_suffix Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix @@ -756,30 +741,45 @@ def segment_terminator_suffix def x12_date_format Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat end - def x12_time_format - Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat - end def usage_indicator Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator end - def message_filter_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType + def agreement_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType + end + def operation_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult end def edifact_character_set Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet end - def edifact_decimal_indicator - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator + def message_filter_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType + end + def x12_time_format + Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat + end + def x12_character_set + Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet end def track_events_operation_options Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions end + def integration_account_sku_name + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName + end + def key_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType + end def event_level Azure::Logic::Mgmt::V2018_07_01_preview::Models::EventLevel end def tracking_record_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingRecordType end + def edifact_decimal_indicator + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator + end 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..ba1eab166f 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -11,12 +11,17 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models - AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + 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 @@ -30,27 +35,22 @@ 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 ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo 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 + ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState 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 end class MachineLearningManagementClass @@ -84,12 +84,30 @@ def method_missing(method, *args) end class ModelClasses - def asset_item - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + def storage_account + Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + end + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + end + def operation_display_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + end + def operation_entity + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + end + def parameter_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + end + def operation_entity_list_result + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult end def resource Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource 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 @@ -99,9 +117,6 @@ def realtime_configuration def web_service_properties Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties end - def storage_account - Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount - end def machine_learning_workspace Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace end @@ -141,9 +156,6 @@ 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 @@ -159,30 +171,18 @@ def async_operation_error_info 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 @@ -195,15 +195,15 @@ def column_format def asset_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType end + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + end def input_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType end def output_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType end - def parameter_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType - end 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..8b168172ce 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -11,24 +11,24 @@ module Mgmt ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions module Models + GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource 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 + ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType + ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType + ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse + ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + PlanPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable 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 - ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType - ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType end class ManagedApplicationsManagementClass @@ -62,29 +62,41 @@ def method_missing(method, *args) end class ModelClasses + def generic_resource + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + end def sku Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku end - def plan - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan + def application_artifact_type + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType end - def identity - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity + def resource_identity_type + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType end - def plan_patchable - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable + def provisioning_state + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState 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 + def application + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + end + def plan_patchable + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable + 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 +104,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 +113,9 @@ 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 application_artifact_type - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType - end - def resource_identity_type - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType - 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..81c4d9179b 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -13,10 +13,10 @@ module Mgmt module Models Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay + UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities 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 class ManagedServiceIdentityManagementClass @@ -56,6 +56,9 @@ def identity def operation_display Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay end + def user_assigned_identities + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities + end def operation Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation end @@ -65,9 +68,6 @@ def user_assigned_identities_list_result 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 end end end diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 80f1528636..d996ee7277 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 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 @@ -57,20 +57,20 @@ def operation_display def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation 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 end - def error_response - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + def error_response_error + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + end + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end def resource Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + def error_response + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse 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..85b023d16d 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,10 +7,10 @@ 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 + 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 @@ -23,84 +23,76 @@ module Mgmt StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints 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 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 FirstQuality = Azure::MediaServices::Mgmt::V2018_07_01::Models::FirstQuality FilterTrackSelection = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackSelection StreamingPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyFairPlayConfiguration - ODataError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError 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 + ODataError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError 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 Hls = Azure::MediaServices::Mgmt::V2018_07_01::Models::Hls ContentKeyPolicyPlayReadyPlayRight = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyPlayRight + StreamingPolicyContentKeys = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys EnvelopeEncryption = Azure::MediaServices::Mgmt::V2018_07_01::Models::EnvelopeEncryption - 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 + ContentKeyPolicyPlayReadyLicense = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense 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 CencDrmConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::CencDrmConfiguration + EnabledProtocols = Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols TransformCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformCollection CbcsDrmConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::CbcsDrmConfiguration - StreamingPolicyCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyCollection JobError = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobError Deinterlace = Azure::MediaServices::Mgmt::V2018_07_01::Models::Deinterlace - StreamingLocatorCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection + StreamingPolicyCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyCollection 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 + StreamingLocatorCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection AssetFileEncryptionMetadata = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer - StreamingPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration + MediaServiceCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection StreamingEndpointListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult AssetFilterCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection - StreamingEntityScaleUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit + StreamingPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration 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 + StreamingEntityScaleUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit AkamaiAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl ContentKeyPolicyRestrictionTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenKey - AkamaiSignatureHeaderAuthenticationKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey + ContentKeyPolicyRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction ListPathsResponse = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListPathsResponse OutputFile = Azure::MediaServices::Mgmt::V2018_07_01::Models::OutputFile - JobErrorDetail = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorDetail + AkamaiSignatureHeaderAuthenticationKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey LiveEventListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventListResult SubscriptionMediaServiceCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaServiceCollection LiveEventActionInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventActionInput @@ -110,58 +102,55 @@ module Models LiveEventEncoding = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncoding JobCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobCollection LiveEventPreview = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreview + JobErrorDetail = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorDetail ContentKeyPolicyOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOption LiveEventPreviewAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreviewAccessControl ContentKeyPolicyPlayReadyContentKeyLocation = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentKeyLocation - LiveEventInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput JobOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutput LiveEventInputAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputAccessControl - TrackSelection = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection + OperationCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection IPAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::IPAccessControl AssetStreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStreamingLocator - TransformOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput + LiveEventInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput 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 + TrackSelection = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection Asset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset AssetFilter = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilter - ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader + TransformOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier ContentKeyPolicyOpenRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOpenRestriction - ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction + SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService ContentKeyPolicySymmetricTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicySymmetricTokenKey ContentKeyPolicyRsaTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRsaTokenKey - ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey + ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader ContentKeyPolicyTokenRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction ContentKeyPolicyClearKeyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyClearKeyConfiguration - ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration + ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction 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 + ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy Audio = Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio - AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio + ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay - CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration 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 - JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat + AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio 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 + CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video - JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer + JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat - Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage - BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset + JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat @@ -172,7 +161,6 @@ module Models 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 StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput @@ -182,7 +170,6 @@ module Models FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit 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 @@ -190,37 +177,50 @@ module Models ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType 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 + TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation - H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset 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 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 + Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory JobRetry = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry + JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode + TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation 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 + EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol - EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType 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 + StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag - StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource + Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType 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 :operations, :locations, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -230,10 +230,10 @@ 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 + @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 @@ -262,6 +262,21 @@ 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 codec Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec end @@ -280,9 +295,6 @@ def filter_track_selection def streaming_policy_fair_play_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyFairPlayConfiguration end - def odata_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError - end def content_key_policy_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyCollection end @@ -292,15 +304,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 +316,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 +334,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 @@ -367,77 +355,68 @@ def list_streaming_locators_response def metric_properties Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricProperties end + def odata_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError + end 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 def job_input Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput end - def streaming_policy_content_keys - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys - end def hls Azure::MediaServices::Mgmt::V2018_07_01::Models::Hls end def content_key_policy_play_ready_play_right Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyPlayRight end + def streaming_policy_content_keys + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys + end def envelope_encryption Azure::MediaServices::Mgmt::V2018_07_01::Models::EnvelopeEncryption end - def content_key_policy_play_ready_license - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense - end def no_encryption Azure::MediaServices::Mgmt::V2018_07_01::Models::NoEncryption end def default_key Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey end - def format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + def content_key_policy_play_ready_license + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense end def content_key_policy_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration end - def enabled_protocols - Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols - end def track_property_condition Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCondition end def cenc_drm_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::CencDrmConfiguration end + def enabled_protocols + Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols + end def transform_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformCollection end def cbcs_drm_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::CbcsDrmConfiguration end - def streaming_policy_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyCollection - end def job_error Azure::MediaServices::Mgmt::V2018_07_01::Models::JobError end def deinterlace Azure::MediaServices::Mgmt::V2018_07_01::Models::Deinterlace end - def streaming_locator_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection + def streaming_policy_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyCollection end def rectangle Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle @@ -445,11 +424,8 @@ def rectangle def iprange Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange end - def media_service_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection - end - def filters - Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + def streaming_locator_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection end def asset_file_encryption_metadata Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata @@ -457,8 +433,8 @@ def asset_file_encryption_metadata def layer Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer end - def streaming_policy_widevine_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration + def media_service_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection end def streaming_endpoint_list_result Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult @@ -466,8 +442,8 @@ def streaming_endpoint_list_result 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 + def streaming_policy_widevine_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration end def streaming_policy_content_key Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey @@ -475,8 +451,8 @@ def streaming_policy_content_key def streaming_endpoint_access_control Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointAccessControl end - def content_key_policy_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction + def streaming_entity_scale_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit end def akamai_access_control Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl @@ -484,8 +460,8 @@ def akamai_access_control def content_key_policy_restriction_token_key Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenKey end - def akamai_signature_header_authentication_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey + def content_key_policy_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction end def list_paths_response Azure::MediaServices::Mgmt::V2018_07_01::Models::ListPathsResponse @@ -493,8 +469,8 @@ def list_paths_response def output_file Azure::MediaServices::Mgmt::V2018_07_01::Models::OutputFile end - def job_error_detail - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorDetail + def akamai_signature_header_authentication_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey end def live_event_list_result Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventListResult @@ -523,6 +499,9 @@ def job_collection def live_event_preview Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreview end + def job_error_detail + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorDetail + end def content_key_policy_option Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOption end @@ -532,17 +511,14 @@ def live_event_preview_access_control def content_key_policy_play_ready_content_key_location Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentKeyLocation end - def live_event_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput - end def job_output Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutput end def live_event_input_access_control Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputAccessControl end - def track_selection - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection + def operation_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection end def ipaccess_control Azure::MediaServices::Mgmt::V2018_07_01::Models::IPAccessControl @@ -550,23 +526,17 @@ def ipaccess_control def asset_streaming_locator Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStreamingLocator end - def transform_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput + def live_event_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput end 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 - def subscription_media_service - Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService + def track_selection + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection end def asset Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset @@ -574,8 +544,8 @@ def asset def asset_filter Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilter end - def content_key_policy_play_ready_content_encryption_key_from_header - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader + def transform_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput end def content_key_policy_play_ready_content_encryption_key_from_key_identifier Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier @@ -583,8 +553,8 @@ def content_key_policy_play_ready_content_encryption_key_from_key_identifier def content_key_policy_open_restriction Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOpenRestriction end - def content_key_policy_unknown_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction + def subscription_media_service + Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService end def content_key_policy_symmetric_token_key Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicySymmetricTokenKey @@ -592,8 +562,8 @@ def content_key_policy_symmetric_token_key def content_key_policy_rsa_token_key Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRsaTokenKey end - def content_key_policy_x509_certificate_token_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey + def content_key_policy_play_ready_content_encryption_key_from_header + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader end def content_key_policy_token_restriction Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction @@ -601,8 +571,8 @@ def content_key_policy_token_restriction def content_key_policy_clear_key_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyClearKeyConfiguration end - def content_key_policy_unknown_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration + def content_key_policy_unknown_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction end def content_key_policy_widevine_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration @@ -610,8 +580,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 content_key_policy_x509_certificate_token_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey end def content_key_policy Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy @@ -619,8 +589,8 @@ def content_key_policy def audio Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio end - def aac_audio - Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio + def content_key_policy_unknown_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration end def audio_analyzer_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset @@ -628,20 +598,17 @@ def audio_analyzer_preset def audio_overlay Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay end - def copy_video - Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + def content_key_policy_fair_play_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration end 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 end - def jpg_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat + def aac_audio + Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio end def png_format Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat @@ -649,8 +616,8 @@ def png_format def copy_audio Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio end - def video_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer + def copy_video + Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo end def h264_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer @@ -658,8 +625,8 @@ def h264_layer def h264_video Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video end - def jpg_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer + def jpg_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat end def jpg_image Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage @@ -667,8 +634,8 @@ def jpg_image def multi_bitrate_format Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat end - def mp4_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + def video_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer end def png_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer @@ -676,8 +643,8 @@ def png_layer 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 jpg_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer end def standard_encoder_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset @@ -709,9 +676,6 @@ def job_input_http def job_output_asset Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset end - def job - Azure::MediaServices::Mgmt::V2018_07_01::Models::Job - end def streaming_policy Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy end @@ -739,9 +703,6 @@ def metric_unit 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 @@ -763,12 +724,15 @@ def content_key_policy_restriction_token_type def content_key_policy_fair_play_rental_and_lease_key_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType end - def aac_audio_profile - Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile + def tracked_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource end def stretch_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode end + def proxy_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + end def deinterlace_parity Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity end @@ -778,12 +742,18 @@ def deinterlace_mode def rotation Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation end - def h264_video_profile - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + def aac_audio_profile + Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile end def entropy_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode end + def h264_video_profile + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + end + def built_in_standard_encoder_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset + end def h264_complexity Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity end @@ -799,8 +769,8 @@ def on_error_type def priority Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority end - def job_error_code - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode + def mp4_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format end def job_error_category Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory @@ -808,14 +778,20 @@ def job_error_category def job_retry Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry end + def job_error_code + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode + end + def track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation + 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 + def encryption_scheme + Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme end def streaming_locator_content_key_type Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType @@ -823,8 +799,8 @@ def streaming_locator_content_key_type def streaming_policy_streaming_protocol Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol end - def encryption_scheme - Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + def live_event_encoding_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType end def live_output_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState @@ -832,8 +808,8 @@ def live_output_resource_state 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 + def streaming_endpoint_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState end def live_event_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState @@ -841,8 +817,32 @@ def live_event_resource_state def stream_options_flag Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag end - def streaming_endpoint_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + def provider + Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + end + def filters + Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + end + def api_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + end + def resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource + end + def format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + end + def image + Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + end + def location + Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + end + def storage_account + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + end + def storage_account_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType 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..9bd6cbe141 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -7,14 +7,14 @@ module Azure::Profiles::Latest module Monitor module Mgmt - ActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::ActivityLogs AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings EventCategories = Azure::Monitor::Mgmt::V2015_04_01::EventCategories Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations TenantActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::TenantActivityLogs + ActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::ActivityLogs + LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents - LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts DiagnosticSettingsOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsOperations DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations @@ -27,38 +27,37 @@ module Mgmt 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 - EventData = Azure::Monitor::Mgmt::V2015_04_01::Models::EventData - EmailNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification - WebhookNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification - ScaleCapacity = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity - AutoscaleNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleNotification - ScaleAction = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleAction - ScaleRule = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule - AutoscaleSettingResourcePatch = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch EventDataCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection 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 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 ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay + Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel + 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 + EventData = Azure::Monitor::Mgmt::V2015_04_01::Models::EventData + EmailNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification + WebhookNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification + ScaleCapacity = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity + AutoscaleNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleNotification + ScaleAction = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleAction + ScaleRule = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule + AutoscaleSettingResourcePatch = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch 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 - AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch ManagementEventAggregationCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition @@ -68,13 +67,14 @@ module Models IncidentListResult = Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource - ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition RuleEmailAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction RuleWebhookAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction - AlertRuleResource = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource + ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource + AlertRuleResource = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource + AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition @@ -84,80 +84,80 @@ module Models 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 + RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType 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 DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection + LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings 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 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 + Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response + MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability 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 - 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 Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType + Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType + MetricDefinition = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition + MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + 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 + ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList + ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource + Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule + ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection - 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 - 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 + ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse 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 + Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action 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 + TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + 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 :autoscale_settings, :event_categories, :operations, :tenant_activity_logs, :activity_logs, :log_profiles, :alert_rules, :alert_rule_incidents, :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 def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -167,20 +167,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @activity_logs = @client_0.activity_logs @autoscale_settings = @client_0.autoscale_settings @event_categories = @client_0.event_categories @operations = @client_0.operations @tenant_activity_logs = @client_0.tenant_activity_logs + @activity_logs = @client_0.activity_logs @client_1 = Azure::Monitor::Mgmt::V2016_03_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @log_profiles = @client_1.log_profiles @alert_rules = @client_1.alert_rules @alert_rule_incidents = @client_1.alert_rule_incidents - @log_profiles = @client_1.log_profiles @client_2 = Azure::Monitor::Mgmt::V2017_04_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -259,42 +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 - def sender_authorization - Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization - end - def autoscale_profile - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile - end - def event_data - Azure::Monitor::Mgmt::V2015_04_01::Models::EventData - end - def email_notification - Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification - end - def webhook_notification - Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification - end - def scale_capacity - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity - end - def autoscale_notification - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleNotification - end - def scale_action - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleAction - end - def scale_rule - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule - end - def autoscale_setting_resource_patch - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch - end def event_data_collection Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection end @@ -310,24 +274,12 @@ 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 - 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 @@ -343,6 +295,54 @@ def scale_direction def scale_type Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end + def operation_display + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay + end + def operation + Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + end + def operation_list_result + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + 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 recurrence + Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence + end + def sender_authorization + Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization + end + def autoscale_profile + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile + end + def event_data + Azure::Monitor::Mgmt::V2015_04_01::Models::EventData + end + def email_notification + Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification + end + def webhook_notification + Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification + end + def scale_capacity + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity + end + def autoscale_notification + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleNotification + end + def scale_action + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleAction + end + def scale_rule + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule + end + def autoscale_setting_resource_patch + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch + end def rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition end @@ -352,9 +352,6 @@ def alert_rule_resource_patch def rule_management_event_claims_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource end - def alert_rule_resource_collection - Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection - end def rule_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource end @@ -382,9 +379,6 @@ def rule_metric_data_source def rule_management_event_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource end - def threshold_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition - end def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end @@ -397,12 +391,18 @@ def rule_email_action def rule_webhook_action Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction end - def alert_rule_resource - Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource + def threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition end def log_profile_resource Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource end + def alert_rule_resource + Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource + end + def alert_rule_resource_collection + Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection + end def condition_operator Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator end @@ -430,33 +430,33 @@ def activity_log_alert_list def activity_log_alert_resource Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource end + def retention_policy + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + end + def category_type + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + 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 diagnostic_settings_category_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection end + def log_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + 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 end - def category_type - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType - end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end @@ -475,72 +475,81 @@ def calculate_baseline_response def sensitivity Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity end - def metric_value - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + def response + Azure::Monitor::Mgmt::V2018_01_01::Models::Response + end + def metric_availability + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability 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 metric + Azure::Monitor::Mgmt::V2018_01_01::Models::Metric + end def result_type Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType end + def metric_definition + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition + end + def metric_definition_collection + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + 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,41 @@ 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 action_group_resource - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource - end def receiver_status Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus end - def log_search_rule_resource_collection - Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection - end - def resource - Azure::Monitor::Mgmt::V2018_04_16::Models::Resource + def action_group_list + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList end - def log_metric_trigger - Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger + def action_group_resource + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource end def schedule Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule end - def trigger_condition - Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + def provisioning_state + Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState end - def action - Azure::Monitor::Mgmt::V2018_04_16::Models::Action + def log_search_rule_resource_collection + Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection end - def source - Azure::Monitor::Mgmt::V2018_04_16::Models::Source + def log_metric_trigger + Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger + end + def error_response + Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse end def az_ns_action_group Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup @@ -613,9 +607,6 @@ 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 @@ -625,8 +616,8 @@ def alerting_action def enabled Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled end - def provisioning_state - Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + def action + Azure::Monitor::Mgmt::V2018_04_16::Models::Action end def query_type Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType @@ -637,9 +628,18 @@ def conditional_operator def metric_trigger_type Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType end + def trigger_condition + Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + end + def resource + Azure::Monitor::Mgmt::V2018_04_16::Models::Resource + end def alert_severity Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity end + def source + Azure::Monitor::Mgmt::V2018_04_16::Models::Source + end end end end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index 5416cc60bc..89ccb5bdba 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -9,17 +9,27 @@ module Network module Mgmt ApplicationGateways = Azure::Network::Mgmt::V2018_10_01::ApplicationGateways ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_10_01::ApplicationSecurityGroups + AvailableEndpointServices = Azure::Network::Mgmt::V2018_10_01::AvailableEndpointServices + ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitAuthorizations + ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitPeerings + ExpressRouteCircuits = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_10_01::ExpressRouteServiceProviders + LoadBalancers = Azure::Network::Mgmt::V2018_10_01::LoadBalancers + LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_10_01::LoadBalancerBackendAddressPools + LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_10_01::LoadBalancerFrontendIPConfigurations + InboundNatRules = Azure::Network::Mgmt::V2018_10_01::InboundNatRules + LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_10_01::LoadBalancerLoadBalancingRules + LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_10_01::LoadBalancerNetworkInterfaces + LoadBalancerProbes = Azure::Network::Mgmt::V2018_10_01::LoadBalancerProbes + NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceIPConfigurations + NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceLoadBalancers + NetworkSecurityGroups = Azure::Network::Mgmt::V2018_10_01::NetworkSecurityGroups AvailableDelegations = Azure::Network::Mgmt::V2018_10_01::AvailableDelegations AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2018_10_01::AvailableResourceGroupDelegations AzureFirewalls = Azure::Network::Mgmt::V2018_10_01::AzureFirewalls AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_10_01::AzureFirewallFqdnTags DdosProtectionPlans = Azure::Network::Mgmt::V2018_10_01::DdosProtectionPlans - AvailableEndpointServices = Azure::Network::Mgmt::V2018_10_01::AvailableEndpointServices - ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitAuthorizations - ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitPeerings ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitConnections - ExpressRouteCircuits = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_10_01::ExpressRouteServiceProviders ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCrossConnections ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCrossConnectionPeerings ExpressRouteGateways = Azure::Network::Mgmt::V2018_10_01::ExpressRouteGateways @@ -28,491 +38,481 @@ module Mgmt ExpressRoutePorts = Azure::Network::Mgmt::V2018_10_01::ExpressRoutePorts ExpressRouteLinks = Azure::Network::Mgmt::V2018_10_01::ExpressRouteLinks InterfaceEndpoints = Azure::Network::Mgmt::V2018_10_01::InterfaceEndpoints - LoadBalancers = Azure::Network::Mgmt::V2018_10_01::LoadBalancers - LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_10_01::LoadBalancerBackendAddressPools - LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_10_01::LoadBalancerFrontendIPConfigurations - InboundNatRules = Azure::Network::Mgmt::V2018_10_01::InboundNatRules - LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_10_01::LoadBalancerLoadBalancingRules LoadBalancerOutboundRules = Azure::Network::Mgmt::V2018_10_01::LoadBalancerOutboundRules - LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_10_01::LoadBalancerNetworkInterfaces - LoadBalancerProbes = Azure::Network::Mgmt::V2018_10_01::LoadBalancerProbes NetworkInterfaces = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaces - NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceIPConfigurations - NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceLoadBalancers NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceTapConfigurations NetworkProfiles = Azure::Network::Mgmt::V2018_10_01::NetworkProfiles - NetworkSecurityGroups = Azure::Network::Mgmt::V2018_10_01::NetworkSecurityGroups + PacketCaptures = Azure::Network::Mgmt::V2018_10_01::PacketCaptures + ConnectionMonitors = Azure::Network::Mgmt::V2018_10_01::ConnectionMonitors + PublicIPPrefixes = Azure::Network::Mgmt::V2018_10_01::PublicIPPrefixes SecurityRules = Azure::Network::Mgmt::V2018_10_01::SecurityRules DefaultSecurityRules = Azure::Network::Mgmt::V2018_10_01::DefaultSecurityRules NetworkWatchers = Azure::Network::Mgmt::V2018_10_01::NetworkWatchers - PacketCaptures = Azure::Network::Mgmt::V2018_10_01::PacketCaptures - ConnectionMonitors = Azure::Network::Mgmt::V2018_10_01::ConnectionMonitors - Operations = Azure::Network::Mgmt::V2018_10_01::Operations + BgpServiceCommunities = Azure::Network::Mgmt::V2018_10_01::BgpServiceCommunities + ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicyDefinitions PublicIPAddresses = Azure::Network::Mgmt::V2018_10_01::PublicIPAddresses - PublicIPPrefixes = Azure::Network::Mgmt::V2018_10_01::PublicIPPrefixes - RouteFilters = Azure::Network::Mgmt::V2018_10_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2018_10_01::RouteFilterRules RouteTables = Azure::Network::Mgmt::V2018_10_01::RouteTables Routes = Azure::Network::Mgmt::V2018_10_01::Routes - BgpServiceCommunities = Azure::Network::Mgmt::V2018_10_01::BgpServiceCommunities - ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicies - ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicyDefinitions + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkGatewayConnections Usages = Azure::Network::Mgmt::V2018_10_01::Usages VirtualNetworks = Azure::Network::Mgmt::V2018_10_01::VirtualNetworks - Subnets = Azure::Network::Mgmt::V2018_10_01::Subnets - VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkPeerings + RouteFilters = Azure::Network::Mgmt::V2018_10_01::RouteFilters + Operations = Azure::Network::Mgmt::V2018_10_01::Operations VirtualNetworkGateways = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkGatewayConnections - LocalNetworkGateways = Azure::Network::Mgmt::V2018_10_01::LocalNetworkGateways - VirtualNetworkTaps = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkTaps VirtualWans = Azure::Network::Mgmt::V2018_10_01::VirtualWans - VpnSites = Azure::Network::Mgmt::V2018_10_01::VpnSites + LocalNetworkGateways = Azure::Network::Mgmt::V2018_10_01::LocalNetworkGateways VpnSitesConfiguration = Azure::Network::Mgmt::V2018_10_01::VpnSitesConfiguration + ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicies + Subnets = Azure::Network::Mgmt::V2018_10_01::Subnets + VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkPeerings + VpnConnections = Azure::Network::Mgmt::V2018_10_01::VpnConnections + VpnSites = Azure::Network::Mgmt::V2018_10_01::VpnSites + P2sVpnGateways = Azure::Network::Mgmt::V2018_10_01::P2sVpnGateways VirtualHubs = Azure::Network::Mgmt::V2018_10_01::VirtualHubs HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_10_01::HubVirtualNetworkConnections VpnGateways = Azure::Network::Mgmt::V2018_10_01::VpnGateways - VpnConnections = Azure::Network::Mgmt::V2018_10_01::VpnConnections + VirtualNetworkTaps = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkTaps P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_10_01::P2sVpnServerConfigurations - P2sVpnGateways = Azure::Network::Mgmt::V2018_10_01::P2sVpnGateways module Models + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier + VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol + TunnelConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus + HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + LogSpecification = Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification + HTTPHeader = Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader + Severity = Azure::Network::Mgmt::V2018_10_01::Models::Severity + ManagedServiceIdentity = Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity + ErrorResponse = Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress + PublicIPAddressSku = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku + IpTag = Azure::Network::Mgmt::V2018_10_01::Models::IpTag + PublicIPAddressListResult = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult + EndpointService = Azure::Network::Mgmt::V2018_10_01::Models::EndpointService + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat + ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup + Delegation = Azure::Network::Mgmt::V2018_10_01::Models::Delegation ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceIpConfiguration ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitReference - RouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult - RouteTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult - EndpointService = Azure::Network::Mgmt::V2018_10_01::Models::EndpointService ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionListResult - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeeringList VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConnectionHealth VirtualHubId = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubId + Operation = Azure::Network::Mgmt::V2018_10_01::Models::Operation VirtualWanSecurityProviders = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviders - ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringId VirtualWanSecurityProvider = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProvider ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds - PublicIPAddressSku = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku + ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringId ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration - IpTag = Azure::Network::Mgmt::V2018_10_01::Models::IpTag - RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult - ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnConnectionsResult - RouteFilterListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult ListVirtualHubsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualHubsResult ExpressRouteGatewayList = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayList + ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnConnectionsResult VirtualHubRoute = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRoute ExpressRouteConnectionList = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionList - ListVpnSitesResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnSitesResult ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationBandwidths ListVirtualWANsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualWANsResult + ListVpnSitesResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnSitesResult PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixListResult - VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters - ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationListResult - VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_10_01::Models::ReferencedPublicIpAddress - VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference ExpressRouteLinkListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkListResult - ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings + ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationListResult PublicIPPrefixSku = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSku - ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth - ExpressRoutePortListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortListResult - ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy InterfaceEndpointListResult = Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpointListResult VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientIPsecParameters - LoadBalancerSku = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult - PublicIPAddressListResult = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult - GatewayRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult - OperationListResult = Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult - BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult - Operation = Azure::Network::Mgmt::V2018_10_01::Models::Operation - ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch - OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification - GatewayRoute = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute - LogSpecification = Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification + ExpressRoutePortListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortListResult ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleActionSet - LoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult - BgpPeerStatus = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus - InboundNatRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult - VpnClientConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration - LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult - ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion - LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerFrontendIPConfigurationListResult ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAutoscaleConfiguration - LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerLoadBalancingRuleListResult - ManagedServiceIdentity = Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerOutboundRuleListResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult - LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerProbeListResult - ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup - NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult - ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - ErrorDetails = Azure::Network::Mgmt::V2018_10_01::Models::ErrorDetails - VirtualNetworkUsage = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage - Error = Azure::Network::Mgmt::V2018_10_01::Models::Error - Resource = Azure::Network::Mgmt::V2018_10_01::Models::Resource - AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureAsyncOperationResult - ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfigurationListResult AvailableDelegationsResult = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegationsResult - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult AzureFirewallRCAction = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCAction - NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceLoadBalancerListResult AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRule - EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupAssociation AzureFirewallNatRCAction = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCAction - EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityRule - VirtualNetworkListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult - EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroup - DhcpOptions = Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions - EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupListResult AzureFirewallListResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallListResult - EffectiveRoute = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRoute AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTagListResult - EffectiveRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteListResult + ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion DdosProtectionPlan = Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlan - MetricSpecification = Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification - AddressSpace = Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace - Dimension = Azure::Network::Mgmt::V2018_10_01::Models::Dimension - UsagesListResult = Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult - Availability = Azure::Network::Mgmt::V2018_10_01::Models::Availability - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig - OperationDisplay = Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats - NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse - UsageName = Azure::Network::Mgmt::V2018_10_01::Models::UsageName NetworkProfileListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfileListResult ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinitionListResult - SecurityRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleListResult - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupListResult - ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties - ErrorResponse = Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable + NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResult - ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable - NetworkWatcherListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcherListResult - ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary - TopologyParameters = Azure::Network::Mgmt::V2018_10_01::Models::TopologyParameters - ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult - TopologyAssociation = Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation - BGPCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity - TopologyResource = Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource - ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary - Topology = Azure::Network::Mgmt::V2018_10_01::Models::Topology - SubResource = Azure::Network::Mgmt::V2018_10_01::Models::SubResource - VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowParameters - P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters - VerificationIPFlowResult = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowResult + OperationListResult = Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnServerConfigurationsResult - NextHopParameters = Azure::Network::Mgmt::V2018_10_01::Models::NextHopParameters VpnSiteId = Azure::Network::Mgmt::V2018_10_01::Models::VpnSiteId - NextHopResult = Azure::Network::Mgmt::V2018_10_01::Models::NextHopResult - ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult - SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewParameters + P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters VirtualHubRouteTable = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRouteTable - NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation + OperationDisplay = Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay DeviceProperties = Azure::Network::Mgmt::V2018_10_01::Models::DeviceProperties - SubnetAssociation = Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress - SecurityRuleAssociations = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations - ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer - SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface - ApplicationGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku - SecurityGroupViewResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewResult - ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey - PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureStorageLocation ApplicationGatewayCustomError = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomError - PacketCaptureFilter = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureFilter - VpnClientParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters - PacketCaptureParameters = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureParameters - ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule - PacketCapture = Azure::Network::Mgmt::V2018_10_01::Models::PacketCapture - ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup - PacketCaptureResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureResult ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue - PacketCaptureListResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureListResult - ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule - PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureQueryStatusResult - VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult - TroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingParameters - TagsObject = Azure::Network::Mgmt::V2018_10_01::Models::TagsObject - QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::QueryTroubleshootingParameters - VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName - TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingRecommendedActions - IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::IPAddressAvailabilityResult - TroubleshootingDetails = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingDetails + ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule - TroubleshootingResult = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingResult - SubnetListResult = Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult - RetentionPolicyParameters = Azure::Network::Mgmt::V2018_10_01::Models::RetentionPolicyParameters - DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult FlowLogFormatParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters - AuthorizationListResult = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult - FlowLogStatusParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogStatusParameters ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId + ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties - Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig - TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties - BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult - FlowLogInformation = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogInformation - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult - ConnectivitySource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivitySource - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered - ConnectivityDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityDestination ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult - HTTPHeader = Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader - ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult + DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult + ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule HTTPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings + ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult + TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties ProtocolConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest - ConnectivityParameters = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityParameters - ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining - ConnectivityIssue = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityIssue - LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult - ConnectivityHop = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityHop - VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult - ConnectivityInformation = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityInformation - BgpSettings = Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings - AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLocation - IpsecPolicy = Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy - AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportParameters - ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo + VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult + ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol - AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportItem - VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult - AzureReachabilityReport = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReport - EndpointServicesListResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult - AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters - ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult - AvailableProvidersListCity = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCity - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult - AvailableProvidersListState = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListState - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult - AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat - AvailableProvidersList = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList - VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult - ConnectionMonitorSource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource - TunnelConnectionHealth = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth - ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination - ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters - AvailableDelegation = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation - ConnectionMonitor = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult - ConnectionMonitorResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult - ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku - ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult VpnProfileResponse = Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse - ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot - ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool - ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku - NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile - Usage = Azure::Network::Mgmt::V2018_10_01::Models::Usage - NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters - ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult MatchedRule = Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule - AzureFirewallNatRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule - NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult + AvailableDelegation = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation + ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration - EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup - ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters + NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult - NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration - ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup - SecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule - InterfaceEndpoint = Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint - NetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface + AzureFirewallNatRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule NetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup - Route = Azure::Network::Mgmt::V2018_10_01::Models::Route - RouteTable = Azure::Network::Mgmt::V2018_10_01::Models::RouteTable - ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy - PublicIPAddress = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress + InterfaceEndpoint = Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint + EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup IPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration + ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy IPConfigurationProfile = Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile - ResourceNavigationLink = Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink - ServiceAssociationLink = Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink - Delegation = Azure::Network::Mgmt::V2018_10_01::Models::Delegation Subnet = Azure::Network::Mgmt::V2018_10_01::Models::Subnet - FrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration - VirtualNetworkTap = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool BackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool InboundNatRule = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool + NetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface + AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection + SecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule + RouteTable = Azure::Network::Mgmt::V2018_10_01::Models::RouteTable + Error = Azure::Network::Mgmt::V2018_10_01::Models::Error + AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleCollection + PublicIPAddress = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress + FrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration + VirtualNetworkTap = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap + ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet + AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration + ExpressRouteLink = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection + AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection + ServiceAssociationLink = Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink + Route = Azure::Network::Mgmt::V2018_10_01::Models::Route + ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection + ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition + NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration + ExpressRouteConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection + ExpressRouteGateway = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway + AzureFirewall = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall + AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag + ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate + TopologyAssociation = Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation + TopologyResource = Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource + OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification + VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference + LoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult + ConnectionSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey + InboundNatRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult + LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult + ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey + LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerFrontendIPConfigurationListResult + IpsecPolicy = Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy + LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerLoadBalancingRuleListResult + GatewayRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult + LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerProbeListResult + BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult + VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult + ErrorDetails = Azure::Network::Mgmt::V2018_10_01::Models::ErrorDetails + ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings + ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth + AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureAsyncOperationResult + ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy + GatewayRoute = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute + NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceLoadBalancerListResult + SubResource = Azure::Network::Mgmt::V2018_10_01::Models::SubResource + EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupAssociation + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku + EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityRule + ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch + EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroup + VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName + EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupListResult + VirtualNetworkListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult + EffectiveRoute = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRoute + BgpSettings = Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings + EffectiveRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleListResult + ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupListResult + ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + AddressSpace = Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace + NetworkWatcherListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcherListResult + TopologyParameters = Azure::Network::Mgmt::V2018_10_01::Models::TopologyParameters + ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult + Dimension = Azure::Network::Mgmt::V2018_10_01::Models::Dimension + EndpointServicesListResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult + MetricSpecification = Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification + AuthorizationListResult = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult + Topology = Azure::Network::Mgmt::V2018_10_01::Models::Topology + VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowParameters + BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult + VerificationIPFlowResult = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowResult + Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + NextHopParameters = Azure::Network::Mgmt::V2018_10_01::Models::NextHopParameters + ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku + NextHopResult = Azure::Network::Mgmt::V2018_10_01::Models::NextHopResult + RouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult + SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewParameters + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult + NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + SubnetAssociation = Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation + ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + SecurityRuleAssociations = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult + SecurityGroupViewResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewResult + RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult + PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureStorageLocation + PacketCaptureFilter = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureFilter + VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult + PacketCaptureParameters = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureParameters + PacketCapture = Azure::Network::Mgmt::V2018_10_01::Models::PacketCapture + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult + PacketCaptureResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureResult + PacketCaptureListResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureListResult + ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer + PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureQueryStatusResult + ApplicationGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku + TroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingParameters + BgpPeerStatus = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus + QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::QueryTroubleshootingParameters + VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult + TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingRecommendedActions + IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::IPAddressAvailabilityResult + TroubleshootingDetails = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingDetails + DhcpOptions = Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions + TroubleshootingResult = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingResult + VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult + RetentionPolicyParameters = Azure::Network::Mgmt::V2018_10_01::Models::RetentionPolicyParameters + ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + FlowLogStatusParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogStatusParameters + UsagesListResult = Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult + FlowLogInformation = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogInformation + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig + ConnectivitySource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivitySource + BGPCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity + ConnectivityDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityDestination + ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties + ConnectivityParameters = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityParameters + ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable + ConnectivityIssue = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityIssue + ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult + ConnectivityHop = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityHop + LoadBalancerSku = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku + ConnectivityInformation = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityInformation + VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters + AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLocation + AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportParameters + ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining + UsageName = Azure::Network::Mgmt::V2018_10_01::Models::UsageName + VpnClientParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters + AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportItem + VirtualNetworkUsage = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage + AzureReachabilityReport = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReport + ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule + AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo + TagsObject = Azure::Network::Mgmt::V2018_10_01::Models::TagsObject + AvailableProvidersListCity = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCity + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats + AvailableProvidersListState = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListState + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable + AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters + RouteTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult + AvailableProvidersList = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList + LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult + ConnectionMonitorSource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource + ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool + AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry + ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters + ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination + ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary + ConnectionMonitorResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult + TunnelConnectionHealth = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth + Resource = Azure::Network::Mgmt::V2018_10_01::Models::Resource + SubnetListResult = Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult + ConnectionMonitor = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor + RouteFilterListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult + ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult + VpnClientConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration + Availability = Azure::Network::Mgmt::V2018_10_01::Models::Availability + ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration + ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAuthenticationCertificate - ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener - ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule + ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap + Usage = Azure::Network::Mgmt::V2018_10_01::Models::Usage ApplicationGateway = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet - ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions + ResourceNavigationLink = Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy - AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration - AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleCollection - AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection - AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection - AzureFirewall = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall - AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag EndpointServiceResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult + ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization RouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule - ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider RouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter ExpressRouteCircuit = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider - ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering - ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection - ExpressRouteConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection - ExpressRouteGateway = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway - ExpressRoutePortsLocation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation - ExpressRouteLink = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink - ExpressRoutePort = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort + InboundNatPool = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool LoadBalancingRule = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule Probe = Azure::Network::Mgmt::V2018_10_01::Models::Probe - InboundNatPool = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool - OutboundRule = Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule - LoadBalancer = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer - ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration - Container = Azure::Network::Mgmt::V2018_10_01::Models::Container - ContainerNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface - NetworkProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile NetworkWatcher = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcher - PublicIPPrefix = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix PatchRouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilterRule - PatchRouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + LoadBalancer = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer BgpServiceCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity VirtualNetworkPeering = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering + PatchRouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering + LocalNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway VirtualNetwork = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork + NetworkProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile + ExpressRoutePortsLocation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation + VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate + ExpressRoutePort = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort + OutboundRule = Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule + ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration + ContainerNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface + PublicIPPrefix = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix + P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate - VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate + P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate VirtualNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway - LocalNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + VirtualWAN = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWAN VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection - ConnectionSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity - P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate - P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate - P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate - P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfiguration - VirtualWAN = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWAN - VpnSite = Azure::Network::Mgmt::V2018_10_01::Models::VpnSite - HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection VirtualHub = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub VpnConnection = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnection VpnGateway = Azure::Network::Mgmt::V2018_10_01::Models::VpnGateway P2SVpnGateway = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnGateway - IPAllocationMethod = Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod + ApplicationGatewayTier = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier SecurityRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleProtocol SecurityRuleAccess = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAccess SecurityRuleDirection = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType + IPAllocationMethod = Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSkuName - IPVersion = Azure::Network::Mgmt::V2018_10_01::Models::IPVersion TransportProtocol = Azure::Network::Mgmt::V2018_10_01::Models::TransportProtocol + RouteNextHopType = Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType + ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName - ApplicationGatewayTier = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier + P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfiguration ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol - ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName + VpnSite = Azure::Network::Mgmt::V2018_10_01::Models::VpnSite + HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode + IPVersion = Azure::Network::Mgmt::V2018_10_01::Models::IPVersion + AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName + ResourceIdentityType = Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRuleType ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState + CircuitConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode - ResourceIdentityType = Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType ProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState - AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType - AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType - AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType - AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol - AuthorizationUseStatus = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState Access = Azure::Network::Mgmt::V2018_10_01::Models::Access - ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType - ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState - CircuitConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus + NetworkOperationStatus = Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState - ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType - ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState - ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation LoadBalancerSkuName = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSkuName - LoadDistribution = Azure::Network::Mgmt::V2018_10_01::Models::LoadDistribution + AuthorizationUseStatus = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus ProbeProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ProbeProtocol - NetworkOperationStatus = Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus + PcProtocol = Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveSecurityRuleProtocol EffectiveRouteSource = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource - EffectiveRouteState = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType + IssueType = Azure::Network::Mgmt::V2018_10_01::Models::IssueType + AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType + AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol + ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType + ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState + PcStatus = Azure::Network::Mgmt::V2018_10_01::Models::PcStatus + ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType + ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState + ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation + IpFlowProtocol = Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol AssociationType = Azure::Network::Mgmt::V2018_10_01::Models::AssociationType Direction = Azure::Network::Mgmt::V2018_10_01::Models::Direction - IpFlowProtocol = Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol NextHopType = Azure::Network::Mgmt::V2018_10_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol - PcStatus = Azure::Network::Mgmt::V2018_10_01::Models::PcStatus + LoadDistribution = Azure::Network::Mgmt::V2018_10_01::Models::LoadDistribution + PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName PcError = Azure::Network::Mgmt::V2018_10_01::Models::PcError - FlowLogFormatType = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType - Protocol = Azure::Network::Mgmt::V2018_10_01::Models::Protocol - HTTPMethod = Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod Origin = Azure::Network::Mgmt::V2018_10_01::Models::Origin - Severity = Azure::Network::Mgmt::V2018_10_01::Models::Severity - IssueType = Azure::Network::Mgmt::V2018_10_01::Models::IssueType - ConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus - ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + VpnClientProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol + EffectiveRouteState = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState ConnectionState = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState EvaluationState = Azure::Network::Mgmt::V2018_10_01::Models::EvaluationState - VerbosityLevel = Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel - PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2018_10_01::Models::VpnType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuName - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier - VpnClientProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol - IpsecEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption - IpsecIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption + Protocol = Azure::Network::Mgmt::V2018_10_01::Models::Protocol IkeIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity DhGroup = Azure::Network::Mgmt::V2018_10_01::Models::DhGroup - PfsGroup = Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup - BgpPeerState = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState - ProcessorArchitecture = Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture + ConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus AuthenticationMethod = Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionStatus VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionType - VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol + IpsecEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption + FlowLogFormatType = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType + HTTPMethod = Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + VerbosityLevel = Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel + PfsGroup = Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup + ProcessorArchitecture = Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture OfficeTrafficCategory = Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnGatewayTunnelingProtocol VpnConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnectionStatus VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType - TunnelConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus - HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + IpsecIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity + IkeEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption + Container = Azure::Network::Mgmt::V2018_10_01::Models::Container + BgpPeerState = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState 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, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_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_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :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 + 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_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :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, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancer_outbound_rules, :network_interfaces, :network_interface_tap_configurations, :network_profiles, :packet_captures, :connection_monitors, :public_ipprefixes, :security_rules, :default_security_rules, :network_watchers, :bgp_service_communities, :service_endpoint_policy_definitions, :public_ipaddresses, :route_filter_rules, :route_tables, :routes, :virtual_network_gateway_connections, :usages, :virtual_networks, :route_filters, :operations, :virtual_network_gateways, :virtual_wans, :local_network_gateways, :vpn_sites_configuration, :service_endpoint_policies, :subnets, :virtual_network_peerings, :vpn_connections, :vpn_sites, :p2s_vpn_gateways, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :virtual_network_taps, :p2s_vpn_server_configurations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -521,582 +521,762 @@ def initialize(configurable, base_url=nil, options=nil) if(@client_0.respond_to?(:subscription_id)) @client_0.subscription_id = configurable.subscription_id end - add_telemetry(@client_0) - - @client_1 = Azure::Network::Mgmt::V2018_10_01::NetworkManagementClient.new(configurable.credentials, base_url, options) - if(@client_1.respond_to?(:subscription_id)) - @client_1.subscription_id = configurable.subscription_id + add_telemetry(@client_0) + + @client_1 = Azure::Network::Mgmt::V2018_10_01::NetworkManagementClient.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) + @application_gateways = @client_1.application_gateways + @application_security_groups = @client_1.application_security_groups + @available_endpoint_services = @client_1.available_endpoint_services + @express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations + @express_route_circuit_peerings = @client_1.express_route_circuit_peerings + @express_route_circuits = @client_1.express_route_circuits + @express_route_service_providers = @client_1.express_route_service_providers + @load_balancers = @client_1.load_balancers + @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools + @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations + @inbound_nat_rules = @client_1.inbound_nat_rules + @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_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 + @available_delegations = @client_1.available_delegations + @available_resource_group_delegations = @client_1.available_resource_group_delegations + @azure_firewalls = @client_1.azure_firewalls + @azure_firewall_fqdn_tags = @client_1.azure_firewall_fqdn_tags + @ddos_protection_plans = @client_1.ddos_protection_plans + @express_route_circuit_connections = @client_1.express_route_circuit_connections + @express_route_cross_connections = @client_1.express_route_cross_connections + @express_route_cross_connection_peerings = @client_1.express_route_cross_connection_peerings + @express_route_gateways = @client_1.express_route_gateways + @express_route_connections = @client_1.express_route_connections + @express_route_ports_locations = @client_1.express_route_ports_locations + @express_route_ports = @client_1.express_route_ports + @express_route_links = @client_1.express_route_links + @interface_endpoints = @client_1.interface_endpoints + @load_balancer_outbound_rules = @client_1.load_balancer_outbound_rules + @network_interfaces = @client_1.network_interfaces + @network_interface_tap_configurations = @client_1.network_interface_tap_configurations + @network_profiles = @client_1.network_profiles + @packet_captures = @client_1.packet_captures + @connection_monitors = @client_1.connection_monitors + @public_ipprefixes = @client_1.public_ipprefixes + @security_rules = @client_1.security_rules + @default_security_rules = @client_1.default_security_rules + @network_watchers = @client_1.network_watchers + @bgp_service_communities = @client_1.bgp_service_communities + @service_endpoint_policy_definitions = @client_1.service_endpoint_policy_definitions + @public_ipaddresses = @client_1.public_ipaddresses + @route_filter_rules = @client_1.route_filter_rules + @route_tables = @client_1.route_tables + @routes = @client_1.routes + @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @usages = @client_1.usages + @virtual_networks = @client_1.virtual_networks + @route_filters = @client_1.route_filters + @operations = @client_1.operations + @virtual_network_gateways = @client_1.virtual_network_gateways + @virtual_wans = @client_1.virtual_wans + @local_network_gateways = @client_1.local_network_gateways + @vpn_sites_configuration = @client_1.vpn_sites_configuration + @service_endpoint_policies = @client_1.service_endpoint_policies + @subnets = @client_1.subnets + @virtual_network_peerings = @client_1.virtual_network_peerings + @vpn_connections = @client_1.vpn_connections + @vpn_sites = @client_1.vpn_sites + @p2s_vpn_gateways = @client_1.p2s_vpn_gateways + @virtual_hubs = @client_1.virtual_hubs + @hub_virtual_network_connections = @client_1.hub_virtual_network_connections + @vpn_gateways = @client_1.vpn_gateways + @virtual_network_taps = @client_1.virtual_network_taps + @p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations + + @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_1.respond_to?method + @client_1.send(method, *args) + elsif @client_0.respond_to?method + @client_0.send(method, *args) + else + super + end + end + + class ModelClasses + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier + end + def virtual_network_gateway_connection_protocol + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol + end + def tunnel_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus + end + def hub_virtual_network_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + end + def log_specification + Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification + end + def httpheader + Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader + end + def severity + Azure::Network::Mgmt::V2018_10_01::Models::Severity + end + def managed_service_identity + Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity + end + def error_response + Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse + end + def application_gateway_backend_address + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress + end + def public_ipaddress_sku + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku + end + def ip_tag + Azure::Network::Mgmt::V2018_10_01::Models::IpTag + end + def public_ipaddress_list_result + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult + end + def endpoint_service + Azure::Network::Mgmt::V2018_10_01::Models::EndpointService + end + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings + end + def network_interface_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult + end + def network_interface_dns_settings + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings + end + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult + end + def service_endpoint_properties_format + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat + end + def application_security_group + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup + end + def delegation + Azure::Network::Mgmt::V2018_10_01::Models::Delegation + end + def container_network_interface_ip_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceIpConfiguration + end + def express_route_circuit_reference + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitReference + end + def express_route_cross_connection_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionListResult + end + def express_route_cross_connection_peering_list + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeeringList + end + def vpn_client_connection_health + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConnectionHealth + end + def virtual_hub_id + Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubId + end + def operation + Azure::Network::Mgmt::V2018_10_01::Models::Operation + end + def virtual_wan_security_providers + Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviders + end + def virtual_wan_security_provider + Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProvider + end + def express_route_gateway_properties_auto_scale_configuration_bounds + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + end + def express_route_circuit_peering_id + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringId + end + def express_route_gateway_properties_auto_scale_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration + end + def list_virtual_hubs_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualHubsResult + end + def express_route_gateway_list + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayList + end + def list_vpn_connections_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVpnConnectionsResult + end + def virtual_hub_route + Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRoute + end + def express_route_connection_list + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionList + end + def express_route_ports_location_bandwidths + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationBandwidths + end + def list_virtual_wans_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualWANsResult + end + def list_vpn_sites_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVpnSitesResult + end + def public_ipprefix_list_result + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixListResult + end + def referenced_public_ip_address + Azure::Network::Mgmt::V2018_10_01::Models::ReferencedPublicIpAddress + end + def express_route_link_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkListResult + end + def express_route_ports_location_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationListResult + end + def public_ipprefix_sku + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSku + end + def interface_endpoint_list_result + Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpointListResult + end + def vpn_client_ipsec_parameters + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientIPsecParameters + end + def express_route_port_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortListResult + end + def application_gateway_rewrite_rule_action_set + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleActionSet + end + def application_gateway_autoscale_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAutoscaleConfiguration + end + def load_balancer_outbound_rule_list_result + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerOutboundRuleListResult + end + def network_interface_tap_configuration_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfigurationListResult + end + def available_delegations_result + Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegationsResult + end + def azure_firewall_rcaction + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCAction + end + def azure_firewall_application_rule + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRule + end + def azure_firewall_nat_rcaction + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCAction + end + def azure_firewall_list_result + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallListResult + end + def azure_firewall_fqdn_tag_list_result + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTagListResult + end + def application_gateway_firewall_exclusion + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion + end + def ddos_protection_plan + Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlan + end + def network_profile_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfileListResult + end + def service_endpoint_policy_definition_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinitionListResult + end + def network_configuration_diagnostic_response + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse + end + def network_configuration_diagnostic_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResult + end + def operation_list_result + Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult + end + def list_p2_svpn_server_configurations_result + Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnServerConfigurationsResult + end + def vpn_site_id + Azure::Network::Mgmt::V2018_10_01::Models::VpnSiteId + end + def p2_svpn_profile_parameters + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters + end + def virtual_hub_route_table + Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRouteTable + end + def operation_display + Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay + end + def device_properties + Azure::Network::Mgmt::V2018_10_01::Models::DeviceProperties + end + def application_gateway_custom_error + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomError + end + def managed_service_identity_user_assigned_identities_value + Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue + end + def express_route_cross_connection_routes_table_summary + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + end + def azure_firewall_network_rule + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule + end + def flow_log_format_parameters + Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters + end + def express_route_connection_id + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId + end + def list_hub_virtual_network_connections_result + Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult + end + def traffic_analytics_configuration_properties + Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties + end + def express_route_cross_connections_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult + end + def ddos_protection_plan_list_result + Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult + end + def application_gateway_rewrite_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule + end + def httpconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration + end + def list_p2_svpn_gateways_result + Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult + end + def traffic_analytics_properties + Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties + end + def protocol_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration + end + def get_vpn_sites_configuration_request + Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest end - add_telemetry(@client_1) - @application_gateways = @client_1.application_gateways - @application_security_groups = @client_1.application_security_groups - @available_delegations = @client_1.available_delegations - @available_resource_group_delegations = @client_1.available_resource_group_delegations - @azure_firewalls = @client_1.azure_firewalls - @azure_firewall_fqdn_tags = @client_1.azure_firewall_fqdn_tags - @ddos_protection_plans = @client_1.ddos_protection_plans - @available_endpoint_services = @client_1.available_endpoint_services - @express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations - @express_route_circuit_peerings = @client_1.express_route_circuit_peerings - @express_route_circuit_connections = @client_1.express_route_circuit_connections - @express_route_circuits = @client_1.express_route_circuits - @express_route_service_providers = @client_1.express_route_service_providers - @express_route_cross_connections = @client_1.express_route_cross_connections - @express_route_cross_connection_peerings = @client_1.express_route_cross_connection_peerings - @express_route_gateways = @client_1.express_route_gateways - @express_route_connections = @client_1.express_route_connections - @express_route_ports_locations = @client_1.express_route_ports_locations - @express_route_ports = @client_1.express_route_ports - @express_route_links = @client_1.express_route_links - @interface_endpoints = @client_1.interface_endpoints - @load_balancers = @client_1.load_balancers - @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools - @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations - @inbound_nat_rules = @client_1.inbound_nat_rules - @load_balancer_load_balancing_rules = @client_1.load_balancer_load_balancing_rules - @load_balancer_outbound_rules = @client_1.load_balancer_outbound_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_interface_tap_configurations = @client_1.network_interface_tap_configurations - @network_profiles = @client_1.network_profiles - @network_security_groups = @client_1.network_security_groups - @security_rules = @client_1.security_rules - @default_security_rules = @client_1.default_security_rules - @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 - @public_ipprefixes = @client_1.public_ipprefixes - @route_filters = @client_1.route_filters - @route_filter_rules = @client_1.route_filter_rules - @route_tables = @client_1.route_tables - @routes = @client_1.routes - @bgp_service_communities = @client_1.bgp_service_communities - @service_endpoint_policies = @client_1.service_endpoint_policies - @service_endpoint_policy_definitions = @client_1.service_endpoint_policy_definitions - @usages = @client_1.usages - @virtual_networks = @client_1.virtual_networks - @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 - @local_network_gateways = @client_1.local_network_gateways - @virtual_network_taps = @client_1.virtual_network_taps - @virtual_wans = @client_1.virtual_wans - @vpn_sites = @client_1.vpn_sites - @vpn_sites_configuration = @client_1.vpn_sites_configuration - @virtual_hubs = @client_1.virtual_hubs - @hub_virtual_network_connections = @client_1.hub_virtual_network_connections - @vpn_gateways = @client_1.vpn_gateways - @vpn_connections = @client_1.vpn_connections - @p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations - @p2s_vpn_gateways = @client_1.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_1.respond_to?method - @client_1.send(method, *args) - elsif @client_0.respond_to?method - @client_0.send(method, *args) - else - super + def virtual_network_tap_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult end - end - - class ModelClasses - def container_network_interface_ip_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceIpConfiguration + def service_endpoint_policy_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult end - def express_route_circuit_reference - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitReference + def network_configuration_diagnostic_profile + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile end - def route_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult + def azure_firewall_application_rule_protocol + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol end - def route_table_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult + def vpn_profile_response + Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse end - def endpoint_service - Azure::Network::Mgmt::V2018_10_01::Models::EndpointService + def matched_rule + Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule end - def express_route_cross_connection_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionListResult + def available_delegation + Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation end - def network_interface_dns_settings - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings + def list_vpn_gateways_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult end - def express_route_cross_connection_peering_list - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeeringList + def application_gateway_header_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration end - def vpn_client_connection_health - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConnectionHealth + def network_configuration_diagnostic_parameters + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters end - def virtual_hub_id - Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubId + def network_security_rules_evaluation_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult end - def virtual_wan_security_providers - Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviders + def network_security_group_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult end - def express_route_circuit_peering_id - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringId + def azure_firewall_nat_rule + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule end - def virtual_wan_security_provider - Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProvider + def network_security_group + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup end - def express_route_gateway_properties_auto_scale_configuration_bounds - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + def interface_endpoint + Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint end - def public_ipaddress_sku - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku + def evaluated_network_security_group + Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup end - def express_route_gateway_properties_auto_scale_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration + def ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration end - def ip_tag - Azure::Network::Mgmt::V2018_10_01::Models::IpTag + def service_endpoint_policy + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult + def ipconfiguration_profile + Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile end - def list_vpn_connections_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVpnConnectionsResult + def subnet + Azure::Network::Mgmt::V2018_10_01::Models::Subnet end - def route_filter_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool end - def list_virtual_hubs_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualHubsResult + def backend_address_pool + Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool end - def express_route_gateway_list - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayList + def inbound_nat_rule + Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule end - def virtual_hub_route - Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRoute + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration end - def express_route_connection_list - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionList + def network_interface + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface end - def list_vpn_sites_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVpnSitesResult + def azure_firewall_nat_rule_collection + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection end - def express_route_ports_location_bandwidths - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationBandwidths + def security_rule + Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule end - def list_virtual_wans_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualWANsResult + def route_table + Azure::Network::Mgmt::V2018_10_01::Models::RouteTable end - def public_ipprefix_list_result - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixListResult + def error + Azure::Network::Mgmt::V2018_10_01::Models::Error end - def vpn_device_script_parameters - Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters + def azure_firewall_application_rule_collection + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleCollection end - def express_route_ports_location_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationListResult + def public_ipaddress + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress end - def virtual_network_gateway_list_connections_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult + def frontend_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration end - def referenced_public_ip_address - Azure::Network::Mgmt::V2018_10_01::Models::ReferencedPublicIpAddress + def virtual_network_tap + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap end - def virtual_network_connection_gateway_reference - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference + def application_gateway_rewrite_rule_set + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet end - def express_route_link_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkListResult + def azure_firewall_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration end - def application_gateway_backend_health_http_settings - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings + def express_route_link + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink end - def public_ipprefix_sku - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSku + def express_route_cross_connection + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection end - def application_gateway_backend_health - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth + def azure_firewall_network_rule_collection + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection end - def express_route_port_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortListResult + def service_association_link + Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink end - def application_gateway_ssl_policy - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy + def route + Azure::Network::Mgmt::V2018_10_01::Models::Route end - def interface_endpoint_list_result - Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpointListResult + def express_route_circuit_connection + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection end - def vpn_client_ipsec_parameters - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientIPsecParameters + def service_endpoint_policy_definition + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition end - def load_balancer_sku - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku + def network_interface_tap_configuration + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult + def express_route_connection + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult + def express_route_gateway + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult + def azure_firewall + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall end - def operation_list_result - Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult + def azure_firewall_fqdn_tag + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag end - def bgp_peer_status_list_result - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult + def application_gateway_trusted_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate end - def operation - Azure::Network::Mgmt::V2018_10_01::Models::Operation + def topology_association + Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation end - def application_gateway_probe_health_response_match - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch + def topology_resource + Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource end def operation_properties_format_service_specification Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification end - def gateway_route - Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute - end - def log_specification - Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification - end - def application_gateway_rewrite_rule_action_set - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleActionSet + def virtual_network_connection_gateway_reference + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference end def load_balancer_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult end - def bgp_peer_status - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus + def connection_shared_key + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey end def inbound_nat_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult end - def vpn_client_configuration - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration - end def load_balancer_backend_address_pool_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult end - def application_gateway_firewall_exclusion - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion + def connection_reset_shared_key + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey end def load_balancer_frontend_ipconfiguration_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def application_gateway_autoscale_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAutoscaleConfiguration + def ipsec_policy + Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy end def load_balancer_load_balancing_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerLoadBalancingRuleListResult end - def managed_service_identity - Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity - end - def load_balancer_outbound_rule_list_result - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerOutboundRuleListResult - end - def application_gateway_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult + def gateway_route_list_result + Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult end def load_balancer_probe_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerProbeListResult end - def application_gateway_firewall_rule_group - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup - end - def network_interface_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult + def bgp_peer_status_list_result + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult end def error_details Azure::Network::Mgmt::V2018_10_01::Models::ErrorDetails end - def virtual_network_usage - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage - end - def error - Azure::Network::Mgmt::V2018_10_01::Models::Error + def application_gateway_backend_health_http_settings + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def resource - Azure::Network::Mgmt::V2018_10_01::Models::Resource + def application_gateway_backend_health + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth end def azure_async_operation_result Azure::Network::Mgmt::V2018_10_01::Models::AzureAsyncOperationResult end - def application_security_group_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult - end - def network_interface_tap_configuration_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfigurationListResult - end - def available_delegations_result - Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegationsResult - end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult + def application_gateway_ssl_policy + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy end - def azure_firewall_rcaction - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCAction + def gateway_route + Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceLoadBalancerListResult end - def azure_firewall_application_rule - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRule + def sub_resource + Azure::Network::Mgmt::V2018_10_01::Models::SubResource end def effective_network_security_group_association Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupAssociation end - def azure_firewall_nat_rcaction - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCAction + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku end def effective_network_security_rule Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityRule end - def virtual_network_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult + def application_gateway_probe_health_response_match + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch end def effective_network_security_group Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroup end - def dhcp_options - Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions + def virtual_network_usage_name + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName end def effective_network_security_group_list_result Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupListResult end - def azure_firewall_list_result - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallListResult + def virtual_network_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult end def effective_route Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRoute end - def azure_firewall_fqdn_tag_list_result - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTagListResult + def bgp_settings + Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings end def effective_route_list_result Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteListResult end - def ddos_protection_plan - Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlan - end - def metric_specification - Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification - end - def address_space - Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace - end - def dimension - Azure::Network::Mgmt::V2018_10_01::Models::Dimension - end - def usages_list_result - Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult - end - def availability - Azure::Network::Mgmt::V2018_10_01::Models::Availability - end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig - end - def operation_display - Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay - end - def express_route_circuit_stats - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats - end - def network_configuration_diagnostic_response - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse - end - def usage_name - Azure::Network::Mgmt::V2018_10_01::Models::UsageName - end - def network_profile_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfileListResult - end - def service_endpoint_policy_definition_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinitionListResult + def application_gateway_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult end def security_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleListResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult + def application_gateway_firewall_rule_group + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup end def network_security_group_list_result Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupListResult end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties - end - def error_response - Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse - end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable - end - def network_configuration_diagnostic_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResult + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable + def address_space + Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace end def network_watcher_list_result Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcherListResult end - def express_route_circuit_routes_table_summary - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary - end def topology_parameters Azure::Network::Mgmt::V2018_10_01::Models::TopologyParameters end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult + def application_security_group_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult end - def topology_association - Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation + def dns_name_availability_result + Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult end - def bgpcommunity - Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity + def dimension + Azure::Network::Mgmt::V2018_10_01::Models::Dimension end - def topology_resource - Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource + def endpoint_services_list_result + Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult end - def express_route_cross_connection_routes_table_summary - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + def metric_specification + Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification + end + def authorization_list_result + Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult end def topology Azure::Network::Mgmt::V2018_10_01::Models::Topology end - def sub_resource - Azure::Network::Mgmt::V2018_10_01::Models::SubResource - end def verification_ipflow_parameters Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowParameters end - def p2_svpn_profile_parameters - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters + def bgp_service_community_list_result + Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult end def verification_ipflow_result Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowResult end - def list_p2_svpn_server_configurations_result - Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnServerConfigurationsResult + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end def next_hop_parameters Azure::Network::Mgmt::V2018_10_01::Models::NextHopParameters end - def vpn_site_id - Azure::Network::Mgmt::V2018_10_01::Models::VpnSiteId + def express_route_circuit_sku + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku end def next_hop_result Azure::Network::Mgmt::V2018_10_01::Models::NextHopResult end - def list_hub_virtual_network_connections_result - Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult + def route_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult end def security_group_view_parameters Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewParameters end - def virtual_hub_route_table - Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRouteTable + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult end def network_interface_association Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation end - def device_properties - Azure::Network::Mgmt::V2018_10_01::Models::DeviceProperties + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult end def subnet_association Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation end - def application_gateway_backend_address - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end def security_rule_associations Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations end - def application_gateway_backend_health_server - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered end def security_group_network_interface Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface end - def application_gateway_sku - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult end def security_group_view_result Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewResult end - def connection_reset_shared_key - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey + def route_filter_rule_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult end def packet_capture_storage_location Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureStorageLocation end - def application_gateway_custom_error - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomError - end def packet_capture_filter Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureFilter end - def vpn_client_parameters - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters + def virtual_network_gateway_list_connections_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult end def packet_capture_parameters Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureParameters end - def application_gateway_rewrite_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule - end def packet_capture Azure::Network::Mgmt::V2018_10_01::Models::PacketCapture end - def application_gateway_firewall_disabled_rule_group - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult end def packet_capture_result Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureResult end - def managed_service_identity_user_assigned_identities_value - Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue - end def packet_capture_list_result Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureListResult end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule + def application_gateway_backend_health_server + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer end def packet_capture_query_status_result Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureQueryStatusResult end - def virtual_network_list_usage_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult + def application_gateway_sku + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku end def troubleshooting_parameters Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingParameters end - def tags_object - Azure::Network::Mgmt::V2018_10_01::Models::TagsObject + def bgp_peer_status + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus end def query_troubleshooting_parameters Azure::Network::Mgmt::V2018_10_01::Models::QueryTroubleshootingParameters end - def virtual_network_usage_name - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName + def virtual_network_list_usage_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult end def troubleshooting_recommended_actions Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingRecommendedActions @@ -1107,356 +1287,221 @@ def ipaddress_availability_result def troubleshooting_details Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingDetails end - def azure_firewall_network_rule - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule + def dhcp_options + Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions end def troubleshooting_result Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingResult end - def subnet_list_result - Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult + def virtual_network_peering_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult end def retention_policy_parameters Azure::Network::Mgmt::V2018_10_01::Models::RetentionPolicyParameters end - def ddos_protection_plan_list_result - Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult - end - def flow_log_format_parameters - Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters - end - def authorization_list_result - Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end def flow_log_status_parameters Azure::Network::Mgmt::V2018_10_01::Models::FlowLogStatusParameters end - def express_route_connection_id - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId - end - def traffic_analytics_configuration_properties - Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties - end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig - end - def traffic_analytics_properties - Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties - end - def bgp_service_community_list_result - Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult + def usages_list_result + Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult end def flow_log_information Azure::Network::Mgmt::V2018_10_01::Models::FlowLogInformation end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig end def connectivity_source Azure::Network::Mgmt::V2018_10_01::Models::ConnectivitySource end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + def bgpcommunity + Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity end def connectivity_destination Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityDestination end - def express_route_cross_connections_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult - end - def httpheader - Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader - end - def list_p2_svpn_gateways_result - Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult - end - def httpconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration - end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings - end - def protocol_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration - end - def get_vpn_sites_configuration_request - Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties end def connectivity_parameters Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityParameters end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable end def connectivity_issue Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityIssue end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult + def express_route_circuit_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult end def connectivity_hop Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityHop end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult + def load_balancer_sku + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku end def connectivity_information Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityInformation end - def bgp_settings - Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings + def vpn_device_script_parameters + Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters end def azure_reachability_report_location Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLocation end - def ipsec_policy - Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy - end def azure_reachability_report_parameters Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportParameters end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + def application_gateway_connection_draining + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining end - def azure_reachability_report_latency_info - Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo + def usage_name + Azure::Network::Mgmt::V2018_10_01::Models::UsageName end - def azure_firewall_application_rule_protocol - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol + def vpn_client_parameters + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters end def azure_reachability_report_item Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportItem end - def virtual_network_peering_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult + def virtual_network_usage + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage end def azure_reachability_report Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReport end - def endpoint_services_list_result - Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule end - def available_providers_list_parameters - Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters + def azure_reachability_report_latency_info + Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo end - def service_endpoint_policy_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + def tags_object + Azure::Network::Mgmt::V2018_10_01::Models::TagsObject end def available_providers_list_city Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCity end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult + def express_route_circuit_stats + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats end def available_providers_list_state Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListState end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult - end - def available_providers_list_country - Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry - end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat - end - def available_providers_list - Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList - end - def virtual_network_tap_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult - end - def connection_monitor_source - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource - end - def tunnel_connection_health - Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth - end - def connection_monitor_destination - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination - end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - end - def connection_monitor_parameters - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters - end - def available_delegation - Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation - end - def connection_monitor - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor - end - def dns_name_availability_result - Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult - end - def connection_monitor_result - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult - end - def express_route_circuit_sku - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku - end - def connection_monitor_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult - end - def vpn_profile_response - Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse - end - def connection_state_snapshot - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot - end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool - end - def connection_monitor_query_result - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult - end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku - end - def network_configuration_diagnostic_profile - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile - end - def usage - Azure::Network::Mgmt::V2018_10_01::Models::Usage - end - def network_configuration_diagnostic_parameters - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters - end - def list_vpn_gateways_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult - end - def matched_rule - Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule - end - def azure_firewall_nat_rule - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule - end - def network_security_rules_evaluation_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult - end - def application_gateway_header_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration - end - def evaluated_network_security_group - Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup - end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult - end - def network_security_group_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult - end - def network_interface_tap_configuration - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration - end - def application_security_group - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable end - def security_rule - Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule + def available_providers_list_parameters + Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters end - def interface_endpoint - Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint + def route_table_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult end - def network_interface - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface + def available_providers_list + Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList end - def network_security_group - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup + def local_network_gateway_list_result + Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult end - def route - Azure::Network::Mgmt::V2018_10_01::Models::Route + def connection_monitor_source + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource end - def route_table - Azure::Network::Mgmt::V2018_10_01::Models::RouteTable + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool end - def service_endpoint_policy_definition - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition + def available_providers_list_country + Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry end - def service_endpoint_policy - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy + def application_gateway_firewall_disabled_rule_group + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup end - def public_ipaddress - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress + def connection_monitor_parameters + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters end - def ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration + def connection_monitor_destination + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination end - def ipconfiguration_profile - Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile + def express_route_circuit_routes_table_summary + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary end - def resource_navigation_link - Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink + def connection_monitor_result + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult end - def service_association_link - Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink + def tunnel_connection_health + Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth end - def delegation - Azure::Network::Mgmt::V2018_10_01::Models::Delegation + def resource + Azure::Network::Mgmt::V2018_10_01::Models::Resource end - def subnet - Azure::Network::Mgmt::V2018_10_01::Models::Subnet + def subnet_list_result + Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration + def connection_monitor + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor end - def virtual_network_tap - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap + def route_filter_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult end - def backend_address_pool - Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool + def connection_monitor_query_result + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult end - def inbound_nat_rule - Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration + def vpn_client_configuration + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool + def availability + Azure::Network::Mgmt::V2018_10_01::Models::Availability + end + def connection_state_snapshot + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHttpSettings end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration + def connection_monitor_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAuthenticationCertificate end - def application_gateway_trusted_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate - end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration end def application_gateway_frontend_ipconfiguration Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendIPConfiguration end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate end def application_gateway_http_listener Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener end - def application_gateway_path_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end def application_gateway_probe Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe end + def application_gateway_path_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule + end + def application_gateway_frontend_port + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + end def application_gateway_request_routing_rule Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule end - def application_gateway_rewrite_rule_set - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet - end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap + def usage + Azure::Network::Mgmt::V2018_10_01::Models::Usage end def application_gateway Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway @@ -1464,32 +1509,23 @@ def application_gateway def application_gateway_firewall_rule_set Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions + def resource_navigation_link + Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink end def application_gateway_ssl_predefined_policy Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy end - def azure_firewall_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration - end - def azure_firewall_application_rule_collection - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleCollection - end - def azure_firewall_nat_rule_collection - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection - end - def azure_firewall_network_rule_collection - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection + def endpoint_service_result + Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult end - def azure_firewall - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions end - def azure_firewall_fqdn_tag - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag + def application_gateway_url_path_map + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap end - def endpoint_service_result - Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering end def express_route_circuit_authorization Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization @@ -1497,11 +1533,8 @@ def express_route_circuit_authorization def route_filter_rule Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule end - def express_route_circuit_connection - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection - end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering + def express_route_service_provider + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider end def route_filter Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter @@ -1509,29 +1542,8 @@ def route_filter def express_route_circuit Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit end - def express_route_service_provider - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider - end - def express_route_cross_connection_peering - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering - end - def express_route_cross_connection - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection - end - def express_route_connection - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection - end - def express_route_gateway - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway - end - def express_route_ports_location - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation - end - def express_route_link - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink - end - def express_route_port - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort + def inbound_nat_pool + Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool end def load_balancing_rule Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule @@ -1539,38 +1551,14 @@ def load_balancing_rule def probe Azure::Network::Mgmt::V2018_10_01::Models::Probe end - def inbound_nat_pool - Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool - end - def outbound_rule - Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule - end - def load_balancer - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer - end - def container_network_interface_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration - end - def container - Azure::Network::Mgmt::V2018_10_01::Models::Container - end - def container_network_interface - Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface - end - def network_profile - Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile - end def network_watcher Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcher end - def public_ipprefix - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix - end def patch_route_filter_rule Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilterRule end - def patch_route_filter - Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + def load_balancer + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer end def bgp_service_community Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity @@ -1578,56 +1566,65 @@ def bgp_service_community def virtual_network_peering Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering end + def patch_route_filter + Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter + end + def express_route_cross_connection_peering + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering + end + def local_network_gateway + Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + end def virtual_network Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration + def network_profile + Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate + def express_route_ports_location + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation end def vpn_client_revoked_certificate Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate end - def virtual_network_gateway - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway + def express_route_port + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort end - def local_network_gateway - Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + def outbound_rule + Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection + def container_network_interface_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration end - def connection_shared_key - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey + def container_network_interface + Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity + def public_ipprefix + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix end def p2_svpn_server_config_vpn_client_root_certificate Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate end - def p2_svpn_server_config_vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration end - def p2_svpn_server_config_radius_server_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + def vpn_client_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate end def p2_svpn_server_config_radius_client_root_certificate Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate end - def p2_svpn_server_configuration - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfiguration + def virtual_network_gateway + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway end def virtual_wan Azure::Network::Mgmt::V2018_10_01::Models::VirtualWAN end - def vpn_site - Azure::Network::Mgmt::V2018_10_01::Models::VpnSite + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection end - def hub_virtual_network_connection - Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity end def virtual_hub Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub @@ -1641,8 +1638,8 @@ def vpn_gateway def p2_svpn_gateway Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnGateway end - def ipallocation_method - Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod + def application_gateway_tier + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier end def security_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleProtocol @@ -1653,95 +1650,95 @@ def security_rule_access def security_rule_direction Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleDirection end - def route_next_hop_type - Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType + def ipallocation_method + Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod end def public_ipaddress_sku_name Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSkuName end - def ipversion - Azure::Network::Mgmt::V2018_10_01::Models::IPVersion - end def transport_protocol Azure::Network::Mgmt::V2018_10_01::Models::TransportProtocol end + def route_next_hop_type + Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType + end + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType + end def application_gateway_protocol Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity + def p2_svpn_server_config_vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + def p2_svpn_server_config_radius_server_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate end def application_gateway_sku_name Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName end - def application_gateway_tier - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier + def p2_svpn_server_configuration + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfiguration end def application_gateway_ssl_protocol Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType + def vpn_site + Azure::Network::Mgmt::V2018_10_01::Models::VpnSite end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName + def hub_virtual_network_connection + Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection end def application_gateway_ssl_cipher_suite Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite end + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity + end + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + end + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState + end def application_gateway_custom_error_status_code Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode end + def ipversion + Azure::Network::Mgmt::V2018_10_01::Models::IPVersion + end + def azure_firewall_application_rule_protocol_type + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType + end + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName + end + def resource_identity_type + Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType + end def application_gateway_request_routing_rule_type Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRuleType end def application_gateway_redirect_type Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState + def circuit_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode end - def resource_identity_type - Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType - end def provisioning_state Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState end - def azure_firewall_rcaction_type - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType - end - def azure_firewall_application_rule_protocol_type - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType - end - def azure_firewall_nat_rcaction_type - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType - end - def azure_firewall_network_rule_protocol - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol - end - def authorization_use_status - Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus - end def express_route_circuit_peering_advertised_public_prefix_state Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end def access Azure::Network::Mgmt::V2018_10_01::Models::Access end - def express_route_peering_type - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType - end - def express_route_peering_state - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState - end - def circuit_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus + def network_operation_status + Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus end def express_route_circuit_peering_state Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState @@ -1755,26 +1752,17 @@ def express_route_circuit_sku_family def service_provider_provisioning_state Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState end - def express_route_link_connector_type - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType - end - def express_route_link_admin_state - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState - end - def express_route_ports_encapsulation - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation - end def load_balancer_sku_name Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSkuName end - def load_distribution - Azure::Network::Mgmt::V2018_10_01::Models::LoadDistribution + def authorization_use_status + Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus end def probe_protocol Azure::Network::Mgmt::V2018_10_01::Models::ProbeProtocol end - def network_operation_status - Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus + def pc_protocol + Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol end def effective_security_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::EffectiveSecurityRuleProtocol @@ -1782,8 +1770,38 @@ def effective_security_rule_protocol def effective_route_source Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource end - def effective_route_state - Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + def azure_firewall_rcaction_type + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType + end + def issue_type + Azure::Network::Mgmt::V2018_10_01::Models::IssueType + end + def azure_firewall_nat_rcaction_type + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType + end + def azure_firewall_network_rule_protocol + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol + end + def express_route_peering_type + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType + end + def express_route_peering_state + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState + end + def pc_status + Azure::Network::Mgmt::V2018_10_01::Models::PcStatus + end + def express_route_link_connector_type + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType + end + def express_route_link_admin_state + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState + end + def express_route_ports_encapsulation + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation + end + def ip_flow_protocol + Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol end def association_type Azure::Network::Mgmt::V2018_10_01::Models::AssociationType @@ -1791,44 +1809,26 @@ def association_type def direction Azure::Network::Mgmt::V2018_10_01::Models::Direction end - def ip_flow_protocol - Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol - end def next_hop_type Azure::Network::Mgmt::V2018_10_01::Models::NextHopType end - def pc_protocol - Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol + def load_distribution + Azure::Network::Mgmt::V2018_10_01::Models::LoadDistribution end - def pc_status - Azure::Network::Mgmt::V2018_10_01::Models::PcStatus + def public_ipprefix_sku_name + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName end def pc_error Azure::Network::Mgmt::V2018_10_01::Models::PcError end - def flow_log_format_type - Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType - end - def protocol - Azure::Network::Mgmt::V2018_10_01::Models::Protocol - end - def httpmethod - Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod - end def origin Azure::Network::Mgmt::V2018_10_01::Models::Origin end - def severity - Azure::Network::Mgmt::V2018_10_01::Models::Severity - end - def issue_type - Azure::Network::Mgmt::V2018_10_01::Models::IssueType - end - def connection_status - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus + def vpn_client_protocol + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol end - def connection_monitor_source_status - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + def effective_route_state + Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState end def connection_state Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState @@ -1836,12 +1836,6 @@ def connection_state def evaluation_state Azure::Network::Mgmt::V2018_10_01::Models::EvaluationState end - def verbosity_level - Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel - end - def public_ipprefix_sku_name - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName - end def virtual_network_peering_state Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState end @@ -1854,20 +1848,8 @@ def vpn_type def virtual_network_gateway_sku_name Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuName end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier - end - def vpn_client_protocol - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol - end - def ipsec_encryption - Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption - end - def ipsec_integrity - Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity - end - def ike_encryption - Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption + def protocol + Azure::Network::Mgmt::V2018_10_01::Models::Protocol end def ike_integrity Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity @@ -1875,14 +1857,8 @@ def ike_integrity def dh_group Azure::Network::Mgmt::V2018_10_01::Models::DhGroup end - def pfs_group - Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup - end - def bgp_peer_state - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState - end - def processor_architecture - Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture + def connection_status + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus end def authentication_method Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod @@ -1893,8 +1869,26 @@ def virtual_network_gateway_connection_status def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionType end - def virtual_network_gateway_connection_protocol - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol + def ipsec_encryption + Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption + end + def flow_log_format_type + Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType + end + def httpmethod + Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + end + def connection_monitor_source_status + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + end + def verbosity_level + Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel + end + def pfs_group + Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup + end + def processor_architecture + Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture end def office_traffic_category Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory @@ -1908,11 +1902,17 @@ def vpn_connection_status def virtual_wan_security_provider_type Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType end - def tunnel_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus + def ipsec_integrity + Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity end - def hub_virtual_network_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + def ike_encryption + Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption + end + def container + Azure::Network::Mgmt::V2018_10_01::Models::Container + end + def bgp_peer_state + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState 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 591ecd2161..cc5fca0056 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 - 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 - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing + NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle + News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable 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 + ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end class NewsSearchDataClass @@ -65,77 +65,77 @@ 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 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 + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + def error_sub_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end - def identifiable - Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + end + def freshness + Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + end + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end def response Azure::CognitiveServices::NewsSearch::V1_0::Models::Response end + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def response_base + Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + end def answer Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer end + def search_results_answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + end def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end + def news_article + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle + end + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News + end + def news_topic + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + end + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + end def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + def identifiable + Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable 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 + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch 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 + def creative_work + Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork end - def text_format - Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error 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..c1dbfbda6a 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -8,26 +8,31 @@ module Azure::Profiles::Latest module NotificationHubs module Mgmt Operations = Azure::NotificationHubs::Mgmt::V2017_04_01::Operations - Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces NotificationHubs = Azure::NotificationHubs::Mgmt::V2017_04_01::NotificationHubs + Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces module Models + DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + 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 + 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 @@ -41,15 +46,10 @@ module Models NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource - 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 - AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights end class NotificationHubsManagementClass - attr_reader :operations, :namespaces, :notification_hubs, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :notification_hubs, :namespaces, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -60,8 +60,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @namespaces = @client_0.namespaces @notification_hubs = @client_0.notification_hubs + @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -80,21 +80,51 @@ def method_missing(method, *args) end class ModelClasses + def debug_send_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse + end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end + def pns_credentials_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + end + def namespace_type + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + 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 + 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 +134,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 @@ -167,21 +182,6 @@ def notification_hub_patch_parameters def notification_hub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource end - def debug_send_response - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse - end - 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 access_rights - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights - 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..7b8d21d6ab 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -7,21 +7,24 @@ 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 + StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag SearchSchemaValue = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue SearchGetSchemaResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchGetSchemaResponse SearchHighlight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchHighlight LinkTarget = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget SearchParameters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary - 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 @@ -31,42 +34,39 @@ module Models 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 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 + Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku + ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource + DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName 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 + SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + 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 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 @@ -108,6 +108,18 @@ def method_missing(method, *args) end class ModelClasses + def storage_insight_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + end + def storage_account + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + end + def purge_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + end + def tag + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag + end def search_schema_value Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue end @@ -126,9 +138,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 @@ -156,9 +165,6 @@ def search_error 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 @@ -177,11 +183,17 @@ def storage_insight def search_sort_enum Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum end - def storage_insight_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + def sku + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku end - def purge_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + def proxy_resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + 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 metric_name Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName @@ -189,12 +201,18 @@ def metric_name 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 sku_name_enum + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + 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,42 +231,24 @@ 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 diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 55cc7f93f8..55aea04f66 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 + PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments PolicySetDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicySetDefinitions module Models - PolicyDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition - PolicyDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult - PolicyAssignment = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment + 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 - ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse 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 + 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 + ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse end class PolicyManagementClass - attr_reader :policy_assignments, :policy_definitions, :policy_set_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_definitions, :policy_assignments, :policy_set_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -36,8 +36,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 @policy_set_definitions = @client_0.policy_set_definitions @model_classes = ModelClasses.new @@ -57,38 +57,38 @@ def method_missing(method, *args) end class ModelClasses - def policy_definition - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition - end - def policy_definition_list_result - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult + def policy_type + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType end - def policy_assignment - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment + 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 + def policy_assignment + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment end - def policy_mode - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode + 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 error_response + Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse 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..aa3ed92e30 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,31 +7,31 @@ module Azure::Profiles::Latest module PolicyInsights module Mgmt + Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates - Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations module Models - PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary PolicyEventsQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults Summary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary 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 + OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults - QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError - QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults + QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary end class PolicyInsightsManagementClass - attr_reader :policy_events, :policy_states, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :policy_events, :policy_states, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -41,9 +41,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations @policy_events = @client_0.policy_events @policy_states = @client_0.policy_states - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -62,9 +62,6 @@ def method_missing(method, *args) end class ModelClasses - def policy_definition_summary - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary - end def policy_assignment_summary Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary end @@ -83,33 +80,36 @@ 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 - def policy_state - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState + def operation_display + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay end def operations_list_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end - def query_failure_error - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError - end - def query_options - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + def policy_state + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState 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 policy_states_resource Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource end + def query_options + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + end + def policy_definition_summary + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary + end end end end diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index 215c4dbc2c..5d72a947f4 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 + AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation + CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason 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 + Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse - WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error 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 + WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end class PowerBiEmbeddedManagementClass @@ -63,15 +63,24 @@ def method_missing(method, *args) end class ModelClasses + def access_key_name + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + end + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + end + def azure_sku + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku + end def operation Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation end + def check_name_reason + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason + end def operation_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList end - 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 @@ -81,9 +90,6 @@ def workspace_collection def workspace_collection_access_key Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey 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 @@ -93,32 +99,26 @@ def display def update_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end - def azure_sku - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku - end def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest end + def workspace + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + end def workspace_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList end def check_name_response Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse end - def workspace_collection_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + def error + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error 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 - 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 workspace_collection_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end end end diff --git a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb index e64d51551f..3f0dc04aa1 100644 --- a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb +++ b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb @@ -31,19 +31,19 @@ module Models ErrorResponse = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse InnerErrorModel = Azure::CognitiveServices::Qnamaker::V4_0::Models::InnerErrorModel MetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO - Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error AlterationsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO - Operation = Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation UpdateKbOperationDTOAdd = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd UpdateKbOperationDTODelete = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete UpdateKbOperationDTOUpdate = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate UpdateQnaDTOQuestions = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions UpdateQnaDTOMetadata = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata - ErrorResponseError = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError KnowledgebaseEnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType ErrorCodeType = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorCodeType OperationStateType = Azure::CognitiveServices::Qnamaker::V4_0::Models::OperationStateType EnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType + Operation = Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation + ErrorResponseError = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError + Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error end class QnamakerDataClass @@ -136,15 +136,9 @@ def inner_error_model def metadata_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO end - def error - Azure::CognitiveServices::Qnamaker::V4_0::Models::Error - end def alterations_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO end - def operation - Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation - end def update_kb_operation_dtoadd Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd end @@ -160,9 +154,6 @@ def update_qna_dtoquestions def update_qna_dtometadata Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata end - def error_response_error - Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError - end def knowledgebase_environment_type Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType end @@ -175,6 +166,15 @@ def operation_state_type def environment_type Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType end + def operation + Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation + end + def error_response_error + Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError + end + def error + Azure::CognitiveServices::Qnamaker::V4_0::Models::Error + end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index e4a5a707d8..7f2e4f071e 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -10,24 +10,24 @@ module Mgmt 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 + Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages module Models + 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 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 + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse 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 @@ -35,25 +35,25 @@ module Models ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList - VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails - 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 PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay 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 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 :vault_certificates, :registered_identities, :replication_usages, :operations, :vaults, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -66,8 +66,8 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @vaults = @client_0.vaults @vault_extended_info_operations = @client_0.vault_extended_info_operations @usages = @client_0.usages @@ -88,6 +88,12 @@ def method_missing(method, *args) end class ModelClasses + 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 @@ -97,15 +103,15 @@ def client_discovery_response 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 def raw_certificate_data Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData end + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + end def vault_certificate_response Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse end @@ -118,12 +124,6 @@ def vault_list def replication_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage end - 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 @@ -145,12 +145,12 @@ def upgrade_details 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 vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + end def name_info Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo end @@ -160,36 +160,36 @@ def resource_certificate_and_aad_details 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 - 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 client_discovery_display + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay 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 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..10a137447c 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -33,25 +33,25 @@ module Mgmt BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs - ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport BackupJobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupJobs JobDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::JobDetails ExportJobsOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ExportJobsOperationResults - 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 + Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs + ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations 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 ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification 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 +69,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 @@ -98,11 +97,11 @@ module Models 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 AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem + AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint - AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem + AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSqlContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSqlContainer @@ -138,33 +137,32 @@ module Models DpmContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmContainer GenericContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer GenericRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint - IaasVMBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest IaaSVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer - IaasVMILRRegistrationRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest + IaasVMBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest IaaSVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem + IaasVMILRRegistrationRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest IaasVMRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint ILRRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource MabContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer OperationStatusJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo - OperationStatusJobsExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo OperationStatusProvisionILRExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo - ProtectableContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource + OperationStatusJobsExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo ProtectableContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList + ProtectableContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource 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 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 + WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList 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 + BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType @@ -172,160 +170,162 @@ module Models 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 - 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 - 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 - 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 - 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 - 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 - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject - BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType 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 - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject 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 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 - ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse - 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 + AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + 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 + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob 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 + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource 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 + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus 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 + Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType 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 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 + CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode 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 + HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState 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 + DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy + AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + 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 + 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 + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject 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_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :operation, :jobs, :protection_intent_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -373,17 +373,17 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @feature_support = @client_2.feature_support @backup_jobs = @client_2.backup_jobs @job_details = @client_2.job_details @export_jobs_operation_results = @client_2.export_jobs_operation_results - @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 + @jobs = @client_2.jobs + @protection_intent_operations = @client_2.protection_intent_operations @model_classes = ModelClasses.new end @@ -409,21 +409,21 @@ class ModelClasses 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_display + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + end def client_discovery_for_service_specification Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification end - def client_discovery_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 azure_workload_container_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo end @@ -475,9 +475,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 @@ -562,21 +559,21 @@ def azure_backup_server_container def azure_backup_server_engine Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine end - def azure_file_share_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest - end def azure_file_share_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem end - def azure_file_share_recovery_point - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint + def azure_file_share_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest end - def azure_iaa_sclassic_compute_vmcontainer - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + 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 + def azure_iaa_sclassic_compute_vmcontainer + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + end def azure_iaa_scompute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer end @@ -682,18 +679,18 @@ def generic_container def generic_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint end - def iaas_vmbackup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest - end def iaa_svmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer end - def iaas_vmilrregistration_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest + def iaas_vmbackup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest end def iaa_svmprotectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem end + def iaas_vmilrregistration_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest + end def iaas_vmrecovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint end @@ -706,63 +703,60 @@ def mab_container def operation_status_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo end - def operation_status_jobs_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo - end def operation_status_provision_ilrextended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo end - def protectable_container_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource + def operation_status_jobs_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo end def protectable_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList end + def protectable_container_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource + end def protection_container_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource end 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 workload_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource end - def workload_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList - end 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 + def workload_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList end def azure_file_share_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType end + def workload_protectable_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end - def backup_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType - end 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 backup_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType + end def enhanced_security_state Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState end @@ -784,290 +778,254 @@ def backup_item_type 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 - end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration - 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 + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest end - def dpm_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + def storage_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end - def operation_worker_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end - def operation_result_info_base - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase + def pre_validate_enable_backup_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end - def target_afsrestore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo + def bmsbackup_summaries_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end - def mab_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end - def validate_operations_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def azure_workload_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails end - def azure_iaa_svmerror_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def azure_workload_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + def dpmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + def azure_sql_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + def azure_backup_goal_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end - def validate_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def mab_file_folder_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo + def protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def azure_sql_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo + def target_afsrestore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo end def target_restore_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails 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 + def day + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day 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 + def encryption_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end - def sqldata_directory_mapping - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def azure_vm_workload_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - end - def name_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + def sqldata_directory_mapping + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end - def pre_validate_enable_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def backup_management_usage - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + def azure_workload_auto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent end - def azure_iaa_svmhealth_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def azure_recovery_service_vault_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent end - def azure_iaa_svmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + def azure_fileshare_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def azure_file_share_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end - def bmsbackup_summaries_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def azure_file_share_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end - def day - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def error_detail - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + def azure_iaa_svmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end - def pre_validate_enable_backup_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + def azure_iaa_sclassic_compute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def encryption_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails + def backup_status_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def restore_file_specs - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def azure_iaa_scompute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def azure_iaa_svmprotection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy end - def retention_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def azure_sql_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def azure_sql_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end - def sub_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy - end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails - end - def resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse - 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 + def validate_restore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest end - def azure_backup_goal_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest end - def azure_fileshare_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end - def azure_file_share_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end - def azure_file_share_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + def azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end - def azure_iaa_sclassic_compute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + def azure_vm_workload_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem end - def azure_iaa_scompute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem + def azure_vm_workload_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource end - def azure_iaa_svmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + def azure_vm_workload_saphana_database_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end - def azure_iaa_svmprotection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end - def azure_recovery_service_vault_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName end - def azure_sql_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end - def azure_sql_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + def protection_intent_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + def azure_vm_workload_sqldatabase_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def azure_vm_workload_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus end - def azure_vm_workload_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end - def azure_vm_workload_saphana_database_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end - def azure_vm_workload_sqldatabase_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem + def http_status_code + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end - def azure_workload_auto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType end def azure_workload_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest end + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + 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 job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job 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 - end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList 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 + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end def generic_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem @@ -1075,15 +1033,12 @@ def generic_protected_item def generic_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy end + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + 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,48 +1051,30 @@ 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 - end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy end def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def 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 + def create_mode + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode 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,89 +1087,152 @@ 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 backup_management_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType + end + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + 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 protection_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus + end + def retention_duration_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType + end + def retention_schedule_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat + end + def week_of_month + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeekOfMonth + end + def month_of_year + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear + end + 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 + end + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + end + def retention_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + end + def name_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo end def usages_unit Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest end - def protection_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus + def sub_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + def azure_fileshare_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + def schedule_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end - def retention_duration_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType + def restore_file_specs + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs end - def backup_management_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType + def resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + def dpm_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + def operation_worker_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse end - def day_of_week - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek + def operation_result_info_base + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def retention_schedule_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat + def mab_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo end - def week_of_month - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeekOfMonth + def validate_operations_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse end - def month_of_year - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear + def azure_workload_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + def azure_iaa_svmerror_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo end - def workload_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + def azure_iaa_svmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def http_status_code - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + def azure_workload_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails end - def create_mode - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end - def schedule_run_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + def daily_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + end + def mab_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + end + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + end + def validate_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + end + def azure_storage_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails + 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 backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + end + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + end + def azure_vm_workload_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo + end + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject 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..c412a1e8bc 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,17 +7,12 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt - Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations - ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationAlertSettings - ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationEvents - ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationFabrics ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationLogicalNetworks ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationNetworks ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationNetworkMappings 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 @@ -25,11 +20,28 @@ module Mgmt ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies - ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth + ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans + Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations + ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationAlertSettings + ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationEvents + ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationFabrics module Models + Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint + Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job 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 +100,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 +168,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 +189,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 +203,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 @@ -205,10 +211,11 @@ module Models A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedManagedDiskDetails OperationsDiscovery = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscovery UpdatePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInput + Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet OperationsDiscoveryCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscoveryCollection - UnplannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInput ProviderSpecificFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificFailoverInput CreateProtectionContainerInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInputProperties + UnplannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInput PlannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInputProperties DiscoverProtectableItemRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequestProperties PlannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInput @@ -218,8 +225,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 @@ -228,102 +233,98 @@ module Models ProtectableItemCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemCollection A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AApplyRecoveryPointInput A2AContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerCreationInput - A2AContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerMappingInput A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEnableProtectionInput A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEventDetails - A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput + PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyCreationInput A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyDetails - A2AProtectionContainerMappingDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails + A2AContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerMappingInput A2ARecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReplicationDetails - A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput + A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput A2AUpdateContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateContainerMappingInput - A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput + A2AProtectionContainerMappingDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails - AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails + A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails - AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput + A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput - ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails - Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric - FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails - HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails + ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails 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 + FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput + HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails 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 - HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput - HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails + HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails - HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails + HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails - HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput + HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails - HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails + HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput - HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails + HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails - HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails + HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails - InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput - InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails + InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput - InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails + InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput - InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails + InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails - InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput + InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput - InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails + InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput - InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput + InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput - InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails + InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput 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 JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails - JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails 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 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 ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan - RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails 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 + ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails 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 + RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider - ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails + RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem + ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput 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 @@ -358,26 +359,25 @@ module Models PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason 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 AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus - 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 - DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus + MultiVmSyncPointOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType 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 + DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType + HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations 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 :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, :replicationv_centers, :replication_jobs, :recovery_points, :replication_policies, :replication_vault_health, :replication_recovery_plans, :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -387,17 +387,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @replication_alert_settings = @client_0.replication_alert_settings - @replication_events = @client_0.replication_events - @replication_fabrics = @client_0.replication_fabrics @replication_logical_networks = @client_0.replication_logical_networks @replication_networks = @client_0.replication_networks @replication_network_mappings = @client_0.replication_network_mappings @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 @@ -405,9 +400,14 @@ def initialize(configurable, base_url=nil, options=nil) @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @replicationv_centers = @client_0.replicationv_centers @replication_jobs = @client_0.replication_jobs + @recovery_points = @client_0.recovery_points @replication_policies = @client_0.replication_policies - @replication_recovery_plans = @client_0.replication_recovery_plans @replication_vault_health = @client_0.replication_vault_health + @replication_recovery_plans = @client_0.replication_recovery_plans + @operations = @client_0.operations + @replication_alert_settings = @client_0.replication_alert_settings + @replication_events = @client_0.replication_events + @replication_fabrics = @client_0.replication_fabrics @model_classes = ModelClasses.new end @@ -426,6 +426,42 @@ def method_missing(method, *args) end class ModelClasses + def display + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + end + def event + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + end + def job_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + 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 severity + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + end + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + end + def role_assignment + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + end + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + end + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + end + def job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + end + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + end def osdisk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails end @@ -600,9 +636,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 +840,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 +855,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 +903,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 +921,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 +945,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 @@ -951,18 +969,21 @@ def operations_discovery def update_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInput end + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet + end def operations_discovery_collection Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscoveryCollection end - def unplanned_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInput - end def provider_specific_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificFailoverInput end def create_protection_container_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInputProperties end + def unplanned_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInput + end def planned_failover_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInputProperties end @@ -990,12 +1011,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 @@ -1020,17 +1035,14 @@ def a2_aapply_recovery_point_input def a2_acontainer_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerCreationInput end - def a2_acontainer_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerMappingInput - end def a2_aenable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEnableProtectionInput end def a2_aevent_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEventDetails end - def a2_afailover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput + def policy_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection end def a2_apolicy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyCreationInput @@ -1038,8 +1050,8 @@ def a2_apolicy_creation_input def a2_apolicy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyDetails end - def a2_aprotection_container_mapping_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails + def a2_acontainer_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerMappingInput end def a2_arecovery_point_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails @@ -1047,8 +1059,8 @@ def a2_arecovery_point_details def a2_areplication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReplicationDetails end - def a2_areprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput + def a2_afailover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput end def a2_aswitch_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput @@ -1056,8 +1068,8 @@ def a2_aswitch_protection_input def a2_aupdate_container_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateContainerMappingInput end - def a2_aupdate_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput + def a2_aprotection_container_mapping_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails end def alert Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert @@ -1065,8 +1077,8 @@ def alert def asr_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails end - def automation_runbook_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails + def a2_areprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput end def azure_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput @@ -1074,8 +1086,8 @@ def azure_fabric_creation_input def azure_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails end - def azure_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput + def a2_aupdate_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput end def azure_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings @@ -1083,11 +1095,8 @@ def azure_to_azure_network_mapping_settings def azure_to_azure_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput 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 + def automation_runbook_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails end def export_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails @@ -1095,8 +1104,8 @@ def export_job_details def fabric Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric end - def fabric_replication_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput end def failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails @@ -1104,8 +1113,8 @@ def failover_job_details def hyper_vreplica2012_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails end - def hyper_vreplica2012_r2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails + def consistency_check_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails end def hyper_vreplica_azure_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput @@ -1113,8 +1122,8 @@ def hyper_vreplica_azure_apply_recovery_point_input 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 + def fabric_replication_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails end def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput @@ -1122,6 +1131,9 @@ def hyper_vreplica_azure_failback_provider_input def hyper_vreplica_azure_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput end + def hyper_vreplica_azure_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails + end def hyper_vreplica_azure_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails end @@ -1131,92 +1143,92 @@ def hyper_vreplica_azure_policy_input def hyper_vreplica_azure_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails end - def hyper_vreplica_azure_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput + def hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails end def hyper_vreplica_azure_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end - def hyper_vreplica_base_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails + def hyper_vreplica_azure_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput end def hyper_vreplica_base_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails end - def hyper_vreplica_base_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails end def hyper_vreplica_blue_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails end - def hyper_vreplica_blue_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput + def hyper_vreplica_base_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails end def hyper_vreplica_blue_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails end - def hyper_vreplica_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails + def hyper_vreplica_blue_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput end def hyper_vreplica_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput end - def hyper_vreplica_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails + def hyper_vreplica_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails end def hyper_vsite_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails end - def hyper_vvirtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails + def hyper_vreplica_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails end def inline_workflow_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails end - def in_mage_azure_v2_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + def hyper_vvirtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails end def in_mage_azure_v2_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput end - def in_mage_azure_v2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails + def in_mage_azure_v2_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput end def in_mage_azure_v2_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails + def in_mage_azure_v2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails end def in_mage_azure_v2_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput end - def in_mage_azure_v2_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails + def in_mage_azure_v2_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails end def in_mage_azure_v2_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails end - def in_mage_azure_v2_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput + def in_mage_azure_v2_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails end def in_mage_azure_v2_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails + def in_mage_azure_v2_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput end def in_mage_disable_protection_provider_specific_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput end - def in_mage_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails end def in_mage_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput end - def in_mage_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails + def in_mage_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput end def in_mage_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput @@ -1227,14 +1239,11 @@ def in_mage_replication_details def in_mage_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job - 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_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails end def logical_network Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork @@ -1242,48 +1251,39 @@ def logical_network def manual_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network - 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 - end def protection_container_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping end + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + end def rcm_azure_migration_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails 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 - end def recovery_plan_automation_runbook_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails end + def job_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + end def recovery_plan_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails end def recovery_plan_hyper_vreplica_azure_failback_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end - def recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput - end def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput end + def protectable_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem + end def recovery_plan_in_mage_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput end @@ -1293,21 +1293,24 @@ def recovery_plan_manual_action_details 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 + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput 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 + def recovery_plan_shutdown_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem end + def replication_group_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails + end + def recovery_plan_a2_afailover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + end def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput end @@ -1410,15 +1413,9 @@ def disable_protection_reason def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory end - def severity - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity - 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 end @@ -1428,23 +1425,17 @@ def recovery_point_type def multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus end - def a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType - end - 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 end - def data_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus + def multi_vm_sync_point_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption end 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 a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType end def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType @@ -1452,12 +1443,21 @@ 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 data_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus end def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + end + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + end + def source_site_operations + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + 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..5b478689cf 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 + 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 FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules - PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules - LinkedServer = Azure::Redis::Mgmt::V2018_03_01::LinkedServer module Models - RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters + ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku + RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType + ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource + OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters 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 RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters + RedisUpdateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisUpdateParameters 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 + RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer - OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse + Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters 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 RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule 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 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 - RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek - ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName end class RedisManagementClass - attr_reader :operations, :redis, :firewall_rules, :patch_schedules, :linked_server, :configurable, :base_url, :options, :model_classes + attr_reader :patch_schedules, :linked_server, :operations, :redis, :firewall_rules, :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) + @patch_schedules = @client_0.patch_schedules + @linked_server = @client_0.linked_server @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 @model_classes = ModelClasses.new end @@ -88,12 +88,36 @@ def method_missing(method, *args) end class ModelClasses - def redis_reboot_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters + def replication_role + Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole end def sku Azure::Redis::Mgmt::V2018_03_01::Models::Sku end + def reboot_type + Azure::Redis::Mgmt::V2018_03_01::Models::RebootType + end + def provisioning_state + Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + end + def tracked_resource + Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + end + def proxy_resource + Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + end + def day_of_week + Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + end + def resource + Azure::Redis::Mgmt::V2018_03_01::Models::Resource + 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 export_rdbparameters Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters end @@ -106,47 +130,41 @@ 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 redis_firewall_rule_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters end + def redis_update_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisUpdateParameters + 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 + def upgrade_notification + Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification end def redis_patch_schedule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult end - def upgrade_notification - Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification + def redis_linked_server + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer end def redis_force_reboot_response Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse end - def redis_linked_server - Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer - end - def operation_display - Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + def operation + Azure::Redis::Mgmt::V2018_03_01::Models::Operation end def redis_firewall_rule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult @@ -160,12 +178,6 @@ def redis_create_parameters 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 - end - def tracked_resource - Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource - end def redis_firewall_rule Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule end @@ -178,29 +190,17 @@ def redis_patch_schedule 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 - end def sku_family Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily end def tls_version Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion end - def provisioning_state - Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - 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 - 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 sku_name + Azure::Redis::Mgmt::V2018_03_01::Models::SkuName 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..1fe583ac8a 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -13,33 +13,33 @@ module Mgmt WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays module Models + 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 + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource 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 - 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 + CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability 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 - RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection - WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters - AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end class RelayManagementClass @@ -75,87 +75,87 @@ def method_missing(method, *args) end class ModelClasses - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + def sku + Azure::Relay::Mgmt::V2017_04_01::Models::Sku end - def operation_display - Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + end + def hybrid_connection + Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + end + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + end + def error_response + Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + end + def tracked_resource + Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end def resource Azure::Relay::Mgmt::V2017_04_01::Models::Resource end - def check_name_availability - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability + 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 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 check_name_availability + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end def operation_list_result Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult end - 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 - 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 + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult 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 operation + Azure::Relay::Mgmt::V2017_04_01::Models::Operation + end + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace 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 check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end - def relay_update_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + def relaytype + Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end def authorization_rule Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end - def relaytype - Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + def unavailable_reason + Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + def regenerate_access_key_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + def relay_update_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters 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 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..36cdef8e97 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 + 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 + Deployments = Azure::Resources::Mgmt::V2018_05_01::Deployments module Models - IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue - Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity + ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency 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 + IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable + Provider = Azure::Resources::Mgmt::V2018_05_01::Models::Provider AliasType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasType ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult - Provider = Azure::Resources::Mgmt::V2018_05_01::Models::Provider 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 + DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended 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 DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties - BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency + AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType 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 - ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan end class ResourcesManagementClass - attr_reader :operations, :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :resources, :operations, :providers, :resource_groups, :tags, :deployment_operations, :deployments, :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) + @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 + @deployments = @client_0.deployments @model_classes = ModelClasses.new end @@ -108,116 +108,119 @@ def method_missing(method, *args) end class ModelClasses - def identity_user_assigned_identities_value - Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + def resource_identity_type + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType end - def identity - Azure::Resources::Mgmt::V2018_05_01::Models::Identity + def sku + Azure::Resources::Mgmt::V2018_05_01::Models::Sku + end + def dependency + Azure::Resources::Mgmt::V2018_05_01::Models::Dependency 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 identity + Azure::Resources::Mgmt::V2018_05_01::Models::Identity + end + 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 identity_user_assigned_identities_value + Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + end + def resource_group + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup + end 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 alias_type Azure::Resources::Mgmt::V2018_05_01::Models::AliasType end def resource_group_list_result Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult end - def provider - Azure::Resources::Mgmt::V2018_05_01::Models::Provider - end def resources_move_info Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo end - def dependency - Azure::Resources::Mgmt::V2018_05_01::Models::Dependency - end 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 deployment_properties_extended + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended 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_operation_properties Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties end - def basic_dependency - Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency + def alias_path_type + Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType 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,50 +228,47 @@ 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 resource_identity_type - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + def plan + Azure::Resources::Mgmt::V2018_05_01::Models::Plan 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..89992819f8 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -13,12 +13,14 @@ module Mgmt Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities module Models - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse 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 + OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult OperationDisplayProperties = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties EntityParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo - OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult 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 @@ -26,20 +28,18 @@ module Models EntityHierarchyItem = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem 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 + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo - CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo + CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo - Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status - Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason end class ResourcesManagementManagementClass @@ -75,24 +75,30 @@ def method_missing(method, *args) end class ModelClasses - def management_group - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + def error_response + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse 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 + def operation_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + end def operation_display_properties Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties end def entity_parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo end - def operation_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult - end def entity_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo end @@ -114,47 +120,41 @@ def management_group_details 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 - 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 + def management_group + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup end - def create_management_group_request - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest + def check_name_availability_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult 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 + def create_management_group_child_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo + end + def create_management_group_details + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails end def management_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo end - def reason - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + def check_name_availability_request + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + end + def create_management_group_request + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest end def status Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status end - def type - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + def reason + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason 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..d3f90b76a2 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,23 +7,19 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs + JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections module Models - JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence 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 @@ -31,34 +27,38 @@ module Models JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence - JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage + JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult - ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage + ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication 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 + JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName - JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus + DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType + JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties + BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus 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,15 @@ def method_missing(method, *args) end class ModelClasses - def job_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence - end def sku Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku end - def job_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + 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 +106,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 +115,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 @@ -148,39 +136,39 @@ def job_history_list_result def job_error_action Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction end + def retry_policy + Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy + end def job_history_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter end def job_max_recurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence end - def job_state_filter - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter - end def job_recurrence_schedule_monthly_occurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence end def service_bus_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage end + def job_state_filter + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter + end def job_collection_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult end - def service_bus_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication - end def service_bus_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage end def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage end + def service_bus_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication + 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 @@ -190,36 +178,48 @@ def sku_definition 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_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + 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 service_bus_authentication_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + end + def recurrence_frequency + Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency end def job_execution_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus end - def service_bus_authentication_type - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + def day_of_week + Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + end + def job_history_action_name + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + 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_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties + end + def basic_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + end + def job_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + 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..3fab1785c6 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 + Services = Azure::Search::Mgmt::V2015_08_19::Services Operations = Azure::Search::Mgmt::V2015_08_19::Operations AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys - Services = Azure::Search::Mgmt::V2015_08_19::Services module Models - 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 OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation 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 + CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions + CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput 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 SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState + SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName + Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity + Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource end class SearchManagementClass - attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes + attr_reader :services, :operations, :admin_keys, :query_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -44,10 +44,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @services = @client_0.services @operations = @client_0.operations @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys - @services = @client_0.services @model_classes = ModelClasses.new end @@ -66,24 +66,12 @@ def method_missing(method, *args) end 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 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 @@ -96,29 +84,41 @@ def admin_key_result def operation_list_result Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult end + def search_service + Azure::Search::Mgmt::V2015_08_19::Models::SearchService + end + def check_name_availability_input + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + end def search_management_request_options Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end - def search_service - Azure::Search::Mgmt::V2015_08_19::Models::SearchService + def check_name_availability_output + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput end def 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 end def search_service_status Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end + def admin_key_kind + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + end def provisioning_state Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState end - def admin_key_kind - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + def sku_name + Azure::Search::Mgmt::V2015_08_19::Models::SkuName + end + def identity + Azure::Search::Mgmt::V2015_08_19::Models::Identity + end + def resource + Azure::Search::Mgmt::V2015_08_19::Models::Resource 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..743c619eeb 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -19,7 +19,6 @@ module Models 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 @@ -30,6 +29,7 @@ module Models AlertsToAdmins = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins PricingTier = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision + Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource end class SecurityManagementClass @@ -81,9 +81,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 @@ -114,6 +111,9 @@ def pricing_tier def auto_provision Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision end + def resource + Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + end end end end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index f879eb0bf0..1d0e5d0938 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -8,19 +8,21 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations + Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics 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 + Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs module Models - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource 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 @@ -29,53 +31,51 @@ module Models ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult 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 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 + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - 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 + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult 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 + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus 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 :operations, :subscriptions, :topics, :namespaces, :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :regions, :event_hubs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -86,15 +86,15 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @subscriptions = @client_0.subscriptions + @topics = @client_0.topics @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 + @regions = @client_0.regions @event_hubs = @client_0.event_hubs @model_classes = ModelClasses.new @@ -114,8 +114,14 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + def access_rights + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + 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 def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult @@ -141,72 +147,39 @@ def sbsubscription_list_result 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 - end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - end def sbnamespace_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - 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 end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - end - def event_hub_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - end def sql_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def sbsku Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end + def access_keys + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + end def correlation_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter 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 @@ -219,6 +192,9 @@ def sbqueue def sbtopic Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + end def sbsubscription Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end @@ -228,38 +204,26 @@ def rule def sql_rule_action Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - end def eventhub Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + end 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 - end - def access_rights - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - end - def key_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - end - def entity_status - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - end def unavailable_reason Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + def rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + end + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end def encoding_capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription @@ -267,9 +231,45 @@ def encoding_capture_description def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + end + def key_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + end def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + end + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + end + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + end + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + end + def operation_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + end + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + end + def sku_name + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + end + def entity_status + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + 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 fbb7368c35..7541239a15 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,17 +7,151 @@ module Azure::Profiles::Latest module ServiceFabric - MeshSecret = Azure::ServiceFabric::V6_4_0_36::MeshSecret - MeshSecretValue = Azure::ServiceFabric::V6_4_0_36::MeshSecretValue - MeshVolume = Azure::ServiceFabric::V6_4_0_36::MeshVolume - MeshNetwork = Azure::ServiceFabric::V6_4_0_36::MeshNetwork MeshApplication = Azure::ServiceFabric::V6_4_0_36::MeshApplication MeshService = Azure::ServiceFabric::V6_4_0_36::MeshService MeshCodePackage = Azure::ServiceFabric::V6_4_0_36::MeshCodePackage MeshServiceReplica = Azure::ServiceFabric::V6_4_0_36::MeshServiceReplica MeshGateway = Azure::ServiceFabric::V6_4_0_36::MeshGateway + MeshSecret = Azure::ServiceFabric::V6_4_0_36::MeshSecret + MeshSecretValue = Azure::ServiceFabric::V6_4_0_36::MeshSecretValue + MeshVolume = Azure::ServiceFabric::V6_4_0_36::MeshVolume + MeshNetwork = Azure::ServiceFabric::V6_4_0_36::MeshNetwork module Models + ChaosStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent + EnvironmentVariable = Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable + ChaosReplicaRemovalScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent + ChaosPartitionSecondaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent + ChaosPartitionPrimaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent + ChaosReplicaRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent + ChaosNodeRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent + SecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties + InlinedValueSecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties + ApplicationScopedVolume = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume + ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk + NetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties + LocalNetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties + AzureInternalMonitoringPipelineSinkDescription = Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription + AddRemoveReplicaScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism + AutoScalingResourceMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric + ServiceReplicaDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription + AverageLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger + FabricErrorCodes = Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes + ApplicationDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind + ApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus + ApplicationPackageCleanupPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy + ApplicationTypeDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind + ApplicationTypeStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus + UpgradeKind = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind + FailureAction = Azure::ServiceFabric::V6_4_0_36::Models::FailureAction + UpgradeDomainState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState + UpgradeMode = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode + FailureReason = Azure::ServiceFabric::V6_4_0_36::Models::FailureReason + DeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent + DeployedApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus + NodeUpgradePhase = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase + ReplicaRole = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole + ReconfigurationPhase = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase + ReconfigurationType = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType + UpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState + FabricEventKind = Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind + HealthEvaluationKind = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind + NodeDeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent + EntityKind = Azure::ServiceFabric::V6_4_0_36::Models::EntityKind + ReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus + NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus + ServicePartitionStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus + NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType + UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType + SafetyCheckKind = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind + ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind + ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + CreateFabricDump = Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump + ServicePackageActivationMode = Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode + HostType = Azure::ServiceFabric::V6_4_0_36::Models::HostType + DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus + ServicePlacementPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType + ServiceLoadMetricWeight = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight + HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode + ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind + EntryPointStatus = Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus + ChaosStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus + ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus + MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost + ComposeDeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus + ComposeDeploymentUpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState + ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme + PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus + PartitionScheme = Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme + ServiceOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName + ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName + ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole + FabricReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus + ReplicaKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind + ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus + PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind + OperationState = Azure::ServiceFabric::V6_4_0_36::Models::OperationState + OperationType = Azure::ServiceFabric::V6_4_0_36::Models::OperationType + PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope + BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind + PropertyBatchOperationKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind + PropertyBatchInfoKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind + RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType + RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState + BackupScheduleKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind + BackupPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope + BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope + DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek + BackupScheduleFrequencyType = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType + BackupState = Azure::ServiceFabric::V6_4_0_36::Models::BackupState + BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind + ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel + RepairImpactKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind + RepairTargetKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind + ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus + RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState + ScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind + ScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind + ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus + SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind + VolumeProvider = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider + SizeTypes = Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes + BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType + NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind + HeaderMatchType = Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType + OperatingSystemType = Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType + DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind + ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind + AutoScalingMetricKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind + AutoScalingResourceMetricName = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName + AutoScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind + NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter + AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind + DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode + NodeTransitionType = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType + QuorumLossMode = Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode + RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind + OperationStatus = Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus + State = Azure::ServiceFabric::V6_4_0_36::Models::State + ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem + ApplicationMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription + ServiceCorrelationDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription + ServicePlacementPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription + ApplicationHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy + ApplicationParameter = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter + ServiceLoadMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription + PartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription + ClusterHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy + ServiceTypeHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy + NamedPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription + SingletonPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription + UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription + ServiceProperties = Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties + HealthState = Azure::ServiceFabric::V6_4_0_36::Models::HealthState ScalingMechanismDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription ScalingPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription FabricError = Azure::ServiceFabric::V6_4_0_36::Models::FabricError @@ -26,14 +160,12 @@ module Models LoadMetricReport = Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport AnalysisEventMetadata = Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata PartitionLoadInformation = Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation - ImageRegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential SecretResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription PagedBackupInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList HealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation BackupInfo = Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo SecretResourcePropertiesBase = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase BackupPartitionDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription - ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem RestoreProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo ApplicationHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem RestorePartitionDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription @@ -46,7 +178,6 @@ module Models ServiceHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList RestartNodeDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription DeployedServicePackageHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList - EnvironmentVariable = Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable DeployedApplicationHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList ServiceFromTemplateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription VolumeResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription @@ -60,7 +191,6 @@ module Models ApplicationInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo PagedBackupPolicyDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList ApplicationLoadInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo - ServicePlacementPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription PagedVolumeResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList BackupPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription ApplicationTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem @@ -70,7 +200,6 @@ module Models MonitoringPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription BackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription UpgradeDomainInfo = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo - ServiceLoadMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription SafetyCheckWrapper = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper ServiceTypeExtensionDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription CurrentUpgradeDomainProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo @@ -82,19 +211,14 @@ module Models NetworkResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription EndpointProperties = Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties PagedNetworkResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList - ResourceRequests = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests ClusterHealthChunk = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk PropertyBatchInfo = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo - ClusterHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy - ResourceLimits = Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits ClusterHealthPolicies = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies - ResourceRequirements = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements ClusterVersion = Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion DiagnosticsRef = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef ContainerApiResult = Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult ReliableCollectionsRef = Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef UploadSession = Azure::ServiceFabric::V6_4_0_36::Models::UploadSession - ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState UploadSessionInfo = Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo ContainerEvent = Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent RepairTaskUpdateInfo = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo @@ -164,7 +288,6 @@ module Models ChaosEventsSegment = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment HealthEvaluationWrapper = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper ChaosScheduleJobActiveDaysOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek - ApplicationHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy TimeOfDay = Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay SecretValueProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties TimeRange = Azure::ServiceFabric::V6_4_0_36::Models::TimeRange @@ -176,7 +299,6 @@ module Models ChaosScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription DeployedApplicationHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter PagedSubNameInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList - ApplicationMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription NameDescription = Azure::ServiceFabric::V6_4_0_36::Models::NameDescription EndpointRef = Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef ApplicationUpgradeUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription @@ -205,9 +327,7 @@ module Models EntityKindHealthStateCount = Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount DeployedServicePackageInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo EntityHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk - ServiceCorrelationDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription FabricCodeVersionInfo = Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo - PartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription HttpRouteMatchPath = Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath PartitionRestartProgress = Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress NodeDeactivationInfo = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo @@ -227,13 +347,11 @@ module Models PagedApplicationResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList RollingUpgradeUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription ReplicatorQueueStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus - ServiceTypeHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy ReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus SecretValueResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription RemoteReplicatorAcknowledgementDetail = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail ApplicationScopedVolumeCreationParameters = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters RemoteReplicatorAcknowledgementStatus = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus - ApplicationParameter = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter RemoteReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus ApplicationTypeInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo ApplicationResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription @@ -248,7 +366,6 @@ module Models DeployedServiceReplicaInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo DeployedServiceReplicaDetailInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo EntityHealth = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth - ServiceProperties = Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties ClusterConfigurationUpgradeStatusInfo = Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo AutoScalingMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric PagedBackupEntityList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList @@ -292,7 +409,6 @@ module Models RepairTaskDeleteDescription = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription NodeTransitionProgress = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress ApplicationHealthPolicies = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies - OperationStatus = Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus ApplicationEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent ServiceHealthState = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState DeployedApplicationHealthState = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState @@ -384,9 +500,6 @@ module Models TestErrorChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent ValidationFailedChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent WaitingChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent - NamedPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription - SingletonPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription - UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription StatefulServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription StatelessServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription PrimaryReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus @@ -464,140 +577,27 @@ module Models DeployedServicePackageNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent DeployedServicePackageHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent StatefulReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent + ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState StatefulReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent StatelessReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent - StatelessReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent + ResourceRequests = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests ClusterNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent - ClusterHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent + ResourceRequirements = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements ClusterUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent + ClusterHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent + StatelessReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent ClusterUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent ClusterUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent ClusterUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent ClusterUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent - ChaosStoppedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent - ChaosStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent + ImageRegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential + ResourceLimits = Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits ChaosCodePackageRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent - ChaosReplicaRemovalScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent - ChaosPartitionSecondaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent - ChaosPartitionPrimaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent - ChaosReplicaRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent - ChaosNodeRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent - SecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties - InlinedValueSecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties - ApplicationScopedVolume = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume - ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk - NetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties - LocalNetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties - AzureInternalMonitoringPipelineSinkDescription = Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription - AddRemoveReplicaScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism - AutoScalingResourceMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric - ServiceReplicaDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription - AverageLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger - HealthState = Azure::ServiceFabric::V6_4_0_36::Models::HealthState - FabricErrorCodes = Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes - ApplicationDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind - ApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus - ApplicationPackageCleanupPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy - ApplicationTypeDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind - ApplicationTypeStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus - UpgradeKind = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind - UpgradeMode = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode - FailureAction = Azure::ServiceFabric::V6_4_0_36::Models::FailureAction - UpgradeDomainState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState - UpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState - NodeUpgradePhase = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase - FailureReason = Azure::ServiceFabric::V6_4_0_36::Models::FailureReason - DeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent - DeployedApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus - ReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus - ReplicaRole = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole - ReconfigurationPhase = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase - ReconfigurationType = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType - EntityKind = Azure::ServiceFabric::V6_4_0_36::Models::EntityKind - FabricEventKind = Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind - HealthEvaluationKind = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind - NodeDeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent - NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus - NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType - NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus - ServicePartitionStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus - ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus - ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind - UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType - SafetyCheckKind = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind - CreateFabricDump = Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump - ServicePackageActivationMode = Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode - ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind - ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind - ServicePlacementPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType - ServiceLoadMetricWeight = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight - HostType = Azure::ServiceFabric::V6_4_0_36::Models::HostType - HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode - DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus - EntryPointStatus = Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus - ChaosStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus - ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus - ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind - ComposeDeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus - ComposeDeploymentUpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState - ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme - MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost - PartitionScheme = Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme - ServiceOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName - ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName - PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus - FabricReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus - ReplicaKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind - ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus - ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole - OperationState = Azure::ServiceFabric::V6_4_0_36::Models::OperationState - OperationType = Azure::ServiceFabric::V6_4_0_36::Models::OperationType - PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope - PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind - PropertyBatchOperationKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind - PropertyBatchInfoKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind - RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType - BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind - BackupScheduleKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind - BackupPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope - BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope - RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState - BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType - BackupScheduleFrequencyType = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType - DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek - BackupState = Azure::ServiceFabric::V6_4_0_36::Models::BackupState - BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind - ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel - RepairImpactKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind - RepairTargetKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind - State = Azure::ServiceFabric::V6_4_0_36::Models::State - ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus - RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState - ScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind - ScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind - ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus - SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind - VolumeProvider = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider - SizeTypes = Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes - ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind - NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind - HeaderMatchType = Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType - OperatingSystemType = Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType - DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind - AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind - AutoScalingMetricKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind - AutoScalingResourceMetricName = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName - AutoScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind - NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter - ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind - DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode - NodeTransitionType = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType - QuorumLossMode = Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode - RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + ChaosStoppedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent end class ServiceFabricDataClass - attr_reader :mesh_secret, :mesh_secret_value, :mesh_volume, :mesh_network, :mesh_application, :mesh_service, :mesh_code_package, :mesh_service_replica, :mesh_gateway, :configurable, :base_url, :options, :model_classes + attr_reader :mesh_application, :mesh_service, :mesh_code_package, :mesh_service_replica, :mesh_gateway, :mesh_secret, :mesh_secret_value, :mesh_volume, :mesh_network, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -607,15 +607,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @mesh_secret = @client_0.mesh_secret - @mesh_secret_value = @client_0.mesh_secret_value - @mesh_volume = @client_0.mesh_volume - @mesh_network = @client_0.mesh_network @mesh_application = @client_0.mesh_application @mesh_service = @client_0.mesh_service @mesh_code_package = @client_0.mesh_code_package @mesh_service_replica = @client_0.mesh_service_replica @mesh_gateway = @client_0.mesh_gateway + @mesh_secret = @client_0.mesh_secret + @mesh_secret_value = @client_0.mesh_secret_value + @mesh_volume = @client_0.mesh_volume + @mesh_network = @client_0.mesh_network @model_classes = ModelClasses.new end @@ -634,1761 +634,1753 @@ def method_missing(method, *args) end class ModelClasses - def scaling_mechanism_description - Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription + def chaos_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent end - def scaling_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription + def environment_variable + Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable end - def fabric_error - Azure::ServiceFabric::V6_4_0_36::Models::FabricError + def chaos_replica_removal_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent end - def service_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceDescription + def chaos_partition_secondary_move_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent end - def aad_metadata - Azure::ServiceFabric::V6_4_0_36::Models::AadMetadata + def chaos_partition_primary_move_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent end - def load_metric_report - Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport + def chaos_replica_restart_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent end - def analysis_event_metadata - Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata + def chaos_node_restart_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent end - def partition_load_information - Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation + def secret_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties end - def image_registry_credential - Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential + def inlined_value_secret_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties end - def secret_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription + def application_scoped_volume + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume end - def paged_backup_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList + def application_scoped_volume_creation_parameters_service_fabric_volume_disk + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk end - def health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation + def network_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties end - def backup_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo + def local_network_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties end - def secret_resource_properties_base - Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase + def azure_internal_monitoring_pipeline_sink_description + Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription end - def backup_partition_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription + def add_remove_replica_scaling_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism end - def service_type_health_policy_map_item - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem + def auto_scaling_resource_metric + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric end - def restore_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo + def service_replica_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription end - def application_health_policy_map_item - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem + def average_load_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger end - def restore_partition_description - Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription + def fabric_error_codes + Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes end - def secret_value - Azure::ServiceFabric::V6_4_0_36::Models::SecretValue + def application_definition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind end - def paged_backup_configuration_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupConfigurationInfoList + def application_status + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus end - def replica_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunkList + def application_package_cleanup_policy + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy end - def backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupConfigurationInfo + def application_type_definition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind end - def partition_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunkList + def application_type_status + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus end - def backup_suspension_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionInfo + def upgrade_kind + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind end - def service_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList + def failure_action + Azure::ServiceFabric::V6_4_0_36::Models::FailureAction end - def restart_node_description - Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription + def upgrade_domain_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState end - def deployed_service_package_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList + def upgrade_mode + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode end - def environment_variable - Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable + def failure_reason + Azure::ServiceFabric::V6_4_0_36::Models::FailureReason end - def deployed_application_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList + def deactivation_intent + Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent end - def service_from_template_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription + def deployed_application_status + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus end - def volume_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription + def node_upgrade_phase + Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase end - def setting - Azure::ServiceFabric::V6_4_0_36::Models::Setting + def replica_role + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole end - def partition_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateFilter + def reconfiguration_phase + Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase end - def disable_backup_description - Azure::ServiceFabric::V6_4_0_36::Models::DisableBackupDescription + def reconfiguration_type + Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType end - def deployed_service_package_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateFilter + def upgrade_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState end - def service_name_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceNameInfo + def fabric_event_kind + Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind end - def application_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateFilter + def health_evaluation_kind + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind end - def container_label - Azure::ServiceFabric::V6_4_0_36::Models::ContainerLabel + def node_deactivation_intent + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent end - def application_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo + def entity_kind + Azure::ServiceFabric::V6_4_0_36::Models::EntityKind end - def paged_backup_policy_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList + def replica_status + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus end - def application_load_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo + def node_status + Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus end - def service_placement_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription + def service_partition_status + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus end - def paged_volume_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList + def node_deactivation_status + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus end - def backup_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription + def node_deactivation_task_type + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType end - def application_type_health_policy_map_item - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem + def upgrade_type + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType end - def retention_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyDescription + def safety_check_kind + Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind end - def paged_application_type_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationTypeInfoList + def service_status + Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus end - def backup_storage_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageDescription + def provision_application_type_kind + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind end - def monitoring_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription + def service_kind + Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind end - def backup_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription + def service_partition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind end - def upgrade_domain_info - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo + def create_fabric_dump + Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump end - def service_load_metric_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription + def service_package_activation_mode + Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode end - def safety_check_wrapper - Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper + def host_type + Azure::ServiceFabric::V6_4_0_36::Models::HostType end - def service_type_extension_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription + def deployment_status + Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus end - def current_upgrade_domain_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo + def service_placement_policy_type + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType end - def service_type_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeDescription + def service_load_metric_weight + Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight end - def application_upgrade_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeProgressInfo + def host_isolation_mode + Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode end - def service_type_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeInfo + def chaos_event_kind + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind end - def network_ref - Azure::ServiceFabric::V6_4_0_36::Models::NetworkRef + def entry_point_status + Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus end - def service_type_manifest - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeManifest + def chaos_status + Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus end - def network_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription + def chaos_schedule_status + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus end - def endpoint_properties - Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties + def move_cost + Azure::ServiceFabric::V6_4_0_36::Models::MoveCost end - def paged_network_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList + def compose_deployment_status + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus end - def resource_requests - Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests + def compose_deployment_upgrade_state + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState end - def cluster_health_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk + def service_correlation_scheme + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme end - def property_batch_info - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo + def partition_access_status + Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus end - def cluster_health_policy - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy + def partition_scheme + Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme end - def resource_limits - Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits + def service_operation_name + Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName end - def cluster_health_policies - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies + def replicator_operation_name + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName end - def resource_requirements - Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements + def service_endpoint_role + Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole end - def cluster_version - Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion + def fabric_replica_status + Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus end - def diagnostics_ref - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef + def replica_kind + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind end - def container_api_result - Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult + def service_type_registration_status + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus end - def reliable_collections_ref - Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef + def property_value_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind end - def upload_session - Azure::ServiceFabric::V6_4_0_36::Models::UploadSession + def operation_state + Azure::ServiceFabric::V6_4_0_36::Models::OperationState end - def container_state - Azure::ServiceFabric::V6_4_0_36::Models::ContainerState + def operation_type + Azure::ServiceFabric::V6_4_0_36::Models::OperationType end - def upload_session_info - Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo + def package_sharing_policy_scope + Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope end - def container_event - Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent + def backup_storage_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind end - def repair_task_update_info - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo + def property_batch_operation_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind end - def property_batch_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchDescriptionList + def property_batch_info_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind end - def deployed_application_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationInfo + def retention_policy_type + Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType end - def property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperation + def restore_state + Azure::ServiceFabric::V6_4_0_36::Models::RestoreState end - def repair_task_cancel_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskCancelDescription + def backup_schedule_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind end - def property_description - Azure::ServiceFabric::V6_4_0_36::Models::PropertyDescription + def backup_policy_scope + Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope end - def repair_task - Azure::ServiceFabric::V6_4_0_36::Models::RepairTask + def backup_suspension_scope + Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope end - def paged_property_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedPropertyInfoList + def day_of_week + Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek end - def reconfiguration_information - Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationInformation + def backup_schedule_frequency_type + Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType end - def property_info - Azure::ServiceFabric::V6_4_0_36::Models::PropertyInfo + def backup_state + Azure::ServiceFabric::V6_4_0_36::Models::BackupState end - def repair_target_description_base - Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase + def backup_entity_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind end - def property_metadata - Azure::ServiceFabric::V6_4_0_36::Models::PropertyMetadata + def impact_level + Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel end - def health_state_count - Azure::ServiceFabric::V6_4_0_36::Models::HealthStateCount + def repair_impact_kind + Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind end - def container_instance_view - Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceView + def repair_target_kind + Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind end - def health_statistics - Azure::ServiceFabric::V6_4_0_36::Models::HealthStatistics + def result_status + Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus end - def container_code_package_properties - Azure::ServiceFabric::V6_4_0_36::Models::ContainerCodePackageProperties + def repair_task_health_check_state + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState end - def entity_health_state - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthState + def scaling_trigger_kind + Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind end - def auto_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTrigger + def scaling_mechanism_kind + Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind end - def entity_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunkList + def resource_status + Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus end - def epoch - Azure::ServiceFabric::V6_4_0_36::Models::Epoch + def secret_kind + Azure::ServiceFabric::V6_4_0_36::Models::SecretKind end - def partition_data_loss_progress - Azure::ServiceFabric::V6_4_0_36::Models::PartitionDataLossProgress + def volume_provider + Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider end - def fabric_event - Azure::ServiceFabric::V6_4_0_36::Models::FabricEvent + def size_types + Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes end - def auto_scaling_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanism + def backup_type + Azure::ServiceFabric::V6_4_0_36::Models::BackupType end - def fabric_config_version_info - Azure::ServiceFabric::V6_4_0_36::Models::FabricConfigVersionInfo + def network_kind + Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind end - def auto_scaling_policy - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingPolicy + def header_match_type + Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType end - def health_information - Azure::ServiceFabric::V6_4_0_36::Models::HealthInformation + def operating_system_type + Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType end - def property_value - Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue + def diagnostics_sink_kind + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind end - def node_impact - Azure::ServiceFabric::V6_4_0_36::Models::NodeImpact + def application_scoped_volume_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind end - def cluster_upgrade_description_object - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDescriptionObject + def auto_scaling_metric_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind end - def node_deactivation_task - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTask + def auto_scaling_resource_metric_name + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName end - def failed_upgrade_domain_progress_object - Azure::ServiceFabric::V6_4_0_36::Models::FailedUpgradeDomainProgressObject + def auto_scaling_trigger_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind end - def get_backup_by_storage_query_description - Azure::ServiceFabric::V6_4_0_36::Models::GetBackupByStorageQueryDescription + def node_status_filter + Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter end - def cluster_upgrade_progress_object - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeProgressObject + def auto_scaling_mechanism_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind end - def enable_backup_description - Azure::ServiceFabric::V6_4_0_36::Models::EnableBackupDescription + def data_loss_mode + Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode end - def cluster_configuration_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeDescription + def node_transition_type + Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType end - def node_load_metric_information - Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadMetricInformation + def quorum_loss_mode + Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode end - def upgrade_orchestration_service_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState + def restart_partition_mode + Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode end - def http_route_match_header - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchHeader + def replica_health_report_service_kind + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind end - def upgrade_orchestration_service_state_summary - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceStateSummary + def operation_status + Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus end - def paged_deployed_application_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedDeployedApplicationInfoList + def state + Azure::ServiceFabric::V6_4_0_36::Models::State end - def application_type_image_store_path - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeImageStorePath + def service_type_health_policy_map_item + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem end - def partition_information - Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation + def application_metric_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription end - def unprovision_application_type_description_info - Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionApplicationTypeDescriptionInfo + def service_correlation_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription end - def paged_service_partition_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServicePartitionInfoList + def service_placement_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription end - def code_package_entry_point_statistics - Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPointStatistics + def application_health_policy + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy end - def paged_replica_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedReplicaInfoList + def application_parameter + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter end - def code_package_entry_point - Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPoint + def service_load_metric_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription end - def paged_service_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceInfoList + def partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription end - def deployed_code_package_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedCodePackageInfo + def cluster_health_policy + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy end - def http_route_config - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteConfig + def service_type_health_policy + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy end - def chaos_context - Azure::ServiceFabric::V6_4_0_36::Models::ChaosContext + def named_partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription end - def http_host_config - Azure::ServiceFabric::V6_4_0_36::Models::HttpHostConfig + def singleton_partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription end - def chaos_target_filter - Azure::ServiceFabric::V6_4_0_36::Models::ChaosTargetFilter + def uniform_int64_range_partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription end - def http_config - Azure::ServiceFabric::V6_4_0_36::Models::HttpConfig + def service_properties + Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties end - def chaos_parameters - Azure::ServiceFabric::V6_4_0_36::Models::ChaosParameters + def health_state + Azure::ServiceFabric::V6_4_0_36::Models::HealthState end - def provision_application_type_description_base - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescriptionBase + def scaling_mechanism_description + Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription end - def chaos - Azure::ServiceFabric::V6_4_0_36::Models::Chaos + def scaling_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription end - def paged_gateway_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedGatewayResourceDescriptionList + def fabric_error + Azure::ServiceFabric::V6_4_0_36::Models::FabricError end - def chaos_parameters_dictionary_item - Azure::ServiceFabric::V6_4_0_36::Models::ChaosParametersDictionaryItem + def service_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceDescription end - def resume_cluster_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ResumeClusterUpgradeDescription + def aad_metadata + Azure::ServiceFabric::V6_4_0_36::Models::AadMetadata end - def chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEvent + def load_metric_report + Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport end - def start_cluster_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::StartClusterUpgradeDescription + def analysis_event_metadata + Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata end - def chaos_event_wrapper - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventWrapper + def partition_load_information + Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation end - def update_cluster_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::UpdateClusterUpgradeDescription + def secret_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription end - def chaos_events_segment - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment + def paged_backup_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList end - def health_evaluation_wrapper - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper + def health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation end - def chaos_schedule_job_active_days_of_week - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek + def backup_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo end - def application_health_policy - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy + def secret_resource_properties_base + Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase end - def time_of_day - Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay + def backup_partition_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription end - def secret_value_properties - Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties + def restore_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo end - def time_range - Azure::ServiceFabric::V6_4_0_36::Models::TimeRange + def application_health_policy_map_item + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem end - def paged_secret_value_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretValueResourceDescriptionList + def restore_partition_description + Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription end - def chaos_schedule_job - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJob + def secret_value + Azure::ServiceFabric::V6_4_0_36::Models::SecretValue end - def volume_reference - Azure::ServiceFabric::V6_4_0_36::Models::VolumeReference + def paged_backup_configuration_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupConfigurationInfoList end - def chaos_schedule - Azure::ServiceFabric::V6_4_0_36::Models::ChaosSchedule + def replica_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunkList end - def replica_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateFilter + def backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupConfigurationInfo end - def chaos_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription + def partition_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunkList end - def deployed_application_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter + def backup_suspension_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionInfo end - def paged_sub_name_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList + def service_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList end - def application_metric_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription + def restart_node_description + Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription end - def name_description - Azure::ServiceFabric::V6_4_0_36::Models::NameDescription + def deployed_service_package_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList end - def endpoint_ref - Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef + def deployed_application_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList end - def application_upgrade_update_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription + def service_from_template_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription end - def application_type_manifest - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeManifest + def volume_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription end - def resume_application_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ResumeApplicationUpgradeDescription + def setting + Azure::ServiceFabric::V6_4_0_36::Models::Setting end - def safety_check - Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheck + def partition_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateFilter end - def deploy_service_package_to_node_description - Azure::ServiceFabric::V6_4_0_36::Models::DeployServicePackageToNodeDescription + def disable_backup_description + Azure::ServiceFabric::V6_4_0_36::Models::DisableBackupDescription end - def failure_upgrade_domain_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::FailureUpgradeDomainProgressInfo + def deployed_service_package_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateFilter end - def package_sharing_policy_info - Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyInfo + def service_name_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceNameInfo end - def node_id - Azure::ServiceFabric::V6_4_0_36::Models::NodeId + def application_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateFilter end - def application_capacity_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCapacityDescription + def container_label + Azure::ServiceFabric::V6_4_0_36::Models::ContainerLabel end - def gateway_destination - Azure::ServiceFabric::V6_4_0_36::Models::GatewayDestination + def application_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo end - def application_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDescription + def paged_backup_policy_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList end - def cluster_health_chunk_query_description - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunkQueryDescription + def application_load_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo end - def compose_deployment_status_info - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatusInfo + def paged_volume_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList end - def container_api_request_body - Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiRequestBody + def backup_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription end - def registry_credential - Azure::ServiceFabric::V6_4_0_36::Models::RegistryCredential + def application_type_health_policy_map_item + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem end - def deactivation_intent_description - Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntentDescription + def retention_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyDescription end - def compose_deployment_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeDescription + def paged_application_type_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationTypeInfoList end - def repair_task_update_health_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateHealthPolicyDescription + def backup_storage_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageDescription end - def compose_deployment_upgrade_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeProgressInfo + def monitoring_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription end - def repair_task_approve_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskApproveDescription + def backup_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription end - def paged_compose_deployment_status_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedComposeDeploymentStatusInfoList + def upgrade_domain_info + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo end - def repair_task_history - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory + def safety_check_wrapper + Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper end - def create_compose_deployment_description - Azure::ServiceFabric::V6_4_0_36::Models::CreateComposeDeploymentDescription + def service_type_extension_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription end - def entity_kind_health_state_count - Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount + def current_upgrade_domain_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo end - def deployed_service_package_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo + def service_type_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeDescription end - def entity_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk + def application_upgrade_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeProgressInfo end - def service_correlation_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription + def service_type_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeInfo end - def fabric_code_version_info - Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo + def network_ref + Azure::ServiceFabric::V6_4_0_36::Models::NetworkRef end - def partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription + def service_type_manifest + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeManifest end - def http_route_match_path - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath + def network_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription end - def partition_restart_progress - Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress + def endpoint_properties + Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties end - def node_deactivation_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo + def paged_network_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList end - def restart_partition_result - Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionResult + def cluster_health_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk end - def node_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeInfo + def property_batch_info + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo end - def partition_quorum_loss_progress - Azure::ServiceFabric::V6_4_0_36::Models::PartitionQuorumLossProgress + def cluster_health_policies + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies end - def paged_application_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationInfoList + def cluster_version + Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion end - def scaling_trigger_description - Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerDescription + def diagnostics_ref + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef end - def service_partition_info - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionInfo + def container_api_result + Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult end - def fabric_error_error - Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorError + def reliable_collections_ref + Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef end - def service_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceInfo + def upload_session + Azure::ServiceFabric::V6_4_0_36::Models::UploadSession end - def container_logs - Azure::ServiceFabric::V6_4_0_36::Models::ContainerLogs + def upload_session_info + Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo end - def backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::BackupEntity + def container_event + Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent end - def aad_metadata_object - Azure::ServiceFabric::V6_4_0_36::Models::AadMetadataObject + def repair_task_update_info + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo end - def provision_fabric_description - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionFabricDescription + def property_batch_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchDescriptionList end - def unprovision_fabric_description - Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionFabricDescription + def deployed_application_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationInfo end - def paged_application_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList + def property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperation end - def rolling_upgrade_update_description - Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription + def repair_task_cancel_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskCancelDescription end - def replicator_queue_status - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus + def property_description + Azure::ServiceFabric::V6_4_0_36::Models::PropertyDescription end - def service_type_health_policy - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy + def repair_task + Azure::ServiceFabric::V6_4_0_36::Models::RepairTask end - def replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus + def paged_property_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedPropertyInfoList end - def secret_value_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription + def reconfiguration_information + Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationInformation end - def remote_replicator_acknowledgement_detail - Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail + def property_info + Azure::ServiceFabric::V6_4_0_36::Models::PropertyInfo end - def application_scoped_volume_creation_parameters - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters + def repair_target_description_base + Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase end - def remote_replicator_acknowledgement_status - Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus + def property_metadata + Azure::ServiceFabric::V6_4_0_36::Models::PropertyMetadata end - def application_parameter - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter + def health_state_count + Azure::ServiceFabric::V6_4_0_36::Models::HealthStateCount end - def remote_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus + def container_instance_view + Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceView end - def application_type_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo + def health_statistics + Azure::ServiceFabric::V6_4_0_36::Models::HealthStatistics end - def application_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription + def container_code_package_properties + Azure::ServiceFabric::V6_4_0_36::Models::ContainerCodePackageProperties end - def node_upgrade_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradeProgressInfo + def entity_health_state + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthState end - def paged_service_replica_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceReplicaDescriptionList + def auto_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTrigger end - def network_resource_properties_base - Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourcePropertiesBase + def entity_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunkList end - def paged_service_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceResourceDescriptionList + def epoch + Azure::ServiceFabric::V6_4_0_36::Models::Epoch end - def cluster_manifest - Azure::ServiceFabric::V6_4_0_36::Models::ClusterManifest + def partition_data_loss_progress + Azure::ServiceFabric::V6_4_0_36::Models::PartitionDataLossProgress end - def service_replica_properties - Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaProperties + def fabric_event + Azure::ServiceFabric::V6_4_0_36::Models::FabricEvent end - def upload_chunk_range - Azure::ServiceFabric::V6_4_0_36::Models::UploadChunkRange + def auto_scaling_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanism end - def load_metric_report_info - Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReportInfo + def fabric_config_version_info + Azure::ServiceFabric::V6_4_0_36::Models::FabricConfigVersionInfo end - def deployed_service_replica_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo + def auto_scaling_policy + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingPolicy end - def deployed_service_replica_detail_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo + def health_information + Azure::ServiceFabric::V6_4_0_36::Models::HealthInformation end - def entity_health - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth + def property_value + Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue end - def service_properties - Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties + def node_impact + Azure::ServiceFabric::V6_4_0_36::Models::NodeImpact end - def cluster_configuration_upgrade_status_info - Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo + def cluster_upgrade_description_object + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDescriptionObject end - def auto_scaling_metric - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric + def node_deactivation_task + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTask end - def paged_backup_entity_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList + def failed_upgrade_domain_progress_object + Azure::ServiceFabric::V6_4_0_36::Models::FailedUpgradeDomainProgressObject end - def diagnostics_description - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsDescription + def get_backup_by_storage_query_description + Azure::ServiceFabric::V6_4_0_36::Models::GetBackupByStorageQueryDescription end - def paged_node_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedNodeInfoList + def cluster_upgrade_progress_object + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeProgressObject end - def replica_status_base - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatusBase + def enable_backup_description + Azure::ServiceFabric::V6_4_0_36::Models::EnableBackupDescription end - def http_route_match_rule - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchRule + def cluster_configuration_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeDescription end - def service_update_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceUpdateDescription + def node_load_metric_information + Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadMetricInformation end - def gateway_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::GatewayResourceDescription + def upgrade_orchestration_service_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState end - def diagnostics_sink_properties - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkProperties + def http_route_match_header + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchHeader end - def paged_secret_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretResourceDescriptionList + def upgrade_orchestration_service_state_summary + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceStateSummary end - def service_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceResourceDescription + def paged_deployed_application_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedDeployedApplicationInfoList end - def volume_provider_parameters_azure_file - Azure::ServiceFabric::V6_4_0_36::Models::VolumeProviderParametersAzureFile + def application_type_image_store_path + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeImageStorePath end - def file_version - Azure::ServiceFabric::V6_4_0_36::Models::FileVersion + def partition_information + Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation end - def application_name_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNameInfo + def unprovision_application_type_description_info + Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionApplicationTypeDescriptionInfo end - def file_info - Azure::ServiceFabric::V6_4_0_36::Models::FileInfo + def paged_service_partition_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServicePartitionInfoList end - def cluster_configuration - Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfiguration + def code_package_entry_point_statistics + Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPointStatistics end - def folder_info - Azure::ServiceFabric::V6_4_0_36::Models::FolderInfo + def paged_replica_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedReplicaInfoList end - def container_api_response - Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResponse + def code_package_entry_point + Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPoint end - def image_store_content - Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreContent + def paged_service_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceInfoList end - def repair_impact_description_base - Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactDescriptionBase + def deployed_code_package_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedCodePackageInfo end - def image_store_copy_description - Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreCopyDescription + def http_route_config + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteConfig end - def node_deactivation_task_id - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskId + def chaos_context + Azure::ServiceFabric::V6_4_0_36::Models::ChaosContext end - def restart_deployed_code_package_description - Azure::ServiceFabric::V6_4_0_36::Models::RestartDeployedCodePackageDescription + def http_host_config + Azure::ServiceFabric::V6_4_0_36::Models::HttpHostConfig end - def replica_info - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaInfo + def chaos_target_filter + Azure::ServiceFabric::V6_4_0_36::Models::ChaosTargetFilter end - def deployed_service_type_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceTypeInfo + def http_config + Azure::ServiceFabric::V6_4_0_36::Models::HttpConfig end - def cluster_upgrade_health_policy_object - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeHealthPolicyObject + def chaos_parameters + Azure::ServiceFabric::V6_4_0_36::Models::ChaosParameters end - def resolved_service_endpoint - Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServiceEndpoint + def provision_application_type_description_base + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescriptionBase end - def service_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateFilter + def chaos + Azure::ServiceFabric::V6_4_0_36::Models::Chaos end - def resolved_service_partition - Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServicePartition + def paged_gateway_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedGatewayResourceDescriptionList end - def node_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateFilter + def chaos_parameters_dictionary_item + Azure::ServiceFabric::V6_4_0_36::Models::ChaosParametersDictionaryItem end - def selected_partition - Azure::ServiceFabric::V6_4_0_36::Models::SelectedPartition + def resume_cluster_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ResumeClusterUpgradeDescription end - def tcp_config - Azure::ServiceFabric::V6_4_0_36::Models::TcpConfig + def chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEvent end - def invoke_data_loss_result - Azure::ServiceFabric::V6_4_0_36::Models::InvokeDataLossResult + def start_cluster_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::StartClusterUpgradeDescription end - def backup_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupProgressInfo + def chaos_event_wrapper + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventWrapper end - def invoke_quorum_loss_result - Azure::ServiceFabric::V6_4_0_36::Models::InvokeQuorumLossResult + def update_cluster_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::UpdateClusterUpgradeDescription end - def application_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDescription + def chaos_events_segment + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment end - def node_result - Azure::ServiceFabric::V6_4_0_36::Models::NodeResult + def health_evaluation_wrapper + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper end - def node_load_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadInfo + def chaos_schedule_job_active_days_of_week + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek end - def node_transition_result - Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionResult + def time_of_day + Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay end - def repair_task_delete_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription + def secret_value_properties + Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties end - def node_transition_progress - Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress + def time_range + Azure::ServiceFabric::V6_4_0_36::Models::TimeRange end - def application_health_policies - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies + def paged_secret_value_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretValueResourceDescriptionList end - def operation_status - Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus + def chaos_schedule_job + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJob end - def application_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent + def volume_reference + Azure::ServiceFabric::V6_4_0_36::Models::VolumeReference end - def service_health_state - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState + def chaos_schedule + Azure::ServiceFabric::V6_4_0_36::Models::ChaosSchedule end - def deployed_application_health_state - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState + def replica_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateFilter end - def application_health - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealth + def chaos_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription end - def application_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthEvaluation + def deployed_application_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter end - def application_health_state - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthState + def paged_sub_name_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList end - def replica_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunk + def name_description + Azure::ServiceFabric::V6_4_0_36::Models::NameDescription end - def partition_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunk + def endpoint_ref + Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef end - def service_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunk + def application_upgrade_update_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription end - def deployed_service_package_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunk + def application_type_manifest + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeManifest end - def deployed_application_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunk + def resume_application_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ResumeApplicationUpgradeDescription end - def application_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunk + def safety_check + Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheck end - def application_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunkList + def deploy_service_package_to_node_description + Azure::ServiceFabric::V6_4_0_36::Models::DeployServicePackageToNodeDescription end - def applications_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationsHealthEvaluation + def failure_upgrade_domain_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::FailureUpgradeDomainProgressInfo end - def application_type_applications_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeApplicationsHealthEvaluation + def package_sharing_policy_info + Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyInfo end - def cluster_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterEvent + def node_id + Azure::ServiceFabric::V6_4_0_36::Models::NodeId end - def node_health_state - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthState + def application_capacity_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCapacityDescription end - def cluster_health - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealth + def gateway_destination + Azure::ServiceFabric::V6_4_0_36::Models::GatewayDestination end - def node_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunk + def application_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDescription end - def node_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunkList + def cluster_health_chunk_query_description + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunkQueryDescription end - def container_instance_event - Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceEvent + def compose_deployment_status_info + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatusInfo end - def delta_nodes_check_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeltaNodesCheckHealthEvaluation + def container_api_request_body + Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiRequestBody end - def deployed_service_package_health_state - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthState + def registry_credential + Azure::ServiceFabric::V6_4_0_36::Models::RegistryCredential end - def deployed_application_health - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealth + def deactivation_intent_description + Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntentDescription end - def deployed_application_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthEvaluation + def compose_deployment_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeDescription end - def deployed_applications_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationsHealthEvaluation + def repair_task_update_health_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateHealthPolicyDescription end - def deployed_service_package_health - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealth + def compose_deployment_upgrade_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeProgressInfo end - def deployed_service_package_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthEvaluation + def repair_task_approve_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskApproveDescription end - def deployed_service_packages_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackagesHealthEvaluation + def paged_compose_deployment_status_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedComposeDeploymentStatusInfoList end - def deployed_stateful_service_replica_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaInfo + def repair_task_history + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory end - def deployed_stateless_service_instance_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceInfo + def create_compose_deployment_description + Azure::ServiceFabric::V6_4_0_36::Models::CreateComposeDeploymentDescription end - def health_event - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvent + def entity_kind_health_state_count + Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount end - def event_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::EventHealthEvaluation + def deployed_service_package_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo end - def int64_range_partition_information - Azure::ServiceFabric::V6_4_0_36::Models::Int64RangePartitionInformation + def entity_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk end - def named_partition_information - Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionInformation + def fabric_code_version_info + Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo end - def node_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeEvent + def http_route_match_path + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath end - def node_health - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealth + def partition_restart_progress + Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress end - def node_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthEvaluation + def node_deactivation_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo end - def nodes_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::NodesHealthEvaluation + def restart_partition_result + Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionResult end - def partition_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionEvent + def node_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeInfo end - def partition_analysis_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionAnalysisEvent + def partition_quorum_loss_progress + Azure::ServiceFabric::V6_4_0_36::Models::PartitionQuorumLossProgress end - def replica_health_state - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthState + def paged_application_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationInfoList end - def partition_health - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealth + def scaling_trigger_description + Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerDescription end - def partition_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthEvaluation + def service_partition_info + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionInfo end - def partition_health_state - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthState + def fabric_error_error + Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorError end - def provision_application_type_description - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescription + def service_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceInfo end - def external_store_provision_application_type_description - Azure::ServiceFabric::V6_4_0_36::Models::ExternalStoreProvisionApplicationTypeDescription + def container_logs + Azure::ServiceFabric::V6_4_0_36::Models::ContainerLogs end - def partition_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::PartitionSafetyCheck + def backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::BackupEntity end - def ensure_availability_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::EnsureAvailabilitySafetyCheck + def aad_metadata_object + Azure::ServiceFabric::V6_4_0_36::Models::AadMetadataObject end - def ensure_partition_qurum_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::EnsurePartitionQurumSafetyCheck + def provision_fabric_description + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionFabricDescription end - def seed_node_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::SeedNodeSafetyCheck + def unprovision_fabric_description + Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionFabricDescription end - def partitions_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::PartitionsHealthEvaluation + def paged_application_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList end - def replica_event - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaEvent + def rolling_upgrade_update_description + Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription end - def replica_health - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealth + def replicator_queue_status + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus end - def replica_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthEvaluation + def replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus end - def replicas_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ReplicasHealthEvaluation + def secret_value_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription end - def service_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceEvent + def remote_replicator_acknowledgement_detail + Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail end - def service_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthEvaluation + def application_scoped_volume_creation_parameters + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters end - def service_health - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealth + def remote_replicator_acknowledgement_status + Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus end - def service_placement_invalid_domain_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementInvalidDomainPolicyDescription + def remote_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus end - def service_placement_non_partially_place_service_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementNonPartiallyPlaceServicePolicyDescription + def application_type_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo end - def service_placement_prefer_primary_domain_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPreferPrimaryDomainPolicyDescription + def application_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription end - def service_placement_required_domain_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequiredDomainPolicyDescription + def node_upgrade_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradeProgressInfo end - def service_placement_require_domain_distribution_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequireDomainDistributionPolicyDescription + def paged_service_replica_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceReplicaDescriptionList end - def services_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ServicesHealthEvaluation + def network_resource_properties_base + Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourcePropertiesBase end - def singleton_partition_information - Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionInformation + def paged_service_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceResourceDescriptionList end - def stateful_service_info - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceInfo + def cluster_manifest + Azure::ServiceFabric::V6_4_0_36::Models::ClusterManifest end - def stateful_service_partition_info - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServicePartitionInfo + def service_replica_properties + Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaProperties end - def stateful_service_replica_health - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealth + def upload_chunk_range + Azure::ServiceFabric::V6_4_0_36::Models::UploadChunkRange end - def stateful_service_replica_health_state - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealthState + def load_metric_report_info + Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReportInfo end - def stateful_service_type_description - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceTypeDescription + def deployed_service_replica_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo end - def stateless_service_info - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInfo + def deployed_service_replica_detail_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo end - def stateless_service_instance_health - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealth + def entity_health + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth end - def stateless_service_instance_health_state - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealthState + def cluster_configuration_upgrade_status_info + Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo end - def stateless_service_partition_info - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServicePartitionInfo + def auto_scaling_metric + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric end - def stateless_service_type_description - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceTypeDescription + def paged_backup_entity_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList end - def system_application_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::SystemApplicationHealthEvaluation + def diagnostics_description + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsDescription end - def upgrade_domain_delta_nodes_check_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainDeltaNodesCheckHealthEvaluation + def paged_node_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedNodeInfoList end - def upgrade_domain_nodes_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainNodesHealthEvaluation + def replica_status_base + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatusBase end - def wait_for_inbuild_replica_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForInbuildReplicaSafetyCheck + def http_route_match_rule + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchRule end - def wait_for_primary_placement_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimaryPlacementSafetyCheck + def service_update_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceUpdateDescription end - def wait_for_primary_swap_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimarySwapSafetyCheck + def gateway_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::GatewayResourceDescription end - def wait_for_reconfiguration_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForReconfigurationSafetyCheck + def diagnostics_sink_properties + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkProperties end - def stateful_service_replica_info - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaInfo + def paged_secret_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretResourceDescriptionList end - def stateless_service_instance_info - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceInfo + def service_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceResourceDescription end - def executing_faults_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::ExecutingFaultsChaosEvent + def volume_provider_parameters_azure_file + Azure::ServiceFabric::V6_4_0_36::Models::VolumeProviderParametersAzureFile end - def started_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::StartedChaosEvent + def file_version + Azure::ServiceFabric::V6_4_0_36::Models::FileVersion end - def stopped_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::StoppedChaosEvent + def application_name_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNameInfo end - def test_error_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent + def file_info + Azure::ServiceFabric::V6_4_0_36::Models::FileInfo end - def validation_failed_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent + def cluster_configuration + Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfiguration end - def waiting_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent + def folder_info + Azure::ServiceFabric::V6_4_0_36::Models::FolderInfo end - def named_partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription + def container_api_response + Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResponse end - def singleton_partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription + def image_store_content + Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreContent end - def uniform_int64_range_partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription + def repair_impact_description_base + Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactDescriptionBase end - def stateful_service_description - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription + def image_store_copy_description + Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreCopyDescription end - def stateless_service_description - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription + def node_deactivation_task_id + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskId end - def primary_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus + def restart_deployed_code_package_description + Azure::ServiceFabric::V6_4_0_36::Models::RestartDeployedCodePackageDescription end - def secondary_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::SecondaryReplicatorStatus + def replica_info + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaInfo end - def secondary_active_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::SecondaryActiveReplicatorStatus + def deployed_service_type_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceTypeInfo end - def secondary_idle_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::SecondaryIdleReplicatorStatus + def cluster_upgrade_health_policy_object + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeHealthPolicyObject end - def key_value_store_replica_status - Azure::ServiceFabric::V6_4_0_36::Models::KeyValueStoreReplicaStatus + def resolved_service_endpoint + Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServiceEndpoint end - def deployed_stateful_service_replica_detail_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaDetailInfo + def service_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateFilter end - def deployed_stateless_service_instance_detail_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceDetailInfo + def resolved_service_partition + Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServicePartition end - def stateful_service_update_description - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceUpdateDescription + def node_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateFilter end - def stateless_service_update_description - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceUpdateDescription + def selected_partition + Azure::ServiceFabric::V6_4_0_36::Models::SelectedPartition end - def binary_property_value - Azure::ServiceFabric::V6_4_0_36::Models::BinaryPropertyValue + def tcp_config + Azure::ServiceFabric::V6_4_0_36::Models::TcpConfig end - def int64_property_value - Azure::ServiceFabric::V6_4_0_36::Models::Int64PropertyValue + def invoke_data_loss_result + Azure::ServiceFabric::V6_4_0_36::Models::InvokeDataLossResult end - def double_property_value - Azure::ServiceFabric::V6_4_0_36::Models::DoublePropertyValue + def backup_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupProgressInfo end - def string_property_value - Azure::ServiceFabric::V6_4_0_36::Models::StringPropertyValue + def invoke_quorum_loss_result + Azure::ServiceFabric::V6_4_0_36::Models::InvokeQuorumLossResult end - def guid_property_value - Azure::ServiceFabric::V6_4_0_36::Models::GuidPropertyValue + def application_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDescription end - def check_exists_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::CheckExistsPropertyBatchOperation + def node_result + Azure::ServiceFabric::V6_4_0_36::Models::NodeResult end - def check_sequence_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::CheckSequencePropertyBatchOperation + def node_load_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadInfo end - def check_value_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::CheckValuePropertyBatchOperation + def node_transition_result + Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionResult end - def delete_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::DeletePropertyBatchOperation + def repair_task_delete_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription end - def get_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::GetPropertyBatchOperation + def node_transition_progress + Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress end - def put_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::PutPropertyBatchOperation + def application_health_policies + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies end - def successful_property_batch_info - Azure::ServiceFabric::V6_4_0_36::Models::SuccessfulPropertyBatchInfo + def application_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent end - def failed_property_batch_info - Azure::ServiceFabric::V6_4_0_36::Models::FailedPropertyBatchInfo + def service_health_state + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState end - def basic_retention_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::BasicRetentionPolicyDescription + def deployed_application_health_state + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState end - def application_backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupConfigurationInfo + def application_health + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealth end - def service_backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupConfigurationInfo + def application_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthEvaluation end - def azure_blob_backup_storage_description - Azure::ServiceFabric::V6_4_0_36::Models::AzureBlobBackupStorageDescription + def application_health_state + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthState end - def file_share_backup_storage_description - Azure::ServiceFabric::V6_4_0_36::Models::FileShareBackupStorageDescription + def replica_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunk end - def frequency_based_backup_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription + def partition_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunk end - def time_based_backup_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription + def service_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunk end - def partition_backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo + def deployed_service_package_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunk end - def application_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity + def deployed_application_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunk end - def service_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity + def application_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunk end - def partition_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity + def application_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunkList end - def node_repair_impact_description - Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription + def applications_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationsHealthEvaluation end - def node_repair_target_description - Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription + def application_type_applications_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeApplicationsHealthEvaluation end - def average_partition_load_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger + def cluster_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterEvent end - def average_service_load_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger + def node_health_state + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthState end - def partition_instance_count_scale_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism + def cluster_health + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealth end - def add_remove_incremental_named_partition_scaling_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism + def node_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunk end - def application_created_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent + def node_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunkList end - def application_deleted_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent + def container_instance_event + Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceEvent end - def application_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent + def delta_nodes_check_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeltaNodesCheckHealthEvaluation end - def application_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent + def deployed_service_package_health_state + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthState end - def application_upgrade_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + def deployed_application_health + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealth end - def application_upgrade_domain_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent + def deployed_application_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthEvaluation end - def application_upgrade_rollback_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent + def deployed_applications_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationsHealthEvaluation end - def application_upgrade_rollback_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent + def deployed_service_package_health + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealth end - def application_upgrade_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent + def deployed_service_package_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthEvaluation end - def deployed_application_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent + def deployed_service_packages_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackagesHealthEvaluation end - def deployed_application_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent + def deployed_stateful_service_replica_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaInfo end - def application_process_exited_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent + def deployed_stateless_service_instance_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceInfo end - def application_container_instance_exited_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent + def health_event + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvent end - def node_aborted_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent + def event_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::EventHealthEvaluation end - def node_added_to_cluster_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent + def int64_range_partition_information + Azure::ServiceFabric::V6_4_0_36::Models::Int64RangePartitionInformation end - def node_closed_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent + def named_partition_information + Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionInformation end - def node_deactivate_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent + def node_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeEvent end - def node_deactivate_started_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent + def node_health + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealth end - def node_down_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent + def node_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthEvaluation end - def node_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent + def nodes_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::NodesHealthEvaluation end - def node_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent + def partition_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionEvent end - def node_open_succeeded_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent + def partition_analysis_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionAnalysisEvent end - def node_open_failed_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent + def replica_health_state + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthState end - def node_removed_from_cluster_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent + def partition_health + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealth end - def node_up_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent + def partition_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthEvaluation end - def partition_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent + def partition_health_state + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthState end - def partition_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent + def provision_application_type_description + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescription end - def partition_reconfigured_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent + def external_store_provision_application_type_description + Azure::ServiceFabric::V6_4_0_36::Models::ExternalStoreProvisionApplicationTypeDescription end - def partition_primary_move_analysis_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent + def partition_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::PartitionSafetyCheck end - def service_created_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent + def ensure_availability_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::EnsureAvailabilitySafetyCheck end - def service_deleted_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent + def ensure_partition_qurum_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::EnsurePartitionQurumSafetyCheck end - def service_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent + def seed_node_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::SeedNodeSafetyCheck end - def service_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent + def partitions_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::PartitionsHealthEvaluation end - def deployed_service_package_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent + def replica_event + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaEvent end - def deployed_service_package_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent + def replica_health + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealth end - def stateful_replica_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent + def replica_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthEvaluation end - def stateful_replica_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent + def replicas_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ReplicasHealthEvaluation end - def stateless_replica_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent + def service_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceEvent end - def stateless_replica_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent + def service_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthEvaluation end - def cluster_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent + def service_health + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealth end - def cluster_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent + def service_placement_invalid_domain_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementInvalidDomainPolicyDescription end - def cluster_upgrade_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent + def service_placement_non_partially_place_service_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementNonPartiallyPlaceServicePolicyDescription end - def cluster_upgrade_domain_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent + def service_placement_prefer_primary_domain_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPreferPrimaryDomainPolicyDescription end - def cluster_upgrade_rollback_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent + def service_placement_required_domain_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequiredDomainPolicyDescription end - def cluster_upgrade_rollback_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent + def service_placement_require_domain_distribution_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequireDomainDistributionPolicyDescription end - def cluster_upgrade_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent + def services_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ServicesHealthEvaluation end - def chaos_stopped_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent + def singleton_partition_information + Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionInformation end - def chaos_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent + def stateful_service_info + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceInfo end - def chaos_code_package_restart_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent + def stateful_service_partition_info + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServicePartitionInfo end - def chaos_replica_removal_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent + def stateful_service_replica_health + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealth end - def chaos_partition_secondary_move_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent + def stateful_service_replica_health_state + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealthState end - def chaos_partition_primary_move_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent + def stateful_service_type_description + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceTypeDescription end - def chaos_replica_restart_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent + def stateless_service_info + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInfo end - def chaos_node_restart_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent + def stateless_service_instance_health + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealth end - def secret_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties + def stateless_service_instance_health_state + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealthState end - def inlined_value_secret_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties + def stateless_service_partition_info + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServicePartitionInfo end - def application_scoped_volume - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume + def stateless_service_type_description + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceTypeDescription end - def application_scoped_volume_creation_parameters_service_fabric_volume_disk - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk + def system_application_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::SystemApplicationHealthEvaluation end - def network_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties + def upgrade_domain_delta_nodes_check_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainDeltaNodesCheckHealthEvaluation end - def local_network_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties + def upgrade_domain_nodes_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainNodesHealthEvaluation end - def azure_internal_monitoring_pipeline_sink_description - Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription + def wait_for_inbuild_replica_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForInbuildReplicaSafetyCheck end - def add_remove_replica_scaling_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism + def wait_for_primary_placement_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimaryPlacementSafetyCheck end - def auto_scaling_resource_metric - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric + def wait_for_primary_swap_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimarySwapSafetyCheck end - def service_replica_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription + def wait_for_reconfiguration_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForReconfigurationSafetyCheck end - def average_load_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger + def stateful_service_replica_info + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaInfo end - def health_state - Azure::ServiceFabric::V6_4_0_36::Models::HealthState + def stateless_service_instance_info + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceInfo end - def fabric_error_codes - Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes + def executing_faults_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::ExecutingFaultsChaosEvent end - def application_definition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind + def started_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::StartedChaosEvent end - def application_status - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus + def stopped_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::StoppedChaosEvent end - def application_package_cleanup_policy - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy + def test_error_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent end - def application_type_definition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind + def validation_failed_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent end - def application_type_status - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus + def waiting_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent end - def upgrade_kind - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind + def stateful_service_description + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription end - def upgrade_mode - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode + def stateless_service_description + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription end - def failure_action - Azure::ServiceFabric::V6_4_0_36::Models::FailureAction + def primary_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus end - def upgrade_domain_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState + def secondary_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::SecondaryReplicatorStatus end - def upgrade_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState + def secondary_active_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::SecondaryActiveReplicatorStatus end - def node_upgrade_phase - Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase + def secondary_idle_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::SecondaryIdleReplicatorStatus end - def failure_reason - Azure::ServiceFabric::V6_4_0_36::Models::FailureReason + def key_value_store_replica_status + Azure::ServiceFabric::V6_4_0_36::Models::KeyValueStoreReplicaStatus end - def deactivation_intent - Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent + def deployed_stateful_service_replica_detail_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaDetailInfo end - def deployed_application_status - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus + def deployed_stateless_service_instance_detail_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceDetailInfo end - def replica_status - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus + def stateful_service_update_description + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceUpdateDescription end - def replica_role - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole + def stateless_service_update_description + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceUpdateDescription end - def reconfiguration_phase - Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase + def binary_property_value + Azure::ServiceFabric::V6_4_0_36::Models::BinaryPropertyValue end - def reconfiguration_type - Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType + def int64_property_value + Azure::ServiceFabric::V6_4_0_36::Models::Int64PropertyValue end - def entity_kind - Azure::ServiceFabric::V6_4_0_36::Models::EntityKind + def double_property_value + Azure::ServiceFabric::V6_4_0_36::Models::DoublePropertyValue end - def fabric_event_kind - Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind + def string_property_value + Azure::ServiceFabric::V6_4_0_36::Models::StringPropertyValue end - def health_evaluation_kind - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind + def guid_property_value + Azure::ServiceFabric::V6_4_0_36::Models::GuidPropertyValue end - def node_deactivation_intent - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent + def check_exists_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::CheckExistsPropertyBatchOperation end - def node_deactivation_status - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + def check_sequence_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::CheckSequencePropertyBatchOperation end - def node_deactivation_task_type - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType + def check_value_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::CheckValuePropertyBatchOperation end - def node_status - Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus + def delete_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::DeletePropertyBatchOperation end - def service_partition_status - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus + def get_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::GetPropertyBatchOperation end - def service_status - Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + def put_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::PutPropertyBatchOperation end - def provision_application_type_kind - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind + def successful_property_batch_info + Azure::ServiceFabric::V6_4_0_36::Models::SuccessfulPropertyBatchInfo end - def upgrade_type - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType + def failed_property_batch_info + Azure::ServiceFabric::V6_4_0_36::Models::FailedPropertyBatchInfo end - def safety_check_kind - Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind + def basic_retention_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::BasicRetentionPolicyDescription end - def create_fabric_dump - Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump + def application_backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupConfigurationInfo end - def service_package_activation_mode - Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode + def service_backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupConfigurationInfo end - def service_kind - Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + def azure_blob_backup_storage_description + Azure::ServiceFabric::V6_4_0_36::Models::AzureBlobBackupStorageDescription end - def service_partition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + def file_share_backup_storage_description + Azure::ServiceFabric::V6_4_0_36::Models::FileShareBackupStorageDescription end - def service_placement_policy_type - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType + def frequency_based_backup_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription end - def service_load_metric_weight - Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight + def time_based_backup_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription end - def host_type - Azure::ServiceFabric::V6_4_0_36::Models::HostType + def partition_backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo end - def host_isolation_mode - Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode + def application_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity end - def deployment_status - Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus + def service_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity end - def entry_point_status - Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus + def partition_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity end - def chaos_status - Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus + def node_repair_impact_description + Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription end - def chaos_schedule_status - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus + def node_repair_target_description + Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription end - def chaos_event_kind - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind + def average_partition_load_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger end - def compose_deployment_status - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus + def average_service_load_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger end - def compose_deployment_upgrade_state - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState + def partition_instance_count_scale_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism end - def service_correlation_scheme - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme + def add_remove_incremental_named_partition_scaling_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism end - def move_cost - Azure::ServiceFabric::V6_4_0_36::Models::MoveCost + def application_created_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent end - def partition_scheme - Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme + def application_deleted_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent end - def service_operation_name - Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName + def application_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent end - def replicator_operation_name - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName + def application_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent end - def partition_access_status - Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus + def application_upgrade_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent end - def fabric_replica_status - Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus + def application_upgrade_domain_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent end - def replica_kind - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind + def application_upgrade_rollback_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent end - def service_type_registration_status - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus + def application_upgrade_rollback_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent end - def service_endpoint_role - Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole + def application_upgrade_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent end - def operation_state - Azure::ServiceFabric::V6_4_0_36::Models::OperationState + def deployed_application_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent end - def operation_type - Azure::ServiceFabric::V6_4_0_36::Models::OperationType + def deployed_application_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent end - def package_sharing_policy_scope - Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope + def application_process_exited_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent end - def property_value_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind + def application_container_instance_exited_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent end - def property_batch_operation_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind + def node_aborted_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent end - def property_batch_info_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind + def node_added_to_cluster_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent end - def retention_policy_type - Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType + def node_closed_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent end - def backup_storage_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind + def node_deactivate_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent end - def backup_schedule_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind + def node_deactivate_started_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent end - def backup_policy_scope - Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope + def node_down_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent end - def backup_suspension_scope - Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope + def node_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent end - def restore_state - Azure::ServiceFabric::V6_4_0_36::Models::RestoreState + def node_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent end - def backup_type - Azure::ServiceFabric::V6_4_0_36::Models::BackupType + def node_open_succeeded_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent end - def backup_schedule_frequency_type - Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType + def node_open_failed_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent end - def day_of_week - Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek + def node_removed_from_cluster_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent end - def backup_state - Azure::ServiceFabric::V6_4_0_36::Models::BackupState + def node_up_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent end - def backup_entity_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind + def partition_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent end - def impact_level - Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel + def partition_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent end - def repair_impact_kind - Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind + def partition_reconfigured_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent end - def repair_target_kind - Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind + def partition_primary_move_analysis_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent end - def state - Azure::ServiceFabric::V6_4_0_36::Models::State + def service_created_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent end - def result_status - Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus + def service_deleted_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent end - def repair_task_health_check_state - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState + def service_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent end - def scaling_trigger_kind - Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind + def service_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent end - def scaling_mechanism_kind - Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind + def deployed_service_package_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent end - def resource_status - Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus + def deployed_service_package_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent end - def secret_kind - Azure::ServiceFabric::V6_4_0_36::Models::SecretKind + def stateful_replica_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent end - def volume_provider - Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider + def container_state + Azure::ServiceFabric::V6_4_0_36::Models::ContainerState end - def size_types - Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes + def stateful_replica_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent end - def application_scoped_volume_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind + def stateless_replica_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent end - def network_kind - Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind + def resource_requests + Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests end - def header_match_type - Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType + def cluster_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent end - def operating_system_type - Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType + def resource_requirements + Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements end - def diagnostics_sink_kind - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind + def cluster_upgrade_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent end - def auto_scaling_mechanism_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind + def cluster_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent end - def auto_scaling_metric_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind + def stateless_replica_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent end - def auto_scaling_resource_metric_name - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName + def cluster_upgrade_domain_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent end - def auto_scaling_trigger_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind + def cluster_upgrade_rollback_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent end - def node_status_filter - Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter + def cluster_upgrade_rollback_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent end - def replica_health_report_service_kind - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind + def cluster_upgrade_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent end - def data_loss_mode - Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode + def image_registry_credential + Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential end - def node_transition_type - Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType + def resource_limits + Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits end - def quorum_loss_mode - Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode + def chaos_code_package_restart_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent end - def restart_partition_mode - Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + def chaos_stopped_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent end end end 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 Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service + Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application + Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType + Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions - Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations module Models - ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase - ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem - ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription - ServiceCorrelationDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription - ServicePlacementPolicyDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription - 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 ApplicationUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy VersionResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription @@ -2404,41 +2396,49 @@ module Models StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties - 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 + ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase + ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem + ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription + ServiceCorrelationDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription + ServicePlacementPolicyDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription + 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 + 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 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 - 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 - 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 - ServerCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName - OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy 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 + EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription + NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription 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 + OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult + CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription 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 + ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames + ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy + 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 end class ServiceFabricManagementClass - attr_reader :application_type, :version, :application, :service, :clusters, :cluster_versions, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :service, :application, :version, :application_type, :operations, :clusters, :cluster_versions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -2448,19 +2448,19 @@ 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 @service = @client_0.service + @application = @client_0.application + @version = @client_0.version + @application_type = @client_0.application_type @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.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) + @operations = @client_1.operations @clusters = @client_1.clusters @cluster_versions = @client_1.cluster_versions - @operations = @client_1.operations @model_classes = ModelClasses.new end @@ -2481,33 +2481,6 @@ def method_missing(method, *args) end class ModelClasses - def service_properties_base - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase - end - def service_type_health_policy_map_item - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem - end - def application_metric_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription - end - def service_correlation_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription - end - def service_placement_policy_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription - end - def application_parameter - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter - end - def service_load_metric_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription - end - 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 @@ -2526,6 +2499,9 @@ def version_resource_list def service_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList end + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + end def named_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription end @@ -2571,98 +2547,122 @@ def stateful_service_properties def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties end - def endpoint_range_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription + def service_properties_base + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase end - def service_type_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + def service_type_health_policy_map_item + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem end - def node_type_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription + def application_metric_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription end - def service_type_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + def service_correlation_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription end - def cluster_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + def service_placement_policy_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription end - def available_operation_display - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + def application_parameter + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter end - def cluster_upgrade_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + def service_load_metric_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription end - def certificate_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription + def partition_scheme_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription + end + def diagnostics_storage_account_config + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig end def cluster_upgrade_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy end + 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 client_certificate_thumbprint Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint end + def cluster_upgrade_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + end def cluster_version_details Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails 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 application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy end - def application_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy + def settings_section_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription end - def cluster_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult + def endpoint_range_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription end - def azure_active_directory - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + def node_type_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end - def cluster_update_parameters - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource end - def server_certificate_common_name - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName + def operation_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + end + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState end def operation_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult end - def settings_section_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription + def cluster_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + def certificate_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription end - def client_certificate_common_name - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + def error_model + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + def cluster + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + def server_certificate_common_names + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames + end + 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_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 diagnostics_storage_account_config - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig - end - def error_model - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel + def cluster_code_versions_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult end - def cluster - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + def cluster_code_versions_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + def server_certificate_common_name + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName 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..92c91c5083 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -8,39 +8,39 @@ 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 Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages + SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models + MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension - ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification 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 + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource 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 + SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName + OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + 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 + ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension end class SignalrManagementClass - attr_reader :operations, :signal_r, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :usages, :signal_r, :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) end add_telemetry(@client_0) @operations = @client_0.operations - @signal_r = @client_0.signal_r @usages = @client_0.usages + @signal_r = @client_0.signal_r @model_classes = ModelClasses.new end @@ -71,35 +71,23 @@ def method_missing(method, *args) end class ModelClasses + 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 operation_display - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end - def dimension - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension - 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 end - def operation - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - end - def resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - end def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end 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 + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end def signal_rkeys Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys @@ -107,45 +95,57 @@ def signal_rkeys 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 + def signal_rusage + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage end def signal_rresource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + def resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + end + def signal_rusage_name + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName + end + def operation_display + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + end + 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 service_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + end + def operation_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + end + def resource_sku + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + end + def dimension + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension + end end end end diff --git a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb index 821f103768..fadb73804f 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models - 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 + ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase 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 + SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion + SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken + Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end class SpellCheckDataClass @@ -53,48 +53,48 @@ def method_missing(method, *args) end 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 - end - def spell_check - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + def error_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end + def action_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + end + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + end def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer 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 + def spelling_token_suggestion + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion + end + def spelling_flagged_token + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken + end + def identifiable + Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable end def mode Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end + def spell_check + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + end + def error_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + end + def error + Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 8cbd7c50a7..d98360d4b6 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,6 +7,11 @@ module Azure::Profiles::Latest module SQL module Mgmt + TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases @@ -30,23 +35,18 @@ module Mgmt ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies - DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies - DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies - ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + 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 @@ -58,37 +58,52 @@ module Mgmt 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 + LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups 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 + BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools + Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities 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 TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates + Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases module Models - MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + 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 + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + 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 + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole 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,65 +132,66 @@ 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 + MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult - CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric - ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - 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 + RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase 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 + RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity 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 + DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy 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 + MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits + MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability 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 + CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason + ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue 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 + CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest 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 @@ -185,26 +201,13 @@ module Models 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 + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule 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 + ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + 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 +227,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,43 +243,81 @@ 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 + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule 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 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 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 + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate 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 + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState 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 + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + 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 - VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + SensitivityLabel = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel + ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + 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 + ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource + AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + 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 ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult @@ -293,133 +330,96 @@ module Models 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 JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult 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 + JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult 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 + JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions 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 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 - 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 - 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 - 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 - 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 - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + 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 + MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability - Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + 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 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 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 + ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability 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 + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability 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 + ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup 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 - VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType + PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState - MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit + VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType 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 + MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale - ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate 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 + DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus + PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation + CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment 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 :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :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, :server_table_auditing_policies, :server_advisors, :database_advisors, :operations, :firewall_rules, :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, :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_databases, :sensitivity_labels, :long_term_retention_backups, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :backup_long_term_retention_policies, :restore_points, :jobs, :database_operations, :elastic_pools, :capabilities, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -429,6 +429,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities + @database_connection_policies = @client_0.database_connection_policies + @database_table_auditing_policies = @client_0.database_table_auditing_policies + @database_usages = @client_0.database_usages + @server_usages = @client_0.server_usages @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases @@ -452,29 +457,24 @@ def initialize(configurable, base_url=nil, options=nil) @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @service_tier_advisors = @client_0.service_tier_advisors @transparent_data_encryptions = @client_0.transparent_data_encryptions - @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @server_table_auditing_policies = @client_0.server_table_auditing_policies - @database_table_auditing_policies = @client_0.database_table_auditing_policies - @database_connection_policies = @client_0.database_connection_policies - @server_usages = @client_0.server_usages - @database_usages = @client_0.database_usages @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @server_advisors = @client_1.server_advisors @database_advisors = @client_1.database_advisors + @operations = @client_1.operations + @firewall_rules = @client_1.firewall_rules + @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 @@ -492,24 +492,24 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @long_term_retention_backups = @client_2.long_term_retention_backups @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 + @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @restore_points = @client_2.restore_points + @jobs = @client_2.jobs @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -517,15 +517,15 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_3) @database_operations = @client_3.database_operations + @elastic_pools = @client_3.elastic_pools + @capabilities = @client_3.capabilities @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 @tde_certificates = @client_3.tde_certificates @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates + @databases = @client_3.databases @model_classes = ModelClasses.new end @@ -550,8 +550,53 @@ def method_missing(method, *args) end class ModelClasses - def metric_value - Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + def elastic_pool_edition + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + end + def geo_backup_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + end + def storage_key_type + Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + end + def primary_aggregation_type + Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + end + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + end + def query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + end + def query_execution_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + 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 unit_definition_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + 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 unit_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + 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 replication_role + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole end def service_objective_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult @@ -637,122 +682,113 @@ 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_name + Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + 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 + def metric + Azure::SQL::Mgmt::V2014_04_01::Models::Metric end def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end - def service_tier_advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - end def query_interval Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end - def recoverable_database_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult + def service_tier_advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end def query_statistic Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + def recoverable_database_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def elastic_pool_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult 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 + def metric_definition + Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + end + def elastic_pool_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + end def backup_long_term_retention_vault Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def recoverable_database - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + def recoverable_database + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end def transparent_data_encryption Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + def data_masking_rule + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + def service_tier_advisor + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end def data_masking_policy Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def data_masking_rule - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end - def import_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end - def replication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + def import_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + end + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end def server_azure_adadministrator Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator @@ -760,14 +796,20 @@ def server_azure_adadministrator def server_communication_link Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink end + def replication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + end + def elastic_pool_database_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + end def service_objective Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective end def elastic_pool_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity end - def elastic_pool_database_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + def database_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy end def transparent_data_encryption_activity Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity @@ -775,8 +817,11 @@ def transparent_data_encryption_activity 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 + def max_size_units + Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits + end + def metric_availability + Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability end def server_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy @@ -784,8 +829,11 @@ def server_table_auditing_policy 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 + 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 check_name_availability_reason Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason @@ -793,11 +841,11 @@ def check_name_availability_reason def server_connection_type Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType end - def database_edition - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + def recommended_index_state + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState end - def service_objective_name - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName + def metric_value + Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue end def transparent_data_encryption_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus @@ -805,15 +853,15 @@ def transparent_data_encryption_status 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 check_name_availability_request + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + end def security_alert_policy_email_account_admins Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins end @@ -841,53 +889,11 @@ def disaster_recovery_configuration_failover_policy def disaster_recovery_configuration_role Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole end - def elastic_pool_edition - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition - end - def geo_backup_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - end - def storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType - end - def unit_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitType - 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 query_aggregation_function - Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction - 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 replication_role - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole - end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState - end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + def virtual_network_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end def operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay @@ -895,12 +901,15 @@ def operation_display def operation Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation 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 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 recommended_action_impact_record Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end @@ -958,27 +967,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,33 +1015,27 @@ 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 def encryption_protector Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + end def 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 - 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 - end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end @@ -1060,53 +1051,47 @@ 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 - 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 end + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + end def automatic_tuning_disabled_reason Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end def server_key_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end + def 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 failover_group_replication_role Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end def identity_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def 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 sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end def sync_group_log_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType @@ -1114,8 +1099,17 @@ def sync_group_log_type def sync_conflict_resolution_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + end + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + end + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + end + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end def sync_direction Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection @@ -1123,12 +1117,129 @@ def sync_direction 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 firewall_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + end + def firewall_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + end + def operation_origin + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + end + def job_execution + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + 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 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 sensitivity_label + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel + end + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + end + def server_dns_alias + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + end + def server_automatic_tuning + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + end + def server_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + end + def job_execution_lifecycle + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle + end + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + end + def job_schedule_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + end + def job_agent_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + 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 + def job_step_action_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + end + def managed_database_create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + end + def automatic_tuning_server_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + end + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + end + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + end + 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 + 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 + end + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end def job_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + end + def long_term_retention_database_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + end + def database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + end + def backup_long_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + end + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + end + def automatic_tuning_option_mode_desired + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + end + def automatic_tuning_option_mode_actual + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + end + def restore_point + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + end + 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 @@ -1165,9 +1276,6 @@ def long_term_retention_backup_list_result 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 @@ -1177,45 +1285,39 @@ def job_version_list_result def job_execution_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + def database_vulnerability_assessment_rule_baseline_item + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem 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 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 job_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget + 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 - end def extended_database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy end def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end + def 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 @@ -1231,122 +1333,38 @@ def job_agent def job_credential Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential 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 - 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 - 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 - end - def backup_long_term_retention_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy - 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 - def server_dns_alias - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias - end - 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 - end - def job_agent_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - end - 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 - 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 - 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 + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku end - def automatic_tuning_server_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + def management_operation_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState end - def automatic_tuning_option_mode_desired - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + def database_status + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus end - def automatic_tuning_option_mode_actual - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + def catalog_collation_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def max_size_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability end - def security_alert_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + def edition_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability end - def long_term_retention_database_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + def tracked_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource end - def vulnerability_assessment_policy_baseline_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + def proxy_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource end - def sensitivity_label_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource + 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 service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult - end - def edition_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability - end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + def location_capabilities + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability @@ -1357,9 +1375,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,12 +1387,6 @@ 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 - end def managed_instance_vcores_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end @@ -1387,9 +1396,6 @@ 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 - end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability end @@ -1399,9 +1405,6 @@ def managed_instance_version_capability 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 @@ -1411,50 +1414,23 @@ 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 + def server_version_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability 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 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 service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability end def vulnerability_assessment_scan_record Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord @@ -1462,11 +1438,8 @@ 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 + def elastic_pool_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation end def instance_failover_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup @@ -1477,20 +1450,56 @@ def backup_short_term_retention_policy 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 performance_level_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability + end + def vulnerability_assessment_scan_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState 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 + def log_size_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end def max_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit end - def log_size_unit - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit + def database_read_scale + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + end + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + end + def instance_failover_group_replication_role + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + end + def elastic_pool_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + end + def capability_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + end + def elastic_pool + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + end + def elastic_pool_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate + 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 database_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + end + def database_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + end + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource end def capability_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus @@ -1498,41 +1507,32 @@ def capability_status def performance_level_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit end - def create_mode - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + def resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + end + def database + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database 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 - end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + def database_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult end - def database_read_scale - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties 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 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 + def database_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation end - def instance_failover_group_replication_role - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + def create_mode + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end - def capability_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + def database_vulnerability_assessment + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment end end end diff --git a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb index 2d10658888..2fb1fc59e5 100644 --- a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb @@ -7,57 +7,57 @@ module Azure::Profiles::Latest module Sqlvirtualmachine module Mgmt - AvailabilityGroupListeners = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::AvailabilityGroupListeners Operations = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Operations + AvailabilityGroupListeners = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::AvailabilityGroupListeners SqlVirtualMachineGroups = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachineGroups SqlVirtualMachines = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachines module Models - SqlVirtualMachineGroupListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + ScaleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType + TrackedResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource + IdentityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType + ProxyResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource ResourceIdentity = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity + SqlVirtualMachineGroupListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult LoadBalancerConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration WsfcDomainCredentials = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainCredentials PrivateIPAddress = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::PrivateIPAddress Resource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource - OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay - ServerConfigurationsManagementSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings - OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult AutoPatchingSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoPatchingSettings SqlVirtualMachineListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineListResult AutoBackupSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoBackupSettings SqlVirtualMachineGroupUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate + OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay KeyVaultCredentialSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::KeyVaultCredentialSettings Operation = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation - SqlConnectivityUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings SqlVirtualMachineUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineUpdate - SqlWorkloadTypeUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings - WsfcDomainProfile = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainProfile + OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult SqlStorageUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlStorageUpdateSettings - AvailabilityGroupListenerListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListenerListResult + SqlWorkloadTypeUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings + SqlConnectivityUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings AdditionalFeaturesServerConfigurations = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AdditionalFeaturesServerConfigurations - ProxyResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource + AvailabilityGroupListenerListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListenerListResult + WsfcDomainProfile = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainProfile AvailabilityGroupListener = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener - TrackedResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource SqlVirtualMachineGroup = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup SqlVirtualMachine = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine OperationOrigin = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin - SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku - ScaleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType ClusterManagerType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType - ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration - IdentityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType - SqlServerLicenseType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType - SqlImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku + ServerConfigurationsManagementSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings + SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku DayOfWeek = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek + SqlServerLicenseType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType + ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration BackupScheduleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType FullBackupFrequencyType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType ConnectivityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType - SqlWorkloadType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + SqlImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku DiskConfigurationType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + SqlWorkloadType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType end class SqlvirtualmachineManagementClass - attr_reader :availability_group_listeners, :operations, :sql_virtual_machine_groups, :sql_virtual_machines, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :availability_group_listeners, :sql_virtual_machine_groups, :sql_virtual_machines, :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_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @availability_group_listeners = @client_0.availability_group_listeners @operations = @client_0.operations + @availability_group_listeners = @client_0.availability_group_listeners @sql_virtual_machine_groups = @client_0.sql_virtual_machine_groups @sql_virtual_machines = @client_0.sql_virtual_machines @@ -89,12 +89,24 @@ def method_missing(method, *args) end class ModelClasses - def sql_virtual_machine_group_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + def scale_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType + end + def tracked_resource + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource + end + def identity_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType + end + def proxy_resource + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource end def resource_identity Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity end + def sql_virtual_machine_group_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + end def load_balancer_configuration Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration end @@ -107,15 +119,6 @@ def private_ipaddress def resource Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource end - def operation_display - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay - end - def server_configurations_management_settings - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings - end - def operation_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult - end def auto_patching_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoPatchingSettings end @@ -128,42 +131,42 @@ def auto_backup_settings def sql_virtual_machine_group_update Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate end + def operation_display + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay + end def key_vault_credential_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::KeyVaultCredentialSettings end def operation Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation end - def sql_connectivity_update_settings - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings - end def sql_virtual_machine_update Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineUpdate end - def sql_workload_type_update_settings - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings - end - def wsfc_domain_profile - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainProfile + def operation_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult end def sql_storage_update_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlStorageUpdateSettings end - def availability_group_listener_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListenerListResult + def sql_workload_type_update_settings + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings + end + def sql_connectivity_update_settings + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings end def additional_features_server_configurations Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AdditionalFeaturesServerConfigurations end - def proxy_resource - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource + def availability_group_listener_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListenerListResult + end + def wsfc_domain_profile + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainProfile end def availability_group_listener Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener end - def tracked_resource - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource - end def sql_virtual_machine_group Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup end @@ -173,29 +176,23 @@ def sql_virtual_machine def operation_origin Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin end - def sql_vm_group_image_sku - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku - end - def scale_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType - end def cluster_manager_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType end - def cluster_configuration - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration + def server_configurations_management_settings + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings end - def identity_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType + def sql_vm_group_image_sku + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku + end + def day_of_week + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek end def sql_server_license_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType end - def sql_image_sku - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku - end - def day_of_week - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek + def cluster_configuration + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration end def backup_schedule_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType @@ -206,12 +203,15 @@ def full_backup_frequency_type def connectivity_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType end - def sql_workload_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + def sql_image_sku + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku end def disk_configuration_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType end + def sql_workload_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType + end end end end diff --git a/azure_sdk/lib/latest/modules/storage_profile_module.rb b/azure_sdk/lib/latest/modules/storage_profile_module.rb index 140073fd0b..bcc97ddfdc 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,102 +7,102 @@ module Azure::Profiles::Latest module Storage module Mgmt - Operations = Azure::Storage::Mgmt::V2018_07_01::Operations Skus = Azure::Storage::Mgmt::V2018_07_01::Skus + BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers + Operations = Azure::Storage::Mgmt::V2018_07_01::Operations StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts Usages = Azure::Storage::Mgmt::V2018_07_01::Usages BlobServices = Azure::Storage::Mgmt::V2018_07_01::BlobServices - 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 - StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult - OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay - StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters - Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation - UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku + TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + GeoReplicationStats = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats + DeleteRetentionPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy + CorsRules = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules + CorsRule = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule + BlobServiceProperties = Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties + GeoReplicationStatus = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus + State = Azure::Storage::Mgmt::V2018_07_01::Models::State + StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters - Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction + StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey + StorageAccountListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult + Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity + EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService + StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult + Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption + StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters + Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints + CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult - StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier + StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier + Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind + 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 + DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters - CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse - EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters - Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule - EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService - KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule - GeoReplicationStats = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats - NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet - StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey - Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - DeleteRetentionPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy - OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource - Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku - CorsRules = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules - Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity - UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold - StorageAccountListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult - ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties - SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters + Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty - Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints - LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - CorsRule = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule - ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification - ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems - 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 + UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties + OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - BlobServiceProperties = Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties - ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - 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 + OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult 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 + ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction - AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier - GeoReplicationStatus = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus - 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 - 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 + LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol - SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource - PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration - ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType - StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage + ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end class StorageManagementClass - attr_reader :operations, :skus, :storage_accounts, :usages, :blob_services, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :skus, :blob_containers, :operations, :storage_accounts, :usages, :blob_services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -118,12 +118,12 @@ 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 + @blob_containers = @client_1.blob_containers + @operations = @client_1.operations @storage_accounts = @client_1.storage_accounts @usages = @client_1.usages @blob_services = @client_1.blob_services - @blob_containers = @client_1.blob_containers @model_classes = ModelClasses.new end @@ -150,236 +150,221 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end - def storage_account_list_keys_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult + def metric_specification + Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification end - def operation_display - Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + def sku + Azure::Storage::Mgmt::V2018_07_01::Models::Sku end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters + def tracked_resource + Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource end - def metric_specification - Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification + def proxy_resource + Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + def azure_entity_resource + Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource end - def operation - Azure::Storage::Mgmt::V2018_07_01::Models::Operation + def geo_replication_stats + Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats end - def usage_name - Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + def delete_retention_policy + Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy end - def storage_account_check_name_availability_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters + def cors_rules + Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules end - def usage - Azure::Storage::Mgmt::V2018_07_01::Models::Usage + def cors_rule + Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule end - def restriction - Azure::Storage::Mgmt::V2018_07_01::Models::Restriction + def blob_service_properties + Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties end - def usage_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult + def geo_replication_status + Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus end - def storage_sku_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + def state + Azure::Storage::Mgmt::V2018_07_01::Models::State end - def account_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters + def storage_account_expand + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand end - def custom_domain - Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain + def provisioning_state + Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + def reason + Azure::Storage::Mgmt::V2018_07_01::Models::Reason end - def encryption_services - Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + def network_rule_set + Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet end - def service_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters + def storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters end - def encryption - Azure::Storage::Mgmt::V2018_07_01::Models::Encryption + def storage_account_key + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey end - def list_service_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse + def storage_account_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult end - def iprule - Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + def identity + Azure::Storage::Mgmt::V2018_07_01::Models::Identity end def encryption_service Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService end - def key_vault_properties - Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties + def storage_account_list_keys_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters + def encryption + Azure::Storage::Mgmt::V2018_07_01::Models::Encryption end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters end - def geo_replication_stats - Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats + def endpoints + Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints end - def network_rule_set - Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet + def custom_domain + Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain end - def storage_account_key - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey + def usage_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + def usage_name + Azure::Storage::Mgmt::V2018_07_01::Models::UsageName end - def delete_retention_policy - Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy + def encryption_services + Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices end - def operation_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + def sku_tier + Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier end - def resource - Azure::Storage::Mgmt::V2018_07_01::Models::Resource + def storage_account + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount end - def sku - Azure::Storage::Mgmt::V2018_07_01::Models::Sku + def virtual_network_rule + Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule end - def cors_rules - Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules + def access_tier + Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier end - def identity - Azure::Storage::Mgmt::V2018_07_01::Models::Identity + def kind + Azure::Storage::Mgmt::V2018_07_01::Models::Kind end - def update_history_property - Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + def account_status + Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus end - def legal_hold - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold + def key_permission + Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission end - def storage_account_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult + def usage_unit + Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit end - def immutability_policy_properties - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties + def default_action + Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + end + def services + Azure::Storage::Mgmt::V2018_07_01::Models::Services + end + def permissions + Azure::Storage::Mgmt::V2018_07_01::Models::Permissions end def skucapability Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end - def tag_property - Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty - end - def endpoints - Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints + def account_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters end - def legal_hold_properties - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties + def list_account_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse end - def check_name_availability_result - Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + def key_vault_properties + Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties end - def cors_rule - Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule + def service_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters end - def service_specification - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + def list_service_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end - def list_container_items - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + def storage_account_update_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters end - def storage_account - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount + def storage_sku_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult end - def proxy_resource - Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + def resource + Azure::Storage::Mgmt::V2018_07_01::Models::Resource end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + def legal_hold + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold end - def tracked_resource - Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + def storage_account_create_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters end - def blob_container - Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer + def restriction + Azure::Storage::Mgmt::V2018_07_01::Models::Restriction end - def immutability_policy - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + def tag_property + Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty end - def list_container_item - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem + def update_history_property + Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty end - def blob_service_properties - Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties + def immutability_policy_properties + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties end - def reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + def operation_display + Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay end - def sku_name - Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + def blob_container + Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer end - def sku_tier - Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier + def operation + Azure::Storage::Mgmt::V2018_07_01::Models::Operation end - def kind - Azure::Storage::Mgmt::V2018_07_01::Models::Kind + def list_container_item + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end - def reason - Azure::Storage::Mgmt::V2018_07_01::Models::Reason + def operation_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult end def key_source Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end - def state - Azure::Storage::Mgmt::V2018_07_01::Models::State + def list_container_items + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end def bypass Azure::Storage::Mgmt::V2018_07_01::Models::Bypass 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 geo_replication_status - Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus - 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 - end - def usage_unit - Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + def legal_hold_properties + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties end - def services - Azure::Storage::Mgmt::V2018_07_01::Models::Services + def http_protocol + Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol end - def signed_resource_types - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + def check_name_availability_result + Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult end - def permissions - Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action end - def http_protocol - Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol + def lease_status + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus end def signed_resource Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource end - def public_access - Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + def service_specification + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification end - def lease_status - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + def iprule + Azure::Storage::Mgmt::V2018_07_01::Models::IPRule end def lease_state Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState @@ -387,14 +372,29 @@ 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 sku_name + Azure::Storage::Mgmt::V2018_07_01::Models::SkuName end def immutability_policy_update_type Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end - def storage_account_expand - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + def signed_resource_types + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + end + def usage + Azure::Storage::Mgmt::V2018_07_01::Models::Usage + end + def immutability_policy_state + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + end + def public_access + Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + end + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + end + def immutability_policy + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy 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..eab914bac8 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -8,23 +8,74 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations + BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts + Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings 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 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 StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs module Models + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension 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 +99,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 +114,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 @@ -76,13 +124,15 @@ module Models JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails 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 + BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList 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 + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time 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 @@ -96,98 +146,48 @@ module Models AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList - VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList - MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter - AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord 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 + Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics 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 - BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting 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 Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup 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 - VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings 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 - AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - 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 + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume 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 :operations, :backup_policies, :managers, :access_control_records, :alerts, :backups, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :jobs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -198,21 +198,21 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @backup_policies = @client_0.backup_policies @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts + @backups = @client_0.backups @bandwidth_settings = @client_0.bandwidth_settings @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 @hardware_component_groups = @client_0.hardware_component_groups - @jobs = @client_0.jobs @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes @storage_account_credentials = @client_0.storage_account_credentials + @jobs = @client_0.jobs @model_classes = ModelClasses.new end @@ -228,9 +228,162 @@ def method_missing(method, *args) else super end - end - - class ModelClasses + end + + class ModelClasses + 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 alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + end + def alert_email_notification_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + end + def volume_container + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + end + def schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + end + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + end + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + end + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + end + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + end + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + end + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + end + def recurrence_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + 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 day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + end + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + end + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + 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 virtual_machine_api_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + end + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + end + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + 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 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 alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end + def iscsiand_cloud_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + end + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + 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 target_eligibility_result_code + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + 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 manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + end + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + end + def monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + end + def owner_ship_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + end + def ssl_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + end + def volume_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + end + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + end + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + end + def authentication_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + end + def backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + end + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + end + def resource + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + end + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -300,9 +453,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 +498,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 @@ -384,26 +528,32 @@ def job_list def available_provider_operation_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList end + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + end def key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key end + def list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + end def backup_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end def backup_schedule_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end - def manager_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + def manager_sku + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end - def manager_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time end def clone_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest @@ -444,32 +594,32 @@ def metric_data def backup_policy_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end def secondary_dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + end + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + end def metric_definition Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + def alert_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end - def volume_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + def metric_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end def vm_image Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage @@ -477,17 +627,14 @@ def vm_image def metric_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter end - def alert_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - end - def metrics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + def volume_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end - def metric_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule @@ -495,11 +642,8 @@ def bandwidth_schedule 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 metrics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings @@ -513,9 +657,6 @@ def backup_policy def backup_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule end - def bandwidth_setting - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting - end def cloud_appliance_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration end @@ -525,29 +666,23 @@ def configure_device_request def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest end - def device - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + def bandwidth_setting + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting end def encryption_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings 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 end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + def device + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + def hardware_component_group + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential @@ -555,14 +690,11 @@ 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 network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def volume_container - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def alert_scope Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope @@ -570,143 +702,11 @@ 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 - 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 - 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 + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end - def owner_ship_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume 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..7d223c8abd 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,91 +7,91 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt + Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations + Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations + Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs - Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations - Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse 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 + Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource + FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - 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 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 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 - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties 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 - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource 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 + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName 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 end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :transformations, :functions, :operations, :subscriptions, :streaming_jobs, :inputs, :outputs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -101,13 +101,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @transformations = @client_0.transformations + @functions = @client_0.functions @operations = @client_0.operations + @subscriptions = @client_0.subscriptions @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs - @transformations = @client_0.transformations - @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -126,35 +126,26 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end + def error_response + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse + end 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 - def serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization - end def function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics - end - def function_output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput - end - def sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + def serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization end def diagnostic_condition Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition @@ -162,12 +153,12 @@ def diagnostic_condition def output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource end + def function_output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput + end def input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties 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 @@ -186,15 +177,6 @@ def blob_data_source_properties 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 @@ -210,35 +192,29 @@ def input_list_result 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 end - def input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - end def transformation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end def output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end - def function - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + def input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input end def streaming_job Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob @@ -246,8 +222,8 @@ def streaming_job def java_script_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding end - def azure_machine_learning_web_service_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + def function + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function end def scalar_function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties @@ -255,18 +231,27 @@ def scalar_function_properties def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end + def azure_machine_learning_web_service_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end def csv_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end - def azure_data_lake_store_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end def power_bioutput_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end + def azure_data_lake_store_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + end + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end def event_hub_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end @@ -279,8 +264,8 @@ def service_bus_queue_output_data_source def document_db_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + def function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties end def event_hub_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource @@ -288,14 +273,23 @@ def event_hub_output_data_source def azure_table_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end - def blob_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + def operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end def blob_reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def reference_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + def operation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + end + def blob_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + 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 io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource @@ -306,8 +300,8 @@ 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 azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end def azure_machine_learning_web_service_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters @@ -318,14 +312,11 @@ def java_script_function_retrieve_default_definition_parameters def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - end - def output_start_mode - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + def stream_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties end - def events_out_of_order_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end def output_error_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy @@ -333,6 +324,15 @@ def output_error_policy def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel end + def output_start_mode + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + end + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + end + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + end def json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end diff --git a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb index 6cbd1506c7..de32a969c1 100644 --- a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb @@ -7,27 +7,27 @@ module Azure::Profiles::Latest module Subscriptions module Mgmt + Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions - Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - 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 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 + Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + 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 :tenants, :operations, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,9 +37,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @tenants = @client_0.tenants @operations = @client_0.operations @subscriptions = @client_0.subscriptions - @tenants = @client_0.tenants @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 operation_display + Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + end def tenant_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult 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 + def operation + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState 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 d80dab0eda..ab72a82d81 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,24 +8,24 @@ module Azure::Profiles::Latest module TextAnalytics module Models - DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage - MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput - LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResultItem LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResult KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResult SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResultItem - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResult BatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::BatchInput MatchRecordV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MatchRecordV2dot1 ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorRecord EntityRecordV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 - Input = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input EntitiesBatchResultItemV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 InternalError = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError + Input = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input EntitiesBatchResultV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse + DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage + MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput + LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem end class TextAnalyticsDataClass @@ -57,15 +57,6 @@ def method_missing(method, *args) end class ModelClasses - def detected_language - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage - end - def multi_language_input - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput - end - def language_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem - end def key_phrase_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResultItem end @@ -78,9 +69,6 @@ def key_phrase_batch_result def sentiment_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResultItem end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse - end def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResult end @@ -96,21 +84,33 @@ def error_record def entity_record_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 end - def input - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input - end def entities_batch_result_item_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 end def internal_error Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError end + def input + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input + end def entities_batch_result_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 end def multi_language_batch_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse + end + def detected_language + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage + end + def multi_language_input + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput + end + def language_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem + end end end end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index af284da9bd..ee924390c8 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -7,46 +7,46 @@ 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 + TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource + ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource + ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult + 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 MonitorConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfig HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapEndpoint - EndpointPropertiesCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesCustomHeadersItem QueryExperience = Azure::TrafficManager::Mgmt::V2018_04_01::Models::QueryExperience DeleteOperationResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::DeleteOperationResult TrafficFlow = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficFlow 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 ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol + EndpointPropertiesCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesCustomHeadersItem ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint 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,18 @@ def method_missing(method, *args) end class ModelClasses + def tracked_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource + end + def proxy_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource + 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 monitor_config_custom_headers_item Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem end @@ -94,9 +106,6 @@ def monitor_config def heat_map_endpoint Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapEndpoint end - def endpoint_properties_custom_headers_item - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesCustomHeadersItem - end def query_experience Azure::TrafficManager::Mgmt::V2018_04_01::Models::QueryExperience end @@ -115,12 +124,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,18 +133,6 @@ 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 - end - def tracked_resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource - 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 end @@ -157,6 +148,9 @@ def profile_monitor_status def monitor_protocol Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol end + def endpoint_properties_custom_headers_item + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesCustomHeadersItem + end def profile_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus end @@ -166,6 +160,12 @@ def traffic_routing_method def traffic_view_enrollment_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus end + def profile + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + end + def endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + end end end end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index aab1daea75..95effcec07 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,38 +9,38 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations 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 + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory + TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory + VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule + TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile + Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos 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 - SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext + ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + 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 + Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable + VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end class VideoSearchDataClass @@ -73,65 +73,41 @@ def method_missing(method, *args) end class ModelClasses - def trending_videos_category - Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory - end - 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 - end def image_object Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end - def video_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - end - def videos - Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode end - def answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse end - def search_results_answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness end - def thing - Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing + def trending_videos_category + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end - def creative_work - Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork + def trending_videos_subcategory + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + def videos_module + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule end - def identifiable - Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable + def trending_videos_tile + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + def videos + Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos end def trending_videos Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos @@ -142,15 +118,6 @@ def video_details def video_query_scenario Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario end - def error_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - end - 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 @@ -160,15 +127,48 @@ def video_pricing 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 response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end + def query_context + Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext + end + def response_base + Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + end + def answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + end + def search_results_answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + end + def thing + Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork + end + def identifiable + Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable + end + def video_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + end + def error_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + end + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + end end end end diff --git a/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb b/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb index 06546c4c6f..6294f65330 100644 --- a/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb @@ -9,53 +9,53 @@ module VisualSearch Images = Azure::CognitiveServices::VisualSearch::V1_0::Images module Models + ImageRecipesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction + ImageRelatedSearchesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction + ImageShoppingSourcesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction + ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes + ErrorCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + Query = Azure::CognitiveServices::VisualSearch::V1_0::Models::Query + ImageObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response + Organization = Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization + Intangible = Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible + StructuredValue = Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue Error = Azure::CognitiveServices::VisualSearch::V1_0::Models::Error + ImageTag = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag + RelatedSearchesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule + PropertiesItem = Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem + RecipesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule + ImagesImageMetadata = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata + ImagesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule + AggregateRating = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating + Offer = Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer + AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer + Recipe = Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe + Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters + Rating = Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating + Currency = Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency + ItemAvailability = Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability + Person = Azure::CognitiveServices::VisualSearch::V1_0::Models::Person + ResponseBase = Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase + Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action + Thing = Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable CropArea = Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea ImageInfo = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageInfo ImageTagRegion = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion - ImagesImageMetadata = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata - RelatedSearchesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule - Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters - ImagesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule KnowledgeRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest - RecipesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule - ResponseBase = Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase - Query = Azure::CognitiveServices::VisualSearch::V1_0::Models::Query VisualSearchRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest - PropertiesItem = Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem Point2D = Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D NormalizedQuadrilateral = Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral ImageAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction - ImageTag = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag - Organization = Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization - AggregateRating = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating - Offer = Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer - AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer - ImageObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject - Identifiable = Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response ImageKnowledge = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge - ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse - Thing = Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork - Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action - MediaObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject - Person = Azure::CognitiveServices::VisualSearch::V1_0::Models::Person - Intangible = Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible ImageEntityAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction ImageModuleAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction - Recipe = Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe - ImageRecipesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction - ImageRelatedSearchesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction - ImageShoppingSourcesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction - StructuredValue = Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue - Rating = Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating - Currency = Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency - ItemAvailability = Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability - ErrorCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch - ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes end class VisualSearchDataClass @@ -88,62 +88,71 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::VisualSearch::V1_0::Models::Error - end - def crop_area - Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea + def image_recipes_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction end - def image_info - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageInfo + def image_related_searches_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction end - def image_tag_region - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion + def image_shopping_sources_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction end - def images_image_metadata - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata + def content_types + Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes end - def related_searches_module - Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule + def error_code + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode end - def filters - Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters + def safe_search + Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch end - def images_module - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule + def query + Azure::CognitiveServices::VisualSearch::V1_0::Models::Query end - def knowledge_request - Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest + def image_object + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject end - def recipes_module - Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule + def media_object + Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject end - def response_base - Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase + def error_sub_code + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode end - def query - Azure::CognitiveServices::VisualSearch::V1_0::Models::Query + def error_response + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse end - def visual_search_request - Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest + def response + Azure::CognitiveServices::VisualSearch::V1_0::Models::Response end - def properties_item - Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem + def organization + Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization end - def point2_d - Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D + def intangible + Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible end - def normalized_quadrilateral - Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral + def structured_value + Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue end - def image_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction + def error + Azure::CognitiveServices::VisualSearch::V1_0::Models::Error end def image_tag Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag end - def organization - Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization + def related_searches_module + Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule + end + def properties_item + Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem + end + def recipes_module + Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule + end + def images_image_metadata + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata + end + def images_module + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule end def aggregate_rating Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating @@ -154,80 +163,71 @@ def offer def aggregate_offer Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer end - def image_object - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject + def recipe + Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe end - def identifiable - Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable + def filters + Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters end - def response - Azure::CognitiveServices::VisualSearch::V1_0::Models::Response + def rating + Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating end - def image_knowledge - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge + def currency + Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency end - def error_response - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + def item_availability + Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability end - def thing - Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing + def person + Azure::CognitiveServices::VisualSearch::V1_0::Models::Person end - def creative_work - Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork + def response_base + Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase end def action Azure::CognitiveServices::VisualSearch::V1_0::Models::Action end - def media_object - Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject - end - def person - Azure::CognitiveServices::VisualSearch::V1_0::Models::Person - end - def intangible - Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible - end - def image_entity_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction + def thing + Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing end - def image_module_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction + def creative_work + Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork end - def recipe - Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe + def identifiable + Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable end - def image_recipes_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction + def crop_area + Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea end - def image_related_searches_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction + def image_info + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageInfo end - def image_shopping_sources_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction + def image_tag_region + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion end - def structured_value - Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue + def knowledge_request + Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest end - def rating - Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating + def visual_search_request + Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest end - def currency - Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency + def point2_d + Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D end - def item_availability - Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability + def normalized_quadrilateral + Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral end - def error_code - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode + def image_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction end - def error_sub_code - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode + def image_knowledge + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge end - def safe_search - Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + def image_entity_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction end - def content_types - Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes + def image_module_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction 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..547c41495a 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -9,227 +9,98 @@ module Web module Mgmt 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 + Domains = Azure::Web::Mgmt::V2018_02_01::Domains + Provider = Azure::Web::Mgmt::V2018_02_01::Provider + AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments + AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps 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 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 - 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 + SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty - StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue - AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection - Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments + VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection - VirtualApplication = Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection - SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection - AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution - SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability 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 + 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 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 - 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 - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource 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 + AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType 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 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 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 DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse @@ -242,698 +113,869 @@ module Models 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 - AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource - 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 - MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy - MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog - MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus - MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest - MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus - 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 + ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata 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 + Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation + TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob 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 + LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification 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 + ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction 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 + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState 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 + BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType 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 + Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + 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 + SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName + PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation 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 - 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 - - def initialize(configurable, base_url=nil, options=nil) - @configurable, @base_url, @options = configurable, base_url, options - - @client_0 = Azure::Web::Mgmt::V2018_02_01::WebSiteManagementClient.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) - @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 - - @model_classes = ModelClasses.new - end - - def add_telemetry(client) - profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Web/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 identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation - end - def top_level_domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection - end - def deployment_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection - end - def certificate_details - Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails - end - def certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection - end - def app_service_certificate_order_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection - end - def snapshot_recovery_source - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource - end - def process_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection - end - def virtual_network_profile - Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - end - def perf_mon_response - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse - end - def worker_pool - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool - end - def perf_mon_sample - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample - end - def virtual_ipmapping - Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - end - def site_seal_request - Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest - 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 - end - def network_access_control_entry - Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry - end - def public_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection - end - def app_service_environment - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment - end - def resource_metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability - end - def app_service_plan_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection - end - def site_config_resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection - end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString - end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection - end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota - end - def host_name_binding_collection - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection - end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection - end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity - end - def cloning_info - Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo - end - def app_service_certificate - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate - end - def ip_security_restriction - Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction - end - def triggered_job_history_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection - end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain + 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 + 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 + AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact + DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + 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 + 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 + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + 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 + 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 + SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + 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 + DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType + Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage + DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType + 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 + 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 + FunctionEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + FunctionSecrets = Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + HostNameBinding = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding + MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + 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 + 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 + 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 + TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + 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 + CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob + 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 + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + end + + class WebManagementClass + attr_reader :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :domains, :provider, :app_service_environments, :app_service_plans, :web_apps, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :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::Web::Mgmt::V2018_02_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) + if(@client_0.respond_to?(:subscription_id)) + @client_0.subscription_id = configurable.subscription_id end - def resource_metric_name - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + add_telemetry(@client_0) + @app_service_certificate_orders = @client_0.app_service_certificate_orders + @certificate_registration_provider = @client_0.certificate_registration_provider + @top_level_domains = @client_0.top_level_domains + @domain_registration_provider = @client_0.domain_registration_provider + @domains = @client_0.domains + @provider = @client_0.provider + @app_service_environments = @client_0.app_service_environments + @app_service_plans = @client_0.app_service_plans + @web_apps = @client_0.web_apps + @certificates = @client_0.certificates + @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 + + @model_classes = ModelClasses.new + end + + def add_telemetry(client) + profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Web/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 - def auto_heal_actions - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + end + + class ModelClasses + def site_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end def resource_metric_property Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty end - def status_codes_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + def global_csm_sku_description + Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription end def resource_metric_value Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end - def auto_heal_triggers - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end def resource_metric Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end - def site_limits - Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + def geo_region_collection + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end def resource_metric_collection Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection end - def experiments - Azure::Web::Mgmt::V2018_02_01::Models::Experiments + def virtual_network_profile + Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end def resource_metric_definition_collection Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end - def virtual_application - Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + def virtual_ipmapping + Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end def web_app_collection Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end - def site_machine_key - Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + def network_access_control_entry + Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + end + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + end + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end def deleted_web_app_collection Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def azure_storage_info_value - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + def validate_response_error + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError end def solution Azure::Web::Mgmt::V2018_02_01::Models::Solution end - def site_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + def resource_metric_name + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName end def detector_abnormal_time_period Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def site_extension_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end def abnormal_time_period Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end - def sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def slot_swap_status + Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus end - def triggered_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo end - def slot_difference_collection - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + 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 default_error_response_error_details_item - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + 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 default_error_response - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + def experiments + Azure::Web::Mgmt::V2018_02_01::Models::Experiments end def data_source Azure::Web::Mgmt::V2018_02_01::Models::DataSource end - def log_specification - Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + 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 dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension + 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 service_specification - Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + def sku_description + Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription end - def csm_slot_entity - Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + def csm_move_resource_envelope + Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + def worker_pool + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool + end + def data_table_response_column + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn + end + def app_service_environment + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment + end + def data_table_response_object + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject + end + def validate_request + Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + end + def detector_info + Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo + end + def proxy_only_resource + Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + end + def rendering + Azure::Web::Mgmt::V2018_02_01::Models::Rendering + end + def auto_heal_actions + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + end + def diagnostic_data + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData + end + def virtual_application + Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + end + 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 resource_health_metadata_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + end + def sku_infos + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + end + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + end + def site_limits + Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + end + def recommendation_collection + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + end + def diagnostic_category_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + end + def ip_security_restriction + Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + end + def diagnostic_detector_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + end + def application_stack_collection + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + end + def name_value_pair + Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + end + def stack_minor_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + end + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + end + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + end + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + end + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + end + def user + Azure::Web::Mgmt::V2018_02_01::Models::User + end + def azure_resource_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + end + def resource_metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + end + def push_settings + Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + end + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + end + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + end + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site + end + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + end + def detector_definition + Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + end + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + end + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def data_table_response_column - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier end - def csm_operation_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + def diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis end - def data_table_response_object - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject + def diagnostic_category + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory end - def contact - Azure::Web::Mgmt::V2018_02_01::Models::Contact + def diagnostic_detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def detector_info - Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo + def recommendation + Azure::Web::Mgmt::V2018_02_01::Models::Recommendation end - def domain_purchase_consent - Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + def recommendation_rule + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule end - def rendering - Azure::Web::Mgmt::V2018_02_01::Models::Rendering + def billing_meter + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + def geo_region + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion end - def diagnostic_data - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData + def premier_add_on_offer + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + def source_control + Azure::Web::Mgmt::V2018_02_01::Models::SourceControl end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + def vnet_parameters + Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def detector_response_collection - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection + def vnet_validation_failure_details + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + def key_vault_secret_status + Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus end - def continuous_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + def route_type + Azure::Web::Mgmt::V2018_02_01::Models::RouteType end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + def resource_health_metadata + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + def managed_service_identity_type + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType end - def enabled_config - Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + def auto_heal_action_type + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType end - def web_app_instance_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + def connection_string_type + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end - def app_service_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + def scm_type + Azure::Web::Mgmt::V2018_02_01::Models::ScmType end - def diagnostic_category_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + def managed_pipeline_mode + Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + def site_load_balancing + Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + def supported_tls_versions + Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def perf_mon_set - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def triggered_web_job + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob end - def stack_minor_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + def ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::SslState end - def site_cloneability_criterion - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + def host_type + Azure::Web::Mgmt::V2018_02_01::Models::HostType end - def stack_major_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + def usage_state + Azure::Web::Mgmt::V2018_02_01::Models::UsageState end - def msdeploy_log_entry - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + def site_availability_state + Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState end - def application_stack - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + def status_options + Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def proxy_only_resource - Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + def hosting_environment_status + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus end - def application_stack_collection - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + def internal_load_balancing_mode + Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def compute_mode_options + Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions end - def resource_health_metadata_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + def worker_size_options + Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions end - def auto_heal_custom_action - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + def log_specification + Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def recommendation_collection - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + def solution_type + Azure::Web::Mgmt::V2018_02_01::Models::SolutionType end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def service_specification + Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection + def host_name_type + Azure::Web::Mgmt::V2018_02_01::Models::HostNameType end - def ramp_up_rule - Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + def notification_level + Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel end - def hybrid_connection_collection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + def rendering_type + Azure::Web::Mgmt::V2018_02_01::Models::RenderingType 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 access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def name_value_pair - Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + def channels + Azure::Web::Mgmt::V2018_02_01::Models::Channels end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + def app_service_plan_restrictions + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def capability - Azure::Web::Mgmt::V2018_02_01::Models::Capability + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def worker_pool_collection - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + def check_name_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def resource - Azure::Web::Mgmt::V2018_02_01::Models::Resource + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + def backup_restore_operation_type + Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def resource_scope_type + Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType end - def metric_specification - Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + def publishing_profile_format + Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + def dns_verification_test_result + Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end - def global_csm_sku_description - Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def msdeploy_log_entry_type + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType end - def usage_collection - Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def my_sql_migration_type + Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def certificate + Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def file_system_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction end - def resource_name_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + def built_in_authentication_provider + Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def log_level + Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end - def sku_infos - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + def frequency_unit + Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def continuous_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus end - def stamp_capacity_collection - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection + def web_job_type + Azure::Web::Mgmt::V2018_02_01::Models::WebJobType end - def site_cloneability - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability + def sku_name + Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def source_control_collection - Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + def public_certificate_location + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end - def slot_swap_status - Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + def clone_ability_result + Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult end - def validate_request - Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + def site_extension_type + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def triggered_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def domain + Azure::Web::Mgmt::V2018_02_01::Models::Domain end - def virtual_directory - Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + def app_service_environment_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection end - def validate_response - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics end - def host_name_ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + def address_response + Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse end def sku_info_collection Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection end - def default_error_response_error - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + def resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection end - def sku_info - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + def worker_pool_collection + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection end - def csm_operation_description_properties - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + def hybrid_connection_collection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection end def metric_availabilily Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily end - def function_envelope_collection - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + def sku_info + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo end - def file_system_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + def usage_collection + Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def stamp_capacity_collection + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection end - def azure_table_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + def app_service_environment_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + def metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition end - def http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + def worker_pool_resource + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource end - def application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource end - def auto_heal_rules - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + def hybrid_connection_limits + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + def top_level_domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end - def sku_description - Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + def certificate_details + Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + def app_service_certificate_order_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def snapshot_recovery_source + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource end - def database_backup_setting - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + def site_seal_request + Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def app_service_certificate + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate end - def app_service_environment_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + def azure_storage_info_value + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def api_definition_info - Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + def contact + Azure::Web::Mgmt::V2018_02_01::Models::Contact end - def backup_item_collection - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection + def domain_purchase_consent + Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end - def backup_schedule - Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def process_thread_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def address_response - Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters end - def snapshot_collection - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def conn_string_value_type_pair - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end - def conn_string_info - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + end + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName + end + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + end + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + end + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + end + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + end + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address + end + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + end + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end def app_service_certificate_resource Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource @@ -959,48 +1001,6 @@ def reissue_certificate_order_request def renew_certificate_order_request Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute - end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo - end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway - end - def user - Azure::Web::Mgmt::V2018_02_01::Models::User - end - def snapshot - Azure::Web::Mgmt::V2018_02_01::Models::Snapshot - end - def resource_metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition - end - def push_settings - Azure::Web::Mgmt::V2018_02_01::Models::PushSettings - end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier - end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey - end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection - end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite - end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site - end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan - end - def domain - Azure::Web::Mgmt::V2018_02_01::Models::Domain - end def domain_ownership_identifier Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier end @@ -1010,407 +1010,407 @@ def domain_patch_resource def top_level_domain Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain end - def certificate - Azure::Web::Mgmt::V2018_02_01::Models::Certificate - end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource - end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition - end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition - end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def diagnostic_category - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end - def diagnostic_detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def recommendation - Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def recommendation_rule - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + def swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def billing_meter - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end - def geo_region - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def premier_add_on_offer - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def source_control - Azure::Web::Mgmt::V2018_02_01::Models::SourceControl + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def vnet_parameters - Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def backup_item - Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def backup_request - Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage end - def connection_string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def continuous_web_job - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult + def metric_specification + Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + def operation_status + Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus end def deployment Azure::Web::Mgmt::V2018_02_01::Models::Deployment end - def function_envelope - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + def resource + Azure::Web::Mgmt::V2018_02_01::Models::Resource end - def function_secrets - Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + def snapshot + Azure::Web::Mgmt::V2018_02_01::Models::Snapshot end - def host_name_binding - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding + def azure_table_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig end - def msdeploy - Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + def application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig end - def msdeploy_log - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + def database_backup_setting + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting end - def msdeploy_status - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + def backup_item_collection + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection end - def migrate_my_sql_request - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + def process_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection end - def migrate_my_sql_status - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + def conn_string_value_type_pair + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair end - def relay_service_connection_entity - Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity + def process_module_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection end - def network_features - Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures + def process_thread_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection end - def premier_add_on - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn + def csm_publishing_profile_options + Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def web_app_instance_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + def public_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection end - def process_thread_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo + def triggered_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection end - def process_module_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo + def enabled_config + Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig end - def process_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo + def triggered_job_history_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection end - def public_certificate - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate + def snapshot_collection + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection end - def restore_request - Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest + def site_cloneability_criterion + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion end - def site_auth_settings - Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + def host_name_binding_collection + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + def site_cloneability + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + def perf_mon_set + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + def perf_mon_counter_collection + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + def web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + def continuous_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection end - def site_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + def file_system_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + def file_system_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig end - def site_source_control - Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + def msdeploy_log_entry + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def backup_schedule + Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + def perf_mon_sample + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + def slot_difference_collection + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + def deployment_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + def http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def site_config_resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection end - def triggered_job_history - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + def function_envelope_collection + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection end - def triggered_web_job - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + def perf_mon_response + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse end - def web_job - Azure::Web::Mgmt::V2018_02_01::Models::WebJob + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection end - def app_service_environment_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + def csm_slot_entity + Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + def site_extension_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection end - def metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + def backup_item + Azure::Web::Mgmt::V2018_02_01::Models::BackupItem end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def backup_request + Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest end - def worker_pool_resource - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource + def connection_string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource + def continuous_web_job + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob end - def hybrid_connection_limits - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult + end + def function_envelope + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + end + def function_secrets + Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + end + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + end + def host_name_binding + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding end - def resource_health_metadata - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + def msdeploy + Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy end - def key_vault_secret_status - Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + def msdeploy_log + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def msdeploy_status + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + def migrate_my_sql_request + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest end - def certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def migrate_my_sql_status + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def relay_service_connection_entity + Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity end - def route_type - Azure::Web::Mgmt::V2018_02_01::Models::RouteType + def network_features + Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures end - def managed_service_identity_type - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + def premier_add_on + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + def process_thread_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo end - def auto_heal_action_type - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + def process_module_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo end - def connection_string_type - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType + def process_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def public_certificate + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + def restore_request + Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest end - def scm_type - Azure::Web::Mgmt::V2018_02_01::Models::ScmType + def site_auth_settings + Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end - def managed_pipeline_mode - Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource end - def site_load_balancing - Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo end - def supported_tls_versions - Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance end - def ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::SslState + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig end - def host_type - Azure::Web::Mgmt::V2018_02_01::Models::HostType + def site_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource end - def usage_state - Azure::Web::Mgmt::V2018_02_01::Models::UsageState + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag end - def site_availability_state - Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + def site_source_control + Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end - def status_options - Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end - def azure_resource_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + def storage_migration_response + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType + def default_error_response_error_details_item + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + def default_error_response_error + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + def certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection end - def worker_size_options - Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions + def default_error_response + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end - def operation_status - Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus + def validate_response + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + def web_job + Azure::Web::Mgmt::V2018_02_01::Models::WebJob end - def rendering_type - Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + def resource_metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def resource_scope_type - Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + def source_control_collection + Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def notification_level - Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + def csm_operation_description_properties + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def channels - Azure::Web::Mgmt::V2018_02_01::Models::Channels + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def check_name_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end - def log_level - Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + def cloning_info + Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + def api_definition_info + Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def frequency_unit - Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end - def continuous_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + def auto_heal_custom_action + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def web_job_type - Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity end - def publishing_profile_format - Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end - def dns_verification_test_result - Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + def status_codes_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def msdeploy_log_entry_type - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + def application_stack + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def my_sql_migration_type - Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + def auto_heal_rules + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def public_certificate_location - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + def stack_major_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end - def backup_restore_operation_type - Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + def ramp_up_rule + Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations end - def built_in_authentication_provider - Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + def virtual_directory + Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory end - def clone_ability_result - Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + def identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection end - def site_extension_type - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end - def triggered_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier end - def sku_name - Azure::Web::Mgmt::V2018_02_01::Models::SkuName + def conn_string_info + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo 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 ed02f799f5..79bc3a4714 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 + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places 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 + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext 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 + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response - 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 - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images - News = Azure::CognitiveServices::WebSearch::V1_0::Models::News - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos - Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error 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,129 +82,129 @@ 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 - end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - end - def ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end def query Azure::CognitiveServices::WebSearch::V1_0::Models::Query end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - end def image_object Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end - def creative_work - Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end def web_page Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def news_article - Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse end - def identifiable - Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable + def freshness + Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + end + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end def search_response Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + end + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response + end + def places + Azure::CognitiveServices::WebSearch::V1_0::Models::Places + end + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + end + def ranking_ranking_group + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + end + def ranking_ranking_response + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + end + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + end + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end def computation Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + end + 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 + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images + def creative_work + Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News + def news_article + Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def identifiable + Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end def spell_suggestions Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News end - def places - Azure::CognitiveServices::WebSearch::V1_0::Models::Places + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end def article Azure::CognitiveServices::WebSearch::V1_0::Models::Article end + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + end + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error + 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 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 - end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb index ddb8b40f31..1edd81ab59 100644 --- a/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb @@ -7,13 +7,21 @@ module Azure::Profiles::V2017_03_09 module Authorization module Mgmt - Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions - ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations RoleAssignments = Azure::Authorization::Mgmt::V2015_07_01::RoleAssignments RoleDefinitions = Azure::Authorization::Mgmt::V2015_07_01::RoleDefinitions ClassicAdministrators = Azure::Authorization::Mgmt::V2015_07_01::ClassicAdministrators + Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations module Models + RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission RoleAssignment = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment RoleAssignmentListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentListResult RoleDefinitionFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionFilter @@ -25,18 +33,10 @@ module Models ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadataListResult RoleDefinition = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinition RoleAssignmentFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter - RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission end class AuthorizationManagementClass - attr_reader :permissions, :provider_operations_metadata_operations, :role_assignments, :role_definitions, :classic_administrators, :configurable, :base_url, :options, :model_classes + attr_reader :role_assignments, :role_definitions, :classic_administrators, :permissions, :provider_operations_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,11 +52,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @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 @classic_administrators = @client_1.classic_administrators + @permissions = @client_1.permissions + @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @model_classes = ModelClasses.new end @@ -77,6 +77,30 @@ def method_missing(method, *args) end class ModelClasses + def role_definition_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + end + def provider_operation + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + end + def classic_administrator_properties + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + end + def role_assignment_properties_with_scope + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + end + def classic_administrator + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + end + def provider_operations_metadata + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + end + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + end + def permission + Azure::Authorization::Mgmt::V2015_07_01::Models::Permission + end def role_assignment Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment end @@ -110,30 +134,6 @@ def role_definition def role_assignment_filter Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter end - def role_definition_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - end - def provider_operation - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - end - def classic_administrator_properties - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - end - def role_assignment_properties_with_scope - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - end - def classic_administrator - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - end - def provider_operations_metadata - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - end - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - end - def permission - Azure::Authorization::Mgmt::V2015_07_01::Models::Permission - end 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..4bbca65645 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,6 +7,7 @@ module Azure::Profiles::V2017_03_09 module Compute module Mgmt + VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages VirtualMachineExtensions = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensions @@ -15,83 +16,69 @@ module Mgmt UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations VirtualMachineSizes = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineSizes VirtualMachineScaleSets = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSets - VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs 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 + 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 - 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 + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile 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 + 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 + VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView + BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView 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 +86,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 +107,22 @@ 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 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_scale_set_vms, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :virtual_machine_scale_sets, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -132,6 +132,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @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 @virtual_machine_extensions = @client_0.virtual_machine_extensions @@ -140,7 +141,6 @@ def initialize(configurable, base_url=nil, options=nil) @usage_operations = @client_0.usage_operations @virtual_machine_sizes = @client_0.virtual_machine_sizes @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets - @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms @model_classes = ModelClasses.new end @@ -159,194 +159,89 @@ 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 - end - def resource - Azure::Compute::Mgmt::V2016_03_30::Models::Resource - end - def boot_diagnostics - Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics - end - def purchase_plan - Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan - end - def sub_resource - Azure::Compute::Mgmt::V2016_03_30::Models::SubResource - 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 key_vault_key_reference + Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference end - def disk_encryption_settings - Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings + def sku + Azure::Compute::Mgmt::V2016_03_30::Models::Sku end - def virtual_machine_scale_set_vmlist_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + 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 virtual_machine_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult - end def storage_profile Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile end - def sku - Azure::Compute::Mgmt::V2016_03_30::Models::Sku + 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 upgrade_policy - Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy - end def windows_configuration Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + 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 virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile - end - def availability_set_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult - end - def virtual_machine_scale_set_osdisk - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk - end - def operation_status_response - Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse - end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile - end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult - end - def api_entity_reference - Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference + def vault_certificate + Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate end - def compute_long_running_operation_properties - Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + def osprofile + Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile end - def virtual_machine_scale_set_vminstance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + def network_profile + Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters + def diagnostics_profile + Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile end - def virtual_machine_scale_set_list_skus_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult + def virtual_machine_agent_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView end - def image_reference - Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference + def boot_diagnostics_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView 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 - 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 + def data_disk_image + Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage end - def virtual_machine_scale_set_sku_capacity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity + def list_usages_result + Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult end - def osdisk_image - Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + def hardware_profile + Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile + end + 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_vminstance_ids Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceIDs end - def plan - Azure::Compute::Mgmt::V2016_03_30::Models::Plan + def data_disk + Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk end def virtual_machine_scale_set_vminstance_required_ids Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs end - def data_disk - Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk + def win_rmconfiguration + Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration end def virtual_machine_status_code_count Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineStatusCodeCount @@ -357,30 +252,96 @@ def linux_configuration def virtual_machine_scale_set_instance_view_statuses_summary Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceViewStatusesSummary end - def usage - Azure::Compute::Mgmt::V2016_03_30::Models::Usage - end def virtual_machine_scale_set_vmextensions_summary Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMExtensionsSummary end - def win_rmconfiguration - Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration + def virtual_machine_extension_handler_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView end def virtual_machine_scale_set_instance_view Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceView end - def key_vault_key_reference - Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + def virtual_machine_identity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity end def virtual_machine_scale_set_list_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListResult end - def update_resource - Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + def virtual_machine_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult end def virtual_machine_scale_set_list_with_link_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListWithLinkResult end + def virtual_machine_scale_set_sku_capacity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity + end + def virtual_machine_extension_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView + end + def virtual_machine_scale_set_sku + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku + end + 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 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_vminstance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + end + def vault_secret_group + Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup + end + def disk_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView + end + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + end + def upgrade_policy + Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy + end + def purchase_plan + Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan + end + def api_error_base + Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase + end + def boot_diagnostics + Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics + end + def inner_error + Azure::Compute::Mgmt::V2016_03_30::Models::InnerError + end + def virtual_machine_size + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize + end + def api_error + Azure::Compute::Mgmt::V2016_03_30::Models::ApiError + end + 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 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 end @@ -402,6 +363,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 +426,42 @@ 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 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..0f198de28d 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 @@ -18,7 +18,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 @@ -33,6 +32,7 @@ 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 end class DnsManagementClass @@ -87,9 +87,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 @@ -132,6 +129,9 @@ def http_status_code def record_type Azure::Dns::Mgmt::V2016_04_01::Models::RecordType end + def resource + Azure::Dns::Mgmt::V2016_04_01::Models::Resource + 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..53eadfd88d 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,12 +10,12 @@ module Mgmt Features = Azure::Features::Mgmt::V2015_12_01::Features module Models - OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay 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 + OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult end class FeaturesManagementClass @@ -48,24 +48,24 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay - 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 end + def operation_list_result + Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + end end end end 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..7d44e9bfab 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 @@ -47,13 +47,14 @@ module Models IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V2016_10_01::Models::KeyOperationResult Contacts = Azure::KeyVault::V2016_10_01::Models::Contacts + Error = Azure::KeyVault::V2016_10_01::Models::Error KeyVerifyResult = Azure::KeyVault::V2016_10_01::Models::KeyVerifyResult - KeyListResult = Azure::KeyVault::V2016_10_01::Models::KeyListResult SasDefinitionCreateParameters = Azure::KeyVault::V2016_10_01::Models::SasDefinitionCreateParameters DeletedKeyListResult = Azure::KeyVault::V2016_10_01::Models::DeletedKeyListResult CertificateIssuerItem = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerItem SecretListResult = Azure::KeyVault::V2016_10_01::Models::SecretListResult X509CertificateProperties = Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties + KeyListResult = Azure::KeyVault::V2016_10_01::Models::KeyListResult DeletedSecretListResult = Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V2016_10_01::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V2016_10_01::Models::CertificateListResult @@ -75,7 +76,6 @@ module Models 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 @@ -241,12 +241,12 @@ def key_operation_result def contacts Azure::KeyVault::V2016_10_01::Models::Contacts end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def key_verify_result Azure::KeyVault::V2016_10_01::Models::KeyVerifyResult end - def key_list_result - Azure::KeyVault::V2016_10_01::Models::KeyListResult - end def sas_definition_create_parameters Azure::KeyVault::V2016_10_01::Models::SasDefinitionCreateParameters end @@ -262,6 +262,9 @@ def secret_list_result def x509_certificate_properties Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties end + def key_list_result + Azure::KeyVault::V2016_10_01::Models::KeyListResult + end def deleted_secret_list_result Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult 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,37 +395,37 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + 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 ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry - 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 + OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + 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 end class KeyVaultManagementClass @@ -459,24 +459,33 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end + 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 +504,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 @@ -516,18 +519,15 @@ def service_specification def access_policy_entry Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry end - def operation - Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation - end def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end - def operation_list_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - end def vault Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end + 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 @@ -537,21 +537,21 @@ def key_permissions def secret_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end - def certificate_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + def operation + Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation end def storage_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + def certificate_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end 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 + end 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..801f15ada4 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 @@ -15,9 +15,9 @@ module Models 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 + ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink 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 end @@ -64,15 +64,15 @@ def resource_link_properties def operation Azure::Links::Mgmt::V2016_09_01::Models::Operation end + def resource_link + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + 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 - end def filter Azure::Links::Mgmt::V2016_09_01::Models::Filter 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..613649e774 100644 --- a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb @@ -10,9 +10,9 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2015_01_01::ManagementLocks module Models + LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel ManagementLockListResult = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult ManagementLockObject = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject - LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel end class LocksManagementClass @@ -45,15 +45,15 @@ def method_missing(method, *args) end class ModelClasses + def lock_level + Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel + end def management_lock_list_result Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult end def management_lock_object Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject end - def lock_level - Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb index 5575c7982b..bb726ed6ef 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,126 +7,107 @@ 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 - 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 + NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2015_06_15::LocalNetworkGateways + 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 + ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections + NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups 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 - 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 - 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 + RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult 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 + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + 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 + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig + ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties + ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable + 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 + FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration 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 - 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 - 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 ApplicationGatewayPathRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration ApplicationGatewayProbe = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + NetworkInterface = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap ApplicationGateway = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway + InboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule + Route = Azure::Network::Mgmt::V2015_06_15::Models::Route + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering + RouteTable = Azure::Network::Mgmt::V2015_06_15::Models::RouteTable + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + NetworkSecurityGroup = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup ExpressRouteCircuit = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit 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 + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering + IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + Subnet = Azure::Network::Mgmt::V2015_06_15::Models::Subnet + SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol 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 VpnClientRevokedCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate + IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration 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 + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol + 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 - 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 - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity 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 AuthorizationUseStatus = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState @@ -143,12 +124,31 @@ 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 + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error + 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 + 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 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 :security_rules, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :network_interfaces, :public_ipaddresses, :local_network_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :application_gateways, :virtual_network_gateway_connections, :network_security_groups, :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 - @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 + @network_interfaces = @client_0.network_interfaces + @public_ipaddresses = @client_0.public_ipaddresses @local_network_gateways = @client_0.local_network_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 + @application_gateways = @client_0.application_gateways + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections + @network_security_groups = @client_0.network_security_groups @model_classes = ModelClasses.new end @@ -194,203 +194,116 @@ 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 - end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult - end def authorization_list_result Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult end - def bgp_settings - Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings - end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig - end - def vpn_client_configuration - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration - end - def express_route_circuit_stats - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats - end - def virtual_network_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult - end - def security_rule_list_result - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult - end - 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 - end - def usages_list_result - Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult - end def express_route_circuit_sku Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku 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 - end - def connection_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey - end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable - end - def connection_shared_key_result - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + 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 public_ipaddress_dns_settings - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable + 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 + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + end + def application_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku 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 + def usages_list_result + Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult end - def usage - Azure::Network::Mgmt::V2015_06_15::Models::Usage + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig end - def application_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + def express_route_circuit_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult end - def load_balancer_list_result - Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + def usage_name + Azure::Network::Mgmt::V2015_06_15::Models::UsageName end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + def vpn_client_parameters + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters end - def azure_async_operation_result - Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + def express_route_circuit_stats + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats end - def route_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error + def route_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult end - def subnet_list_result - Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult + def local_network_gateway_list_result + Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + def application_gateway_backend_address + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress end - def vpn_client_parameters - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + def public_ipaddress_list_result + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult end - def error_details - Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + def network_interface_list_result + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + def network_interface_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration + def resource + Azure::Network::Mgmt::V2015_06_15::Models::Resource end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + def subnet_list_result + Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult end - def backend_address_pool - Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult end - def inbound_nat_rule - Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule + def vpn_client_configuration + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end def security_rule Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule end - def network_interface - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface - end - def network_security_group - Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup - end - def route - Azure::Network::Mgmt::V2015_06_15::Models::Route + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings end - def route_table - Azure::Network::Mgmt::V2015_06_15::Models::RouteTable + 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 ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration - end - def subnet - Azure::Network::Mgmt::V2015_06_15::Models::Subnet - end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + def frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration end def application_gateway_http_listener Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener @@ -398,11 +311,14 @@ def application_gateway_http_listener def application_gateway_path_rule Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule end + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + end def application_gateway_probe Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + def network_interface + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface end def application_gateway_url_path_map Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap @@ -410,11 +326,29 @@ def application_gateway_url_path_map def application_gateway Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway end + def inbound_nat_rule + Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule + end + def route + Azure::Network::Mgmt::V2015_06_15::Models::Route + end + def application_gateway_frontend_port + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + end + def backend_address_pool + Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + 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 + def route_table + Azure::Network::Mgmt::V2015_06_15::Models::RouteTable + end + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + end + def network_security_group + Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup end def express_route_circuit Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit @@ -422,9 +356,6 @@ def express_route_circuit 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 @@ -440,6 +371,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 express_route_circuit_peering + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering + end + def ipallocation_method + Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + end + def subnet + Azure::Network::Mgmt::V2015_06_15::Models::Subnet + end + def security_rule_protocol + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol + end def virtual_network Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetwork end @@ -452,6 +398,9 @@ def vpn_client_root_certificate def vpn_client_revoked_certificate Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate end + def ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration + end def virtual_network_gateway Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway end @@ -461,39 +410,33 @@ def local_network_gateway def virtual_network_gateway_connection Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + 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_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 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 route_next_hop_type + Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType + end def application_gateway_operational_state Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState end @@ -542,11 +485,68 @@ 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 error + Azure::Network::Mgmt::V2015_06_15::Models::Error + 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 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 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..5772e2c462 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,8 +7,8 @@ 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 PolicyAssignment = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment @@ -19,7 +19,7 @@ module Models 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 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..cdc67e1864 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 @@ -15,52 +15,52 @@ module Mgmt DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations module Models + ResourceIdentityType = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku - DeploymentExtendedFilter = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter + Dependency = Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + 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 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 - ResourceIdentityType = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + 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 end class ResourcesManagementClass @@ -98,26 +98,26 @@ def method_missing(method, *args) end class ModelClasses + def resource_identity_type + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + end def sku Azure::Resources::Mgmt::V2016_02_01::Models::Sku end - def deployment_extended_filter - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter + def dependency + Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + end + 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 - end - def resource_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + def parameters_link + Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink end def deployment Azure::Resources::Mgmt::V2016_02_01::Models::Deployment @@ -134,95 +134,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,8 +227,14 @@ def generic_resource def deployment_mode Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode end - def resource_identity_type - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + 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 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..1206fc4d23 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 + UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + 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 + StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind + AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission + CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain + UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus + 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 + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason + 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 + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage 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 - SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier - Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState - 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 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,89 +72,89 @@ def method_missing(method, *args) end class ModelClasses - 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 + def usage_list_result + Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult 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 - def encryption_service - Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName end - def storage_account_list_keys_result - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult + def sku_tier + Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end - def encryption - Azure::Storage::Mgmt::V2016_01_01::Models::Encryption + def storage_account + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + def kind + Azure::Storage::Mgmt::V2016_01_01::Models::Kind end - def endpoints - Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints + def access_tier + Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + def key_permission + Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission end def custom_domain Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName + def usage_unit + Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + end + def account_status + Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus 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 + def storage_account_update_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters end - def encryption_services - Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices + def resource + Azure::Storage::Mgmt::V2016_01_01::Models::Resource end - def usage_list_result - Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + 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 resource - Azure::Storage::Mgmt::V2016_01_01::Models::Resource - end - def storage_account - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - 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 storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters end - def access_tier - Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + def storage_account_key + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey end - def kind - Azure::Storage::Mgmt::V2016_01_01::Models::Kind + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage end - def provisioning_state - Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + def storage_account_list_result + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult end - def account_status - Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus + def encryption_service + Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService end - def key_permission - Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission + def storage_account_list_keys_result + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult end - def usage_unit - Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + def encryption + Azure::Storage::Mgmt::V2016_01_01::Models::Encryption + end + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + end + def endpoints + Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints + end + def encryption_services + Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices 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..b8dcf25eee 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 @@ -7,27 +7,27 @@ module Azure::Profiles::V2017_03_09 module Subscriptions module Mgmt + Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions - Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - 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 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 + Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + 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 :tenants, :operations, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,9 +37,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @tenants = @client_0.tenants @operations = @client_0.operations @subscriptions = @client_0.subscriptions - @tenants = @client_0.tenants @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 operation_display + Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + end def tenant_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult 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 + def operation + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState 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/authorization_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb index 96de7dadb0..6a7e787c62 100644 --- a/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb @@ -7,13 +7,21 @@ module Azure::Profiles::V2018_03_01 module Authorization module Mgmt - Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions - ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations RoleAssignments = Azure::Authorization::Mgmt::V2015_07_01::RoleAssignments RoleDefinitions = Azure::Authorization::Mgmt::V2015_07_01::RoleDefinitions ClassicAdministrators = Azure::Authorization::Mgmt::V2015_07_01::ClassicAdministrators + Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations module Models + RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission RoleAssignment = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment RoleAssignmentListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentListResult RoleDefinitionFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionFilter @@ -25,18 +33,10 @@ module Models ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadataListResult RoleDefinition = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinition RoleAssignmentFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter - RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission end class AuthorizationManagementClass - attr_reader :permissions, :provider_operations_metadata_operations, :role_assignments, :role_definitions, :classic_administrators, :configurable, :base_url, :options, :model_classes + attr_reader :role_assignments, :role_definitions, :classic_administrators, :permissions, :provider_operations_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -46,11 +46,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @permissions = @client_0.permissions - @provider_operations_metadata_operations = @client_0.provider_operations_metadata_operations @role_assignments = @client_0.role_assignments @role_definitions = @client_0.role_definitions @classic_administrators = @client_0.classic_administrators + @permissions = @client_0.permissions + @provider_operations_metadata_operations = @client_0.provider_operations_metadata_operations @model_classes = ModelClasses.new end @@ -69,6 +69,30 @@ def method_missing(method, *args) end class ModelClasses + def role_definition_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + end + def provider_operation + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + end + def classic_administrator_properties + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + end + def role_assignment_properties_with_scope + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + end + def classic_administrator + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + end + def provider_operations_metadata + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + end + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + end + def permission + Azure::Authorization::Mgmt::V2015_07_01::Models::Permission + end def role_assignment Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment end @@ -102,30 +126,6 @@ def role_definition def role_assignment_filter Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter end - def role_definition_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - end - def provider_operation - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - end - def classic_administrator_properties - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - end - def role_assignment_properties_with_scope - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - end - def classic_administrator - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - end - def provider_operations_metadata - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - end - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - end - def permission - Azure::Authorization::Mgmt::V2015_07_01::Models::Permission - end end end 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..e0580a9e19 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,6 +7,10 @@ module Azure::Profiles::V2018_03_01 module Compute module Mgmt + VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetVMs + 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 VirtualMachineExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensions @@ -19,39 +23,8 @@ module Mgmt VirtualMachineScaleSets = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSets VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetExtensions VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetRollingUpgrades - VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetVMs - Disks = Azure::Compute::Mgmt::V2017_03_30::Disks - Snapshots = Azure::Compute::Mgmt::V2017_03_30::Snapshots - VirtualMachineRunCommands = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineRunCommands 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 @@ -194,10 +167,37 @@ 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 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_scale_set_vms, :disks, :snapshots, :virtual_machine_run_commands, :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, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -207,6 +207,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms + @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 @virtual_machine_extensions = @client_0.virtual_machine_extensions @@ -219,10 +223,6 @@ def initialize(configurable, base_url=nil, options=nil) @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets @virtual_machine_scale_set_extensions = @client_0.virtual_machine_scale_set_extensions @virtual_machine_scale_set_rolling_upgrades = @client_0.virtual_machine_scale_set_rolling_upgrades - @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms - @disks = @client_0.disks - @snapshots = @client_0.snapshots - @virtual_machine_run_commands = @client_0.virtual_machine_run_commands @model_classes = ModelClasses.new end @@ -241,87 +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 @@ -748,6 +667,87 @@ 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 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..b8bf0dd519 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 @@ -18,7 +18,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 @@ -33,6 +32,7 @@ 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 end class DnsManagementClass @@ -87,9 +87,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 @@ -132,6 +129,9 @@ def http_status_code def record_type Azure::Dns::Mgmt::V2016_04_01::Models::RecordType end + def resource + Azure::Dns::Mgmt::V2016_04_01::Models::Resource + 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..9024243e64 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 @@ -47,13 +47,14 @@ module Models IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V2016_10_01::Models::KeyOperationResult Contacts = Azure::KeyVault::V2016_10_01::Models::Contacts + Error = Azure::KeyVault::V2016_10_01::Models::Error KeyVerifyResult = Azure::KeyVault::V2016_10_01::Models::KeyVerifyResult - KeyListResult = Azure::KeyVault::V2016_10_01::Models::KeyListResult SasDefinitionCreateParameters = Azure::KeyVault::V2016_10_01::Models::SasDefinitionCreateParameters DeletedKeyListResult = Azure::KeyVault::V2016_10_01::Models::DeletedKeyListResult CertificateIssuerItem = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerItem SecretListResult = Azure::KeyVault::V2016_10_01::Models::SecretListResult X509CertificateProperties = Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties + KeyListResult = Azure::KeyVault::V2016_10_01::Models::KeyListResult DeletedSecretListResult = Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V2016_10_01::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V2016_10_01::Models::CertificateListResult @@ -75,7 +76,6 @@ module Models 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 @@ -241,12 +241,12 @@ def key_operation_result def contacts Azure::KeyVault::V2016_10_01::Models::Contacts end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def key_verify_result Azure::KeyVault::V2016_10_01::Models::KeyVerifyResult end - def key_list_result - Azure::KeyVault::V2016_10_01::Models::KeyListResult - end def sas_definition_create_parameters Azure::KeyVault::V2016_10_01::Models::SasDefinitionCreateParameters end @@ -262,6 +262,9 @@ def secret_list_result def x509_certificate_properties Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties end + def key_list_result + Azure::KeyVault::V2016_10_01::Models::KeyListResult + end def deleted_secret_list_result Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult 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,37 +395,37 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + 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 ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry - 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 + OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + 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 end class KeyVaultManagementClass @@ -459,24 +459,33 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end + 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 +504,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 @@ -516,18 +519,15 @@ def service_specification def access_policy_entry Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry end - def operation - Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation - end def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end - def operation_list_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - end def vault Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end + 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 @@ -537,21 +537,21 @@ def key_permissions def secret_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end - def certificate_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + def operation + Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation end def storage_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + def certificate_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end 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 + end 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..63456badfb 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 @@ -7,8 +7,8 @@ module Azure::Profiles::V2018_03_01 module Locks module Mgmt - AuthorizationOperations = Azure::Locks::Mgmt::V2016_09_01::AuthorizationOperations ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks + AuthorizationOperations = Azure::Locks::Mgmt::V2016_09_01::AuthorizationOperations module Models OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay @@ -21,7 +21,7 @@ module Models end class LocksManagementClass - attr_reader :authorization_operations, :management_locks, :configurable, :base_url, :options, :model_classes + attr_reader :management_locks, :authorization_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -31,8 +31,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @authorization_operations = @client_0.authorization_operations @management_locks = @client_0.management_locks + @authorization_operations = @client_0.authorization_operations @model_classes = ModelClasses.new 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..785dc546f1 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,26 @@ module Azure::Profiles::V2018_03_01 module Network module Mgmt + SecurityRules = Azure::Network::Mgmt::V2017_10_01::SecurityRules + DefaultSecurityRules = Azure::Network::Mgmt::V2017_10_01::DefaultSecurityRules + NetworkWatchers = Azure::Network::Mgmt::V2017_10_01::NetworkWatchers + PacketCaptures = Azure::Network::Mgmt::V2017_10_01::PacketCaptures + ConnectionMonitors = Azure::Network::Mgmt::V2017_10_01::ConnectionMonitors + RouteFilters = Azure::Network::Mgmt::V2017_10_01::RouteFilters + RouteFilterRules = Azure::Network::Mgmt::V2017_10_01::RouteFilterRules + RouteTables = Azure::Network::Mgmt::V2017_10_01::RouteTables + Routes = Azure::Network::Mgmt::V2017_10_01::Routes + BgpServiceCommunities = Azure::Network::Mgmt::V2017_10_01::BgpServiceCommunities + Usages = Azure::Network::Mgmt::V2017_10_01::Usages + VirtualNetworks = Azure::Network::Mgmt::V2017_10_01::VirtualNetworks + Subnets = Azure::Network::Mgmt::V2017_10_01::Subnets + VirtualNetworkPeerings = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkPeerings + VirtualNetworkGateways = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGateways + 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 + 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,53 +41,63 @@ 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 - SecurityRules = Azure::Network::Mgmt::V2017_10_01::SecurityRules - DefaultSecurityRules = Azure::Network::Mgmt::V2017_10_01::DefaultSecurityRules - 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 - Routes = Azure::Network::Mgmt::V2017_10_01::Routes - BgpServiceCommunities = Azure::Network::Mgmt::V2017_10_01::BgpServiceCommunities - Usages = Azure::Network::Mgmt::V2017_10_01::Usages - VirtualNetworks = Azure::Network::Mgmt::V2017_10_01::VirtualNetworks - 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 - LocalNetworkGateways = Azure::Network::Mgmt::V2017_10_01::LocalNetworkGateways 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 InterfaceEndpoint = Azure::Network::Mgmt::V2017_03_30::Models::InterfaceEndpoint 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 + ServiceAssociationLink = Azure::Network::Mgmt::V2017_03_30::Models::ServiceAssociationLink ServiceEndpointPolicy = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy + ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicyDefinition IPConfigurationProfile = Azure::Network::Mgmt::V2017_03_30::Models::IPConfigurationProfile + 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 + Error = Azure::Network::Mgmt::V2017_10_01::Models::Error 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 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,47 +106,41 @@ 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 EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroup VirtualNetworkUsageName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName + EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult 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 ApplicationGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult SecurityRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + EffectiveRoute = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute 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 + Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult NetworkWatcherListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult - Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource - 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 + TopologyParameters = Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters Dimension = Azure::Network::Mgmt::V2017_10_01::Models::Dimension - EndpointServicesListResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult 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 BgpServiceCommunityListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult VerificationIPFlowResult = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult @@ -138,15 +162,12 @@ module Models 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,171 +201,150 @@ 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 VirtualNetworkUsage = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage + VpnClientParameters = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters AzureReachabilityReport = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport - ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule AvailableProvidersListParameters = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters TagsObject = Azure::Network::Mgmt::V2017_10_01::Models::TagsObject + ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule AvailableProvidersListCity = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats AvailableProvidersListState = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats 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 + RouteTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult ConnectionMonitorSource = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource - ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool 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 - 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 + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration + EndpointServicesListResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap - ApplicationGateway = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGateway = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway EndpointServiceResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization - RouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering RouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter - ExpressRouteCircuit = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit + RouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule 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 - Probe = Azure::Network::Mgmt::V2017_10_01::Models::Probe + ExpressRouteCircuit = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit InboundNatPool = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool OutboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule - LoadBalancer = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer + Probe = Azure::Network::Mgmt::V2017_10_01::Models::Probe NetworkWatcher = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher PatchRouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule - PatchRouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter + LoadBalancer = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer BgpServiceCommunity = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity VirtualNetworkPeering = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering - VirtualNetwork = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork + PatchRouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate - VpnClientRevokedCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate + VirtualNetwork = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork VirtualNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway LocalNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway - VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection + VpnClientRevokedCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate 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 + VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth + IPVersion = Azure::Network::Mgmt::V2017_10_01::Models::IPVersion + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol ApplicationGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol + ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName - ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode AuthorizationUseStatus = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState Access = Azure::Network::Mgmt::V2017_10_01::Models::Access ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + ProbeProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol LoadBalancerSkuName = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName LoadDistribution = Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution - ProbeProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + EffectiveRouteSource = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource NetworkOperationStatus = Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType EffectiveRouteState = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState ProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState - AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol 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 + Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin 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 + ConnectionState = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState 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 + Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol EvaluationState = Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState 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 + Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity 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 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 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 + 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 :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, :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, :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,26 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @security_rules = @client_1.security_rules + @default_security_rules = @client_1.default_security_rules + @network_watchers = @client_1.network_watchers + @packet_captures = @client_1.packet_captures + @connection_monitors = @client_1.connection_monitors + @route_filters = @client_1.route_filters + @route_filter_rules = @client_1.route_filter_rules + @route_tables = @client_1.route_tables + @routes = @client_1.routes + @bgp_service_communities = @client_1.bgp_service_communities + @usages = @client_1.usages + @virtual_networks = @client_1.virtual_networks + @subnets = @client_1.subnets + @virtual_network_peerings = @client_1.virtual_network_peerings + @virtual_network_gateways = @client_1.virtual_network_gateways + @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 + @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,29 +394,9 @@ 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 - @security_rules = @client_1.security_rules - @default_security_rules = @client_1.default_security_rules - @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 - @routes = @client_1.routes - @bgp_service_communities = @client_1.bgp_service_communities - @usages = @client_1.usages - @virtual_networks = @client_1.virtual_networks - @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 - @local_network_gateways = @client_1.local_network_gateways @model_classes = ModelClasses.new end @@ -426,9 +426,6 @@ def endpoint_service def delegation Azure::Network::Mgmt::V2017_03_30::Models::Delegation end - def service_association_link - Azure::Network::Mgmt::V2017_03_30::Models::ServiceAssociationLink - end def interface_endpoint Azure::Network::Mgmt::V2017_03_30::Models::InterfaceEndpoint end @@ -438,33 +435,129 @@ def network_interface_tap_configuration def virtual_network_tap Azure::Network::Mgmt::V2017_03_30::Models::VirtualNetworkTap end - def service_endpoint_policy_definition - Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicyDefinition + def service_association_link + Azure::Network::Mgmt::V2017_03_30::Models::ServiceAssociationLink end def service_endpoint_policy Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy end + 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 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 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 error + Azure::Network::Mgmt::V2017_10_01::Models::Error + 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 operation_properties_format_service_specification Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification end @@ -480,9 +573,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 +597,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 +606,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 +615,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 @@ -561,15 +642,15 @@ def effective_network_security_group def virtual_network_usage_name Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName end + def effective_network_security_group_association + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation + end def effective_network_security_group_list_result Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult end def virtual_network_list_result Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult end - def effective_route - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute - end def application_gateway_web_application_firewall_configuration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end @@ -585,39 +666,33 @@ def security_rule_list_result 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 effective_route + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute 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 + def usage + Azure::Network::Mgmt::V2017_10_01::Models::Usage end - def address_space - Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace + def network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult 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 - end - def topology_parameters - Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters + 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 + def topology_parameters + Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters 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 metric_specification Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification end @@ -627,9 +702,6 @@ def authorization_list_result 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 @@ -693,9 +765,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 +774,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 +783,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,44 +882,41 @@ 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 - def vpn_client_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters - end def azure_reachability_report_item Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem end def virtual_network_usage Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage end + def vpn_client_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters + end def azure_reachability_report Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule - end def available_providers_list_parameters Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters end def tags_object Azure::Network::Mgmt::V2017_10_01::Models::TagsObject end - def available_providers_list_city - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule end - def express_route_circuit_stats - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats + def available_providers_list_city + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity end def available_providers_list_state Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState @@ -864,24 +924,24 @@ def available_providers_list_state def express_route_circuit_arp_table Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable end + def express_route_circuit_stats + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats + end def available_providers_list_country Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry end - 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 route_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult + 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 - end def connection_monitor_destination Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination end @@ -891,29 +951,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,80 +978,44 @@ 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 - end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration - end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + def availability + Azure::Network::Mgmt::V2017_10_01::Models::Availability end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + def dns_name_availability_result + Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult end def application_gateway_frontend_ipconfiguration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration end + def endpoint_services_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult + end + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + end def application_gateway_frontend_port Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort end - def application_gateway_http_listener - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate end def application_gateway_path_rule Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule @@ -1002,8 +1023,8 @@ def application_gateway_path_rule def application_gateway_probe Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + def application_gateway_http_listener + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration @@ -1011,8 +1032,8 @@ def application_gateway_redirect_configuration def application_gateway_url_path_map Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap end - def application_gateway - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule end def application_gateway_firewall_rule_set Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet @@ -1020,8 +1041,8 @@ def application_gateway_firewall_rule_set def application_gateway_available_ssl_options Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy + def application_gateway + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway end def endpoint_service_result Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult @@ -1029,8 +1050,8 @@ def endpoint_service_result def express_route_circuit_authorization Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization end - def route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy end def express_route_circuit_peering Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering @@ -1038,20 +1059,17 @@ def express_route_circuit_peering def route_filter Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter end - def express_route_circuit - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit + def route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule end 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 end - def probe - Azure::Network::Mgmt::V2017_10_01::Models::Probe + def express_route_circuit + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit end def inbound_nat_pool Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool @@ -1059,8 +1077,8 @@ def inbound_nat_pool def outbound_nat_rule Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule end - def load_balancer - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer + def probe + Azure::Network::Mgmt::V2017_10_01::Models::Probe end def network_watcher Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher @@ -1068,8 +1086,8 @@ def network_watcher def patch_route_filter_rule Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule end - def patch_route_filter - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter + def load_balancer + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer end def bgp_service_community Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity @@ -1077,8 +1095,8 @@ def bgp_service_community def virtual_network_peering Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering end - def virtual_network - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork + def patch_route_filter + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter end def virtual_network_gateway_ipconfiguration Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration @@ -1086,8 +1104,8 @@ def virtual_network_gateway_ipconfiguration def vpn_client_root_certificate Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate + def virtual_network + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork end def virtual_network_gateway Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway @@ -1095,44 +1113,29 @@ def virtual_network_gateway def local_network_gateway Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate end 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 + def application_gateway_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol end - def ipallocation_method - Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection + end + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth 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 - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol end def application_gateway_sku_name Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName @@ -1140,8 +1143,8 @@ def application_gateway_sku_name def application_gateway_tier Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite end def application_gateway_ssl_policy_type Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType @@ -1149,8 +1152,8 @@ def application_gateway_ssl_policy_type def application_gateway_ssl_policy_name Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + def application_gateway_operational_state + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState end def application_gateway_request_routing_rule_type Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType @@ -1158,8 +1161,8 @@ def application_gateway_request_routing_rule_type def application_gateway_redirect_type Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end def application_gateway_firewall_mode Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode @@ -1167,8 +1170,8 @@ def application_gateway_firewall_mode def authorization_use_status Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState end def access Azure::Network::Mgmt::V2017_10_01::Models::Access @@ -1176,8 +1179,8 @@ def access def express_route_circuit_peering_type Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + def service_provider_provisioning_state + Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState end def express_route_circuit_sku_tier Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier @@ -1185,8 +1188,8 @@ def express_route_circuit_sku_tier def express_route_circuit_sku_family Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + def probe_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol end def load_balancer_sku_name Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName @@ -1194,8 +1197,8 @@ def load_balancer_sku_name def load_distribution Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution end - def probe_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + def effective_route_source + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource end def network_operation_status Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus @@ -1203,8 +1206,8 @@ def network_operation_status def effective_security_rule_protocol Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol end - def effective_route_source - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + def association_type + Azure::Network::Mgmt::V2017_10_01::Models::AssociationType end def effective_route_state Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState @@ -1212,20 +1215,17 @@ def effective_route_state def provisioning_state Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState end - def association_type - Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + def pc_protocol + Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol end def direction Azure::Network::Mgmt::V2017_10_01::Models::Direction end - 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 + def origin + Azure::Network::Mgmt::V2017_10_01::Models::Origin end def pc_status Azure::Network::Mgmt::V2017_10_01::Models::PcStatus @@ -1233,11 +1233,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 connection_state + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState end def issue_type Azure::Network::Mgmt::V2017_10_01::Models::IssueType @@ -1245,8 +1242,8 @@ def issue_type def connection_status Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus end - def connection_state - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState + def protocol + Azure::Network::Mgmt::V2017_10_01::Models::Protocol end def evaluation_state Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState @@ -1260,8 +1257,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 severity + Azure::Network::Mgmt::V2017_10_01::Models::Severity end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier @@ -1272,8 +1269,8 @@ 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 @@ -1284,8 +1281,8 @@ def virtual_network_gateway_connection_status 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 @@ -1296,12 +1293,15 @@ def ike_encryption 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 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..6ac8b820e0 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 + 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 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 end class PolicyManagementClass @@ -50,6 +50,9 @@ def method_missing(method, *args) end class ModelClasses + def policy_mode + Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode + end def policy_assignment Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment end @@ -65,9 +68,6 @@ def policy_definition_list_result def policy_type Azure::Policy::Mgmt::V2016_12_01::Models::PolicyType end - def policy_mode - Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode - 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..1f56ba6f16 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,22 @@ module Azure::Profiles::V2018_03_01 module Resources module Mgmt + 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 + ResourceIdentityType = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType Sku = Azure::Resources::Mgmt::V2018_02_01::Models::Sku + Dependency = Azure::Resources::Mgmt::V2018_02_01::Models::Dependency 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,7 +31,6 @@ 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 @@ -58,17 +57,18 @@ 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 DeploymentMode = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentMode OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentType - ResourceIdentityType = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType + 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 end class ResourcesManagementClass - attr_reader :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :resources, :deployments, :providers, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -78,9 +78,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @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 @@ -102,12 +102,15 @@ def method_missing(method, *args) end class ModelClasses - def plan - Azure::Resources::Mgmt::V2018_02_01::Models::Plan + def resource_identity_type + Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType end def sku Azure::Resources::Mgmt::V2018_02_01::Models::Sku end + def dependency + Azure::Resources::Mgmt::V2018_02_01::Models::Dependency + end def generic_resource_filter Azure::Resources::Mgmt::V2018_02_01::Models::GenericResourceFilter end @@ -123,9 +126,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 +150,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 @@ -231,9 +228,6 @@ 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 @@ -249,8 +243,14 @@ def deployment_mode def on_error_deployment_type Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentType end - def resource_identity_type - Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType + 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 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..b4c0b7e5b7 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 + UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + 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 + StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind + AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission + CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain + UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus + 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 + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason + 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 + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage 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 - SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier - Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState - 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 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,89 +72,89 @@ def method_missing(method, *args) end class ModelClasses - 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 + def usage_list_result + Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult 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 - def encryption_service - Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName end - def storage_account_list_keys_result - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult + def sku_tier + Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end - def encryption - Azure::Storage::Mgmt::V2016_01_01::Models::Encryption + def storage_account + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + def kind + Azure::Storage::Mgmt::V2016_01_01::Models::Kind end - def endpoints - Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints + def access_tier + Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + def key_permission + Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission end def custom_domain Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName + def usage_unit + Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + end + def account_status + Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus 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 + def storage_account_update_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters end - def encryption_services - Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices + def resource + Azure::Storage::Mgmt::V2016_01_01::Models::Resource end - def usage_list_result - Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + 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 resource - Azure::Storage::Mgmt::V2016_01_01::Models::Resource - end - def storage_account - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - 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 storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters end - def access_tier - Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + def storage_account_key + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey end - def kind - Azure::Storage::Mgmt::V2016_01_01::Models::Kind + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage end - def provisioning_state - Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + def storage_account_list_result + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult end - def account_status - Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus + def encryption_service + Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService end - def key_permission - Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission + def storage_account_list_keys_result + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult end - def usage_unit - Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + def encryption + Azure::Storage::Mgmt::V2016_01_01::Models::Encryption + end + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + end + def endpoints + Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints + end + def encryption_services + Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices 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..5d8fac3555 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 @@ -7,27 +7,27 @@ module Azure::Profiles::V2018_03_01 module Subscriptions module Mgmt + Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions - Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - 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 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 + Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + 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 :tenants, :operations, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,9 +37,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @tenants = @client_0.tenants @operations = @client_0.operations @subscriptions = @client_0.subscriptions - @tenants = @client_0.tenants @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 operation_display + Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + end def tenant_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult 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 + def operation + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState 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..32bbb0ffa6 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,73 +7,53 @@ module Azure::Profiles::V2018_03_01 module Web module Mgmt + Provider = Azure::Web::Mgmt::V2016_03_01::Provider 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 WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps - AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans + AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments 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 + Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod - HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet - DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData + DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope DataTableResponseColumn = Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseColumn - AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment + CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope DataTableResponseObject = Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseObject ValidateRequest = Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest - DetectorInfo = Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo + AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment Rendering = Azure::Web::Mgmt::V2016_03_01::Models::Rendering + DetectorInfo = Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo 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 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 @@ -87,11 +67,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 +82,33 @@ 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 + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType + UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction + 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 +120,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 +152,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 +180,61 @@ 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 - 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 - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat 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 + WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType 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 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 - 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 + DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult + SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig 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 + ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + 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 - 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 - 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 + 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 - 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 + SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + 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 + Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments 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 +242,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 +256,58 @@ 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 + 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 :provider, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :billing_meters, :web_apps, :app_service_plans, :app_service_environments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -317,10 +317,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @provider = @client_0.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 @resource_health_metadata_operations = @client_0.resource_health_metadata_operations @billing_meters = @client_0.billing_meters @@ -337,8 +337,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @app_service_environments = @client_2.app_service_environments @app_service_plans = @client_2.app_service_plans + @app_service_environments = @client_2.app_service_environments @model_classes = ModelClasses.new end @@ -361,119 +361,59 @@ def method_missing(method, *args) end class ModelClasses - def default_error_response_error_details_item - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem + def metric_specification + Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification end - def default_error_response_error - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError + def global_csm_sku_description + Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + def geo_region_collection + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection end - def default_error_response - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse + def deleted_site + Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite 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 + 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 + def solution + Azure::Web::Mgmt::V2016_03_01::Models::Solution 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 resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability end def diagnostic_metric_sample Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + end def diagnostic_metric_set Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet end - def data_source - Azure::Web::Mgmt::V2016_03_01::Models::DataSource - end def response_meta_data Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData end + def data_source + Azure::Web::Mgmt::V2016_03_01::Models::DataSource + end def analysis_data Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope - end def data_table_response_column Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseColumn end - def app_service_environment - Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment + def csm_move_resource_envelope + Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope end def data_table_response_object Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseObject @@ -481,12 +421,15 @@ def data_table_response_object def validate_request Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest end - def detector_info - Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo + def app_service_environment + Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment end def rendering Azure::Web::Mgmt::V2016_03_01::Models::Rendering end + def detector_info + Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo + end def diagnostic_data Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticData end @@ -505,27 +448,24 @@ def sku_infos 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 @@ -565,20 +505,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 +550,87 @@ 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 identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + 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 msdeploy_log_entry_type + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType + end + def unauthenticated_client_action + Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction + 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 +664,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 +760,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 +844,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 +856,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,29 +880,20 @@ 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 - end - def publishing_profile_format - Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat - end - def dns_verification_test_result - Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult - end def azure_resource_type Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + def publishing_profile_format + Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat 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 + 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 + def frequency_unit + Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit end def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType @@ -901,9 +901,6 @@ def my_sql_migration_type 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 end @@ -916,203 +913,101 @@ def site_extension_type def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end - def hosting_environment_profile - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile - end - def virtual_ipmapping - Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + def dns_verification_test_result + Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult end - def ip_security_restriction - Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction - end - def virtual_network_profile - Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile - end - def api_definition_info - Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - end - def stamp_capacity - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity - end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings - end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - end - def auto_heal_custom_action - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction - end - def app_service_environment_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection - 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 - end - def slot_swap_status - Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus - end - def sku_capacity - Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity - end - def cloning_info - Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo - end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - end - def address_response - Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse - end - def sku_info_collection - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection - end - def worker_pool - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool - end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - end - def resource_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection - end - def worker_pool_collection - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection - end - def hybrid_connection_collection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection - end - def resource - Azure::Web::Mgmt::V2016_09_01::Models::Resource - end - def error_entity - Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + def site_config + Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig end def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def snapshot_recovery_target - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + def conn_string_info + Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end - def resource_metric_availability - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + def sku_capacity + Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity end def resource_metric Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - end - def status_codes_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger - end - def localizable_string - Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString - end - def requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger - end def resource_metric_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end - def auto_heal_triggers - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers - end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - end - def auto_heal_rules - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + def virtual_network_profile + Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def resource_metric_definition_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def site_limits - Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + def virtual_ipmapping + Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping end - def usage_collection - Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end - def ramp_up_rule - Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + def network_access_control_entry + Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry end def app_service_plan_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection end - def experiments - Azure::Web::Mgmt::V2016_09_01::Models::Experiments - end def resource_metric_name Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName end - def virtual_directory - Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + def slot_swap_status + Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + def operation_status + Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus end - def capability - Azure::Web::Mgmt::V2016_09_01::Models::Capability + def cors_settings + Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + def auto_heal_triggers + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation + def experiments + Azure::Web::Mgmt::V2016_09_01::Models::Experiments end def site_machine_key Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def csm_usage_quota - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota - end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + def host_name_ssl_state + Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def sku_description + Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + def worker_pool + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool end def proxy_only_resource Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource end - def host_name_ssl_state - Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState - end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + def auto_heal_actions + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end - def app_service_environment_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + def capability + Azure::Web::Mgmt::V2016_09_01::Models::Capability end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + def stamp_capacity + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity end - def metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + def site_limits + Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits end - def usage - Azure::Web::Mgmt::V2016_09_01::Models::Usage + def ip_security_restriction + Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction end - def worker_pool_resource - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + def name_value_pair + Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair end def vnet_route Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute @@ -1135,9 +1030,6 @@ def resource_metric_definition def push_settings Azure::Web::Mgmt::V2016_09_01::Models::PushSettings end - def identifier - Azure::Web::Mgmt::V2016_09_01::Models::Identifier - end def hybrid_connection_key Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey end @@ -1150,29 +1042,8 @@ def site def app_service_plan Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - end - def provisioning_state - Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState - end - def hosting_environment_status - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - end - def compute_mode_options - Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + def resource + Azure::Web::Mgmt::V2016_09_01::Models::Resource end def route_type Azure::Web::Mgmt::V2016_09_01::Models::RouteType @@ -1201,6 +1072,9 @@ def supported_tls_versions def ssl_state Azure::Web::Mgmt::V2016_09_01::Models::SslState end + def operation + Azure::Web::Mgmt::V2016_09_01::Models::Operation + end def host_type Azure::Web::Mgmt::V2016_09_01::Models::HostType end @@ -1210,11 +1084,137 @@ def usage_state def site_availability_state Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState end + def hosting_environment_status + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + end + def internal_load_balancing_mode + Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + end + def compute_mode_options + Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + end + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + end + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + end def status_options Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions end - def operation_status - Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + def provisioning_state + Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + end + def app_service_environment_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + end + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics + end + def address_response + Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse + end + def sku_info_collection + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection + end + def resource_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection + end + def worker_pool_collection + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection + end + def hybrid_connection_collection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + end + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + end + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + end + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + end + 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 + end + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + end + def metric_definition + Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + end + def worker_pool_resource + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + end + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + end + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end + def hosting_environment_profile + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + end + def snapshot_recovery_target + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + end + def resource_metric_availability + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + end + def localizable_string + Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + end + def cloning_info + Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + end + def csm_usage_quota + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + end + def api_definition_info + Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + end + def csm_usage_quota_collection + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + end + def auto_heal_custom_action + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + end + def error_entity + Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + end + def slow_requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + end + def status_codes_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + end + def requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + end + def auto_heal_rules + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + end + def usage + Azure::Web::Mgmt::V2016_09_01::Models::Usage + end + def ramp_up_rule + Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + end + def virtual_directory + Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + end + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + end + def identifier + Azure::Web::Mgmt::V2016_09_01::Models::Identifier end end end diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domain_registration_provider.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domain_registration_provider.rb index ac867ed5c2..2cf811cfb6 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domain_registration_provider.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domain_registration_provider.rb @@ -33,8 +33,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_operations(custom_headers:nil) - first_page = list_operations_as_lazy(custom_headers:custom_headers) + def list_operations(custom_headers = nil) + first_page = list_operations_as_lazy(custom_headers) first_page.get_all_items end @@ -50,8 +50,8 @@ def list_operations(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_with_http_info(custom_headers:nil) - list_operations_async(custom_headers:custom_headers).value! + def list_operations_with_http_info(custom_headers = nil) + list_operations_async(custom_headers).value! end # @@ -66,12 +66,11 @@ def list_operations_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_async(custom_headers:nil) + def list_operations_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 @@ -129,8 +128,8 @@ def list_operations_async(custom_headers:nil) # # @return [CsmOperationCollection] operation results. # - def list_operations_next(next_page_link, custom_headers:nil) - response = list_operations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_operations_next(next_page_link, custom_headers = nil) + response = list_operations_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -148,8 +147,8 @@ def list_operations_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_next_with_http_info(next_page_link, custom_headers:nil) - list_operations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_operations_next_with_http_info(next_page_link, custom_headers = nil) + list_operations_next_async(next_page_link, custom_headers).value! end # @@ -166,12 +165,11 @@ def list_operations_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_next_async(next_page_link, custom_headers:nil) + def list_operations_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 @@ -228,12 +226,12 @@ def list_operations_next_async(next_page_link, custom_headers:nil) # @return [CsmOperationCollection] which provide lazy access to pages of the # response. # - def list_operations_as_lazy(custom_headers:nil) - response = list_operations_async(custom_headers:custom_headers).value! + def list_operations_as_lazy(custom_headers = nil) + response = list_operations_async(custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_operations_next_async(next_page_link, custom_headers:custom_headers) + list_operations_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domains.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domains.rb index 20b3727a8a..8f68cdb15d 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domains.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/domains.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [DomainAvailablilityCheckResult] operation results. # - def check_availability(identifier, custom_headers:nil) - response = check_availability_async(identifier, custom_headers:custom_headers).value! + def check_availability(identifier, custom_headers = nil) + response = check_availability_async(identifier, custom_headers).value! response.body unless response.nil? end @@ -48,8 +48,8 @@ def check_availability(identifier, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def check_availability_with_http_info(identifier, custom_headers:nil) - check_availability_async(identifier, custom_headers:custom_headers).value! + def check_availability_with_http_info(identifier, custom_headers = nil) + check_availability_async(identifier, custom_headers).value! end # @@ -63,19 +63,20 @@ def check_availability_with_http_info(identifier, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def check_availability_async(identifier, custom_headers:nil) + def check_availability_async(identifier, custom_headers = nil) fail ArgumentError, 'identifier is nil' if identifier.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 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::Web::Mgmt::V2015_04_01::Models::NameIdentifier.mapper() request_content = @client.serialize(request_mapper, identifier) @@ -132,8 +133,8 @@ def check_availability_async(identifier, custom_headers:nil) # # @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 @@ -147,8 +148,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 # @@ -161,13 +162,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 @@ -222,8 +222,8 @@ def list_async(custom_headers:nil) # # @return [DomainControlCenterSsoRequest] operation results. # - def get_control_center_sso_request(custom_headers:nil) - response = get_control_center_sso_request_async(custom_headers:custom_headers).value! + def get_control_center_sso_request(custom_headers = nil) + response = get_control_center_sso_request_async(custom_headers).value! response.body unless response.nil? end @@ -237,8 +237,8 @@ def get_control_center_sso_request(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_control_center_sso_request_with_http_info(custom_headers:nil) - get_control_center_sso_request_async(custom_headers:custom_headers).value! + def get_control_center_sso_request_with_http_info(custom_headers = nil) + get_control_center_sso_request_async(custom_headers).value! end # @@ -251,13 +251,12 @@ def get_control_center_sso_request_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_control_center_sso_request_async(custom_headers:nil) + def get_control_center_sso_request_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 @@ -314,8 +313,8 @@ def get_control_center_sso_request_async(custom_headers:nil) # # @return [Array] operation results. # - def list_recommendations(parameters, custom_headers:nil) - first_page = list_recommendations_as_lazy(parameters, custom_headers:custom_headers) + def list_recommendations(parameters, custom_headers = nil) + first_page = list_recommendations_as_lazy(parameters, custom_headers) first_page.get_all_items end @@ -331,8 +330,8 @@ def list_recommendations(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_recommendations_with_http_info(parameters, custom_headers:nil) - list_recommendations_async(parameters, custom_headers:custom_headers).value! + def list_recommendations_with_http_info(parameters, custom_headers = nil) + list_recommendations_async(parameters, custom_headers).value! end # @@ -347,19 +346,20 @@ def list_recommendations_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_recommendations_async(parameters, custom_headers:nil) + def list_recommendations_async(parameters, custom_headers = nil) 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 = {} - 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::Web::Mgmt::V2015_04_01::Models::DomainRecommendationSearchParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -418,8 +418,8 @@ def list_recommendations_async(parameters, 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 @@ -435,8 +435,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 # @@ -451,17 +451,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, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -519,8 +515,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [Domain] operation results. # - def get(resource_group_name, domain_name, custom_headers:nil) - response = get_async(resource_group_name, domain_name, custom_headers:custom_headers).value! + def get(resource_group_name, domain_name, custom_headers = nil) + response = get_async(resource_group_name, domain_name, custom_headers).value! response.body unless response.nil? end @@ -537,8 +533,8 @@ def get(resource_group_name, domain_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, domain_name, custom_headers:nil) - get_async(resource_group_name, domain_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, domain_name, custom_headers = nil) + get_async(resource_group_name, domain_name, custom_headers).value! end # @@ -554,18 +550,14 @@ def get_with_http_info(resource_group_name, domain_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, domain_name, custom_headers:nil) + def get_async(resource_group_name, domain_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_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 @@ -624,8 +616,8 @@ def get_async(resource_group_name, domain_name, custom_headers:nil) # # @return [Domain] operation results. # - def create_or_update(resource_group_name, domain_name, domain, custom_headers:nil) - response = create_or_update_async(resource_group_name, domain_name, domain, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, domain_name, domain, custom_headers = nil) + response = create_or_update_async(resource_group_name, domain_name, domain, custom_headers).value! response.body unless response.nil? end @@ -640,9 +632,9 @@ def create_or_update(resource_group_name, domain_name, domain, custom_headers:ni # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, domain_name, domain, custom_headers:nil) + def create_or_update_async(resource_group_name, domain_name, domain, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -673,8 +665,8 @@ def create_or_update_async(resource_group_name, domain_name, domain, custom_head # will be added to the HTTP request. # # - def delete(resource_group_name, domain_name, force_hard_delete_domain:nil, custom_headers:nil) - response = delete_async(resource_group_name, domain_name, force_hard_delete_domain:force_hard_delete_domain, custom_headers:custom_headers).value! + def delete(resource_group_name, domain_name, force_hard_delete_domain = nil, custom_headers = nil) + response = delete_async(resource_group_name, domain_name, force_hard_delete_domain, custom_headers).value! nil end @@ -694,8 +686,8 @@ def delete(resource_group_name, domain_name, force_hard_delete_domain:nil, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, domain_name, force_hard_delete_domain:nil, custom_headers:nil) - delete_async(resource_group_name, domain_name, force_hard_delete_domain:force_hard_delete_domain, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, domain_name, force_hard_delete_domain = nil, custom_headers = nil) + delete_async(resource_group_name, domain_name, force_hard_delete_domain, custom_headers).value! end # @@ -714,18 +706,14 @@ def delete_with_http_info(resource_group_name, domain_name, force_hard_delete_do # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, domain_name, force_hard_delete_domain:nil, custom_headers:nil) + def delete_async(resource_group_name, domain_name, force_hard_delete_domain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_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 @@ -774,8 +762,8 @@ def delete_async(resource_group_name, domain_name, force_hard_delete_domain:nil, # # @return [Domain] operation results. # - def update(resource_group_name, domain_name, domain, custom_headers:nil) - response = update_async(resource_group_name, domain_name, domain, custom_headers:custom_headers).value! + def update(resource_group_name, domain_name, domain, custom_headers = nil) + response = update_async(resource_group_name, domain_name, domain, custom_headers).value! response.body unless response.nil? end @@ -793,8 +781,8 @@ def update(resource_group_name, domain_name, domain, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, domain_name, domain, custom_headers:nil) - update_async(resource_group_name, domain_name, domain, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, domain_name, domain, custom_headers = nil) + update_async(resource_group_name, domain_name, domain, custom_headers).value! end # @@ -811,25 +799,22 @@ def update_with_http_info(resource_group_name, domain_name, domain, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, domain_name, domain, custom_headers:nil) + def update_async(resource_group_name, domain_name, domain, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_name.nil? - fail ArgumentError, "'domain_name' should satisfy the constraint - 'Pattern': '[a-zA-Z0-9][a-zA-Z0-9\.-]+'" if !domain_name.nil? && domain_name.match(Regexp.new('^[a-zA-Z0-9][a-zA-Z0-9\.-]+$')).nil? fail ArgumentError, 'domain is nil' if domain.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 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::Web::Mgmt::V2015_04_01::Models::DomainPatchResource.mapper() request_content = @client.serialize(request_mapper, domain) @@ -899,8 +884,8 @@ def update_async(resource_group_name, domain_name, domain, custom_headers:nil) # # @return [Array] operation results. # - def list_ownership_identifiers(resource_group_name, domain_name, custom_headers:nil) - first_page = list_ownership_identifiers_as_lazy(resource_group_name, domain_name, custom_headers:custom_headers) + def list_ownership_identifiers(resource_group_name, domain_name, custom_headers = nil) + first_page = list_ownership_identifiers_as_lazy(resource_group_name, domain_name, custom_headers) first_page.get_all_items end @@ -917,8 +902,8 @@ def list_ownership_identifiers(resource_group_name, domain_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_ownership_identifiers_with_http_info(resource_group_name, domain_name, custom_headers:nil) - list_ownership_identifiers_async(resource_group_name, domain_name, custom_headers:custom_headers).value! + def list_ownership_identifiers_with_http_info(resource_group_name, domain_name, custom_headers = nil) + list_ownership_identifiers_async(resource_group_name, domain_name, custom_headers).value! end # @@ -934,18 +919,14 @@ def list_ownership_identifiers_with_http_info(resource_group_name, domain_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_ownership_identifiers_async(resource_group_name, domain_name, custom_headers:nil) + def list_ownership_identifiers_async(resource_group_name, domain_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_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 @@ -1004,8 +985,8 @@ def list_ownership_identifiers_async(resource_group_name, domain_name, custom_he # # @return [DomainOwnershipIdentifier] operation results. # - def get_ownership_identifier(resource_group_name, domain_name, name, custom_headers:nil) - response = get_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers:custom_headers).value! + def get_ownership_identifier(resource_group_name, domain_name, name, custom_headers = nil) + response = get_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers).value! response.body unless response.nil? end @@ -1023,8 +1004,8 @@ def get_ownership_identifier(resource_group_name, domain_name, name, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_ownership_identifier_with_http_info(resource_group_name, domain_name, name, custom_headers:nil) - get_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers:custom_headers).value! + def get_ownership_identifier_with_http_info(resource_group_name, domain_name, name, custom_headers = nil) + get_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers).value! end # @@ -1041,11 +1022,8 @@ def get_ownership_identifier_with_http_info(resource_group_name, domain_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers:nil) + def get_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1053,7 +1031,6 @@ def get_ownership_identifier_async(resource_group_name, domain_name, name, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1116,8 +1093,8 @@ def get_ownership_identifier_async(resource_group_name, domain_name, name, custo # # @return [DomainOwnershipIdentifier] operation results. # - def create_or_update_ownership_identifier(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:nil) - response = create_or_update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:custom_headers).value! + def create_or_update_ownership_identifier(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers = nil) + response = create_or_update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers).value! response.body unless response.nil? end @@ -1139,8 +1116,8 @@ def create_or_update_ownership_identifier(resource_group_name, domain_name, name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_ownership_identifier_with_http_info(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:nil) - create_or_update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:custom_headers).value! + def create_or_update_ownership_identifier_with_http_info(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers = nil) + create_or_update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers).value! end # @@ -1161,11 +1138,8 @@ def create_or_update_ownership_identifier_with_http_info(resource_group_name, do # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:nil) + def create_or_update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier is nil' if domain_ownership_identifier.nil? @@ -1174,12 +1148,13 @@ def create_or_update_ownership_identifier_async(resource_group_name, domain_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::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier.mapper() request_content = @client.serialize(request_mapper, domain_ownership_identifier) @@ -1239,8 +1214,8 @@ def create_or_update_ownership_identifier_async(resource_group_name, domain_name # will be added to the HTTP request. # # - def delete_ownership_identifier(resource_group_name, domain_name, name, custom_headers:nil) - response = delete_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers:custom_headers).value! + def delete_ownership_identifier(resource_group_name, domain_name, name, custom_headers = nil) + response = delete_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers).value! nil end @@ -1258,8 +1233,8 @@ def delete_ownership_identifier(resource_group_name, domain_name, name, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_ownership_identifier_with_http_info(resource_group_name, domain_name, name, custom_headers:nil) - delete_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers:custom_headers).value! + def delete_ownership_identifier_with_http_info(resource_group_name, domain_name, name, custom_headers = nil) + delete_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers).value! end # @@ -1276,11 +1251,8 @@ def delete_ownership_identifier_with_http_info(resource_group_name, domain_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers:nil) + def delete_ownership_identifier_async(resource_group_name, domain_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1288,7 +1260,6 @@ def delete_ownership_identifier_async(resource_group_name, domain_name, name, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1341,8 +1312,8 @@ def delete_ownership_identifier_async(resource_group_name, domain_name, name, cu # # @return [DomainOwnershipIdentifier] operation results. # - def update_ownership_identifier(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:nil) - response = update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:custom_headers).value! + def update_ownership_identifier(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers = nil) + response = update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers).value! response.body unless response.nil? end @@ -1364,8 +1335,8 @@ def update_ownership_identifier(resource_group_name, domain_name, name, domain_o # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_ownership_identifier_with_http_info(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:nil) - update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:custom_headers).value! + def update_ownership_identifier_with_http_info(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers = nil) + update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers).value! end # @@ -1386,11 +1357,8 @@ def update_ownership_identifier_with_http_info(resource_group_name, domain_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers:nil) + def update_ownership_identifier_async(resource_group_name, domain_name, name, domain_ownership_identifier, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier is nil' if domain_ownership_identifier.nil? @@ -1399,12 +1367,13 @@ def update_ownership_identifier_async(resource_group_name, domain_name, name, do 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::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier.mapper() request_content = @client.serialize(request_mapper, domain_ownership_identifier) @@ -1463,8 +1432,8 @@ def update_ownership_identifier_async(resource_group_name, domain_name, name, do # will be added to the HTTP request. # # - def renew(resource_group_name, domain_name, custom_headers:nil) - response = renew_async(resource_group_name, domain_name, custom_headers:custom_headers).value! + def renew(resource_group_name, domain_name, custom_headers = nil) + response = renew_async(resource_group_name, domain_name, custom_headers).value! nil end @@ -1481,8 +1450,8 @@ def renew(resource_group_name, domain_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def renew_with_http_info(resource_group_name, domain_name, custom_headers:nil) - renew_async(resource_group_name, domain_name, custom_headers:custom_headers).value! + def renew_with_http_info(resource_group_name, domain_name, custom_headers = nil) + renew_async(resource_group_name, domain_name, custom_headers).value! end # @@ -1498,18 +1467,14 @@ def renew_with_http_info(resource_group_name, domain_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def renew_async(resource_group_name, domain_name, custom_headers:nil) + def renew_async(resource_group_name, domain_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_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 @@ -1558,8 +1523,8 @@ def renew_async(resource_group_name, domain_name, custom_headers:nil) # # @return [Domain] operation results. # - def begin_create_or_update(resource_group_name, domain_name, domain, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, domain_name, domain, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers).value! response.body unless response.nil? end @@ -1577,8 +1542,8 @@ def begin_create_or_update(resource_group_name, domain_name, domain, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, domain_name, domain, custom_headers:nil) - begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, domain_name, domain, custom_headers = nil) + begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers).value! end # @@ -1595,25 +1560,22 @@ def begin_create_or_update_with_http_info(resource_group_name, domain_name, doma # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, domain_name, domain, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'domain_name is nil' if domain_name.nil? - fail ArgumentError, "'domain_name' should satisfy the constraint - 'Pattern': '[a-zA-Z0-9][a-zA-Z0-9\.-]+'" if !domain_name.nil? && domain_name.match(Regexp.new('^[a-zA-Z0-9][a-zA-Z0-9\.-]+$')).nil? fail ArgumentError, 'domain is nil' if domain.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 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::Web::Mgmt::V2015_04_01::Models::Domain.mapper() request_content = @client.serialize(request_mapper, domain) @@ -1682,8 +1644,8 @@ def begin_create_or_update_async(resource_group_name, domain_name, domain, custo # # @return [DomainCollection] 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 @@ -1699,8 +1661,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 # @@ -1715,12 +1677,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 @@ -1776,8 +1737,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [NameIdentifierCollection] operation results. # - def list_recommendations_next(next_page_link, custom_headers:nil) - response = list_recommendations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_recommendations_next(next_page_link, custom_headers = nil) + response = list_recommendations_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1793,8 +1754,8 @@ def list_recommendations_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_recommendations_next_with_http_info(next_page_link, custom_headers:nil) - list_recommendations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_recommendations_next_with_http_info(next_page_link, custom_headers = nil) + list_recommendations_next_async(next_page_link, custom_headers).value! end # @@ -1809,12 +1770,11 @@ def list_recommendations_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_recommendations_next_async(next_page_link, custom_headers:nil) + def list_recommendations_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 @@ -1870,8 +1830,8 @@ def list_recommendations_next_async(next_page_link, custom_headers:nil) # # @return [DomainCollection] 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 @@ -1887,8 +1847,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 # @@ -1903,12 +1863,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 @@ -1964,8 +1923,8 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # # @return [DomainOwnershipIdentifierCollection] operation results. # - def list_ownership_identifiers_next(next_page_link, custom_headers:nil) - response = list_ownership_identifiers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_ownership_identifiers_next(next_page_link, custom_headers = nil) + response = list_ownership_identifiers_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1981,8 +1940,8 @@ def list_ownership_identifiers_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_ownership_identifiers_next_with_http_info(next_page_link, custom_headers:nil) - list_ownership_identifiers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_ownership_identifiers_next_with_http_info(next_page_link, custom_headers = nil) + list_ownership_identifiers_next_async(next_page_link, custom_headers).value! end # @@ -1997,12 +1956,11 @@ def list_ownership_identifiers_next_with_http_info(next_page_link, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_ownership_identifiers_next_async(next_page_link, custom_headers:nil) + def list_ownership_identifiers_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 @@ -2057,12 +2015,12 @@ def list_ownership_identifiers_next_async(next_page_link, custom_headers:nil) # @return [DomainCollection] 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 @@ -2081,12 +2039,12 @@ def list_as_lazy(custom_headers:nil) # @return [NameIdentifierCollection] which provide lazy access to pages of the # response. # - def list_recommendations_as_lazy(parameters, custom_headers:nil) - response = list_recommendations_async(parameters, custom_headers:custom_headers).value! + def list_recommendations_as_lazy(parameters, custom_headers = nil) + response = list_recommendations_async(parameters, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_recommendations_next_async(next_page_link, custom_headers:custom_headers) + list_recommendations_next_async(next_page_link, custom_headers) end page end @@ -2105,12 +2063,12 @@ def list_recommendations_as_lazy(parameters, custom_headers:nil) # @return [DomainCollection] 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 @@ -2130,12 +2088,12 @@ def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) # @return [DomainOwnershipIdentifierCollection] which provide lazy access to # pages of the response. # - def list_ownership_identifiers_as_lazy(resource_group_name, domain_name, custom_headers:nil) - response = list_ownership_identifiers_async(resource_group_name, domain_name, custom_headers:custom_headers).value! + def list_ownership_identifiers_as_lazy(resource_group_name, domain_name, custom_headers = nil) + response = list_ownership_identifiers_async(resource_group_name, domain_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_ownership_identifiers_next_async(next_page_link, custom_headers:custom_headers) + list_ownership_identifiers_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/address.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/address.rb index 36cdb23caf..d10dbce830 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/address.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/address.rb @@ -37,7 +37,6 @@ class Address # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Address', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'Address', model_properties: { address1: { - client_side_validation: true, required: true, serialized_name: 'address1', type: { @@ -53,7 +51,6 @@ def self.mapper() } }, address2: { - client_side_validation: true, required: false, serialized_name: 'address2', type: { @@ -61,7 +58,6 @@ def self.mapper() } }, city: { - client_side_validation: true, required: true, serialized_name: 'city', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, country: { - client_side_validation: true, required: true, serialized_name: 'country', type: { @@ -77,7 +72,6 @@ def self.mapper() } }, postal_code: { - client_side_validation: true, required: true, serialized_name: 'postalCode', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'state', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/api_definition_info.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/api_definition_info.rb index 67ec406409..d8b724e2d9 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/api_definition_info.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/api_definition_info.rb @@ -22,7 +22,6 @@ class ApiDefinitionInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApiDefinitionInfo', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ApiDefinitionInfo', model_properties: { url: { - client_side_validation: true, required: false, serialized_name: 'url', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/app_service_plan.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/app_service_plan.rb index 78cd5375d9..e01ec3b1f6 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/app_service_plan.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/app_service_plan.rb @@ -84,7 +84,6 @@ class AppServicePlan < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlan', type: { @@ -92,7 +91,6 @@ def self.mapper() class_name: 'AppServicePlan', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -101,7 +99,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -110,7 +107,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -118,7 +114,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -126,7 +121,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -135,13 +129,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: { @@ -151,7 +143,6 @@ def self.mapper() } }, app_service_plan_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -159,7 +150,6 @@ def self.mapper() } }, worker_tier_name: { - client_side_validation: true, required: false, serialized_name: 'properties.workerTierName', type: { @@ -167,7 +157,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -177,7 +166,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscription', @@ -186,7 +174,6 @@ def self.mapper() } }, admin_site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.adminSiteName', type: { @@ -194,7 +181,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -203,7 +189,6 @@ def self.mapper() } }, maximum_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfWorkers', @@ -212,7 +197,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -221,7 +205,6 @@ def self.mapper() } }, per_site_scaling: { - client_side_validation: true, required: false, serialized_name: 'properties.perSiteScaling', default_value: false, @@ -230,7 +213,6 @@ def self.mapper() } }, number_of_sites: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.numberOfSites', @@ -239,7 +221,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -247,7 +228,6 @@ def self.mapper() } }, spot_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.spotExpirationTime', type: { @@ -255,7 +235,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -264,7 +243,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -273,7 +251,6 @@ def self.mapper() } }, target_worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerCount', type: { @@ -281,7 +258,6 @@ def self.mapper() } }, target_worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerSizeId', type: { @@ -289,7 +265,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -299,7 +274,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_actions.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_actions.rb index d445c0dab1..ee3d1e933a 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_actions.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_actions.rb @@ -30,7 +30,6 @@ class AutoHealActions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealActions', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'AutoHealActions', model_properties: { action_type: { - client_side_validation: true, required: false, serialized_name: 'actionType', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, custom_action: { - client_side_validation: true, required: false, serialized_name: 'customAction', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, min_process_execution_time: { - client_side_validation: true, required: false, serialized_name: 'minProcessExecutionTime', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb index d2a63db170..e362722cb0 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb @@ -26,7 +26,6 @@ class AutoHealCustomAction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealCustomAction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'AutoHealCustomAction', model_properties: { exe: { - client_side_validation: true, required: false, serialized_name: 'exe', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_rules.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_rules.rb index 739cad1dcb..66ed5c43c0 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_rules.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_rules.rb @@ -27,7 +27,6 @@ class AutoHealRules # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealRules', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'AutoHealRules', model_properties: { triggers: { - client_side_validation: true, required: false, serialized_name: 'triggers', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, actions: { - client_side_validation: true, required: false, serialized_name: 'actions', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb index 3fdf18f423..afc401e998 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb @@ -32,7 +32,6 @@ class AutoHealTriggers # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealTriggers', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AutoHealTriggers', model_properties: { requests: { - client_side_validation: true, required: false, serialized_name: 'requests', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, private_bytes_in_kb: { - client_side_validation: true, required: false, serialized_name: 'privateBytesInKB', type: { @@ -57,13 +54,11 @@ def self.mapper() } }, status_codes: { - client_side_validation: true, required: false, serialized_name: 'statusCodes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTriggerElementType', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, slow_requests: { - client_side_validation: true, required: false, serialized_name: 'slowRequests', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/capability.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/capability.rb index 64fb90b72b..dea334d01c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/capability.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/capability.rb @@ -28,7 +28,6 @@ class Capability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Capability', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'Capability', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, serialized_name: 'reason', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cloning_info.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cloning_info.rb index d9b6b5c461..1c12408601 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cloning_info.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cloning_info.rb @@ -70,7 +70,6 @@ class CloningInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CloningInfo', type: { @@ -78,7 +77,6 @@ def self.mapper() class_name: 'CloningInfo', model_properties: { correlation_id: { - client_side_validation: true, required: false, serialized_name: 'correlationId', type: { @@ -86,7 +84,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'overwrite', type: { @@ -94,7 +91,6 @@ def self.mapper() } }, clone_custom_host_names: { - client_side_validation: true, required: false, serialized_name: 'cloneCustomHostNames', type: { @@ -102,7 +98,6 @@ def self.mapper() } }, clone_source_control: { - client_side_validation: true, required: false, serialized_name: 'cloneSourceControl', type: { @@ -110,7 +105,6 @@ def self.mapper() } }, source_web_app_id: { - client_side_validation: true, required: true, serialized_name: 'sourceWebAppId', type: { @@ -118,7 +112,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironment', type: { @@ -126,13 +119,11 @@ def self.mapper() } }, app_settings_overrides: { - client_side_validation: true, required: false, serialized_name: 'appSettingsOverrides', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -142,7 +133,6 @@ def self.mapper() } }, configure_load_balancing: { - client_side_validation: true, required: false, serialized_name: 'configureLoadBalancing', type: { @@ -150,7 +140,6 @@ def self.mapper() } }, traffic_manager_profile_id: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileId', type: { @@ -158,7 +147,6 @@ def self.mapper() } }, traffic_manager_profile_name: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileName', type: { @@ -166,7 +154,6 @@ def self.mapper() } }, ignore_quotas: { - client_side_validation: true, required: false, serialized_name: 'ignoreQuotas', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/conn_string_info.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/conn_string_info.rb index bec8c0db34..5777349ef0 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/conn_string_info.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/conn_string_info.rb @@ -30,7 +30,6 @@ class ConnStringInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfo', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ConnStringInfo', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'connectionString', type: { @@ -54,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/contact.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/contact.rb index 417219e4b9..4edebc5619 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/contact.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/contact.rb @@ -49,7 +49,6 @@ class Contact # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Contact', type: { @@ -57,7 +56,6 @@ def self.mapper() class_name: 'Contact', model_properties: { address_mailing: { - client_side_validation: true, required: false, serialized_name: 'addressMailing', type: { @@ -66,7 +64,6 @@ def self.mapper() } }, email: { - client_side_validation: true, required: true, serialized_name: 'email', type: { @@ -74,7 +71,6 @@ def self.mapper() } }, fax: { - client_side_validation: true, required: false, serialized_name: 'fax', type: { @@ -82,7 +78,6 @@ def self.mapper() } }, job_title: { - client_side_validation: true, required: false, serialized_name: 'jobTitle', type: { @@ -90,7 +85,6 @@ def self.mapper() } }, name_first: { - client_side_validation: true, required: true, serialized_name: 'nameFirst', type: { @@ -98,7 +92,6 @@ def self.mapper() } }, name_last: { - client_side_validation: true, required: true, serialized_name: 'nameLast', type: { @@ -106,7 +99,6 @@ def self.mapper() } }, name_middle: { - client_side_validation: true, required: false, serialized_name: 'nameMiddle', type: { @@ -114,7 +106,6 @@ def self.mapper() } }, organization: { - client_side_validation: true, required: false, serialized_name: 'organization', type: { @@ -122,7 +113,6 @@ def self.mapper() } }, phone: { - client_side_validation: true, required: true, serialized_name: 'phone', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cors_settings.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cors_settings.rb index b2e06985db..931a524cca 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cors_settings.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/cors_settings.rb @@ -24,7 +24,6 @@ class CorsSettings # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CorsSettings', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'CorsSettings', model_properties: { allowed_origins: { - client_side_validation: true, required: false, serialized_name: 'allowedOrigins', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_collection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_collection.rb index abfca451d6..3ad8178bfc 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_collection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'CsmOperationCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description.rb index 75ea9cdc57..3eaee9c5d6 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description.rb @@ -32,7 +32,6 @@ class CsmOperationDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescription', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'CsmOperationDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, display: { - client_side_validation: true, required: false, serialized_name: 'display', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, origin: { - client_side_validation: true, required: false, serialized_name: 'origin', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, serialized_name: 'properties', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb index b76a802bf2..7ede225258 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb @@ -22,7 +22,6 @@ class CsmOperationDescriptionProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionProperties', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'CsmOperationDescriptionProperties', model_properties: { service_specification: { - client_side_validation: true, required: false, serialized_name: 'serviceSpecification', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_display.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_display.rb index f45797845b..9e8d128cef 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_display.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/csm_operation_display.rb @@ -31,7 +31,6 @@ class CsmOperationDisplay # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDisplay', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'CsmOperationDisplay', model_properties: { provider: { - client_side_validation: true, required: false, serialized_name: 'provider', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, resource: { - client_side_validation: true, required: false, serialized_name: 'resource', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, serialized_name: 'operation', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/dimension.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/dimension.rb index 7b34f5705a..768ea9dc80 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/dimension.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/dimension.rb @@ -33,7 +33,6 @@ class Dimension # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Dimension', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'Dimension', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, internal_name: { - client_side_validation: true, required: false, serialized_name: 'internalName', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, to_be_exported_for_shoebox: { - client_side_validation: true, required: false, serialized_name: 'toBeExportedForShoebox', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain.rb index be03a5b3ef..73358df78c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain.rb @@ -93,7 +93,6 @@ class Domain < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Domain', type: { @@ -101,7 +100,6 @@ def self.mapper() class_name: 'Domain', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -110,7 +108,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -119,7 +116,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -127,7 +123,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -135,7 +130,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -144,13 +138,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: { @@ -160,7 +152,6 @@ def self.mapper() } }, contact_admin: { - client_side_validation: true, required: false, serialized_name: 'properties.contactAdmin', type: { @@ -169,7 +160,6 @@ def self.mapper() } }, contact_billing: { - client_side_validation: true, required: false, serialized_name: 'properties.contactBilling', type: { @@ -178,7 +168,6 @@ def self.mapper() } }, contact_registrant: { - client_side_validation: true, required: false, serialized_name: 'properties.contactRegistrant', type: { @@ -187,7 +176,6 @@ def self.mapper() } }, contact_tech: { - client_side_validation: true, required: false, serialized_name: 'properties.contactTech', type: { @@ -196,7 +184,6 @@ def self.mapper() } }, registration_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.registrationStatus', @@ -206,7 +193,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -216,14 +202,12 @@ def self.mapper() } }, name_servers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.nameServers', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -233,7 +217,6 @@ def self.mapper() } }, privacy: { - client_side_validation: true, required: false, serialized_name: 'properties.privacy', type: { @@ -241,7 +224,6 @@ def self.mapper() } }, created_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createdTime', @@ -250,7 +232,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationTime', @@ -259,7 +240,6 @@ def self.mapper() } }, last_renewed_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastRenewedTime', @@ -268,7 +248,6 @@ def self.mapper() } }, auto_renew: { - client_side_validation: true, required: false, serialized_name: 'properties.autoRenew', default_value: true, @@ -277,7 +256,6 @@ def self.mapper() } }, ready_for_dns_record_management: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.readyForDnsRecordManagement', @@ -286,14 +264,12 @@ def self.mapper() } }, managed_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.managedHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameElementType', type: { @@ -304,7 +280,6 @@ def self.mapper() } }, consent: { - client_side_validation: true, required: false, serialized_name: 'properties.consent', type: { @@ -313,14 +288,12 @@ def self.mapper() } }, domain_not_renewable_reasons: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.domainNotRenewableReasons', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'enumElementType', type: { @@ -330,7 +303,6 @@ def self.mapper() } }, dns_type: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsType', type: { @@ -339,7 +311,6 @@ def self.mapper() } }, dns_zone_id: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsZoneId', type: { @@ -347,7 +318,6 @@ def self.mapper() } }, target_dns_type: { - client_side_validation: true, required: false, serialized_name: 'properties.targetDnsType', type: { @@ -356,7 +326,6 @@ def self.mapper() } }, auth_code: { - client_side_validation: true, required: false, serialized_name: 'properties.authCode', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_availablility_check_result.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_availablility_check_result.rb index ee02c87294..e497585cc5 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_availablility_check_result.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_availablility_check_result.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_04_01 module Models # - # Domain availablility check result. + # Domain availability check result. # class DomainAvailablilityCheckResult @@ -32,7 +32,6 @@ class DomainAvailablilityCheckResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainAvailablilityCheckResult', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'DomainAvailablilityCheckResult', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, available: { - client_side_validation: true, required: false, serialized_name: 'available', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, domain_type: { - client_side_validation: true, required: false, serialized_name: 'domainType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_collection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_collection.rb index c5da4ef5dd..e1b4ddd16c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_collection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DomainCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DomainElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_control_center_sso_request.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_control_center_sso_request.rb index 2a90e0df50..bb9450af48 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_control_center_sso_request.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_control_center_sso_request.rb @@ -29,7 +29,6 @@ class DomainControlCenterSsoRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainControlCenterSsoRequest', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'DomainControlCenterSsoRequest', model_properties: { url: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'url', @@ -46,7 +44,6 @@ def self.mapper() } }, post_parameter_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'postParameterKey', @@ -55,7 +52,6 @@ def self.mapper() } }, post_parameter_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'postParameterValue', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier.rb index f63c5fa29c..5a1030fb79 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier.rb @@ -22,7 +22,6 @@ class DomainOwnershipIdentifier < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainOwnershipIdentifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'DomainOwnershipIdentifier', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, ownership_id: { - client_side_validation: true, required: false, serialized_name: 'properties.ownershipId', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb index 2a143997ba..e1ab09cfd2 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainOwnershipIdentifierCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DomainOwnershipIdentifierCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DomainOwnershipIdentifierElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_patch_resource.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_patch_resource.rb index b51304abd1..d3e7050c4e 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_patch_resource.rb @@ -93,7 +93,6 @@ class DomainPatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainPatchResource', type: { @@ -101,7 +100,6 @@ def self.mapper() class_name: 'DomainPatchResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -110,7 +108,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -119,7 +116,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -127,7 +123,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -136,7 +131,6 @@ def self.mapper() } }, contact_admin: { - client_side_validation: true, required: false, serialized_name: 'properties.contactAdmin', type: { @@ -145,7 +139,6 @@ def self.mapper() } }, contact_billing: { - client_side_validation: true, required: false, serialized_name: 'properties.contactBilling', type: { @@ -154,7 +147,6 @@ def self.mapper() } }, contact_registrant: { - client_side_validation: true, required: false, serialized_name: 'properties.contactRegistrant', type: { @@ -163,7 +155,6 @@ def self.mapper() } }, contact_tech: { - client_side_validation: true, required: false, serialized_name: 'properties.contactTech', type: { @@ -172,7 +163,6 @@ def self.mapper() } }, registration_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.registrationStatus', @@ -182,7 +172,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -192,14 +181,12 @@ def self.mapper() } }, name_servers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.nameServers', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -209,7 +196,6 @@ def self.mapper() } }, privacy: { - client_side_validation: true, required: false, serialized_name: 'properties.privacy', type: { @@ -217,7 +203,6 @@ def self.mapper() } }, created_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createdTime', @@ -226,7 +211,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationTime', @@ -235,7 +219,6 @@ def self.mapper() } }, last_renewed_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastRenewedTime', @@ -244,7 +227,6 @@ def self.mapper() } }, auto_renew: { - client_side_validation: true, required: false, serialized_name: 'properties.autoRenew', default_value: true, @@ -253,7 +235,6 @@ def self.mapper() } }, ready_for_dns_record_management: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.readyForDnsRecordManagement', @@ -262,14 +243,12 @@ def self.mapper() } }, managed_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.managedHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameElementType', type: { @@ -280,7 +259,6 @@ def self.mapper() } }, consent: { - client_side_validation: true, required: false, serialized_name: 'properties.consent', type: { @@ -289,14 +267,12 @@ def self.mapper() } }, domain_not_renewable_reasons: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.domainNotRenewableReasons', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'enumElementType', type: { @@ -306,7 +282,6 @@ def self.mapper() } }, dns_type: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsType', type: { @@ -315,7 +290,6 @@ def self.mapper() } }, dns_zone_id: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsZoneId', type: { @@ -323,7 +297,6 @@ def self.mapper() } }, target_dns_type: { - client_side_validation: true, required: false, serialized_name: 'properties.targetDnsType', type: { @@ -332,7 +305,6 @@ def self.mapper() } }, auth_code: { - client_side_validation: true, required: false, serialized_name: 'properties.authCode', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_purchase_consent.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_purchase_consent.rb index 9cb3eb37b3..a339c20757 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_purchase_consent.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_purchase_consent.rb @@ -31,7 +31,6 @@ class DomainPurchaseConsent # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainPurchaseConsent', type: { @@ -39,13 +38,11 @@ def self.mapper() class_name: 'DomainPurchaseConsent', model_properties: { agreement_keys: { - client_side_validation: true, required: false, serialized_name: 'agreementKeys', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, agreed_by: { - client_side_validation: true, required: false, serialized_name: 'agreedBy', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, agreed_at: { - client_side_validation: true, required: false, serialized_name: 'agreedAt', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb index ee20366c44..6ccee90551 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb @@ -26,7 +26,6 @@ class DomainRecommendationSearchParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainRecommendationSearchParameters', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'DomainRecommendationSearchParameters', model_properties: { keywords: { - client_side_validation: true, required: false, serialized_name: 'keywords', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, max_domain_recommendations: { - client_side_validation: true, required: false, serialized_name: 'maxDomainRecommendations', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/error_response.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/error_response.rb index 2a47ad79ab..4da4013b09 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/error_response.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/error_response.rb @@ -25,7 +25,6 @@ class ErrorResponse # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ErrorResponse', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ErrorResponse', model_properties: { code: { - client_side_validation: true, required: false, serialized_name: 'code', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/experiments.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/experiments.rb index 9edda2f7ef..9bc43d51b3 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/experiments.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/experiments.rb @@ -22,7 +22,6 @@ class Experiments # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Experiments', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'Experiments', model_properties: { ramp_up_rules: { - client_side_validation: true, required: false, serialized_name: 'rampUpRules', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RampUpRuleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/handler_mapping.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/handler_mapping.rb index 609104d662..10760c1940 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/handler_mapping.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/handler_mapping.rb @@ -33,7 +33,6 @@ class HandlerMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HandlerMapping', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'HandlerMapping', model_properties: { extension: { - client_side_validation: true, required: false, serialized_name: 'extension', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, script_processor: { - client_side_validation: true, required: false, serialized_name: 'scriptProcessor', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, arguments: { - client_side_validation: true, required: false, serialized_name: 'arguments', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name.rb index a6fa0f1cbb..e2e5937062 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name.rb @@ -44,7 +44,6 @@ class HostName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostName', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'HostName', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,13 +58,11 @@ def self.mapper() } }, site_names: { - client_side_validation: true, required: false, serialized_name: 'siteNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, azure_resource_name: { - client_side_validation: true, required: false, serialized_name: 'azureResourceName', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, azure_resource_type: { - client_side_validation: true, required: false, serialized_name: 'azureResourceType', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, custom_host_name_dns_record_type: { - client_side_validation: true, required: false, serialized_name: 'customHostNameDnsRecordType', type: { @@ -102,7 +95,6 @@ def self.mapper() } }, host_name_type: { - client_side_validation: true, required: false, serialized_name: 'hostNameType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb index 4af0102a3d..585f2a9ad0 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb @@ -40,7 +40,6 @@ class HostNameSslState # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameSslState', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'HostNameSslState', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -56,7 +54,6 @@ def self.mapper() } }, ssl_state: { - client_side_validation: true, required: false, serialized_name: 'sslState', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'thumbprint', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, to_update: { - client_side_validation: true, required: false, serialized_name: 'toUpdate', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, host_type: { - client_side_validation: true, required: false, serialized_name: 'hostType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb index 1d50d3f5e5..2cf8e64408 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb @@ -28,7 +28,6 @@ class HostingEnvironmentProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentProfile', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'HostingEnvironmentProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection.rb index 07d9832372..dc3e9b319f 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection.rb @@ -48,7 +48,6 @@ class HybridConnection < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnection', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'HybridConnection', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -82,7 +78,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +86,6 @@ def self.mapper() } }, service_bus_namespace: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusNamespace', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, relay_name: { - client_side_validation: true, required: false, serialized_name: 'properties.relayName', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, relay_arm_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.relayArmUri', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, hostname: { - client_side_validation: true, required: false, serialized_name: 'properties.hostname', type: { @@ -123,7 +114,6 @@ def self.mapper() } }, port: { - client_side_validation: true, required: false, serialized_name: 'properties.port', type: { @@ -131,7 +121,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyName', type: { @@ -139,7 +128,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyValue', type: { @@ -147,7 +135,6 @@ def self.mapper() } }, service_bus_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusSuffix', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb index c5c72fbe2e..947bf1d0ad 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb @@ -26,7 +26,6 @@ class HybridConnectionKey < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionKey', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'HybridConnectionKey', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyName', @@ -78,7 +72,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyValue', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/identifier.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/identifier.rb index db91ba85cc..87ea441f0b 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/identifier.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/identifier.rb @@ -22,7 +22,6 @@ class Identifier < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Identifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'Identifier', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, identifier_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ip_security_restriction.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ip_security_restriction.rb index fca8de07e1..ca9a71ae39 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ip_security_restriction.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ip_security_restriction.rb @@ -26,7 +26,6 @@ class IpSecurityRestriction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestriction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'IpSecurityRestriction', model_properties: { ip_address: { - client_side_validation: true, required: true, serialized_name: 'ipAddress', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, subnet_mask: { - client_side_validation: true, required: false, serialized_name: 'subnetMask', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/managed_service_identity.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/managed_service_identity.rb index 186f88e4b4..12f643f1a5 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/managed_service_identity.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/managed_service_identity.rb @@ -29,7 +29,6 @@ class ManagedServiceIdentity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedServiceIdentity', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'ManagedServiceIdentity', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', @@ -54,7 +51,6 @@ def self.mapper() } }, principal_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_availability.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_availability.rb index b2d081049d..fcb812755d 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_availability.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/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: { time_grain: { - client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, blob_duration: { - client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_specification.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_specification.rb index 9724f48402..ecf129a6ec 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_specification.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/metric_specification.rb @@ -64,7 +64,6 @@ class MetricSpecification # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricSpecification', type: { @@ -72,7 +71,6 @@ def self.mapper() class_name: 'MetricSpecification', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -80,7 +78,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -88,7 +85,6 @@ def self.mapper() } }, display_description: { - client_side_validation: true, required: false, serialized_name: 'displayDescription', type: { @@ -96,7 +92,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -104,7 +99,6 @@ def self.mapper() } }, aggregation_type: { - client_side_validation: true, required: false, serialized_name: 'aggregationType', type: { @@ -112,7 +106,6 @@ def self.mapper() } }, supports_instance_level_aggregation: { - client_side_validation: true, required: false, serialized_name: 'supportsInstanceLevelAggregation', type: { @@ -120,7 +113,6 @@ def self.mapper() } }, enable_regional_mdm_account: { - client_side_validation: true, required: false, serialized_name: 'enableRegionalMdmAccount', type: { @@ -128,7 +120,6 @@ def self.mapper() } }, source_mdm_account: { - client_side_validation: true, required: false, serialized_name: 'sourceMdmAccount', type: { @@ -136,7 +127,6 @@ def self.mapper() } }, source_mdm_namespace: { - client_side_validation: true, required: false, serialized_name: 'sourceMdmNamespace', type: { @@ -144,7 +134,6 @@ def self.mapper() } }, metric_filter_pattern: { - client_side_validation: true, required: false, serialized_name: 'metricFilterPattern', type: { @@ -152,7 +141,6 @@ def self.mapper() } }, fill_gap_with_zero: { - client_side_validation: true, required: false, serialized_name: 'fillGapWithZero', type: { @@ -160,7 +148,6 @@ def self.mapper() } }, is_internal: { - client_side_validation: true, required: false, serialized_name: 'isInternal', type: { @@ -168,13 +155,11 @@ def self.mapper() } }, dimensions: { - client_side_validation: true, required: false, serialized_name: 'dimensions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DimensionElementType', type: { @@ -185,7 +170,6 @@ def self.mapper() } }, category: { - client_side_validation: true, required: false, serialized_name: 'category', type: { @@ -193,13 +177,11 @@ def self.mapper() } }, availabilities: { - client_side_validation: true, required: false, serialized_name: 'availabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricAvailabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier.rb index a940b59a61..45c1080f6d 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier.rb @@ -22,7 +22,6 @@ class NameIdentifier # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameIdentifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'NameIdentifier', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier_collection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier_collection.rb index 16fb5c05b1..8ddc0796bd 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier_collection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_identifier_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameIdentifierCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'NameIdentifierCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameIdentifierElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_value_pair.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_value_pair.rb index 863615397e..fded9dc73c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_value_pair.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/name_value_pair.rb @@ -25,7 +25,6 @@ class NameValuePair # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameValuePair', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'NameValuePair', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/proxy_only_resource.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/proxy_only_resource.rb index 1ae9b277df..300978cb9a 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/proxy_only_resource.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/proxy_only_resource.rb @@ -32,7 +32,6 @@ class ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyOnlyResource', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ProxyOnlyResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/push_settings.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/push_settings.rb index 32eb15f709..260a947270 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/push_settings.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/push_settings.rb @@ -40,7 +40,6 @@ class PushSettings < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PushSettings', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'PushSettings', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, is_push_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.isPushEnabled', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, tag_whitelist_json: { - client_side_validation: true, required: false, serialized_name: 'properties.tagWhitelistJson', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, tags_requiring_auth: { - client_side_validation: true, required: false, serialized_name: 'properties.tagsRequiringAuth', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, dynamic_tags_json: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicTagsJson', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ramp_up_rule.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ramp_up_rule.rb index 2fafe50d1f..86f26128e3 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ramp_up_rule.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/ramp_up_rule.rb @@ -22,16 +22,16 @@ class RampUpRule # ActionHostName. attr_accessor :reroute_percentage - # @return [Float] In auto ramp up scenario this is the step to to - # add/remove from ReroutePercentage until it reaches + # @return [Float] In auto ramp up scenario this is the step to add/remove + # from ReroutePercentage until it reaches # MinReroutePercentage or MaxReroutePercentage. - # Site metrics are checked every N minutes specificed in + # Site metrics are checked every N minutes specified in # ChangeIntervalInMinutes. # Custom decision algorithm can be provided in TiPCallback site extension # which URL can be specified in ChangeDecisionCallbackUrl. attr_accessor :change_step - # @return [Integer] Specifies interval in mimuntes to reevaluate + # @return [Integer] Specifies interval in minutes to reevaluate # ReroutePercentage. attr_accessor :change_interval_in_minutes @@ -61,7 +61,6 @@ class RampUpRule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RampUpRule', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'RampUpRule', model_properties: { action_host_name: { - client_side_validation: true, required: false, serialized_name: 'actionHostName', type: { @@ -77,7 +75,6 @@ def self.mapper() } }, reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'reroutePercentage', type: { @@ -85,7 +82,6 @@ def self.mapper() } }, change_step: { - client_side_validation: true, required: false, serialized_name: 'changeStep', type: { @@ -93,7 +89,6 @@ def self.mapper() } }, change_interval_in_minutes: { - client_side_validation: true, required: false, serialized_name: 'changeIntervalInMinutes', type: { @@ -101,7 +96,6 @@ def self.mapper() } }, min_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'minReroutePercentage', type: { @@ -109,7 +103,6 @@ def self.mapper() } }, max_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'maxReroutePercentage', type: { @@ -117,7 +110,6 @@ def self.mapper() } }, change_decision_callback_url: { - client_side_validation: true, required: false, serialized_name: 'changeDecisionCallbackUrl', type: { @@ -125,7 +117,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/requests_based_trigger.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/requests_based_trigger.rb index efbe180ac9..85b435c484 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/requests_based_trigger.rb @@ -25,7 +25,6 @@ class RequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RequestsBasedTrigger', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'RequestsBasedTrigger', model_properties: { count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource.rb index c7f300f006..84c8fd13e6 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource.rb @@ -31,22 +31,12 @@ class Resource attr_accessor :tags - # @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: { @@ -54,7 +44,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +52,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +60,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -80,7 +67,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -88,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -97,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: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_availability.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_availability.rb index 3ef908a4ab..953faca584 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_availability.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_availability.rb @@ -25,7 +25,6 @@ class ResourceMetricAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailability', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricAvailability', model_properties: { time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -42,7 +40,6 @@ def self.mapper() } }, retention: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'retention', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_definition.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_definition.rb index 475773794e..758e42772c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_definition.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_definition.rb @@ -41,7 +41,6 @@ class ResourceMetricDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinition', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -75,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -84,7 +79,6 @@ def self.mapper() } }, resource_metric_definition_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -94,7 +88,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -103,7 +96,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.primaryAggregationType', @@ -112,14 +104,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailabilityElementType', type: { @@ -130,7 +120,6 @@ def self.mapper() } }, resource_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceUri', @@ -139,7 +128,6 @@ def self.mapper() } }, resource_metric_definition_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -148,14 +136,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_name.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_name.rb index 14781a8c5c..93c193f7dc 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_name.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/resource_metric_name.rb @@ -25,7 +25,6 @@ class ResourceMetricName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricName', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricName', 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_web/lib/2015-04-01/generated/azure_mgmt_web/models/service_specification.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/service_specification.rb index 6e771b2a74..dd9dbc2fbb 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/service_specification.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/service_specification.rb @@ -23,7 +23,6 @@ class ServiceSpecification # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceSpecification', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServiceSpecification', model_properties: { metric_specifications: { - client_side_validation: true, required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricSpecificationElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site.rb index 55d007a30d..c7d34a775b 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site.rb @@ -156,7 +156,6 @@ class Site < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Site', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'Site', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -198,7 +193,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -207,13 +201,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: { @@ -223,7 +215,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -232,14 +223,12 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -249,7 +238,6 @@ def self.mapper() } }, repository_site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.repositorySiteName', @@ -258,7 +246,6 @@ def self.mapper() } }, usage_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageState', @@ -268,7 +255,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -276,14 +262,12 @@ def self.mapper() } }, enabled_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabledHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -293,7 +277,6 @@ def self.mapper() } }, availability_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.availabilityState', @@ -303,13 +286,11 @@ def self.mapper() } }, host_name_ssl_states: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameSslStates', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameSslStateElementType', type: { @@ -320,7 +301,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -328,7 +308,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -337,7 +316,6 @@ def self.mapper() } }, last_modified_time_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTimeUtc', @@ -346,7 +324,6 @@ def self.mapper() } }, site_config: { - client_side_validation: true, required: false, serialized_name: 'properties.siteConfig', type: { @@ -355,14 +332,12 @@ def self.mapper() } }, traffic_manager_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trafficManagerHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -372,7 +347,6 @@ def self.mapper() } }, scm_site_also_stopped: { - client_side_validation: true, required: false, serialized_name: 'properties.scmSiteAlsoStopped', default_value: false, @@ -381,7 +355,6 @@ def self.mapper() } }, target_swap_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.targetSwapSlot', @@ -390,7 +363,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -399,7 +371,6 @@ def self.mapper() } }, client_affinity_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientAffinityEnabled', type: { @@ -407,7 +378,6 @@ def self.mapper() } }, client_cert_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientCertEnabled', type: { @@ -415,7 +385,6 @@ def self.mapper() } }, host_names_disabled: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNamesDisabled', type: { @@ -423,7 +392,6 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outboundIpAddresses', @@ -432,7 +400,6 @@ def self.mapper() } }, possible_outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.possibleOutboundIpAddresses', @@ -441,7 +408,6 @@ def self.mapper() } }, container_size: { - client_side_validation: true, required: false, serialized_name: 'properties.containerSize', type: { @@ -449,7 +415,6 @@ def self.mapper() } }, daily_memory_time_quota: { - client_side_validation: true, required: false, serialized_name: 'properties.dailyMemoryTimeQuota', type: { @@ -457,7 +422,6 @@ def self.mapper() } }, suspended_till: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suspendedTill', @@ -466,7 +430,6 @@ def self.mapper() } }, max_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxNumberOfWorkers', @@ -475,7 +438,6 @@ def self.mapper() } }, cloning_info: { - client_side_validation: true, required: false, serialized_name: 'properties.cloningInfo', type: { @@ -484,7 +446,6 @@ def self.mapper() } }, snapshot_info: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotInfo', type: { @@ -493,7 +454,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -502,7 +462,6 @@ def self.mapper() } }, is_default_container: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefaultContainer', @@ -511,7 +470,6 @@ def self.mapper() } }, default_host_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultHostName', @@ -520,7 +478,6 @@ def self.mapper() } }, slot_swap_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.slotSwapStatus', @@ -530,7 +487,6 @@ def self.mapper() } }, https_only: { - client_side_validation: true, required: false, serialized_name: 'properties.httpsOnly', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_config.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_config.rb index 19f0fc2836..348bb07a6f 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_config.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_config.rb @@ -118,7 +118,7 @@ class SiteConfig # 'WeightedTotalTraffic', 'RequestHash' attr_accessor :load_balancing - # @return [Experiments] This is work around for polymophic types. + # @return [Experiments] This is work around for polymorphic types. attr_accessor :experiments # @return [SiteLimits] Site limits. @@ -173,7 +173,6 @@ class SiteConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfig', type: { @@ -181,7 +180,6 @@ def self.mapper() class_name: 'SiteConfig', model_properties: { number_of_workers: { - client_side_validation: true, required: false, serialized_name: 'numberOfWorkers', type: { @@ -189,13 +187,11 @@ def self.mapper() } }, default_documents: { - client_side_validation: true, required: false, serialized_name: 'defaultDocuments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -205,7 +201,6 @@ def self.mapper() } }, net_framework_version: { - client_side_validation: true, required: false, serialized_name: 'netFrameworkVersion', default_value: 'v4.6', @@ -214,7 +209,6 @@ def self.mapper() } }, php_version: { - client_side_validation: true, required: false, serialized_name: 'phpVersion', type: { @@ -222,7 +216,6 @@ def self.mapper() } }, python_version: { - client_side_validation: true, required: false, serialized_name: 'pythonVersion', type: { @@ -230,7 +223,6 @@ def self.mapper() } }, node_version: { - client_side_validation: true, required: false, serialized_name: 'nodeVersion', type: { @@ -238,7 +230,6 @@ def self.mapper() } }, linux_fx_version: { - client_side_validation: true, required: false, serialized_name: 'linuxFxVersion', type: { @@ -246,7 +237,6 @@ def self.mapper() } }, request_tracing_enabled: { - client_side_validation: true, required: false, serialized_name: 'requestTracingEnabled', type: { @@ -254,7 +244,6 @@ def self.mapper() } }, request_tracing_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'requestTracingExpirationTime', type: { @@ -262,7 +251,6 @@ def self.mapper() } }, remote_debugging_enabled: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingEnabled', type: { @@ -270,7 +258,6 @@ def self.mapper() } }, remote_debugging_version: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingVersion', type: { @@ -278,7 +265,6 @@ def self.mapper() } }, http_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'httpLoggingEnabled', type: { @@ -286,7 +272,6 @@ def self.mapper() } }, logs_directory_size_limit: { - client_side_validation: true, required: false, serialized_name: 'logsDirectorySizeLimit', type: { @@ -294,7 +279,6 @@ def self.mapper() } }, detailed_error_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'detailedErrorLoggingEnabled', type: { @@ -302,7 +286,6 @@ def self.mapper() } }, publishing_username: { - client_side_validation: true, required: false, serialized_name: 'publishingUsername', type: { @@ -310,13 +293,11 @@ def self.mapper() } }, app_settings: { - client_side_validation: true, required: false, serialized_name: 'appSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -327,13 +308,11 @@ def self.mapper() } }, connection_strings: { - client_side_validation: true, required: false, serialized_name: 'connectionStrings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfoElementType', type: { @@ -344,7 +323,6 @@ def self.mapper() } }, machine_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'machineKey', @@ -354,13 +332,11 @@ def self.mapper() } }, handler_mappings: { - client_side_validation: true, required: false, serialized_name: 'handlerMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HandlerMappingElementType', type: { @@ -371,7 +347,6 @@ def self.mapper() } }, document_root: { - client_side_validation: true, required: false, serialized_name: 'documentRoot', type: { @@ -379,7 +354,6 @@ def self.mapper() } }, scm_type: { - client_side_validation: true, required: false, serialized_name: 'scmType', type: { @@ -387,7 +361,6 @@ def self.mapper() } }, use32bit_worker_process: { - client_side_validation: true, required: false, serialized_name: 'use32BitWorkerProcess', type: { @@ -395,7 +368,6 @@ def self.mapper() } }, web_sockets_enabled: { - client_side_validation: true, required: false, serialized_name: 'webSocketsEnabled', type: { @@ -403,7 +375,6 @@ def self.mapper() } }, always_on: { - client_side_validation: true, required: false, serialized_name: 'alwaysOn', type: { @@ -411,7 +382,6 @@ def self.mapper() } }, java_version: { - client_side_validation: true, required: false, serialized_name: 'javaVersion', type: { @@ -419,7 +389,6 @@ def self.mapper() } }, java_container: { - client_side_validation: true, required: false, serialized_name: 'javaContainer', type: { @@ -427,7 +396,6 @@ def self.mapper() } }, java_container_version: { - client_side_validation: true, required: false, serialized_name: 'javaContainerVersion', type: { @@ -435,7 +403,6 @@ def self.mapper() } }, app_command_line: { - client_side_validation: true, required: false, serialized_name: 'appCommandLine', type: { @@ -443,7 +410,6 @@ def self.mapper() } }, managed_pipeline_mode: { - client_side_validation: true, required: false, serialized_name: 'managedPipelineMode', type: { @@ -452,13 +418,11 @@ def self.mapper() } }, virtual_applications: { - client_side_validation: true, required: false, serialized_name: 'virtualApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualApplicationElementType', type: { @@ -469,7 +433,6 @@ def self.mapper() } }, load_balancing: { - client_side_validation: true, required: false, serialized_name: 'loadBalancing', type: { @@ -478,7 +441,6 @@ def self.mapper() } }, experiments: { - client_side_validation: true, required: false, serialized_name: 'experiments', type: { @@ -487,7 +449,6 @@ def self.mapper() } }, limits: { - client_side_validation: true, required: false, serialized_name: 'limits', type: { @@ -496,7 +457,6 @@ def self.mapper() } }, auto_heal_enabled: { - client_side_validation: true, required: false, serialized_name: 'autoHealEnabled', type: { @@ -504,7 +464,6 @@ def self.mapper() } }, auto_heal_rules: { - client_side_validation: true, required: false, serialized_name: 'autoHealRules', type: { @@ -513,7 +472,6 @@ def self.mapper() } }, tracing_options: { - client_side_validation: true, required: false, serialized_name: 'tracingOptions', type: { @@ -521,7 +479,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetName', type: { @@ -529,7 +486,6 @@ def self.mapper() } }, cors: { - client_side_validation: true, required: false, serialized_name: 'cors', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, push: { - client_side_validation: true, required: false, serialized_name: 'push', type: { @@ -547,7 +502,6 @@ def self.mapper() } }, api_definition: { - client_side_validation: true, required: false, serialized_name: 'apiDefinition', type: { @@ -556,7 +510,6 @@ def self.mapper() } }, auto_swap_slot_name: { - client_side_validation: true, required: false, serialized_name: 'autoSwapSlotName', type: { @@ -564,7 +517,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, serialized_name: 'localMySqlEnabled', default_value: false, @@ -573,13 +525,11 @@ def self.mapper() } }, ip_security_restrictions: { - client_side_validation: true, required: false, serialized_name: 'ipSecurityRestrictions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestrictionElementType', type: { @@ -590,7 +540,6 @@ def self.mapper() } }, http20enabled: { - client_side_validation: true, required: false, serialized_name: 'http20Enabled', default_value: true, @@ -599,7 +548,6 @@ def self.mapper() } }, min_tls_version: { - client_side_validation: true, required: false, serialized_name: 'minTlsVersion', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_limits.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_limits.rb index 49e7876849..0350c0a5c8 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_limits.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_limits.rb @@ -28,7 +28,6 @@ class SiteLimits # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteLimits', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SiteLimits', model_properties: { max_percentage_cpu: { - client_side_validation: true, required: false, serialized_name: 'maxPercentageCpu', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, max_memory_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxMemoryInMb', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, max_disk_size_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxDiskSizeInMb', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_machine_key.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_machine_key.rb index 7ad7274b15..d81f80370d 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_machine_key.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/site_machine_key.rb @@ -31,7 +31,6 @@ class SiteMachineKey # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteMachineKey', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SiteMachineKey', model_properties: { validation: { - client_side_validation: true, required: false, serialized_name: 'validation', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, validation_key: { - client_side_validation: true, required: false, serialized_name: 'validationKey', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, decryption: { - client_side_validation: true, required: false, serialized_name: 'decryption', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, decryption_key: { - client_side_validation: true, required: false, serialized_name: 'decryptionKey', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_capacity.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_capacity.rb index 8cd3d37da5..6fa79cacff 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_capacity.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_capacity.rb @@ -35,7 +35,6 @@ class SkuCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuCapacity', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'SkuCapacity', model_properties: { minimum: { - client_side_validation: true, required: false, serialized_name: 'minimum', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, serialized_name: 'maximum', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, default: { - client_side_validation: true, required: false, serialized_name: 'default', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, scale_type: { - client_side_validation: true, required: false, serialized_name: 'scaleType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_description.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_description.rb index 5923dce822..3420fbeb6c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_description.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/sku_description.rb @@ -44,7 +44,6 @@ class SkuDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuDescription', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'SkuDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,7 +58,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -68,7 +65,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, sku_capacity: { - client_side_validation: true, required: false, serialized_name: 'skuCapacity', type: { @@ -101,13 +94,11 @@ def self.mapper() } }, locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -117,13 +108,11 @@ def self.mapper() } }, capabilities: { - client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CapabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slot_swap_status.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slot_swap_status.rb index 2bc6830464..b303ade20d 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slot_swap_status.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slot_swap_status.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_04_01 module Models # - # The status of the last successfull slot swap operation. + # The status of the last successful slot swap operation. # class SlotSwapStatus @@ -28,7 +28,6 @@ class SlotSwapStatus # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotSwapStatus', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlotSwapStatus', model_properties: { timestamp_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestampUtc', @@ -45,7 +43,6 @@ def self.mapper() } }, source_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceSlotName', @@ -54,7 +51,6 @@ def self.mapper() } }, destination_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'destinationSlotName', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb index 7abfbe74e3..0fa48d9c59 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb @@ -28,7 +28,6 @@ class SlowRequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlowRequestsBasedTrigger', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlowRequestsBasedTrigger', model_properties: { time_taken: { - client_side_validation: true, required: false, serialized_name: 'timeTaken', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb index f756c20cfd..c8439377e0 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb @@ -40,7 +40,6 @@ class SnapshotRecoveryRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryRequest', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'SnapshotRecoveryRequest', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, snapshot_time: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotTime', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, recovery_target: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryTarget', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'properties.overwrite', type: { @@ -108,7 +100,6 @@ def self.mapper() } }, recover_configuration: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverConfiguration', type: { @@ -116,7 +107,6 @@ def self.mapper() } }, ignore_conflicting_host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreConflictingHostNames', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb index 974f0901e9..fde055ac82 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb @@ -30,7 +30,6 @@ class SnapshotRecoveryTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryTarget', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'SnapshotRecoveryTarget', model_properties: { location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb index ee07dba077..fcdea788af 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb @@ -34,7 +34,6 @@ class StatusCodesBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTrigger', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'StatusCodesBasedTrigger', model_properties: { status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, sub_status: { - client_side_validation: true, required: false, serialized_name: 'subStatus', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, win32status: { - client_side_validation: true, required: false, serialized_name: 'win32Status', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement.rb index a71288df98..b868bba068 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement.rb @@ -31,7 +31,6 @@ class TldLegalAgreement # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TldLegalAgreement', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'TldLegalAgreement', model_properties: { agreement_key: { - client_side_validation: true, required: true, serialized_name: 'agreementKey', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, title: { - client_side_validation: true, required: true, serialized_name: 'title', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, content: { - client_side_validation: true, required: true, serialized_name: 'content', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, url: { - client_side_validation: true, required: false, serialized_name: 'url', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb index 13317ed294..7a7fb7f2b5 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TldLegalAgreementCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'TldLegalAgreementCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TldLegalAgreementElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain.rb index c7bb9a0b84..453b3b7dd2 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain.rb @@ -26,7 +26,6 @@ class TopLevelDomain < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TopLevelDomain', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'TopLevelDomain', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -78,7 +72,6 @@ def self.mapper() } }, privacy: { - client_side_validation: true, required: false, serialized_name: 'properties.privacy', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb index 6a096f2bc4..f8ac85272f 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb @@ -29,7 +29,6 @@ class TopLevelDomainAgreementOption # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TopLevelDomainAgreementOption', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'TopLevelDomainAgreementOption', model_properties: { include_privacy: { - client_side_validation: true, required: false, serialized_name: 'includePrivacy', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, for_transfer: { - client_side_validation: true, required: false, serialized_name: 'forTransfer', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_collection.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_collection.rb index f9e3b5ec7d..eb7624697a 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_collection.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/top_level_domain_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TopLevelDomainCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'TopLevelDomainCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TopLevelDomainElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/user.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/user.rb index 6bf0b1598e..acd2c52d04 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/user.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/user.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_04_01 module Models # - # User crendentials used for publishing activity. + # User credentials used for publishing activity. # class User < ProxyOnlyResource @@ -34,7 +34,6 @@ class User < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'User', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'User', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, publishing_user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingUserName', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, publishing_password: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPassword', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, publishing_password_hash: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHash', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, publishing_password_hash_salt: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHashSalt', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_application.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_application.rb index a13bb17021..ef95f80e3c 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_application.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_application.rb @@ -33,7 +33,6 @@ class VirtualApplication # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualApplication', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'VirtualApplication', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, preload_enabled: { - client_side_validation: true, required: false, serialized_name: 'preloadEnabled', type: { @@ -65,13 +61,11 @@ def self.mapper() } }, virtual_directories: { - client_side_validation: true, required: false, serialized_name: 'virtualDirectories', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectoryElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_directory.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_directory.rb index 4e7d485643..17da9e04d3 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_directory.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/virtual_directory.rb @@ -25,7 +25,6 @@ class VirtualDirectory # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectory', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'VirtualDirectory', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_gateway.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_gateway.rb index f0aebd12db..9010fe333f 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_gateway.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_gateway.rb @@ -26,7 +26,6 @@ class VnetGateway < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetGateway', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetGateway', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, vpn_package_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.vpnPackageUri', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_info.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_info.rb index 72832f54bb..9a91ba8a1b 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_info.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_info.rb @@ -42,7 +42,6 @@ class VnetInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetInfo', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'VnetInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, vnet_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceId', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, cert_thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.certThumbprint', @@ -102,7 +95,6 @@ def self.mapper() } }, cert_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.certBlob', type: { @@ -110,14 +102,12 @@ def self.mapper() } }, routes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.routes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VnetRouteElementType', type: { @@ -128,7 +118,6 @@ def self.mapper() } }, resync_required: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resyncRequired', @@ -137,7 +126,6 @@ def self.mapper() } }, dns_servers: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsServers', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_route.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_route.rb index a9b8fd3233..d88ce2c6e5 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_route.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/models/vnet_route.rb @@ -44,7 +44,6 @@ class VnetRoute < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetRoute', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'VnetRoute', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +82,6 @@ def self.mapper() } }, vnet_route_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, start_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, end_address: { - client_side_validation: true, required: false, serialized_name: 'properties.endAddress', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, route_type: { - client_side_validation: true, required: false, serialized_name: 'properties.routeType', type: { diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/top_level_domains.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/top_level_domains.rb index ca3331f30b..0942ebefec 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/top_level_domains.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/top_level_domains.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -122,8 +121,8 @@ def list_async(custom_headers:nil) # # @return [TopLevelDomain] operation results. # - def get(name, custom_headers:nil) - response = get_async(name, custom_headers:custom_headers).value! + def get(name, custom_headers = nil) + response = get_async(name, custom_headers).value! response.body unless response.nil? end @@ -138,8 +137,8 @@ def get(name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(name, custom_headers:nil) - get_async(name, custom_headers:custom_headers).value! + def get_with_http_info(name, custom_headers = nil) + get_async(name, custom_headers).value! end # @@ -153,14 +152,13 @@ def get_with_http_info(name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(name, custom_headers:nil) + def get_async(name, custom_headers = nil) fail ArgumentError, 'name is nil' if 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 @@ -220,8 +218,8 @@ def get_async(name, custom_headers:nil) # # @return [Array] operation results. # - def list_agreements(name, agreement_option, custom_headers:nil) - first_page = list_agreements_as_lazy(name, agreement_option, custom_headers:custom_headers) + def list_agreements(name, agreement_option, custom_headers = nil) + first_page = list_agreements_as_lazy(name, agreement_option, custom_headers) first_page.get_all_items end @@ -240,8 +238,8 @@ def list_agreements(name, agreement_option, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_agreements_with_http_info(name, agreement_option, custom_headers:nil) - list_agreements_async(name, agreement_option, custom_headers:custom_headers).value! + def list_agreements_with_http_info(name, agreement_option, custom_headers = nil) + list_agreements_async(name, agreement_option, custom_headers).value! end # @@ -259,7 +257,7 @@ def list_agreements_with_http_info(name, agreement_option, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_agreements_async(name, agreement_option, custom_headers:nil) + def list_agreements_async(name, agreement_option, custom_headers = nil) fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'agreement_option is nil' if agreement_option.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -267,12 +265,13 @@ def list_agreements_async(name, agreement_option, 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 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::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption.mapper() request_content = @client.serialize(request_mapper, agreement_option) @@ -331,8 +330,8 @@ def list_agreements_async(name, agreement_option, custom_headers:nil) # # @return [TopLevelDomainCollection] 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 @@ -348,8 +347,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 # @@ -364,12 +363,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 @@ -427,8 +425,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [TldLegalAgreementCollection] operation results. # - def list_agreements_next(next_page_link, custom_headers:nil) - response = list_agreements_next_async(next_page_link, custom_headers:custom_headers).value! + def list_agreements_next(next_page_link, custom_headers = nil) + response = list_agreements_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -446,8 +444,8 @@ def list_agreements_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_agreements_next_with_http_info(next_page_link, custom_headers:nil) - list_agreements_next_async(next_page_link, custom_headers:custom_headers).value! + def list_agreements_next_with_http_info(next_page_link, custom_headers = nil) + list_agreements_next_async(next_page_link, custom_headers).value! end # @@ -464,12 +462,11 @@ def list_agreements_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_agreements_next_async(next_page_link, custom_headers:nil) + def list_agreements_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 @@ -524,12 +521,12 @@ def list_agreements_next_async(next_page_link, custom_headers:nil) # @return [TopLevelDomainCollection] 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 @@ -551,12 +548,12 @@ def list_as_lazy(custom_headers:nil) # @return [TldLegalAgreementCollection] which provide lazy access to pages of # the response. # - def list_agreements_as_lazy(name, agreement_option, custom_headers:nil) - response = list_agreements_async(name, agreement_option, custom_headers:custom_headers).value! + def list_agreements_as_lazy(name, agreement_option, custom_headers = nil) + response = list_agreements_async(name, agreement_option, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_agreements_next_async(next_page_link, custom_headers:custom_headers) + list_agreements_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/version.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/version.rb new file mode 100644 index 0000000000..1b879af22b --- /dev/null +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/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::Web::Mgmt::V2015_04_01 + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/web_site_management_client.rb b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/web_site_management_client.rb index e6517ece5a..0514411ab9 100644 --- a/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/web_site_management_client.rb +++ b/management/azure_mgmt_web/lib/2015-04-01/generated/azure_mgmt_web/web_site_management_client.rb @@ -24,16 +24,15 @@ class WebSiteManagementClient < MsRestAzure::AzureServiceClient # @return [String] API Version 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 [Domains] domains @@ -114,9 +113,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? @@ -133,7 +129,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_web' - sdk_information = "#{sdk_information}/0.17.2" + if defined? Azure::Web::Mgmt::V2015_04_01::VERSION + sdk_information = "#{sdk_information}/#{Azure::Web::Mgmt::V2015_04_01::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/app_service_certificate_orders.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/app_service_certificate_orders.rb index e211409df8..e5981bb91c 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/app_service_certificate_orders.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/app_service_certificate_orders.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -122,8 +121,8 @@ def list_async(custom_headers:nil) # will be added to the HTTP request. # # - def validate_purchase_information(app_service_certificate_order, custom_headers:nil) - response = validate_purchase_information_async(app_service_certificate_order, custom_headers:custom_headers).value! + def validate_purchase_information(app_service_certificate_order, custom_headers = nil) + response = validate_purchase_information_async(app_service_certificate_order, custom_headers).value! nil end @@ -139,8 +138,8 @@ def validate_purchase_information(app_service_certificate_order, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def validate_purchase_information_with_http_info(app_service_certificate_order, custom_headers:nil) - validate_purchase_information_async(app_service_certificate_order, custom_headers:custom_headers).value! + def validate_purchase_information_with_http_info(app_service_certificate_order, custom_headers = nil) + validate_purchase_information_async(app_service_certificate_order, custom_headers).value! end # @@ -155,19 +154,20 @@ def validate_purchase_information_with_http_info(app_service_certificate_order, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def validate_purchase_information_async(app_service_certificate_order, custom_headers:nil) + def validate_purchase_information_async(app_service_certificate_order, custom_headers = nil) fail ArgumentError, 'app_service_certificate_order is nil' if app_service_certificate_order.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 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::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder.mapper() request_content = @client.serialize(request_mapper, app_service_certificate_order) @@ -216,8 +216,8 @@ def validate_purchase_information_async(app_service_certificate_order, custom_he # # @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 @@ -233,8 +233,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 # @@ -249,17 +249,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, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -317,8 +313,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [AppServiceCertificateOrder] operation results. # - def get(resource_group_name, certificate_order_name, custom_headers:nil) - response = get_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def get(resource_group_name, certificate_order_name, custom_headers = nil) + response = get_async(resource_group_name, certificate_order_name, custom_headers).value! response.body unless response.nil? end @@ -335,8 +331,8 @@ def get(resource_group_name, certificate_order_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, certificate_order_name, custom_headers:nil) - get_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, certificate_order_name, custom_headers = nil) + get_async(resource_group_name, certificate_order_name, custom_headers).value! end # @@ -352,18 +348,14 @@ def get_with_http_info(resource_group_name, certificate_order_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, certificate_order_name, custom_headers:nil) + def get_async(resource_group_name, certificate_order_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_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 @@ -417,14 +409,14 @@ def get_async(resource_group_name, certificate_order_name, custom_headers:nil) # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name [AppServiceCertificateOrder] - # Distinguished name to to use for the certificate order. + # Distinguished name to use for the certificate order. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [AppServiceCertificateOrder] operation results. # - def create_or_update(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:nil) - response = create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) + response = create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers).value! response.body unless response.nil? end @@ -433,16 +425,16 @@ def create_or_update(resource_group_name, certificate_order_name, certificate_di # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name [AppServiceCertificateOrder] - # Distinguished name to to use for the certificate order. + # Distinguished name to use for the certificate order. # @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, certificate_order_name, certificate_distinguished_name, custom_headers:nil) + def create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -470,8 +462,8 @@ def create_or_update_async(resource_group_name, certificate_order_name, certific # will be added to the HTTP request. # # - def delete(resource_group_name, certificate_order_name, custom_headers:nil) - response = delete_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def delete(resource_group_name, certificate_order_name, custom_headers = nil) + response = delete_async(resource_group_name, certificate_order_name, custom_headers).value! nil end @@ -488,8 +480,8 @@ def delete(resource_group_name, certificate_order_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, certificate_order_name, custom_headers:nil) - delete_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, certificate_order_name, custom_headers = nil) + delete_async(resource_group_name, certificate_order_name, custom_headers).value! end # @@ -505,18 +497,14 @@ def delete_with_http_info(resource_group_name, certificate_order_name, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, certificate_order_name, custom_headers:nil) + def delete_async(resource_group_name, certificate_order_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_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 @@ -560,15 +548,15 @@ def delete_async(resource_group_name, certificate_order_name, custom_headers:nil # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name - # [AppServiceCertificateOrderPatchResource] Distinguished name to to use for - # the certificate order. + # [AppServiceCertificateOrderPatchResource] Distinguished name to use for the + # certificate order. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [AppServiceCertificateOrder] operation results. # - def update(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:nil) - response = update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:custom_headers).value! + def update(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) + response = update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers).value! response.body unless response.nil? end @@ -581,15 +569,15 @@ def update(resource_group_name, certificate_order_name, certificate_distinguishe # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name - # [AppServiceCertificateOrderPatchResource] Distinguished name to to use for - # the certificate order. + # [AppServiceCertificateOrderPatchResource] Distinguished name to use for the + # certificate order. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:nil) - update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) + update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers).value! end # @@ -601,18 +589,15 @@ def update_with_http_info(resource_group_name, certificate_order_name, certifica # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name - # [AppServiceCertificateOrderPatchResource] Distinguished name to to use for - # the certificate order. + # [AppServiceCertificateOrderPatchResource] Distinguished name to use for the + # certificate order. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:nil) + def update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'certificate_distinguished_name is nil' if certificate_distinguished_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -620,12 +605,13 @@ def update_async(resource_group_name, certificate_order_name, certificate_distin 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::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource.mapper() request_content = @client.serialize(request_mapper, certificate_distinguished_name) @@ -695,8 +681,8 @@ def update_async(resource_group_name, certificate_order_name, certificate_distin # # @return [Array] operation results. # - def list_certificates(resource_group_name, certificate_order_name, custom_headers:nil) - first_page = list_certificates_as_lazy(resource_group_name, certificate_order_name, custom_headers:custom_headers) + def list_certificates(resource_group_name, certificate_order_name, custom_headers = nil) + first_page = list_certificates_as_lazy(resource_group_name, certificate_order_name, custom_headers) first_page.get_all_items end @@ -713,8 +699,8 @@ def list_certificates(resource_group_name, certificate_order_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_certificates_with_http_info(resource_group_name, certificate_order_name, custom_headers:nil) - list_certificates_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def list_certificates_with_http_info(resource_group_name, certificate_order_name, custom_headers = nil) + list_certificates_async(resource_group_name, certificate_order_name, custom_headers).value! end # @@ -730,18 +716,14 @@ def list_certificates_with_http_info(resource_group_name, certificate_order_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_certificates_async(resource_group_name, certificate_order_name, custom_headers:nil) + def list_certificates_async(resource_group_name, certificate_order_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_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 @@ -800,8 +782,8 @@ def list_certificates_async(resource_group_name, certificate_order_name, custom_ # # @return [AppServiceCertificateResource] operation results. # - def get_certificate(resource_group_name, certificate_order_name, name, custom_headers:nil) - response = get_certificate_async(resource_group_name, certificate_order_name, name, custom_headers:custom_headers).value! + def get_certificate(resource_group_name, certificate_order_name, name, custom_headers = nil) + response = get_certificate_async(resource_group_name, certificate_order_name, name, custom_headers).value! response.body unless response.nil? end @@ -819,8 +801,8 @@ def get_certificate(resource_group_name, certificate_order_name, name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_certificate_with_http_info(resource_group_name, certificate_order_name, name, custom_headers:nil) - get_certificate_async(resource_group_name, certificate_order_name, name, custom_headers:custom_headers).value! + def get_certificate_with_http_info(resource_group_name, certificate_order_name, name, custom_headers = nil) + get_certificate_async(resource_group_name, certificate_order_name, name, custom_headers).value! end # @@ -837,11 +819,8 @@ def get_certificate_with_http_info(resource_group_name, certificate_order_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_certificate_async(resource_group_name, certificate_order_name, name, custom_headers:nil) + def get_certificate_async(resource_group_name, certificate_order_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -849,7 +828,6 @@ def get_certificate_async(resource_group_name, certificate_order_name, name, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -910,8 +888,8 @@ def get_certificate_async(resource_group_name, certificate_order_name, name, cus # # @return [AppServiceCertificateResource] operation results. # - def create_or_update_certificate(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) - response = create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:custom_headers).value! + def create_or_update_certificate(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) + response = create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers).value! response.body unless response.nil? end @@ -928,9 +906,9 @@ def create_or_update_certificate(resource_group_name, certificate_order_name, na # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) + def create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) # Send request - promise = begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:custom_headers) + promise = begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -959,8 +937,8 @@ def create_or_update_certificate_async(resource_group_name, certificate_order_na # will be added to the HTTP request. # # - def delete_certificate(resource_group_name, certificate_order_name, name, custom_headers:nil) - response = delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers:custom_headers).value! + def delete_certificate(resource_group_name, certificate_order_name, name, custom_headers = nil) + response = delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers).value! nil end @@ -978,8 +956,8 @@ def delete_certificate(resource_group_name, certificate_order_name, name, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_certificate_with_http_info(resource_group_name, certificate_order_name, name, custom_headers:nil) - delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers:custom_headers).value! + def delete_certificate_with_http_info(resource_group_name, certificate_order_name, name, custom_headers = nil) + delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers).value! end # @@ -996,11 +974,8 @@ def delete_certificate_with_http_info(resource_group_name, certificate_order_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers:nil) + def delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1008,7 +983,6 @@ def delete_certificate_async(resource_group_name, certificate_order_name, name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1059,8 +1033,8 @@ def delete_certificate_async(resource_group_name, certificate_order_name, name, # # @return [AppServiceCertificateResource] operation results. # - def update_certificate(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) - response = update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:custom_headers).value! + def update_certificate(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) + response = update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers).value! response.body unless response.nil? end @@ -1080,8 +1054,8 @@ def update_certificate(resource_group_name, certificate_order_name, name, key_va # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_certificate_with_http_info(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) - update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:custom_headers).value! + def update_certificate_with_http_info(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) + update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers).value! end # @@ -1100,11 +1074,8 @@ def update_certificate_with_http_info(resource_group_name, certificate_order_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) + def update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'key_vault_certificate is nil' if key_vault_certificate.nil? @@ -1113,12 +1084,13 @@ def update_certificate_async(resource_group_name, certificate_order_name, 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::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource.mapper() request_content = @client.serialize(request_mapper, key_vault_certificate) @@ -1189,8 +1161,8 @@ def update_certificate_async(resource_group_name, certificate_order_name, name, # will be added to the HTTP request. # # - def reissue(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers:nil) - response = reissue_async(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers:custom_headers).value! + def reissue(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers = nil) + response = reissue_async(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers).value! nil end @@ -1209,8 +1181,8 @@ def reissue(resource_group_name, certificate_order_name, reissue_certificate_ord # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reissue_with_http_info(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers:nil) - reissue_async(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers:custom_headers).value! + def reissue_with_http_info(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers = nil) + reissue_async(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers).value! end # @@ -1228,11 +1200,8 @@ def reissue_with_http_info(resource_group_name, certificate_order_name, reissue_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reissue_async(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers:nil) + def reissue_async(resource_group_name, certificate_order_name, reissue_certificate_order_request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'reissue_certificate_order_request is nil' if reissue_certificate_order_request.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1240,12 +1209,13 @@ def reissue_async(resource_group_name, certificate_order_name, reissue_certifica 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::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest.mapper() request_content = @client.serialize(request_mapper, reissue_certificate_order_request) @@ -1296,8 +1266,8 @@ def reissue_async(resource_group_name, certificate_order_name, reissue_certifica # will be added to the HTTP request. # # - def renew(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers:nil) - response = renew_async(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers:custom_headers).value! + def renew(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers = nil) + response = renew_async(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers).value! nil end @@ -1316,8 +1286,8 @@ def renew(resource_group_name, certificate_order_name, renew_certificate_order_r # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def renew_with_http_info(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers:nil) - renew_async(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers:custom_headers).value! + def renew_with_http_info(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers = nil) + renew_async(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers).value! end # @@ -1335,11 +1305,8 @@ def renew_with_http_info(resource_group_name, certificate_order_name, renew_cert # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def renew_async(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers:nil) + def renew_async(resource_group_name, certificate_order_name, renew_certificate_order_request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'renew_certificate_order_request is nil' if renew_certificate_order_request.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1347,12 +1314,13 @@ def renew_async(resource_group_name, certificate_order_name, renew_certificate_o 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::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest.mapper() request_content = @client.serialize(request_mapper, renew_certificate_order_request) @@ -1401,8 +1369,8 @@ def renew_async(resource_group_name, certificate_order_name, renew_certificate_o # will be added to the HTTP request. # # - def resend_email(resource_group_name, certificate_order_name, custom_headers:nil) - response = resend_email_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def resend_email(resource_group_name, certificate_order_name, custom_headers = nil) + response = resend_email_async(resource_group_name, certificate_order_name, custom_headers).value! nil end @@ -1419,8 +1387,8 @@ def resend_email(resource_group_name, certificate_order_name, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def resend_email_with_http_info(resource_group_name, certificate_order_name, custom_headers:nil) - resend_email_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def resend_email_with_http_info(resource_group_name, certificate_order_name, custom_headers = nil) + resend_email_async(resource_group_name, certificate_order_name, custom_headers).value! end # @@ -1436,18 +1404,14 @@ def resend_email_with_http_info(resource_group_name, certificate_order_name, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def resend_email_async(resource_group_name, certificate_order_name, custom_headers:nil) + def resend_email_async(resource_group_name, certificate_order_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_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 @@ -1495,8 +1459,8 @@ def resend_email_async(resource_group_name, certificate_order_name, custom_heade # will be added to the HTTP request. # # - def resend_request_emails(resource_group_name, certificate_order_name, name_identifier, custom_headers:nil) - response = resend_request_emails_async(resource_group_name, certificate_order_name, name_identifier, custom_headers:custom_headers).value! + def resend_request_emails(resource_group_name, certificate_order_name, name_identifier, custom_headers = nil) + response = resend_request_emails_async(resource_group_name, certificate_order_name, name_identifier, custom_headers).value! nil end @@ -1514,8 +1478,8 @@ def resend_request_emails(resource_group_name, certificate_order_name, name_iden # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def resend_request_emails_with_http_info(resource_group_name, certificate_order_name, name_identifier, custom_headers:nil) - resend_request_emails_async(resource_group_name, certificate_order_name, name_identifier, custom_headers:custom_headers).value! + def resend_request_emails_with_http_info(resource_group_name, certificate_order_name, name_identifier, custom_headers = nil) + resend_request_emails_async(resource_group_name, certificate_order_name, name_identifier, custom_headers).value! end # @@ -1532,11 +1496,8 @@ def resend_request_emails_with_http_info(resource_group_name, certificate_order_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def resend_request_emails_async(resource_group_name, certificate_order_name, name_identifier, custom_headers:nil) + def resend_request_emails_async(resource_group_name, certificate_order_name, name_identifier, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'name_identifier is nil' if name_identifier.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1544,12 +1505,13 @@ def resend_request_emails_async(resource_group_name, certificate_order_name, 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::Web::Mgmt::V2015_08_01::Models::NameIdentifier.mapper() request_content = @client.serialize(request_mapper, name_identifier) @@ -1600,8 +1562,8 @@ def resend_request_emails_async(resource_group_name, certificate_order_name, nam # # @return [SiteSeal] operation results. # - def retrieve_site_seal(resource_group_name, certificate_order_name, site_seal_request, custom_headers:nil) - response = retrieve_site_seal_async(resource_group_name, certificate_order_name, site_seal_request, custom_headers:custom_headers).value! + def retrieve_site_seal(resource_group_name, certificate_order_name, site_seal_request, custom_headers = nil) + response = retrieve_site_seal_async(resource_group_name, certificate_order_name, site_seal_request, custom_headers).value! response.body unless response.nil? end @@ -1619,8 +1581,8 @@ def retrieve_site_seal(resource_group_name, certificate_order_name, site_seal_re # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def retrieve_site_seal_with_http_info(resource_group_name, certificate_order_name, site_seal_request, custom_headers:nil) - retrieve_site_seal_async(resource_group_name, certificate_order_name, site_seal_request, custom_headers:custom_headers).value! + def retrieve_site_seal_with_http_info(resource_group_name, certificate_order_name, site_seal_request, custom_headers = nil) + retrieve_site_seal_async(resource_group_name, certificate_order_name, site_seal_request, custom_headers).value! end # @@ -1637,11 +1599,8 @@ def retrieve_site_seal_with_http_info(resource_group_name, certificate_order_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def retrieve_site_seal_async(resource_group_name, certificate_order_name, site_seal_request, custom_headers:nil) + def retrieve_site_seal_async(resource_group_name, certificate_order_name, site_seal_request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'site_seal_request is nil' if site_seal_request.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1649,12 +1608,13 @@ def retrieve_site_seal_async(resource_group_name, certificate_order_name, site_s 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::Web::Mgmt::V2015_08_01::Models::SiteSealRequest.mapper() request_content = @client.serialize(request_mapper, site_seal_request) @@ -1713,8 +1673,8 @@ def retrieve_site_seal_async(resource_group_name, certificate_order_name, site_s # will be added to the HTTP request. # # - def verify_domain_ownership(resource_group_name, certificate_order_name, custom_headers:nil) - response = verify_domain_ownership_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def verify_domain_ownership(resource_group_name, certificate_order_name, custom_headers = nil) + response = verify_domain_ownership_async(resource_group_name, certificate_order_name, custom_headers).value! nil end @@ -1731,8 +1691,8 @@ def verify_domain_ownership(resource_group_name, certificate_order_name, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def verify_domain_ownership_with_http_info(resource_group_name, certificate_order_name, custom_headers:nil) - verify_domain_ownership_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def verify_domain_ownership_with_http_info(resource_group_name, certificate_order_name, custom_headers = nil) + verify_domain_ownership_async(resource_group_name, certificate_order_name, custom_headers).value! end # @@ -1748,18 +1708,14 @@ def verify_domain_ownership_with_http_info(resource_group_name, certificate_orde # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def verify_domain_ownership_async(resource_group_name, certificate_order_name, custom_headers:nil) + def verify_domain_ownership_async(resource_group_name, certificate_order_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_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 @@ -1807,8 +1763,8 @@ def verify_domain_ownership_async(resource_group_name, certificate_order_name, c # # @return [Array] operation results. # - def retrieve_certificate_actions(resource_group_name, name, custom_headers:nil) - response = retrieve_certificate_actions_async(resource_group_name, name, custom_headers:custom_headers).value! + def retrieve_certificate_actions(resource_group_name, name, custom_headers = nil) + response = retrieve_certificate_actions_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -1825,8 +1781,8 @@ def retrieve_certificate_actions(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def retrieve_certificate_actions_with_http_info(resource_group_name, name, custom_headers:nil) - retrieve_certificate_actions_async(resource_group_name, name, custom_headers:custom_headers).value! + def retrieve_certificate_actions_with_http_info(resource_group_name, name, custom_headers = nil) + retrieve_certificate_actions_async(resource_group_name, name, custom_headers).value! end # @@ -1842,18 +1798,14 @@ def retrieve_certificate_actions_with_http_info(resource_group_name, name, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def retrieve_certificate_actions_async(resource_group_name, name, custom_headers:nil) + def retrieve_certificate_actions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1886,13 +1838,11 @@ def retrieve_certificate_actions_async(resource_group_name, name, custom_headers 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: 'CertificateOrderActionElementType', type: { @@ -1927,8 +1877,8 @@ def retrieve_certificate_actions_async(resource_group_name, name, custom_headers # # @return [Array] operation results. # - def retrieve_certificate_email_history(resource_group_name, name, custom_headers:nil) - response = retrieve_certificate_email_history_async(resource_group_name, name, custom_headers:custom_headers).value! + def retrieve_certificate_email_history(resource_group_name, name, custom_headers = nil) + response = retrieve_certificate_email_history_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -1945,8 +1895,8 @@ def retrieve_certificate_email_history(resource_group_name, name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def retrieve_certificate_email_history_with_http_info(resource_group_name, name, custom_headers:nil) - retrieve_certificate_email_history_async(resource_group_name, name, custom_headers:custom_headers).value! + def retrieve_certificate_email_history_with_http_info(resource_group_name, name, custom_headers = nil) + retrieve_certificate_email_history_async(resource_group_name, name, custom_headers).value! end # @@ -1962,18 +1912,14 @@ def retrieve_certificate_email_history_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def retrieve_certificate_email_history_async(resource_group_name, name, custom_headers:nil) + def retrieve_certificate_email_history_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2006,13 +1952,11 @@ def retrieve_certificate_email_history_async(resource_group_name, name, custom_h 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: 'CertificateEmailElementType', type: { @@ -2043,14 +1987,14 @@ def retrieve_certificate_email_history_async(resource_group_name, name, custom_h # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name [AppServiceCertificateOrder] - # Distinguished name to to use for the certificate order. + # Distinguished name to use for the certificate order. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [AppServiceCertificateOrder] operation results. # - def begin_create_or_update(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers).value! response.body unless response.nil? end @@ -2063,14 +2007,14 @@ def begin_create_or_update(resource_group_name, certificate_order_name, certific # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name [AppServiceCertificateOrder] - # Distinguished name to to use for the certificate order. + # Distinguished name to use for the certificate order. # @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, certificate_order_name, certificate_distinguished_name, custom_headers:nil) - begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) + begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers).value! end # @@ -2082,17 +2026,14 @@ def begin_create_or_update_with_http_info(resource_group_name, certificate_order # resource belongs. # @param certificate_order_name [String] Name of the certificate order. # @param certificate_distinguished_name [AppServiceCertificateOrder] - # Distinguished name to to use for the certificate order. + # Distinguished name to use for the certificate order. # @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, certificate_order_name, certificate_distinguished_name, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, certificate_order_name, certificate_distinguished_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'certificate_distinguished_name is nil' if certificate_distinguished_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2100,12 +2041,13 @@ def begin_create_or_update_async(resource_group_name, certificate_order_name, ce 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::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder.mapper() request_content = @client.serialize(request_mapper, certificate_distinguished_name) @@ -2178,8 +2120,8 @@ def begin_create_or_update_async(resource_group_name, certificate_order_name, ce # # @return [AppServiceCertificateResource] operation results. # - def begin_create_or_update_certificate(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) - response = begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:custom_headers).value! + def begin_create_or_update_certificate(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) + response = begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers).value! response.body unless response.nil? end @@ -2199,8 +2141,8 @@ def begin_create_or_update_certificate(resource_group_name, certificate_order_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_certificate_with_http_info(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) - begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:custom_headers).value! + def begin_create_or_update_certificate_with_http_info(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) + begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers).value! end # @@ -2219,11 +2161,8 @@ def begin_create_or_update_certificate_with_http_info(resource_group_name, certi # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers:nil) + def begin_create_or_update_certificate_async(resource_group_name, certificate_order_name, name, key_vault_certificate, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'key_vault_certificate is nil' if key_vault_certificate.nil? @@ -2232,12 +2171,13 @@ def begin_create_or_update_certificate_async(resource_group_name, certificate_or 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::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource.mapper() request_content = @client.serialize(request_mapper, key_vault_certificate) @@ -2306,8 +2246,8 @@ def begin_create_or_update_certificate_async(resource_group_name, certificate_or # # @return [AppServiceCertificateOrderCollection] 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 @@ -2323,8 +2263,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 # @@ -2339,12 +2279,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 @@ -2400,8 +2339,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [AppServiceCertificateOrderCollection] 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 @@ -2417,8 +2356,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 # @@ -2433,12 +2372,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 @@ -2494,8 +2432,8 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # # @return [AppServiceCertificateCollection] operation results. # - def list_certificates_next(next_page_link, custom_headers:nil) - response = list_certificates_next_async(next_page_link, custom_headers:custom_headers).value! + def list_certificates_next(next_page_link, custom_headers = nil) + response = list_certificates_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -2511,8 +2449,8 @@ def list_certificates_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_certificates_next_with_http_info(next_page_link, custom_headers:nil) - list_certificates_next_async(next_page_link, custom_headers:custom_headers).value! + def list_certificates_next_with_http_info(next_page_link, custom_headers = nil) + list_certificates_next_async(next_page_link, custom_headers).value! end # @@ -2527,12 +2465,11 @@ def list_certificates_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_certificates_next_async(next_page_link, custom_headers:nil) + def list_certificates_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 @@ -2587,12 +2524,12 @@ def list_certificates_next_async(next_page_link, custom_headers:nil) # @return [AppServiceCertificateOrderCollection] 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 @@ -2611,12 +2548,12 @@ def list_as_lazy(custom_headers:nil) # @return [AppServiceCertificateOrderCollection] 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 @@ -2636,12 +2573,12 @@ def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) # @return [AppServiceCertificateCollection] which provide lazy access to pages # of the response. # - def list_certificates_as_lazy(resource_group_name, certificate_order_name, custom_headers:nil) - response = list_certificates_async(resource_group_name, certificate_order_name, custom_headers:custom_headers).value! + def list_certificates_as_lazy(resource_group_name, certificate_order_name, custom_headers = nil) + response = list_certificates_async(resource_group_name, certificate_order_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_certificates_next_async(next_page_link, custom_headers:custom_headers) + list_certificates_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/certificate_registration_provider.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/certificate_registration_provider.rb index 2f50cb892f..5117f3ea9b 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/certificate_registration_provider.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/certificate_registration_provider.rb @@ -33,8 +33,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_operations(custom_headers:nil) - first_page = list_operations_as_lazy(custom_headers:custom_headers) + def list_operations(custom_headers = nil) + first_page = list_operations_as_lazy(custom_headers) first_page.get_all_items end @@ -50,8 +50,8 @@ def list_operations(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_with_http_info(custom_headers:nil) - list_operations_async(custom_headers:custom_headers).value! + def list_operations_with_http_info(custom_headers = nil) + list_operations_async(custom_headers).value! end # @@ -66,12 +66,11 @@ def list_operations_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_async(custom_headers:nil) + def list_operations_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 @@ -129,8 +128,8 @@ def list_operations_async(custom_headers:nil) # # @return [CsmOperationCollection] operation results. # - def list_operations_next(next_page_link, custom_headers:nil) - response = list_operations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_operations_next(next_page_link, custom_headers = nil) + response = list_operations_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -148,8 +147,8 @@ def list_operations_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_next_with_http_info(next_page_link, custom_headers:nil) - list_operations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_operations_next_with_http_info(next_page_link, custom_headers = nil) + list_operations_next_async(next_page_link, custom_headers).value! end # @@ -166,12 +165,11 @@ def list_operations_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_next_async(next_page_link, custom_headers:nil) + def list_operations_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 @@ -228,12 +226,12 @@ def list_operations_next_async(next_page_link, custom_headers:nil) # @return [CsmOperationCollection] which provide lazy access to pages of the # response. # - def list_operations_as_lazy(custom_headers:nil) - response = list_operations_async(custom_headers:custom_headers).value! + def list_operations_as_lazy(custom_headers = nil) + response = list_operations_async(custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_operations_next_async(next_page_link, custom_headers:custom_headers) + list_operations_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/api_definition_info.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/api_definition_info.rb index 031bb8db21..d0a9f5bc6a 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/api_definition_info.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/api_definition_info.rb @@ -22,7 +22,6 @@ class ApiDefinitionInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApiDefinitionInfo', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ApiDefinitionInfo', model_properties: { url: { - client_side_validation: true, required: false, serialized_name: 'url', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate.rb index f8dc722f44..434d263660 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate.rb @@ -34,7 +34,6 @@ class AppServiceCertificate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificate', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'AppServiceCertificate', model_properties: { key_vault_id: { - client_side_validation: true, required: false, serialized_name: 'keyVaultId', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, key_vault_secret_name: { - client_side_validation: true, required: false, serialized_name: 'keyVaultSecretName', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'provisioningState', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_collection.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_collection.rb index e311022f5d..e91c4e885a 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_collection.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_collection.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_08_01 module Models # - # Collection of certitificateorder certificates. + # Collection of certificate order certificates. # class AppServiceCertificateCollection @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'AppServiceCertificateCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateResourceElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order.rb index c3c61c655c..e7c1839779 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order.rb @@ -90,7 +90,6 @@ class AppServiceCertificateOrder < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateOrder', type: { @@ -98,7 +97,6 @@ def self.mapper() class_name: 'AppServiceCertificateOrder', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -107,7 +105,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -116,7 +113,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -124,7 +120,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -132,7 +127,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -141,13 +135,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: { @@ -157,13 +149,11 @@ def self.mapper() } }, certificates: { - client_side_validation: true, required: false, serialized_name: 'properties.certificates', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateElementType', type: { @@ -174,7 +164,6 @@ def self.mapper() } }, distinguished_name: { - client_side_validation: true, required: false, serialized_name: 'properties.distinguishedName', type: { @@ -182,7 +171,6 @@ def self.mapper() } }, domain_verification_token: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.domainVerificationToken', @@ -191,7 +179,6 @@ def self.mapper() } }, validity_in_years: { - client_side_validation: true, required: false, serialized_name: 'properties.validityInYears', default_value: 1, @@ -204,7 +191,6 @@ def self.mapper() } }, key_size: { - client_side_validation: true, required: false, serialized_name: 'properties.keySize', default_value: 2048, @@ -213,7 +199,6 @@ def self.mapper() } }, product_type: { - client_side_validation: true, required: false, serialized_name: 'properties.productType', type: { @@ -222,7 +207,6 @@ def self.mapper() } }, auto_renew: { - client_side_validation: true, required: false, serialized_name: 'properties.autoRenew', default_value: true, @@ -231,7 +215,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -241,7 +224,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -251,7 +233,6 @@ def self.mapper() } }, signed_certificate: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.signedCertificate', @@ -261,7 +242,6 @@ def self.mapper() } }, csr: { - client_side_validation: true, required: false, serialized_name: 'properties.csr', type: { @@ -269,7 +249,6 @@ def self.mapper() } }, intermediate: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.intermediate', @@ -279,7 +258,6 @@ def self.mapper() } }, root: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.root', @@ -289,7 +267,6 @@ def self.mapper() } }, serial_number: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serialNumber', @@ -298,7 +275,6 @@ def self.mapper() } }, last_certificate_issuance_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastCertificateIssuanceTime', @@ -307,7 +283,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationTime', @@ -316,7 +291,6 @@ def self.mapper() } }, is_private_key_external: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isPrivateKeyExternal', @@ -325,14 +299,12 @@ def self.mapper() } }, app_service_certificate_not_renewable_reasons: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.appServiceCertificateNotRenewableReasons', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'enumElementType', type: { @@ -342,7 +314,6 @@ def self.mapper() } }, next_auto_renewal_time_stamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.nextAutoRenewalTimeStamp', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb index 2f87590842..04374fa9c7 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_08_01 module Models # - # Collection of certitificate orders. + # Collection of certificate orders. # class AppServiceCertificateOrderCollection @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateOrderCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'AppServiceCertificateOrderCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateOrderElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_patch_resource.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_patch_resource.rb index 31f2031fb4..329dcef008 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_order_patch_resource.rb @@ -90,7 +90,6 @@ class AppServiceCertificateOrderPatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateOrderPatchResource', type: { @@ -98,7 +97,6 @@ def self.mapper() class_name: 'AppServiceCertificateOrderPatchResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -107,7 +105,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -116,7 +113,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -124,7 +120,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -133,13 +128,11 @@ def self.mapper() } }, certificates: { - client_side_validation: true, required: false, serialized_name: 'properties.certificates', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateElementType', type: { @@ -150,7 +143,6 @@ def self.mapper() } }, distinguished_name: { - client_side_validation: true, required: false, serialized_name: 'properties.distinguishedName', type: { @@ -158,7 +150,6 @@ def self.mapper() } }, domain_verification_token: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.domainVerificationToken', @@ -167,7 +158,6 @@ def self.mapper() } }, validity_in_years: { - client_side_validation: true, required: false, serialized_name: 'properties.validityInYears', default_value: 1, @@ -180,7 +170,6 @@ def self.mapper() } }, key_size: { - client_side_validation: true, required: false, serialized_name: 'properties.keySize', default_value: 2048, @@ -189,7 +178,6 @@ def self.mapper() } }, product_type: { - client_side_validation: true, required: false, serialized_name: 'properties.productType', type: { @@ -198,7 +186,6 @@ def self.mapper() } }, auto_renew: { - client_side_validation: true, required: false, serialized_name: 'properties.autoRenew', default_value: true, @@ -207,7 +194,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -217,7 +203,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -227,7 +212,6 @@ def self.mapper() } }, signed_certificate: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.signedCertificate', @@ -237,7 +221,6 @@ def self.mapper() } }, csr: { - client_side_validation: true, required: false, serialized_name: 'properties.csr', type: { @@ -245,7 +228,6 @@ def self.mapper() } }, intermediate: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.intermediate', @@ -255,7 +237,6 @@ def self.mapper() } }, root: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.root', @@ -265,7 +246,6 @@ def self.mapper() } }, serial_number: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serialNumber', @@ -274,7 +254,6 @@ def self.mapper() } }, last_certificate_issuance_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastCertificateIssuanceTime', @@ -283,7 +262,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationTime', @@ -292,7 +270,6 @@ def self.mapper() } }, is_private_key_external: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isPrivateKeyExternal', @@ -301,14 +278,12 @@ def self.mapper() } }, app_service_certificate_not_renewable_reasons: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.appServiceCertificateNotRenewableReasons', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'enumElementType', type: { @@ -318,7 +293,6 @@ def self.mapper() } }, next_auto_renewal_time_stamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.nextAutoRenewalTimeStamp', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_patch_resource.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_patch_resource.rb index 83fc5f0297..499152e739 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_patch_resource.rb @@ -35,7 +35,6 @@ class AppServiceCertificatePatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificatePatchResource', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'AppServiceCertificatePatchResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +73,6 @@ def self.mapper() } }, key_vault_id: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultId', type: { @@ -86,7 +80,6 @@ def self.mapper() } }, key_vault_secret_name: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultSecretName', type: { @@ -94,7 +87,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_resource.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_resource.rb index eb1ef35192..a846efd343 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_resource.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_certificate_resource.rb @@ -35,7 +35,6 @@ class AppServiceCertificateResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceCertificateResource', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'AppServiceCertificateResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -77,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -86,13 +80,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: { @@ -102,7 +94,6 @@ def self.mapper() } }, key_vault_id: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultId', type: { @@ -110,7 +101,6 @@ def self.mapper() } }, key_vault_secret_name: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultSecretName', type: { @@ -118,7 +108,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_plan.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_plan.rb index f5cd45710a..e96c583c49 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_plan.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/app_service_plan.rb @@ -84,7 +84,6 @@ class AppServicePlan < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlan', type: { @@ -92,7 +91,6 @@ def self.mapper() class_name: 'AppServicePlan', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -101,7 +99,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -110,7 +107,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -118,7 +114,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -126,7 +121,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -135,13 +129,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: { @@ -151,7 +143,6 @@ def self.mapper() } }, app_service_plan_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -159,7 +150,6 @@ def self.mapper() } }, worker_tier_name: { - client_side_validation: true, required: false, serialized_name: 'properties.workerTierName', type: { @@ -167,7 +157,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -177,7 +166,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscription', @@ -186,7 +174,6 @@ def self.mapper() } }, admin_site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.adminSiteName', type: { @@ -194,7 +181,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -203,7 +189,6 @@ def self.mapper() } }, maximum_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfWorkers', @@ -212,7 +197,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -221,7 +205,6 @@ def self.mapper() } }, per_site_scaling: { - client_side_validation: true, required: false, serialized_name: 'properties.perSiteScaling', default_value: false, @@ -230,7 +213,6 @@ def self.mapper() } }, number_of_sites: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.numberOfSites', @@ -239,7 +221,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -247,7 +228,6 @@ def self.mapper() } }, spot_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.spotExpirationTime', type: { @@ -255,7 +235,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -264,7 +243,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -273,7 +251,6 @@ def self.mapper() } }, target_worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerCount', type: { @@ -281,7 +258,6 @@ def self.mapper() } }, target_worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerSizeId', type: { @@ -289,7 +265,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -299,7 +274,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb index f97bb1d355..cbea2c7b9c 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb @@ -30,7 +30,6 @@ class AutoHealActions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealActions', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'AutoHealActions', model_properties: { action_type: { - client_side_validation: true, required: false, serialized_name: 'actionType', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, custom_action: { - client_side_validation: true, required: false, serialized_name: 'customAction', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, min_process_execution_time: { - client_side_validation: true, required: false, serialized_name: 'minProcessExecutionTime', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb index fa83952b0e..df87d0fc99 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb @@ -26,7 +26,6 @@ class AutoHealCustomAction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealCustomAction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'AutoHealCustomAction', model_properties: { exe: { - client_side_validation: true, required: false, serialized_name: 'exe', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb index e22a599623..5432f9b23e 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb @@ -27,7 +27,6 @@ class AutoHealRules # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealRules', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'AutoHealRules', model_properties: { triggers: { - client_side_validation: true, required: false, serialized_name: 'triggers', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, actions: { - client_side_validation: true, required: false, serialized_name: 'actions', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb index 9004d356ba..334eed2d92 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb @@ -32,7 +32,6 @@ class AutoHealTriggers # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealTriggers', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AutoHealTriggers', model_properties: { requests: { - client_side_validation: true, required: false, serialized_name: 'requests', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, private_bytes_in_kb: { - client_side_validation: true, required: false, serialized_name: 'privateBytesInKB', type: { @@ -57,13 +54,11 @@ def self.mapper() } }, status_codes: { - client_side_validation: true, required: false, serialized_name: 'statusCodes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTriggerElementType', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, slow_requests: { - client_side_validation: true, required: false, serialized_name: 'slowRequests', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/capability.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/capability.rb index bf150e6b68..abb0d2cafd 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/capability.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/capability.rb @@ -28,7 +28,6 @@ class Capability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Capability', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'Capability', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, serialized_name: 'reason', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_details.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_details.rb index b85c9daa7d..dfe20fad26 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_details.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_details.rb @@ -46,7 +46,6 @@ class CertificateDetails # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CertificateDetails', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'CertificateDetails', model_properties: { version: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'version', @@ -63,7 +61,6 @@ def self.mapper() } }, serial_number: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'serialNumber', @@ -72,7 +69,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'thumbprint', @@ -81,7 +77,6 @@ def self.mapper() } }, subject: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'subject', @@ -90,7 +85,6 @@ def self.mapper() } }, not_before: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'notBefore', @@ -99,7 +93,6 @@ def self.mapper() } }, not_after: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'notAfter', @@ -108,7 +101,6 @@ def self.mapper() } }, signature_algorithm: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'signatureAlgorithm', @@ -117,7 +109,6 @@ def self.mapper() } }, issuer: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'issuer', @@ -126,7 +117,6 @@ def self.mapper() } }, raw_data: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'rawData', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_email.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_email.rb index 7edecdf126..cb41d468ab 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_email.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_email.rb @@ -25,7 +25,6 @@ class CertificateEmail < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CertificateEmail', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'CertificateEmail', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -59,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -68,7 +63,6 @@ def self.mapper() } }, email_id: { - client_side_validation: true, required: false, serialized_name: 'properties.emailId', type: { @@ -76,7 +70,6 @@ def self.mapper() } }, time_stamp: { - client_side_validation: true, required: false, serialized_name: 'properties.timeStamp', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_order_action.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_order_action.rb index 8bc7fce1fd..6d719247be 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_order_action.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/certificate_order_action.rb @@ -31,7 +31,6 @@ class CertificateOrderAction < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CertificateOrderAction', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'CertificateOrderAction', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -74,7 +69,6 @@ def self.mapper() } }, certificate_order_action_type: { - client_side_validation: true, required: false, serialized_name: 'properties.type', type: { @@ -83,7 +77,6 @@ def self.mapper() } }, created_at: { - client_side_validation: true, required: false, serialized_name: 'properties.createdAt', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cloning_info.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cloning_info.rb index cc431d33f8..9e47d2dc66 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cloning_info.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cloning_info.rb @@ -70,7 +70,6 @@ class CloningInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CloningInfo', type: { @@ -78,7 +77,6 @@ def self.mapper() class_name: 'CloningInfo', model_properties: { correlation_id: { - client_side_validation: true, required: false, serialized_name: 'correlationId', type: { @@ -86,7 +84,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'overwrite', type: { @@ -94,7 +91,6 @@ def self.mapper() } }, clone_custom_host_names: { - client_side_validation: true, required: false, serialized_name: 'cloneCustomHostNames', type: { @@ -102,7 +98,6 @@ def self.mapper() } }, clone_source_control: { - client_side_validation: true, required: false, serialized_name: 'cloneSourceControl', type: { @@ -110,7 +105,6 @@ def self.mapper() } }, source_web_app_id: { - client_side_validation: true, required: true, serialized_name: 'sourceWebAppId', type: { @@ -118,7 +112,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironment', type: { @@ -126,13 +119,11 @@ def self.mapper() } }, app_settings_overrides: { - client_side_validation: true, required: false, serialized_name: 'appSettingsOverrides', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -142,7 +133,6 @@ def self.mapper() } }, configure_load_balancing: { - client_side_validation: true, required: false, serialized_name: 'configureLoadBalancing', type: { @@ -150,7 +140,6 @@ def self.mapper() } }, traffic_manager_profile_id: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileId', type: { @@ -158,7 +147,6 @@ def self.mapper() } }, traffic_manager_profile_name: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileName', type: { @@ -166,7 +154,6 @@ def self.mapper() } }, ignore_quotas: { - client_side_validation: true, required: false, serialized_name: 'ignoreQuotas', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/conn_string_info.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/conn_string_info.rb index 3f9a6959ea..b272bd92c8 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/conn_string_info.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/conn_string_info.rb @@ -30,7 +30,6 @@ class ConnStringInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfo', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ConnStringInfo', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'connectionString', type: { @@ -54,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cors_settings.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cors_settings.rb index b8f5c4e44c..7885fc73b7 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cors_settings.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/cors_settings.rb @@ -24,7 +24,6 @@ class CorsSettings # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CorsSettings', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'CorsSettings', model_properties: { allowed_origins: { - client_side_validation: true, required: false, serialized_name: 'allowedOrigins', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_collection.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_collection.rb index 9d89e00d01..bad7c9a5a5 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_collection.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'CsmOperationCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description.rb index f915e833c0..1d5bde4009 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description.rb @@ -32,7 +32,6 @@ class CsmOperationDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescription', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'CsmOperationDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, display: { - client_side_validation: true, required: false, serialized_name: 'display', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, origin: { - client_side_validation: true, required: false, serialized_name: 'origin', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, serialized_name: 'properties', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb index 4bb9b299b5..8fb2f903bc 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb @@ -22,7 +22,6 @@ class CsmOperationDescriptionProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionProperties', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'CsmOperationDescriptionProperties', model_properties: { service_specification: { - client_side_validation: true, required: false, serialized_name: 'serviceSpecification', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_display.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_display.rb index 132578ceec..cb6d5b8873 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_display.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/csm_operation_display.rb @@ -31,7 +31,6 @@ class CsmOperationDisplay # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDisplay', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'CsmOperationDisplay', model_properties: { provider: { - client_side_validation: true, required: false, serialized_name: 'provider', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, resource: { - client_side_validation: true, required: false, serialized_name: 'resource', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, serialized_name: 'operation', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/dimension.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/dimension.rb index c3f93f1092..bf941bc8ff 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/dimension.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/dimension.rb @@ -33,7 +33,6 @@ class Dimension # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Dimension', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'Dimension', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, internal_name: { - client_side_validation: true, required: false, serialized_name: 'internalName', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, to_be_exported_for_shoebox: { - client_side_validation: true, required: false, serialized_name: 'toBeExportedForShoebox', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/experiments.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/experiments.rb index 289b337b45..9bd4349c40 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/experiments.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/experiments.rb @@ -22,7 +22,6 @@ class Experiments # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Experiments', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'Experiments', model_properties: { ramp_up_rules: { - client_side_validation: true, required: false, serialized_name: 'rampUpRules', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RampUpRuleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/handler_mapping.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/handler_mapping.rb index f2c9ac88b5..00bad17318 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/handler_mapping.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/handler_mapping.rb @@ -33,7 +33,6 @@ class HandlerMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HandlerMapping', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'HandlerMapping', model_properties: { extension: { - client_side_validation: true, required: false, serialized_name: 'extension', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, script_processor: { - client_side_validation: true, required: false, serialized_name: 'scriptProcessor', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, arguments: { - client_side_validation: true, required: false, serialized_name: 'arguments', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb index 13278f4503..1c57cea781 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb @@ -40,7 +40,6 @@ class HostNameSslState # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameSslState', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'HostNameSslState', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -56,7 +54,6 @@ def self.mapper() } }, ssl_state: { - client_side_validation: true, required: false, serialized_name: 'sslState', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'thumbprint', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, to_update: { - client_side_validation: true, required: false, serialized_name: 'toUpdate', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, host_type: { - client_side_validation: true, required: false, serialized_name: 'hostType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb index a784a97e54..9f39304253 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb @@ -28,7 +28,6 @@ class HostingEnvironmentProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentProfile', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'HostingEnvironmentProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb index 0fd9bdb1e8..e55d78fef5 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb @@ -48,7 +48,6 @@ class HybridConnection < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnection', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'HybridConnection', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -82,7 +78,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +86,6 @@ def self.mapper() } }, service_bus_namespace: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusNamespace', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, relay_name: { - client_side_validation: true, required: false, serialized_name: 'properties.relayName', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, relay_arm_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.relayArmUri', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, hostname: { - client_side_validation: true, required: false, serialized_name: 'properties.hostname', type: { @@ -123,7 +114,6 @@ def self.mapper() } }, port: { - client_side_validation: true, required: false, serialized_name: 'properties.port', type: { @@ -131,7 +121,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyName', type: { @@ -139,7 +128,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyValue', type: { @@ -147,7 +135,6 @@ def self.mapper() } }, service_bus_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusSuffix', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb index 49eb5d7eb6..8b0e0f15b4 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb @@ -26,7 +26,6 @@ class HybridConnectionKey < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionKey', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'HybridConnectionKey', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyName', @@ -78,7 +72,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyValue', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/identifier.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/identifier.rb index 09587668d8..312eb314e1 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/identifier.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/identifier.rb @@ -22,7 +22,6 @@ class Identifier < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Identifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'Identifier', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, identifier_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb index aa728e485c..aea332854d 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb @@ -26,7 +26,6 @@ class IpSecurityRestriction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestriction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'IpSecurityRestriction', model_properties: { ip_address: { - client_side_validation: true, required: true, serialized_name: 'ipAddress', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, subnet_mask: { - client_side_validation: true, required: false, serialized_name: 'subnetMask', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb index 634307adf6..ffa1a3a996 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb @@ -29,7 +29,6 @@ class ManagedServiceIdentity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedServiceIdentity', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'ManagedServiceIdentity', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', @@ -54,7 +51,6 @@ def self.mapper() } }, principal_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_availability.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_availability.rb index 13af98a0b7..5238b0ac04 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_availability.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/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: { time_grain: { - client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, blob_duration: { - client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_specification.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_specification.rb index e2b7408c65..46521b4b78 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_specification.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/metric_specification.rb @@ -64,7 +64,6 @@ class MetricSpecification # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricSpecification', type: { @@ -72,7 +71,6 @@ def self.mapper() class_name: 'MetricSpecification', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -80,7 +78,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -88,7 +85,6 @@ def self.mapper() } }, display_description: { - client_side_validation: true, required: false, serialized_name: 'displayDescription', type: { @@ -96,7 +92,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -104,7 +99,6 @@ def self.mapper() } }, aggregation_type: { - client_side_validation: true, required: false, serialized_name: 'aggregationType', type: { @@ -112,7 +106,6 @@ def self.mapper() } }, supports_instance_level_aggregation: { - client_side_validation: true, required: false, serialized_name: 'supportsInstanceLevelAggregation', type: { @@ -120,7 +113,6 @@ def self.mapper() } }, enable_regional_mdm_account: { - client_side_validation: true, required: false, serialized_name: 'enableRegionalMdmAccount', type: { @@ -128,7 +120,6 @@ def self.mapper() } }, source_mdm_account: { - client_side_validation: true, required: false, serialized_name: 'sourceMdmAccount', type: { @@ -136,7 +127,6 @@ def self.mapper() } }, source_mdm_namespace: { - client_side_validation: true, required: false, serialized_name: 'sourceMdmNamespace', type: { @@ -144,7 +134,6 @@ def self.mapper() } }, metric_filter_pattern: { - client_side_validation: true, required: false, serialized_name: 'metricFilterPattern', type: { @@ -152,7 +141,6 @@ def self.mapper() } }, fill_gap_with_zero: { - client_side_validation: true, required: false, serialized_name: 'fillGapWithZero', type: { @@ -160,7 +148,6 @@ def self.mapper() } }, is_internal: { - client_side_validation: true, required: false, serialized_name: 'isInternal', type: { @@ -168,13 +155,11 @@ def self.mapper() } }, dimensions: { - client_side_validation: true, required: false, serialized_name: 'dimensions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DimensionElementType', type: { @@ -185,7 +170,6 @@ def self.mapper() } }, category: { - client_side_validation: true, required: false, serialized_name: 'category', type: { @@ -193,13 +177,11 @@ def self.mapper() } }, availabilities: { - client_side_validation: true, required: false, serialized_name: 'availabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricAvailabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_identifier.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_identifier.rb index 1fa20c37e2..a218f82526 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_identifier.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_identifier.rb @@ -22,7 +22,6 @@ class NameIdentifier # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameIdentifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'NameIdentifier', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_value_pair.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_value_pair.rb index 03147fe078..9bf41cceb7 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_value_pair.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/name_value_pair.rb @@ -25,7 +25,6 @@ class NameValuePair # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameValuePair', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'NameValuePair', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb index 5fc0734c8c..dc1af6c874 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb @@ -32,7 +32,6 @@ class ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyOnlyResource', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ProxyOnlyResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/push_settings.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/push_settings.rb index 2ed7b5869f..1346fbdfea 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/push_settings.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/push_settings.rb @@ -40,7 +40,6 @@ class PushSettings < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PushSettings', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'PushSettings', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, is_push_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.isPushEnabled', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, tag_whitelist_json: { - client_side_validation: true, required: false, serialized_name: 'properties.tagWhitelistJson', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, tags_requiring_auth: { - client_side_validation: true, required: false, serialized_name: 'properties.tagsRequiringAuth', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, dynamic_tags_json: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicTagsJson', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb index 8504295834..6e137ade83 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb @@ -22,16 +22,16 @@ class RampUpRule # ActionHostName. attr_accessor :reroute_percentage - # @return [Float] In auto ramp up scenario this is the step to to - # add/remove from ReroutePercentage until it reaches + # @return [Float] In auto ramp up scenario this is the step to add/remove + # from ReroutePercentage until it reaches # MinReroutePercentage or MaxReroutePercentage. - # Site metrics are checked every N minutes specificed in + # Site metrics are checked every N minutes specified in # ChangeIntervalInMinutes. # Custom decision algorithm can be provided in TiPCallback site extension # which URL can be specified in ChangeDecisionCallbackUrl. attr_accessor :change_step - # @return [Integer] Specifies interval in mimuntes to reevaluate + # @return [Integer] Specifies interval in minutes to reevaluate # ReroutePercentage. attr_accessor :change_interval_in_minutes @@ -61,7 +61,6 @@ class RampUpRule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RampUpRule', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'RampUpRule', model_properties: { action_host_name: { - client_side_validation: true, required: false, serialized_name: 'actionHostName', type: { @@ -77,7 +75,6 @@ def self.mapper() } }, reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'reroutePercentage', type: { @@ -85,7 +82,6 @@ def self.mapper() } }, change_step: { - client_side_validation: true, required: false, serialized_name: 'changeStep', type: { @@ -93,7 +89,6 @@ def self.mapper() } }, change_interval_in_minutes: { - client_side_validation: true, required: false, serialized_name: 'changeIntervalInMinutes', type: { @@ -101,7 +96,6 @@ def self.mapper() } }, min_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'minReroutePercentage', type: { @@ -109,7 +103,6 @@ def self.mapper() } }, max_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'maxReroutePercentage', type: { @@ -117,7 +110,6 @@ def self.mapper() } }, change_decision_callback_url: { - client_side_validation: true, required: false, serialized_name: 'changeDecisionCallbackUrl', type: { @@ -125,7 +117,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/reissue_certificate_order_request.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/reissue_certificate_order_request.rb index abf0e47032..9945738666 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/reissue_certificate_order_request.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/reissue_certificate_order_request.rb @@ -33,7 +33,6 @@ class ReissueCertificateOrderRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ReissueCertificateOrderRequest', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'ReissueCertificateOrderRequest', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -76,7 +71,6 @@ def self.mapper() } }, key_size: { - client_side_validation: true, required: false, serialized_name: 'properties.keySize', type: { @@ -84,7 +78,6 @@ def self.mapper() } }, delay_existing_revoke_in_hours: { - client_side_validation: true, required: false, serialized_name: 'properties.delayExistingRevokeInHours', type: { @@ -92,7 +85,6 @@ def self.mapper() } }, csr: { - client_side_validation: true, required: false, serialized_name: 'properties.csr', type: { @@ -100,7 +92,6 @@ def self.mapper() } }, is_private_key_external: { - client_side_validation: true, required: false, serialized_name: 'properties.isPrivateKeyExternal', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/renew_certificate_order_request.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/renew_certificate_order_request.rb index 7055ff037f..111ab3de43 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/renew_certificate_order_request.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/renew_certificate_order_request.rb @@ -29,7 +29,6 @@ class RenewCertificateOrderRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RenewCertificateOrderRequest', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'RenewCertificateOrderRequest', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -72,7 +67,6 @@ def self.mapper() } }, key_size: { - client_side_validation: true, required: false, serialized_name: 'properties.keySize', type: { @@ -80,7 +74,6 @@ def self.mapper() } }, csr: { - client_side_validation: true, required: false, serialized_name: 'properties.csr', type: { @@ -88,7 +81,6 @@ def self.mapper() } }, is_private_key_external: { - client_side_validation: true, required: false, serialized_name: 'properties.isPrivateKeyExternal', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb index e30cb7f266..11f472d414 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb @@ -25,7 +25,6 @@ class RequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RequestsBasedTrigger', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'RequestsBasedTrigger', model_properties: { count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource.rb index 4ec3b8196b..0204001e29 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource.rb @@ -31,22 +31,12 @@ class Resource attr_accessor :tags - # @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: { @@ -54,7 +44,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +52,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +60,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -80,7 +67,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -88,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -97,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: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb index cc54da96c9..99d610cd5c 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb @@ -25,7 +25,6 @@ class ResourceMetricAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailability', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricAvailability', model_properties: { time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -42,7 +40,6 @@ def self.mapper() } }, retention: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'retention', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb index 96959c63cf..451a736d3b 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb @@ -41,7 +41,6 @@ class ResourceMetricDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinition', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -75,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -84,7 +79,6 @@ def self.mapper() } }, resource_metric_definition_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -94,7 +88,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -103,7 +96,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.primaryAggregationType', @@ -112,14 +104,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailabilityElementType', type: { @@ -130,7 +120,6 @@ def self.mapper() } }, resource_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceUri', @@ -139,7 +128,6 @@ def self.mapper() } }, resource_metric_definition_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -148,14 +136,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb index 3561f74424..d54e2ef25b 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb @@ -25,7 +25,6 @@ class ResourceMetricName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricName', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricName', 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_web/lib/2015-08-01/generated/azure_mgmt_web/models/service_specification.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/service_specification.rb index 3b0fb41fbb..3a33658ec4 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/service_specification.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/service_specification.rb @@ -23,7 +23,6 @@ class ServiceSpecification # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceSpecification', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServiceSpecification', model_properties: { metric_specifications: { - client_side_validation: true, required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricSpecificationElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site.rb index 7e798edb1a..4cec8da8e5 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site.rb @@ -156,7 +156,6 @@ class Site < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Site', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'Site', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -198,7 +193,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -207,13 +201,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: { @@ -223,7 +215,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -232,14 +223,12 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -249,7 +238,6 @@ def self.mapper() } }, repository_site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.repositorySiteName', @@ -258,7 +246,6 @@ def self.mapper() } }, usage_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageState', @@ -268,7 +255,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -276,14 +262,12 @@ def self.mapper() } }, enabled_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabledHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -293,7 +277,6 @@ def self.mapper() } }, availability_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.availabilityState', @@ -303,13 +286,11 @@ def self.mapper() } }, host_name_ssl_states: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameSslStates', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameSslStateElementType', type: { @@ -320,7 +301,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -328,7 +308,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -337,7 +316,6 @@ def self.mapper() } }, last_modified_time_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTimeUtc', @@ -346,7 +324,6 @@ def self.mapper() } }, site_config: { - client_side_validation: true, required: false, serialized_name: 'properties.siteConfig', type: { @@ -355,14 +332,12 @@ def self.mapper() } }, traffic_manager_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trafficManagerHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -372,7 +347,6 @@ def self.mapper() } }, scm_site_also_stopped: { - client_side_validation: true, required: false, serialized_name: 'properties.scmSiteAlsoStopped', default_value: false, @@ -381,7 +355,6 @@ def self.mapper() } }, target_swap_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.targetSwapSlot', @@ -390,7 +363,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -399,7 +371,6 @@ def self.mapper() } }, client_affinity_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientAffinityEnabled', type: { @@ -407,7 +378,6 @@ def self.mapper() } }, client_cert_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientCertEnabled', type: { @@ -415,7 +385,6 @@ def self.mapper() } }, host_names_disabled: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNamesDisabled', type: { @@ -423,7 +392,6 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outboundIpAddresses', @@ -432,7 +400,6 @@ def self.mapper() } }, possible_outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.possibleOutboundIpAddresses', @@ -441,7 +408,6 @@ def self.mapper() } }, container_size: { - client_side_validation: true, required: false, serialized_name: 'properties.containerSize', type: { @@ -449,7 +415,6 @@ def self.mapper() } }, daily_memory_time_quota: { - client_side_validation: true, required: false, serialized_name: 'properties.dailyMemoryTimeQuota', type: { @@ -457,7 +422,6 @@ def self.mapper() } }, suspended_till: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suspendedTill', @@ -466,7 +430,6 @@ def self.mapper() } }, max_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxNumberOfWorkers', @@ -475,7 +438,6 @@ def self.mapper() } }, cloning_info: { - client_side_validation: true, required: false, serialized_name: 'properties.cloningInfo', type: { @@ -484,7 +446,6 @@ def self.mapper() } }, snapshot_info: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotInfo', type: { @@ -493,7 +454,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -502,7 +462,6 @@ def self.mapper() } }, is_default_container: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefaultContainer', @@ -511,7 +470,6 @@ def self.mapper() } }, default_host_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultHostName', @@ -520,7 +478,6 @@ def self.mapper() } }, slot_swap_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.slotSwapStatus', @@ -530,7 +487,6 @@ def self.mapper() } }, https_only: { - client_side_validation: true, required: false, serialized_name: 'properties.httpsOnly', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_config.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_config.rb index 9ae64f4469..4aee7c1ec1 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_config.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_config.rb @@ -118,7 +118,7 @@ class SiteConfig # 'WeightedTotalTraffic', 'RequestHash' attr_accessor :load_balancing - # @return [Experiments] This is work around for polymophic types. + # @return [Experiments] This is work around for polymorphic types. attr_accessor :experiments # @return [SiteLimits] Site limits. @@ -173,7 +173,6 @@ class SiteConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfig', type: { @@ -181,7 +180,6 @@ def self.mapper() class_name: 'SiteConfig', model_properties: { number_of_workers: { - client_side_validation: true, required: false, serialized_name: 'numberOfWorkers', type: { @@ -189,13 +187,11 @@ def self.mapper() } }, default_documents: { - client_side_validation: true, required: false, serialized_name: 'defaultDocuments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -205,7 +201,6 @@ def self.mapper() } }, net_framework_version: { - client_side_validation: true, required: false, serialized_name: 'netFrameworkVersion', default_value: 'v4.6', @@ -214,7 +209,6 @@ def self.mapper() } }, php_version: { - client_side_validation: true, required: false, serialized_name: 'phpVersion', type: { @@ -222,7 +216,6 @@ def self.mapper() } }, python_version: { - client_side_validation: true, required: false, serialized_name: 'pythonVersion', type: { @@ -230,7 +223,6 @@ def self.mapper() } }, node_version: { - client_side_validation: true, required: false, serialized_name: 'nodeVersion', type: { @@ -238,7 +230,6 @@ def self.mapper() } }, linux_fx_version: { - client_side_validation: true, required: false, serialized_name: 'linuxFxVersion', type: { @@ -246,7 +237,6 @@ def self.mapper() } }, request_tracing_enabled: { - client_side_validation: true, required: false, serialized_name: 'requestTracingEnabled', type: { @@ -254,7 +244,6 @@ def self.mapper() } }, request_tracing_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'requestTracingExpirationTime', type: { @@ -262,7 +251,6 @@ def self.mapper() } }, remote_debugging_enabled: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingEnabled', type: { @@ -270,7 +258,6 @@ def self.mapper() } }, remote_debugging_version: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingVersion', type: { @@ -278,7 +265,6 @@ def self.mapper() } }, http_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'httpLoggingEnabled', type: { @@ -286,7 +272,6 @@ def self.mapper() } }, logs_directory_size_limit: { - client_side_validation: true, required: false, serialized_name: 'logsDirectorySizeLimit', type: { @@ -294,7 +279,6 @@ def self.mapper() } }, detailed_error_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'detailedErrorLoggingEnabled', type: { @@ -302,7 +286,6 @@ def self.mapper() } }, publishing_username: { - client_side_validation: true, required: false, serialized_name: 'publishingUsername', type: { @@ -310,13 +293,11 @@ def self.mapper() } }, app_settings: { - client_side_validation: true, required: false, serialized_name: 'appSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -327,13 +308,11 @@ def self.mapper() } }, connection_strings: { - client_side_validation: true, required: false, serialized_name: 'connectionStrings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfoElementType', type: { @@ -344,7 +323,6 @@ def self.mapper() } }, machine_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'machineKey', @@ -354,13 +332,11 @@ def self.mapper() } }, handler_mappings: { - client_side_validation: true, required: false, serialized_name: 'handlerMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HandlerMappingElementType', type: { @@ -371,7 +347,6 @@ def self.mapper() } }, document_root: { - client_side_validation: true, required: false, serialized_name: 'documentRoot', type: { @@ -379,7 +354,6 @@ def self.mapper() } }, scm_type: { - client_side_validation: true, required: false, serialized_name: 'scmType', type: { @@ -387,7 +361,6 @@ def self.mapper() } }, use32bit_worker_process: { - client_side_validation: true, required: false, serialized_name: 'use32BitWorkerProcess', type: { @@ -395,7 +368,6 @@ def self.mapper() } }, web_sockets_enabled: { - client_side_validation: true, required: false, serialized_name: 'webSocketsEnabled', type: { @@ -403,7 +375,6 @@ def self.mapper() } }, always_on: { - client_side_validation: true, required: false, serialized_name: 'alwaysOn', type: { @@ -411,7 +382,6 @@ def self.mapper() } }, java_version: { - client_side_validation: true, required: false, serialized_name: 'javaVersion', type: { @@ -419,7 +389,6 @@ def self.mapper() } }, java_container: { - client_side_validation: true, required: false, serialized_name: 'javaContainer', type: { @@ -427,7 +396,6 @@ def self.mapper() } }, java_container_version: { - client_side_validation: true, required: false, serialized_name: 'javaContainerVersion', type: { @@ -435,7 +403,6 @@ def self.mapper() } }, app_command_line: { - client_side_validation: true, required: false, serialized_name: 'appCommandLine', type: { @@ -443,7 +410,6 @@ def self.mapper() } }, managed_pipeline_mode: { - client_side_validation: true, required: false, serialized_name: 'managedPipelineMode', type: { @@ -452,13 +418,11 @@ def self.mapper() } }, virtual_applications: { - client_side_validation: true, required: false, serialized_name: 'virtualApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualApplicationElementType', type: { @@ -469,7 +433,6 @@ def self.mapper() } }, load_balancing: { - client_side_validation: true, required: false, serialized_name: 'loadBalancing', type: { @@ -478,7 +441,6 @@ def self.mapper() } }, experiments: { - client_side_validation: true, required: false, serialized_name: 'experiments', type: { @@ -487,7 +449,6 @@ def self.mapper() } }, limits: { - client_side_validation: true, required: false, serialized_name: 'limits', type: { @@ -496,7 +457,6 @@ def self.mapper() } }, auto_heal_enabled: { - client_side_validation: true, required: false, serialized_name: 'autoHealEnabled', type: { @@ -504,7 +464,6 @@ def self.mapper() } }, auto_heal_rules: { - client_side_validation: true, required: false, serialized_name: 'autoHealRules', type: { @@ -513,7 +472,6 @@ def self.mapper() } }, tracing_options: { - client_side_validation: true, required: false, serialized_name: 'tracingOptions', type: { @@ -521,7 +479,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetName', type: { @@ -529,7 +486,6 @@ def self.mapper() } }, cors: { - client_side_validation: true, required: false, serialized_name: 'cors', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, push: { - client_side_validation: true, required: false, serialized_name: 'push', type: { @@ -547,7 +502,6 @@ def self.mapper() } }, api_definition: { - client_side_validation: true, required: false, serialized_name: 'apiDefinition', type: { @@ -556,7 +510,6 @@ def self.mapper() } }, auto_swap_slot_name: { - client_side_validation: true, required: false, serialized_name: 'autoSwapSlotName', type: { @@ -564,7 +517,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, serialized_name: 'localMySqlEnabled', default_value: false, @@ -573,13 +525,11 @@ def self.mapper() } }, ip_security_restrictions: { - client_side_validation: true, required: false, serialized_name: 'ipSecurityRestrictions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestrictionElementType', type: { @@ -590,7 +540,6 @@ def self.mapper() } }, http20enabled: { - client_side_validation: true, required: false, serialized_name: 'http20Enabled', default_value: true, @@ -599,7 +548,6 @@ def self.mapper() } }, min_tls_version: { - client_side_validation: true, required: false, serialized_name: 'minTlsVersion', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_limits.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_limits.rb index 2cdcc43841..c5577f4291 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_limits.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_limits.rb @@ -28,7 +28,6 @@ class SiteLimits # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteLimits', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SiteLimits', model_properties: { max_percentage_cpu: { - client_side_validation: true, required: false, serialized_name: 'maxPercentageCpu', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, max_memory_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxMemoryInMb', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, max_disk_size_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxDiskSizeInMb', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_machine_key.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_machine_key.rb index ae87d0621e..305bc54d87 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_machine_key.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_machine_key.rb @@ -31,7 +31,6 @@ class SiteMachineKey # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteMachineKey', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SiteMachineKey', model_properties: { validation: { - client_side_validation: true, required: false, serialized_name: 'validation', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, validation_key: { - client_side_validation: true, required: false, serialized_name: 'validationKey', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, decryption: { - client_side_validation: true, required: false, serialized_name: 'decryption', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, decryption_key: { - client_side_validation: true, required: false, serialized_name: 'decryptionKey', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal.rb index d0b72c97c9..4eb31fbd04 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal.rb @@ -22,7 +22,6 @@ class SiteSeal # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteSeal', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'SiteSeal', model_properties: { html: { - client_side_validation: true, required: true, serialized_name: 'html', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal_request.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal_request.rb index 04bfddf4e0..75da85eb47 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal_request.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/site_seal_request.rb @@ -26,7 +26,6 @@ class SiteSealRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteSealRequest', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'SiteSealRequest', model_properties: { light_theme: { - client_side_validation: true, required: false, serialized_name: 'lightTheme', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, locale: { - client_side_validation: true, required: false, serialized_name: 'locale', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_capacity.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_capacity.rb index f0e896c961..5c38e03999 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_capacity.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_capacity.rb @@ -35,7 +35,6 @@ class SkuCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuCapacity', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'SkuCapacity', model_properties: { minimum: { - client_side_validation: true, required: false, serialized_name: 'minimum', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, serialized_name: 'maximum', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, default: { - client_side_validation: true, required: false, serialized_name: 'default', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, scale_type: { - client_side_validation: true, required: false, serialized_name: 'scaleType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_description.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_description.rb index 6302399fbf..ab31551ad9 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_description.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/sku_description.rb @@ -44,7 +44,6 @@ class SkuDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuDescription', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'SkuDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,7 +58,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -68,7 +65,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, sku_capacity: { - client_side_validation: true, required: false, serialized_name: 'skuCapacity', type: { @@ -101,13 +94,11 @@ def self.mapper() } }, locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -117,13 +108,11 @@ def self.mapper() } }, capabilities: { - client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CapabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb index 5d2fdf362c..87a4284ab7 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_08_01 module Models # - # The status of the last successfull slot swap operation. + # The status of the last successful slot swap operation. # class SlotSwapStatus @@ -28,7 +28,6 @@ class SlotSwapStatus # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotSwapStatus', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlotSwapStatus', model_properties: { timestamp_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestampUtc', @@ -45,7 +43,6 @@ def self.mapper() } }, source_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceSlotName', @@ -54,7 +51,6 @@ def self.mapper() } }, destination_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'destinationSlotName', diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb index 24a6ee3e2e..a72a8dc3e0 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb @@ -28,7 +28,6 @@ class SlowRequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlowRequestsBasedTrigger', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlowRequestsBasedTrigger', model_properties: { time_taken: { - client_side_validation: true, required: false, serialized_name: 'timeTaken', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb index fdf2badb8e..4e9112dfc5 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb @@ -40,7 +40,6 @@ class SnapshotRecoveryRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryRequest', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'SnapshotRecoveryRequest', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, snapshot_time: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotTime', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, recovery_target: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryTarget', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'properties.overwrite', type: { @@ -108,7 +100,6 @@ def self.mapper() } }, recover_configuration: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverConfiguration', type: { @@ -116,7 +107,6 @@ def self.mapper() } }, ignore_conflicting_host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreConflictingHostNames', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb index d0b321d55d..d3bc8e12c0 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb @@ -30,7 +30,6 @@ class SnapshotRecoveryTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryTarget', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'SnapshotRecoveryTarget', model_properties: { location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb index 8b33f73937..f423833bc1 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb @@ -34,7 +34,6 @@ class StatusCodesBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTrigger', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'StatusCodesBasedTrigger', model_properties: { status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, sub_status: { - client_side_validation: true, required: false, serialized_name: 'subStatus', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, win32status: { - client_side_validation: true, required: false, serialized_name: 'win32Status', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/user.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/user.rb index bd576d7374..1c5fdd76b1 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/user.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/user.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2015_08_01 module Models # - # User crendentials used for publishing activity. + # User credentials used for publishing activity. # class User < ProxyOnlyResource @@ -34,7 +34,6 @@ class User < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'User', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'User', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, publishing_user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingUserName', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, publishing_password: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPassword', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, publishing_password_hash: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHash', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, publishing_password_hash_salt: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHashSalt', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_application.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_application.rb index 7cd3bc24d5..b65a483d4c 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_application.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_application.rb @@ -33,7 +33,6 @@ class VirtualApplication # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualApplication', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'VirtualApplication', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, preload_enabled: { - client_side_validation: true, required: false, serialized_name: 'preloadEnabled', type: { @@ -65,13 +61,11 @@ def self.mapper() } }, virtual_directories: { - client_side_validation: true, required: false, serialized_name: 'virtualDirectories', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectoryElementType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_directory.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_directory.rb index c880ef545a..7f1bef68eb 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_directory.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/virtual_directory.rb @@ -25,7 +25,6 @@ class VirtualDirectory # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectory', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'VirtualDirectory', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb index d44f6b0e58..66a374c727 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb @@ -26,7 +26,6 @@ class VnetGateway < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetGateway', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetGateway', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, vpn_package_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.vpnPackageUri', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_info.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_info.rb index e835caa8ed..d17c534430 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_info.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_info.rb @@ -42,7 +42,6 @@ class VnetInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetInfo', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'VnetInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, vnet_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceId', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, cert_thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.certThumbprint', @@ -102,7 +95,6 @@ def self.mapper() } }, cert_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.certBlob', type: { @@ -110,14 +102,12 @@ def self.mapper() } }, routes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.routes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VnetRouteElementType', type: { @@ -128,7 +118,6 @@ def self.mapper() } }, resync_required: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resyncRequired', @@ -137,7 +126,6 @@ def self.mapper() } }, dns_servers: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsServers', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_route.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_route.rb index e4d746d928..29d8849c7c 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_route.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/models/vnet_route.rb @@ -44,7 +44,6 @@ class VnetRoute < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetRoute', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'VnetRoute', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +82,6 @@ def self.mapper() } }, vnet_route_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, start_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, end_address: { - client_side_validation: true, required: false, serialized_name: 'properties.endAddress', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, route_type: { - client_side_validation: true, required: false, serialized_name: 'properties.routeType', type: { diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/version.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/version.rb new file mode 100644 index 0000000000..f0faa39f78 --- /dev/null +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/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::Web::Mgmt::V2015_08_01 + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb index db7fb8111b..01deeaf5a7 100644 --- a/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb +++ b/management/azure_mgmt_web/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb @@ -24,16 +24,15 @@ class WebSiteManagementClient < MsRestAzure::AzureServiceClient # @return [String] API Version 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 [AppServiceCertificateOrders] app_service_certificate_orders @@ -111,9 +110,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? @@ -130,7 +126,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_web' - sdk_information = "#{sdk_information}/0.17.2" + if defined? Azure::Web::Mgmt::V2015_08_01::VERSION + sdk_information = "#{sdk_information}/#{Azure::Web::Mgmt::V2015_08_01::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/billing_meters.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/billing_meters.rb index b45b35a75b..ec2716995f 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/billing_meters.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/billing_meters.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [Array] operation results. # - def list(billing_location:nil, custom_headers:nil) - first_page = list_as_lazy(billing_location:billing_location, custom_headers:custom_headers) + def list(billing_location = nil, custom_headers = nil) + first_page = list_as_lazy(billing_location, custom_headers) first_page.get_all_items end @@ -48,8 +48,8 @@ def list(billing_location:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(billing_location:nil, custom_headers:nil) - list_async(billing_location:billing_location, custom_headers:custom_headers).value! + def list_with_http_info(billing_location = nil, custom_headers = nil) + list_async(billing_location, custom_headers).value! end # @@ -63,13 +63,12 @@ def list_with_http_info(billing_location:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(billing_location:nil, custom_headers:nil) + def list_async(billing_location = nil, 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 @@ -126,8 +125,8 @@ def list_async(billing_location:nil, custom_headers:nil) # # @return [BillingMeterCollection] 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 @@ -143,8 +142,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 # @@ -159,12 +158,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 @@ -220,12 +218,12 @@ def list_next_async(next_page_link, custom_headers:nil) # @return [BillingMeterCollection] which provide lazy access to pages of the # response. # - def list_as_lazy(billing_location:nil, custom_headers:nil) - response = list_async(billing_location:billing_location, custom_headers:custom_headers).value! + def list_as_lazy(billing_location = nil, custom_headers = nil) + response = list_async(billing_location, 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_web/lib/2016-03-01/generated/azure_mgmt_web/certificates.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/certificates.rb index df63c0d45a..78ae30d8a1 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/certificates.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/certificates.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -123,8 +122,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 @@ -140,8 +139,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 # @@ -156,17 +155,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, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -224,8 +219,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [Certificate] operation results. # - def get(resource_group_name, name, custom_headers:nil) - response = get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get(resource_group_name, name, custom_headers = nil) + response = get_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -242,8 +237,8 @@ def get(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, name, custom_headers:nil) - get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, name, custom_headers = nil) + get_async(resource_group_name, name, custom_headers).value! end # @@ -259,18 +254,14 @@ def get_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, name, custom_headers:nil) + def get_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -330,8 +321,8 @@ def get_async(resource_group_name, name, custom_headers:nil) # # @return [Certificate] operation results. # - def create_or_update(resource_group_name, name, certificate_envelope, custom_headers:nil) - response = create_or_update_async(resource_group_name, name, certificate_envelope, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, name, certificate_envelope, custom_headers = nil) + response = create_or_update_async(resource_group_name, name, certificate_envelope, custom_headers).value! response.body unless response.nil? end @@ -350,8 +341,8 @@ def create_or_update(resource_group_name, name, certificate_envelope, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, name, certificate_envelope, custom_headers:nil) - create_or_update_async(resource_group_name, name, certificate_envelope, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, name, certificate_envelope, custom_headers = nil) + create_or_update_async(resource_group_name, name, certificate_envelope, custom_headers).value! end # @@ -369,11 +360,8 @@ def create_or_update_with_http_info(resource_group_name, name, certificate_envel # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, name, certificate_envelope, custom_headers:nil) + def create_or_update_async(resource_group_name, name, certificate_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'certificate_envelope is nil' if certificate_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -381,12 +369,13 @@ def create_or_update_async(resource_group_name, name, certificate_envelope, cust 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::Web::Mgmt::V2016_03_01::Models::Certificate.mapper() request_content = @client.serialize(request_mapper, certificate_envelope) @@ -445,8 +434,8 @@ def create_or_update_async(resource_group_name, name, certificate_envelope, cust # will be added to the HTTP request. # # - def delete(resource_group_name, name, custom_headers:nil) - response = delete_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete(resource_group_name, name, custom_headers = nil) + response = delete_async(resource_group_name, name, custom_headers).value! nil end @@ -463,8 +452,8 @@ def delete(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, name, custom_headers:nil) - delete_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, name, custom_headers = nil) + delete_async(resource_group_name, name, custom_headers).value! end # @@ -480,18 +469,14 @@ def delete_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, name, custom_headers:nil) + def delete_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -541,8 +526,8 @@ def delete_async(resource_group_name, name, custom_headers:nil) # # @return [Certificate] operation results. # - def update(resource_group_name, name, certificate_envelope, custom_headers:nil) - response = update_async(resource_group_name, name, certificate_envelope, custom_headers:custom_headers).value! + def update(resource_group_name, name, certificate_envelope, custom_headers = nil) + response = update_async(resource_group_name, name, certificate_envelope, custom_headers).value! response.body unless response.nil? end @@ -561,8 +546,8 @@ def update(resource_group_name, name, certificate_envelope, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, name, certificate_envelope, custom_headers:nil) - update_async(resource_group_name, name, certificate_envelope, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, name, certificate_envelope, custom_headers = nil) + update_async(resource_group_name, name, certificate_envelope, custom_headers).value! end # @@ -580,11 +565,8 @@ def update_with_http_info(resource_group_name, name, certificate_envelope, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, name, certificate_envelope, custom_headers:nil) + def update_async(resource_group_name, name, certificate_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'certificate_envelope is nil' if certificate_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -592,12 +574,13 @@ def update_async(resource_group_name, name, certificate_envelope, custom_headers 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::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource.mapper() request_content = @client.serialize(request_mapper, certificate_envelope) @@ -656,8 +639,8 @@ def update_async(resource_group_name, name, certificate_envelope, custom_headers # # @return [CertificateCollection] 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 @@ -673,8 +656,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 # @@ -689,12 +672,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 @@ -750,8 +732,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [CertificateCollection] 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 @@ -767,8 +749,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 # @@ -783,12 +765,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 @@ -843,12 +824,12 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # @return [CertificateCollection] 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 @@ -867,12 +848,12 @@ def list_as_lazy(custom_headers:nil) # @return [CertificateCollection] 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_web/lib/2016-03-01/generated/azure_mgmt_web/deleted_web_apps.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/deleted_web_apps.rb index c99164b762..5e122b7aa8 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/deleted_web_apps.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/deleted_web_apps.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -123,8 +122,8 @@ def list_async(custom_headers:nil) # # @return [DeletedWebAppCollection] 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 @@ -140,8 +139,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 # @@ -156,12 +155,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 @@ -216,12 +214,12 @@ def list_next_async(next_page_link, custom_headers:nil) # @return [DeletedWebAppCollection] 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_web/lib/2016-03-01/generated/azure_mgmt_web/diagnostics.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/diagnostics.rb index a7b24fb9b7..4a678ba540 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/diagnostics.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/diagnostics.rb @@ -34,8 +34,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_hosting_environment_detector_responses(resource_group_name, name, custom_headers:nil) - first_page = list_hosting_environment_detector_responses_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_hosting_environment_detector_responses(resource_group_name, name, custom_headers = nil) + first_page = list_hosting_environment_detector_responses_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -52,8 +52,8 @@ def list_hosting_environment_detector_responses(resource_group_name, name, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hosting_environment_detector_responses_with_http_info(resource_group_name, name, custom_headers:nil) - list_hosting_environment_detector_responses_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_hosting_environment_detector_responses_with_http_info(resource_group_name, name, custom_headers = nil) + list_hosting_environment_detector_responses_async(resource_group_name, name, custom_headers).value! end # @@ -69,18 +69,14 @@ def list_hosting_environment_detector_responses_with_http_info(resource_group_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hosting_environment_detector_responses_async(resource_group_name, name, custom_headers:nil) + def list_hosting_environment_detector_responses_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -142,8 +138,8 @@ def list_hosting_environment_detector_responses_async(resource_group_name, name, # # @return [DetectorResponse] operation results. # - def get_hosting_environment_detector_response(resource_group_name, name, detector_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = get_hosting_environment_detector_response_async(resource_group_name, name, detector_name, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def get_hosting_environment_detector_response(resource_group_name, name, detector_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = get_hosting_environment_detector_response_async(resource_group_name, name, detector_name, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -164,8 +160,8 @@ def get_hosting_environment_detector_response(resource_group_name, name, detecto # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_hosting_environment_detector_response_with_http_info(resource_group_name, name, detector_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - get_hosting_environment_detector_response_async(resource_group_name, name, detector_name, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def get_hosting_environment_detector_response_with_http_info(resource_group_name, name, detector_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + get_hosting_environment_detector_response_async(resource_group_name, name, detector_name, start_time, end_time, time_grain, custom_headers).value! end # @@ -185,20 +181,15 @@ def get_hosting_environment_detector_response_with_http_info(resource_group_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_hosting_environment_detector_response_async(resource_group_name, name, detector_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def get_hosting_environment_detector_response_async(resource_group_name, name, detector_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -256,8 +247,8 @@ def get_hosting_environment_detector_response_async(resource_group_name, name, d # # @return [Array] operation results. # - def list_site_detector_responses(resource_group_name, site_name, custom_headers:nil) - first_page = list_site_detector_responses_as_lazy(resource_group_name, site_name, custom_headers:custom_headers) + def list_site_detector_responses(resource_group_name, site_name, custom_headers = nil) + first_page = list_site_detector_responses_as_lazy(resource_group_name, site_name, custom_headers) first_page.get_all_items end @@ -274,8 +265,8 @@ def list_site_detector_responses(resource_group_name, site_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detector_responses_with_http_info(resource_group_name, site_name, custom_headers:nil) - list_site_detector_responses_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def list_site_detector_responses_with_http_info(resource_group_name, site_name, custom_headers = nil) + list_site_detector_responses_async(resource_group_name, site_name, custom_headers).value! end # @@ -291,18 +282,14 @@ def list_site_detector_responses_with_http_info(resource_group_name, site_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detector_responses_async(resource_group_name, site_name, custom_headers:nil) + def list_site_detector_responses_async(resource_group_name, site_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_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 @@ -364,8 +351,8 @@ def list_site_detector_responses_async(resource_group_name, site_name, custom_he # # @return [DetectorResponse] operation results. # - def get_site_detector_response(resource_group_name, site_name, detector_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = get_site_detector_response_async(resource_group_name, site_name, detector_name, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def get_site_detector_response(resource_group_name, site_name, detector_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = get_site_detector_response_async(resource_group_name, site_name, detector_name, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -386,8 +373,8 @@ def get_site_detector_response(resource_group_name, site_name, detector_name, st # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_detector_response_with_http_info(resource_group_name, site_name, detector_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - get_site_detector_response_async(resource_group_name, site_name, detector_name, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def get_site_detector_response_with_http_info(resource_group_name, site_name, detector_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + get_site_detector_response_async(resource_group_name, site_name, detector_name, start_time, end_time, time_grain, custom_headers).value! end # @@ -407,20 +394,15 @@ def get_site_detector_response_with_http_info(resource_group_name, site_name, de # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_detector_response_async(resource_group_name, site_name, detector_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def get_site_detector_response_async(resource_group_name, site_name, detector_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -478,8 +460,8 @@ def get_site_detector_response_async(resource_group_name, site_name, detector_na # # @return [Array] operation results. # - def list_site_diagnostic_categories(resource_group_name, site_name, custom_headers:nil) - first_page = list_site_diagnostic_categories_as_lazy(resource_group_name, site_name, custom_headers:custom_headers) + def list_site_diagnostic_categories(resource_group_name, site_name, custom_headers = nil) + first_page = list_site_diagnostic_categories_as_lazy(resource_group_name, site_name, custom_headers) first_page.get_all_items end @@ -496,8 +478,8 @@ def list_site_diagnostic_categories(resource_group_name, site_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_diagnostic_categories_with_http_info(resource_group_name, site_name, custom_headers:nil) - list_site_diagnostic_categories_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_with_http_info(resource_group_name, site_name, custom_headers = nil) + list_site_diagnostic_categories_async(resource_group_name, site_name, custom_headers).value! end # @@ -513,18 +495,14 @@ def list_site_diagnostic_categories_with_http_info(resource_group_name, site_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_diagnostic_categories_async(resource_group_name, site_name, custom_headers:nil) + def list_site_diagnostic_categories_async(resource_group_name, site_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_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 @@ -583,8 +561,8 @@ def list_site_diagnostic_categories_async(resource_group_name, site_name, custom # # @return [DiagnosticCategory] operation results. # - def get_site_diagnostic_category(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - response = get_site_diagnostic_category_async(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers).value! + def get_site_diagnostic_category(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + response = get_site_diagnostic_category_async(resource_group_name, site_name, diagnostic_category, custom_headers).value! response.body unless response.nil? end @@ -602,8 +580,8 @@ def get_site_diagnostic_category(resource_group_name, site_name, diagnostic_cate # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_diagnostic_category_with_http_info(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - get_site_diagnostic_category_async(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers).value! + def get_site_diagnostic_category_with_http_info(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + get_site_diagnostic_category_async(resource_group_name, site_name, diagnostic_category, custom_headers).value! end # @@ -620,11 +598,8 @@ def get_site_diagnostic_category_with_http_info(resource_group_name, site_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_diagnostic_category_async(resource_group_name, site_name, diagnostic_category, custom_headers:nil) + def get_site_diagnostic_category_async(resource_group_name, site_name, diagnostic_category, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -632,7 +607,6 @@ def get_site_diagnostic_category_async(resource_group_name, site_name, diagnosti request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -691,8 +665,8 @@ def get_site_diagnostic_category_async(resource_group_name, site_name, diagnosti # # @return [Array] operation results. # - def list_site_analyses(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - first_page = list_site_analyses_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers) + def list_site_analyses(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + first_page = list_site_analyses_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers) first_page.get_all_items end @@ -710,8 +684,8 @@ def list_site_analyses(resource_group_name, site_name, diagnostic_category, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_analyses_with_http_info(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - list_site_analyses_async(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers).value! + def list_site_analyses_with_http_info(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + list_site_analyses_async(resource_group_name, site_name, diagnostic_category, custom_headers).value! end # @@ -728,11 +702,8 @@ def list_site_analyses_with_http_info(resource_group_name, site_name, diagnostic # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_analyses_async(resource_group_name, site_name, diagnostic_category, custom_headers:nil) + def list_site_analyses_async(resource_group_name, site_name, diagnostic_category, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -740,7 +711,6 @@ def list_site_analyses_async(resource_group_name, site_name, diagnostic_category request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -800,8 +770,8 @@ def list_site_analyses_async(resource_group_name, site_name, diagnostic_category # # @return [DiagnosticAnalysis] operation results. # - def get_site_analysis(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers:nil) - response = get_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers:custom_headers).value! + def get_site_analysis(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers = nil) + response = get_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers).value! response.body unless response.nil? end @@ -820,8 +790,8 @@ def get_site_analysis(resource_group_name, site_name, diagnostic_category, analy # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_analysis_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers:nil) - get_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers:custom_headers).value! + def get_site_analysis_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers = nil) + get_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers).value! end # @@ -839,11 +809,8 @@ def get_site_analysis_with_http_info(resource_group_name, site_name, diagnostic_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers:nil) + def get_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'analysis_name is nil' if analysis_name.nil? @@ -852,7 +819,6 @@ def get_site_analysis_async(resource_group_name, site_name, diagnostic_category, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -915,8 +881,8 @@ def get_site_analysis_async(resource_group_name, site_name, diagnostic_category, # # @return [DiagnosticAnalysis] operation results. # - def execute_site_analysis(resource_group_name, site_name, diagnostic_category, analysis_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = execute_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_analysis(resource_group_name, site_name, diagnostic_category, analysis_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = execute_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -938,8 +904,8 @@ def execute_site_analysis(resource_group_name, site_name, diagnostic_category, a # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def execute_site_analysis_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - execute_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_analysis_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + execute_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, start_time, end_time, time_grain, custom_headers).value! end # @@ -960,21 +926,16 @@ def execute_site_analysis_with_http_info(resource_group_name, site_name, diagnos # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def execute_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def execute_site_analysis_async(resource_group_name, site_name, diagnostic_category, analysis_name, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'analysis_name is nil' if analysis_name.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -1033,8 +994,8 @@ def execute_site_analysis_async(resource_group_name, site_name, diagnostic_categ # # @return [Array] operation results. # - def list_site_detectors(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - first_page = list_site_detectors_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers) + def list_site_detectors(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + first_page = list_site_detectors_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers) first_page.get_all_items end @@ -1052,8 +1013,8 @@ def list_site_detectors(resource_group_name, site_name, diagnostic_category, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detectors_with_http_info(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - list_site_detectors_async(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers).value! + def list_site_detectors_with_http_info(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + list_site_detectors_async(resource_group_name, site_name, diagnostic_category, custom_headers).value! end # @@ -1070,11 +1031,8 @@ def list_site_detectors_with_http_info(resource_group_name, site_name, diagnosti # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detectors_async(resource_group_name, site_name, diagnostic_category, custom_headers:nil) + def list_site_detectors_async(resource_group_name, site_name, diagnostic_category, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1082,7 +1040,6 @@ def list_site_detectors_async(resource_group_name, site_name, diagnostic_categor request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1142,8 +1099,8 @@ def list_site_detectors_async(resource_group_name, site_name, diagnostic_categor # # @return [Array] operation results. # - def get_site_detector(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:nil) - first_page = get_site_detector_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:custom_headers) + def get_site_detector(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers = nil) + first_page = get_site_detector_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers) first_page.get_all_items end @@ -1162,8 +1119,8 @@ def get_site_detector(resource_group_name, site_name, diagnostic_category, detec # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_detector_with_http_info(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:nil) - get_site_detector_async(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:custom_headers).value! + def get_site_detector_with_http_info(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers = nil) + get_site_detector_async(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers).value! end # @@ -1181,11 +1138,8 @@ def get_site_detector_with_http_info(resource_group_name, site_name, diagnostic_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_detector_async(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:nil) + def get_site_detector_async(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? @@ -1194,7 +1148,6 @@ def get_site_detector_async(resource_group_name, site_name, diagnostic_category, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1257,8 +1210,8 @@ def get_site_detector_async(resource_group_name, site_name, diagnostic_category, # # @return [DiagnosticDetectorResponse] operation results. # - def execute_site_detector(resource_group_name, site_name, detector_name, diagnostic_category, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = execute_site_detector_async(resource_group_name, site_name, detector_name, diagnostic_category, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_detector(resource_group_name, site_name, detector_name, diagnostic_category, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = execute_site_detector_async(resource_group_name, site_name, detector_name, diagnostic_category, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -1280,8 +1233,8 @@ def execute_site_detector(resource_group_name, site_name, detector_name, diagnos # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def execute_site_detector_with_http_info(resource_group_name, site_name, detector_name, diagnostic_category, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - execute_site_detector_async(resource_group_name, site_name, detector_name, diagnostic_category, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_detector_with_http_info(resource_group_name, site_name, detector_name, diagnostic_category, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + execute_site_detector_async(resource_group_name, site_name, detector_name, diagnostic_category, start_time, end_time, time_grain, custom_headers).value! end # @@ -1302,21 +1255,16 @@ def execute_site_detector_with_http_info(resource_group_name, site_name, detecto # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def execute_site_detector_async(resource_group_name, site_name, detector_name, diagnostic_category, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def execute_site_detector_async(resource_group_name, site_name, detector_name, diagnostic_category, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -1375,8 +1323,8 @@ def execute_site_detector_async(resource_group_name, site_name, detector_name, d # # @return [Array] operation results. # - def list_site_detector_responses_slot(resource_group_name, site_name, slot, custom_headers:nil) - first_page = list_site_detector_responses_slot_as_lazy(resource_group_name, site_name, slot, custom_headers:custom_headers) + def list_site_detector_responses_slot(resource_group_name, site_name, slot, custom_headers = nil) + first_page = list_site_detector_responses_slot_as_lazy(resource_group_name, site_name, slot, custom_headers) first_page.get_all_items end @@ -1394,8 +1342,8 @@ def list_site_detector_responses_slot(resource_group_name, site_name, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detector_responses_slot_with_http_info(resource_group_name, site_name, slot, custom_headers:nil) - list_site_detector_responses_slot_async(resource_group_name, site_name, slot, custom_headers:custom_headers).value! + def list_site_detector_responses_slot_with_http_info(resource_group_name, site_name, slot, custom_headers = nil) + list_site_detector_responses_slot_async(resource_group_name, site_name, slot, custom_headers).value! end # @@ -1412,11 +1360,8 @@ def list_site_detector_responses_slot_with_http_info(resource_group_name, site_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detector_responses_slot_async(resource_group_name, site_name, slot, custom_headers:nil) + def list_site_detector_responses_slot_async(resource_group_name, site_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1424,7 +1369,6 @@ def list_site_detector_responses_slot_async(resource_group_name, site_name, slot request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1487,8 +1431,8 @@ def list_site_detector_responses_slot_async(resource_group_name, site_name, slot # # @return [DetectorResponse] operation results. # - def get_site_detector_response_slot(resource_group_name, site_name, detector_name, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = get_site_detector_response_slot_async(resource_group_name, site_name, detector_name, slot, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def get_site_detector_response_slot(resource_group_name, site_name, detector_name, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = get_site_detector_response_slot_async(resource_group_name, site_name, detector_name, slot, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -1510,8 +1454,8 @@ def get_site_detector_response_slot(resource_group_name, site_name, detector_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_detector_response_slot_with_http_info(resource_group_name, site_name, detector_name, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - get_site_detector_response_slot_async(resource_group_name, site_name, detector_name, slot, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def get_site_detector_response_slot_with_http_info(resource_group_name, site_name, detector_name, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + get_site_detector_response_slot_async(resource_group_name, site_name, detector_name, slot, start_time, end_time, time_grain, custom_headers).value! end # @@ -1532,21 +1476,16 @@ def get_site_detector_response_slot_with_http_info(resource_group_name, site_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_detector_response_slot_async(resource_group_name, site_name, detector_name, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def get_site_detector_response_slot_async(resource_group_name, site_name, detector_name, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -1605,8 +1544,8 @@ def get_site_detector_response_slot_async(resource_group_name, site_name, detect # # @return [Array] operation results. # - def list_site_diagnostic_categories_slot(resource_group_name, site_name, slot, custom_headers:nil) - first_page = list_site_diagnostic_categories_slot_as_lazy(resource_group_name, site_name, slot, custom_headers:custom_headers) + def list_site_diagnostic_categories_slot(resource_group_name, site_name, slot, custom_headers = nil) + first_page = list_site_diagnostic_categories_slot_as_lazy(resource_group_name, site_name, slot, custom_headers) first_page.get_all_items end @@ -1624,8 +1563,8 @@ def list_site_diagnostic_categories_slot(resource_group_name, site_name, slot, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_diagnostic_categories_slot_with_http_info(resource_group_name, site_name, slot, custom_headers:nil) - list_site_diagnostic_categories_slot_async(resource_group_name, site_name, slot, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_slot_with_http_info(resource_group_name, site_name, slot, custom_headers = nil) + list_site_diagnostic_categories_slot_async(resource_group_name, site_name, slot, custom_headers).value! end # @@ -1642,11 +1581,8 @@ def list_site_diagnostic_categories_slot_with_http_info(resource_group_name, sit # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_diagnostic_categories_slot_async(resource_group_name, site_name, slot, custom_headers:nil) + def list_site_diagnostic_categories_slot_async(resource_group_name, site_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1654,7 +1590,6 @@ def list_site_diagnostic_categories_slot_async(resource_group_name, site_name, s request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1714,8 +1649,8 @@ def list_site_diagnostic_categories_slot_async(resource_group_name, site_name, s # # @return [DiagnosticCategory] operation results. # - def get_site_diagnostic_category_slot(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - response = get_site_diagnostic_category_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers).value! + def get_site_diagnostic_category_slot(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + response = get_site_diagnostic_category_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers).value! response.body unless response.nil? end @@ -1734,8 +1669,8 @@ def get_site_diagnostic_category_slot(resource_group_name, site_name, diagnostic # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_diagnostic_category_slot_with_http_info(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - get_site_diagnostic_category_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers).value! + def get_site_diagnostic_category_slot_with_http_info(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + get_site_diagnostic_category_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers).value! end # @@ -1753,11 +1688,8 @@ def get_site_diagnostic_category_slot_with_http_info(resource_group_name, site_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_diagnostic_category_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) + def get_site_diagnostic_category_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -1766,7 +1698,6 @@ def get_site_diagnostic_category_slot_async(resource_group_name, site_name, diag request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1826,8 +1757,8 @@ def get_site_diagnostic_category_slot_async(resource_group_name, site_name, diag # # @return [Array] operation results. # - def list_site_analyses_slot(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - first_page = list_site_analyses_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers) + def list_site_analyses_slot(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + first_page = list_site_analyses_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers) first_page.get_all_items end @@ -1846,8 +1777,8 @@ def list_site_analyses_slot(resource_group_name, site_name, diagnostic_category, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_analyses_slot_with_http_info(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers).value! + def list_site_analyses_slot_with_http_info(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers).value! end # @@ -1865,11 +1796,8 @@ def list_site_analyses_slot_with_http_info(resource_group_name, site_name, diagn # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) + def list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -1878,7 +1806,6 @@ def list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_cat request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1939,8 +1866,8 @@ def list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_cat # # @return [DiagnosticAnalysis] operation results. # - def get_site_analysis_slot(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers:nil) - response = get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers:custom_headers).value! + def get_site_analysis_slot(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers = nil) + response = get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers).value! response.body unless response.nil? end @@ -1960,8 +1887,8 @@ def get_site_analysis_slot(resource_group_name, site_name, diagnostic_category, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_analysis_slot_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers:nil) - get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers:custom_headers).value! + def get_site_analysis_slot_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers = nil) + get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers).value! end # @@ -1980,11 +1907,8 @@ def get_site_analysis_slot_with_http_info(resource_group_name, site_name, diagno # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers:nil) + def get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'analysis_name is nil' if analysis_name.nil? @@ -1994,7 +1918,6 @@ def get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_cate request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -2058,8 +1981,8 @@ def get_site_analysis_slot_async(resource_group_name, site_name, diagnostic_cate # # @return [DiagnosticAnalysis] operation results. # - def execute_site_analysis_slot(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_analysis_slot(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -2082,8 +2005,8 @@ def execute_site_analysis_slot(resource_group_name, site_name, diagnostic_catego # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def execute_site_analysis_slot_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_analysis_slot_with_http_info(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time, end_time, time_grain, custom_headers).value! end # @@ -2105,22 +2028,17 @@ def execute_site_analysis_slot_with_http_info(resource_group_name, site_name, di # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_category, analysis_name, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'analysis_name is nil' if analysis_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -2180,8 +2098,8 @@ def execute_site_analysis_slot_async(resource_group_name, site_name, diagnostic_ # # @return [Array] operation results. # - def list_site_detectors_slot(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - first_page = list_site_detectors_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers) + def list_site_detectors_slot(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + first_page = list_site_detectors_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers) first_page.get_all_items end @@ -2200,8 +2118,8 @@ def list_site_detectors_slot(resource_group_name, site_name, diagnostic_category # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detectors_slot_with_http_info(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers).value! + def list_site_detectors_slot_with_http_info(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers).value! end # @@ -2219,11 +2137,8 @@ def list_site_detectors_slot_with_http_info(resource_group_name, site_name, diag # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) + def list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -2232,7 +2147,6 @@ def list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_ca request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -2293,8 +2207,8 @@ def list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_ca # # @return [Array] operation results. # - def get_site_detector_slot(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:nil) - first_page = get_site_detector_slot_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:custom_headers) + def get_site_detector_slot(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers = nil) + first_page = get_site_detector_slot_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers) first_page.get_all_items end @@ -2314,8 +2228,8 @@ def get_site_detector_slot(resource_group_name, site_name, diagnostic_category, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_detector_slot_with_http_info(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:nil) - get_site_detector_slot_async(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:custom_headers).value! + def get_site_detector_slot_with_http_info(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers = nil) + get_site_detector_slot_async(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers).value! end # @@ -2334,11 +2248,8 @@ def get_site_detector_slot_with_http_info(resource_group_name, site_name, diagno # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_detector_slot_async(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:nil) + def get_site_detector_slot_async(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? @@ -2348,7 +2259,6 @@ def get_site_detector_slot_async(resource_group_name, site_name, diagnostic_cate request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -2412,8 +2322,8 @@ def get_site_detector_slot_async(resource_group_name, site_name, diagnostic_cate # # @return [DiagnosticDetectorResponse] operation results. # - def execute_site_detector_slot(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - response = execute_site_detector_slot_async(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_detector_slot(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + response = execute_site_detector_slot_async(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time, end_time, time_grain, custom_headers).value! response.body unless response.nil? end @@ -2436,8 +2346,8 @@ def execute_site_detector_slot(resource_group_name, site_name, detector_name, di # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def execute_site_detector_slot_with_http_info(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) - execute_site_detector_slot_async(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time:start_time, end_time:end_time, time_grain:time_grain, custom_headers:custom_headers).value! + def execute_site_detector_slot_with_http_info(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) + execute_site_detector_slot_async(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time, end_time, time_grain, custom_headers).value! end # @@ -2459,22 +2369,17 @@ def execute_site_detector_slot_with_http_info(resource_group_name, site_name, de # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def execute_site_detector_slot_async(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time:nil, end_time:nil, time_grain:nil, custom_headers:nil) + def execute_site_detector_slot_async(resource_group_name, site_name, detector_name, diagnostic_category, slot, start_time = nil, end_time = nil, time_grain = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'detector_name is nil' if detector_name.nil? fail ArgumentError, 'diagnostic_category is nil' if diagnostic_category.nil? fail ArgumentError, 'slot is nil' if slot.nil? - fail ArgumentError, "'time_grain' should satisfy the constraint - 'Pattern': 'PT[1-9][0-9]+[SMH]'" if !time_grain.nil? && time_grain.match(Regexp.new('^PT[1-9][0-9]+[SMH]$')).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 @@ -2531,8 +2436,8 @@ def execute_site_detector_slot_async(resource_group_name, site_name, detector_na # # @return [DetectorResponseCollection] operation results. # - def list_hosting_environment_detector_responses_next(next_page_link, custom_headers:nil) - response = list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers:custom_headers).value! + def list_hosting_environment_detector_responses_next(next_page_link, custom_headers = nil) + response = list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -2548,8 +2453,8 @@ def list_hosting_environment_detector_responses_next(next_page_link, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hosting_environment_detector_responses_next_with_http_info(next_page_link, custom_headers:nil) - list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers:custom_headers).value! + def list_hosting_environment_detector_responses_next_with_http_info(next_page_link, custom_headers = nil) + list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers).value! end # @@ -2564,12 +2469,11 @@ def list_hosting_environment_detector_responses_next_with_http_info(next_page_li # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers:nil) + def list_hosting_environment_detector_responses_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 @@ -2625,8 +2529,8 @@ def list_hosting_environment_detector_responses_next_async(next_page_link, custo # # @return [DetectorResponseCollection] operation results. # - def list_site_detector_responses_next(next_page_link, custom_headers:nil) - response = list_site_detector_responses_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detector_responses_next(next_page_link, custom_headers = nil) + response = list_site_detector_responses_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -2642,8 +2546,8 @@ def list_site_detector_responses_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detector_responses_next_with_http_info(next_page_link, custom_headers:nil) - list_site_detector_responses_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detector_responses_next_with_http_info(next_page_link, custom_headers = nil) + list_site_detector_responses_next_async(next_page_link, custom_headers).value! end # @@ -2658,12 +2562,11 @@ def list_site_detector_responses_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detector_responses_next_async(next_page_link, custom_headers:nil) + def list_site_detector_responses_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 @@ -2719,8 +2622,8 @@ def list_site_detector_responses_next_async(next_page_link, custom_headers:nil) # # @return [DiagnosticCategoryCollection] operation results. # - def list_site_diagnostic_categories_next(next_page_link, custom_headers:nil) - response = list_site_diagnostic_categories_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_next(next_page_link, custom_headers = nil) + response = list_site_diagnostic_categories_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -2736,8 +2639,8 @@ def list_site_diagnostic_categories_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_diagnostic_categories_next_with_http_info(next_page_link, custom_headers:nil) - list_site_diagnostic_categories_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_next_with_http_info(next_page_link, custom_headers = nil) + list_site_diagnostic_categories_next_async(next_page_link, custom_headers).value! end # @@ -2752,12 +2655,11 @@ def list_site_diagnostic_categories_next_with_http_info(next_page_link, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_diagnostic_categories_next_async(next_page_link, custom_headers:nil) + def list_site_diagnostic_categories_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 @@ -2813,8 +2715,8 @@ def list_site_diagnostic_categories_next_async(next_page_link, custom_headers:ni # # @return [DiagnosticAnalysisCollection] operation results. # - def list_site_analyses_next(next_page_link, custom_headers:nil) - response = list_site_analyses_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_analyses_next(next_page_link, custom_headers = nil) + response = list_site_analyses_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -2830,8 +2732,8 @@ def list_site_analyses_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_analyses_next_with_http_info(next_page_link, custom_headers:nil) - list_site_analyses_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_analyses_next_with_http_info(next_page_link, custom_headers = nil) + list_site_analyses_next_async(next_page_link, custom_headers).value! end # @@ -2846,12 +2748,11 @@ def list_site_analyses_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_analyses_next_async(next_page_link, custom_headers:nil) + def list_site_analyses_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 @@ -2907,8 +2808,8 @@ def list_site_analyses_next_async(next_page_link, custom_headers:nil) # # @return [DiagnosticDetectorCollection] operation results. # - def list_site_detectors_next(next_page_link, custom_headers:nil) - response = list_site_detectors_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detectors_next(next_page_link, custom_headers = nil) + response = list_site_detectors_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -2924,8 +2825,8 @@ def list_site_detectors_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detectors_next_with_http_info(next_page_link, custom_headers:nil) - list_site_detectors_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detectors_next_with_http_info(next_page_link, custom_headers = nil) + list_site_detectors_next_async(next_page_link, custom_headers).value! end # @@ -2940,12 +2841,11 @@ def list_site_detectors_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detectors_next_async(next_page_link, custom_headers:nil) + def list_site_detectors_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 @@ -3001,8 +2901,8 @@ def list_site_detectors_next_async(next_page_link, custom_headers:nil) # # @return [DiagnosticDetectorCollection] operation results. # - def get_site_detector_next(next_page_link, custom_headers:nil) - response = get_site_detector_next_async(next_page_link, custom_headers:custom_headers).value! + def get_site_detector_next(next_page_link, custom_headers = nil) + response = get_site_detector_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3018,8 +2918,8 @@ def get_site_detector_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_detector_next_with_http_info(next_page_link, custom_headers:nil) - get_site_detector_next_async(next_page_link, custom_headers:custom_headers).value! + def get_site_detector_next_with_http_info(next_page_link, custom_headers = nil) + get_site_detector_next_async(next_page_link, custom_headers).value! end # @@ -3034,12 +2934,11 @@ def get_site_detector_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_detector_next_async(next_page_link, custom_headers:nil) + def get_site_detector_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 @@ -3095,8 +2994,8 @@ def get_site_detector_next_async(next_page_link, custom_headers:nil) # # @return [DetectorResponseCollection] operation results. # - def list_site_detector_responses_slot_next(next_page_link, custom_headers:nil) - response = list_site_detector_responses_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detector_responses_slot_next(next_page_link, custom_headers = nil) + response = list_site_detector_responses_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3112,8 +3011,8 @@ def list_site_detector_responses_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detector_responses_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_site_detector_responses_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detector_responses_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_site_detector_responses_slot_next_async(next_page_link, custom_headers).value! end # @@ -3128,12 +3027,11 @@ def list_site_detector_responses_slot_next_with_http_info(next_page_link, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detector_responses_slot_next_async(next_page_link, custom_headers:nil) + def list_site_detector_responses_slot_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 @@ -3189,8 +3087,8 @@ def list_site_detector_responses_slot_next_async(next_page_link, custom_headers: # # @return [DiagnosticCategoryCollection] operation results. # - def list_site_diagnostic_categories_slot_next(next_page_link, custom_headers:nil) - response = list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_slot_next(next_page_link, custom_headers = nil) + response = list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3206,8 +3104,8 @@ def list_site_diagnostic_categories_slot_next(next_page_link, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_diagnostic_categories_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers).value! end # @@ -3222,12 +3120,11 @@ def list_site_diagnostic_categories_slot_next_with_http_info(next_page_link, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers:nil) + def list_site_diagnostic_categories_slot_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 @@ -3283,8 +3180,8 @@ def list_site_diagnostic_categories_slot_next_async(next_page_link, custom_heade # # @return [DiagnosticAnalysisCollection] operation results. # - def list_site_analyses_slot_next(next_page_link, custom_headers:nil) - response = list_site_analyses_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_analyses_slot_next(next_page_link, custom_headers = nil) + response = list_site_analyses_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3300,8 +3197,8 @@ def list_site_analyses_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_analyses_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_site_analyses_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_analyses_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_site_analyses_slot_next_async(next_page_link, custom_headers).value! end # @@ -3316,12 +3213,11 @@ def list_site_analyses_slot_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_analyses_slot_next_async(next_page_link, custom_headers:nil) + def list_site_analyses_slot_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 @@ -3377,8 +3273,8 @@ def list_site_analyses_slot_next_async(next_page_link, custom_headers:nil) # # @return [DiagnosticDetectorCollection] operation results. # - def list_site_detectors_slot_next(next_page_link, custom_headers:nil) - response = list_site_detectors_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detectors_slot_next(next_page_link, custom_headers = nil) + response = list_site_detectors_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3394,8 +3290,8 @@ def list_site_detectors_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_detectors_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_site_detectors_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_detectors_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_site_detectors_slot_next_async(next_page_link, custom_headers).value! end # @@ -3410,12 +3306,11 @@ def list_site_detectors_slot_next_with_http_info(next_page_link, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_detectors_slot_next_async(next_page_link, custom_headers:nil) + def list_site_detectors_slot_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 @@ -3471,8 +3366,8 @@ def list_site_detectors_slot_next_async(next_page_link, custom_headers:nil) # # @return [DiagnosticDetectorCollection] operation results. # - def get_site_detector_slot_next(next_page_link, custom_headers:nil) - response = get_site_detector_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def get_site_detector_slot_next(next_page_link, custom_headers = nil) + response = get_site_detector_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3488,8 +3383,8 @@ def get_site_detector_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_detector_slot_next_with_http_info(next_page_link, custom_headers:nil) - get_site_detector_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def get_site_detector_slot_next_with_http_info(next_page_link, custom_headers = nil) + get_site_detector_slot_next_async(next_page_link, custom_headers).value! end # @@ -3504,12 +3399,11 @@ def get_site_detector_slot_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_detector_slot_next_async(next_page_link, custom_headers:nil) + def get_site_detector_slot_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 @@ -3567,12 +3461,12 @@ def get_site_detector_slot_next_async(next_page_link, custom_headers:nil) # @return [DetectorResponseCollection] which provide lazy access to pages of # the response. # - def list_hosting_environment_detector_responses_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_hosting_environment_detector_responses_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_hosting_environment_detector_responses_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_hosting_environment_detector_responses_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers:custom_headers) + list_hosting_environment_detector_responses_next_async(next_page_link, custom_headers) end page end @@ -3592,12 +3486,12 @@ def list_hosting_environment_detector_responses_as_lazy(resource_group_name, nam # @return [DetectorResponseCollection] which provide lazy access to pages of # the response. # - def list_site_detector_responses_as_lazy(resource_group_name, site_name, custom_headers:nil) - response = list_site_detector_responses_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def list_site_detector_responses_as_lazy(resource_group_name, site_name, custom_headers = nil) + response = list_site_detector_responses_async(resource_group_name, site_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_detector_responses_next_async(next_page_link, custom_headers:custom_headers) + list_site_detector_responses_next_async(next_page_link, custom_headers) end page end @@ -3617,12 +3511,12 @@ def list_site_detector_responses_as_lazy(resource_group_name, site_name, custom_ # @return [DiagnosticCategoryCollection] which provide lazy access to pages of # the response. # - def list_site_diagnostic_categories_as_lazy(resource_group_name, site_name, custom_headers:nil) - response = list_site_diagnostic_categories_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_as_lazy(resource_group_name, site_name, custom_headers = nil) + response = list_site_diagnostic_categories_async(resource_group_name, site_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_diagnostic_categories_next_async(next_page_link, custom_headers:custom_headers) + list_site_diagnostic_categories_next_async(next_page_link, custom_headers) end page end @@ -3643,12 +3537,12 @@ def list_site_diagnostic_categories_as_lazy(resource_group_name, site_name, cust # @return [DiagnosticAnalysisCollection] which provide lazy access to pages of # the response. # - def list_site_analyses_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - response = list_site_analyses_async(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers).value! + def list_site_analyses_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + response = list_site_analyses_async(resource_group_name, site_name, diagnostic_category, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_analyses_next_async(next_page_link, custom_headers:custom_headers) + list_site_analyses_next_async(next_page_link, custom_headers) end page end @@ -3669,12 +3563,12 @@ def list_site_analyses_as_lazy(resource_group_name, site_name, diagnostic_catego # @return [DiagnosticDetectorCollection] which provide lazy access to pages of # the response. # - def list_site_detectors_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers:nil) - response = list_site_detectors_async(resource_group_name, site_name, diagnostic_category, custom_headers:custom_headers).value! + def list_site_detectors_as_lazy(resource_group_name, site_name, diagnostic_category, custom_headers = nil) + response = list_site_detectors_async(resource_group_name, site_name, diagnostic_category, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_detectors_next_async(next_page_link, custom_headers:custom_headers) + list_site_detectors_next_async(next_page_link, custom_headers) end page end @@ -3696,12 +3590,12 @@ def list_site_detectors_as_lazy(resource_group_name, site_name, diagnostic_categ # @return [DiagnosticDetectorCollection] which provide lazy access to pages of # the response. # - def get_site_detector_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:nil) - response = get_site_detector_async(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers:custom_headers).value! + def get_site_detector_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers = nil) + response = get_site_detector_async(resource_group_name, site_name, diagnostic_category, detector_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - get_site_detector_next_async(next_page_link, custom_headers:custom_headers) + get_site_detector_next_async(next_page_link, custom_headers) end page end @@ -3722,12 +3616,12 @@ def get_site_detector_as_lazy(resource_group_name, site_name, diagnostic_categor # @return [DetectorResponseCollection] which provide lazy access to pages of # the response. # - def list_site_detector_responses_slot_as_lazy(resource_group_name, site_name, slot, custom_headers:nil) - response = list_site_detector_responses_slot_async(resource_group_name, site_name, slot, custom_headers:custom_headers).value! + def list_site_detector_responses_slot_as_lazy(resource_group_name, site_name, slot, custom_headers = nil) + response = list_site_detector_responses_slot_async(resource_group_name, site_name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_detector_responses_slot_next_async(next_page_link, custom_headers:custom_headers) + list_site_detector_responses_slot_next_async(next_page_link, custom_headers) end page end @@ -3748,12 +3642,12 @@ def list_site_detector_responses_slot_as_lazy(resource_group_name, site_name, sl # @return [DiagnosticCategoryCollection] which provide lazy access to pages of # the response. # - def list_site_diagnostic_categories_slot_as_lazy(resource_group_name, site_name, slot, custom_headers:nil) - response = list_site_diagnostic_categories_slot_async(resource_group_name, site_name, slot, custom_headers:custom_headers).value! + def list_site_diagnostic_categories_slot_as_lazy(resource_group_name, site_name, slot, custom_headers = nil) + response = list_site_diagnostic_categories_slot_async(resource_group_name, site_name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers:custom_headers) + list_site_diagnostic_categories_slot_next_async(next_page_link, custom_headers) end page end @@ -3775,12 +3669,12 @@ def list_site_diagnostic_categories_slot_as_lazy(resource_group_name, site_name, # @return [DiagnosticAnalysisCollection] which provide lazy access to pages of # the response. # - def list_site_analyses_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - response = list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers).value! + def list_site_analyses_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + response = list_site_analyses_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_analyses_slot_next_async(next_page_link, custom_headers:custom_headers) + list_site_analyses_slot_next_async(next_page_link, custom_headers) end page end @@ -3802,12 +3696,12 @@ def list_site_analyses_slot_as_lazy(resource_group_name, site_name, diagnostic_c # @return [DiagnosticDetectorCollection] which provide lazy access to pages of # the response. # - def list_site_detectors_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers:nil) - response = list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers:custom_headers).value! + def list_site_detectors_slot_as_lazy(resource_group_name, site_name, diagnostic_category, slot, custom_headers = nil) + response = list_site_detectors_slot_async(resource_group_name, site_name, diagnostic_category, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_detectors_slot_next_async(next_page_link, custom_headers:custom_headers) + list_site_detectors_slot_next_async(next_page_link, custom_headers) end page end @@ -3830,12 +3724,12 @@ def list_site_detectors_slot_as_lazy(resource_group_name, site_name, diagnostic_ # @return [DiagnosticDetectorCollection] which provide lazy access to pages of # the response. # - def get_site_detector_slot_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:nil) - response = get_site_detector_slot_async(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers:custom_headers).value! + def get_site_detector_slot_as_lazy(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers = nil) + response = get_site_detector_slot_async(resource_group_name, site_name, diagnostic_category, detector_name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - get_site_detector_slot_next_async(next_page_link, custom_headers:custom_headers) + get_site_detector_slot_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/abnormal_time_period.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/abnormal_time_period.rb index 34c0e275fc..203f855761 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/abnormal_time_period.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/abnormal_time_period.rb @@ -32,7 +32,6 @@ class AbnormalTimePeriod # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AbnormalTimePeriod', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AbnormalTimePeriod', model_properties: { start_time: { - client_side_validation: true, required: false, serialized_name: 'startTime', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'endTime', type: { @@ -56,13 +53,11 @@ def self.mapper() } }, events: { - client_side_validation: true, required: false, serialized_name: 'events', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DetectorAbnormalTimePeriodElementType', type: { @@ -73,13 +68,11 @@ def self.mapper() } }, solutions: { - client_side_validation: true, required: false, serialized_name: 'solutions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SolutionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_data.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_data.rb index eb68757489..5c571fa6f7 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_data.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_data.rb @@ -34,7 +34,6 @@ class AnalysisData # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AnalysisData', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'AnalysisData', model_properties: { source: { - client_side_validation: true, required: false, serialized_name: 'source', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, detector_definition: { - client_side_validation: true, required: false, serialized_name: 'detectorDefinition', type: { @@ -59,13 +56,11 @@ def self.mapper() } }, metrics: { - client_side_validation: true, required: false, serialized_name: 'metrics', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DiagnosticMetricSetElementType', type: { @@ -76,19 +71,16 @@ def self.mapper() } }, data: { - client_side_validation: true, required: false, serialized_name: 'data', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ArrayElementType', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, detector_meta_data: { - client_side_validation: true, required: false, serialized_name: 'detectorMetaData', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_definition.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_definition.rb index 581112e7d8..cf254a49f4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_definition.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/analysis_definition.rb @@ -22,7 +22,6 @@ class AnalysisDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AnalysisDefinition', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'AnalysisDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/api_definition_info.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/api_definition_info.rb index dd799817d1..1bdd20e8dc 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/api_definition_info.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/api_definition_info.rb @@ -22,7 +22,6 @@ class ApiDefinitionInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApiDefinitionInfo', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ApiDefinitionInfo', model_properties: { url: { - client_side_validation: true, required: false, serialized_name: 'url', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_environment.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_environment.rb index 25459c3b71..d0463bb6a2 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_environment.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_environment.rb @@ -156,7 +156,6 @@ class AppServiceEnvironment # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceEnvironment', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'AppServiceEnvironment', model_properties: { name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { @@ -172,7 +170,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -180,7 +177,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'provisioningState', @@ -190,7 +186,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -200,7 +195,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetName', type: { @@ -208,7 +202,6 @@ def self.mapper() } }, vnet_resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'vnetResourceGroupName', type: { @@ -216,7 +209,6 @@ def self.mapper() } }, vnet_subnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetSubnetName', type: { @@ -224,7 +216,6 @@ def self.mapper() } }, virtual_network: { - client_side_validation: true, required: true, serialized_name: 'virtualNetwork', type: { @@ -233,7 +224,6 @@ def self.mapper() } }, internal_load_balancing_mode: { - client_side_validation: true, required: false, serialized_name: 'internalLoadBalancingMode', type: { @@ -242,7 +232,6 @@ def self.mapper() } }, multi_size: { - client_side_validation: true, required: false, serialized_name: 'multiSize', type: { @@ -250,7 +239,6 @@ def self.mapper() } }, multi_role_count: { - client_side_validation: true, required: false, serialized_name: 'multiRoleCount', type: { @@ -258,13 +246,11 @@ def self.mapper() } }, worker_pools: { - client_side_validation: true, required: true, serialized_name: 'workerPools', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'WorkerPoolElementType', type: { @@ -275,7 +261,6 @@ def self.mapper() } }, ipssl_address_count: { - client_side_validation: true, required: false, serialized_name: 'ipsslAddressCount', type: { @@ -283,7 +268,6 @@ def self.mapper() } }, database_edition: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'databaseEdition', @@ -292,7 +276,6 @@ def self.mapper() } }, database_service_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'databaseServiceObjective', @@ -301,7 +284,6 @@ def self.mapper() } }, upgrade_domains: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'upgradeDomains', @@ -310,7 +292,6 @@ def self.mapper() } }, subscription_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'subscriptionId', @@ -319,7 +300,6 @@ def self.mapper() } }, dns_suffix: { - client_side_validation: true, required: false, serialized_name: 'dnsSuffix', type: { @@ -327,7 +307,6 @@ def self.mapper() } }, last_action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'lastAction', @@ -336,7 +315,6 @@ def self.mapper() } }, last_action_result: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'lastActionResult', @@ -345,7 +323,6 @@ def self.mapper() } }, allowed_multi_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'allowedMultiSizes', @@ -354,7 +331,6 @@ def self.mapper() } }, allowed_worker_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'allowedWorkerSizes', @@ -363,7 +339,6 @@ def self.mapper() } }, maximum_number_of_machines: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'maximumNumberOfMachines', @@ -372,14 +347,12 @@ def self.mapper() } }, vip_mappings: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'vipMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualIPMappingElementType', type: { @@ -390,14 +363,12 @@ def self.mapper() } }, environment_capacities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'environmentCapacities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StampCapacityElementType', type: { @@ -408,13 +379,11 @@ def self.mapper() } }, network_access_control_list: { - client_side_validation: true, required: false, serialized_name: 'networkAccessControlList', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NetworkAccessControlEntryElementType', type: { @@ -425,7 +394,6 @@ def self.mapper() } }, environment_is_healthy: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'environmentIsHealthy', @@ -434,7 +402,6 @@ def self.mapper() } }, environment_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'environmentStatus', @@ -443,7 +410,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceGroup', @@ -452,7 +418,6 @@ def self.mapper() } }, front_end_scale_factor: { - client_side_validation: true, required: false, serialized_name: 'frontEndScaleFactor', type: { @@ -460,7 +425,6 @@ def self.mapper() } }, default_front_end_scale_factor: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'defaultFrontEndScaleFactor', @@ -469,7 +433,6 @@ def self.mapper() } }, api_management_account_id: { - client_side_validation: true, required: false, serialized_name: 'apiManagementAccountId', type: { @@ -477,7 +440,6 @@ def self.mapper() } }, suspended: { - client_side_validation: true, required: false, serialized_name: 'suspended', type: { @@ -485,7 +447,6 @@ def self.mapper() } }, dynamic_cache_enabled: { - client_side_validation: true, required: false, serialized_name: 'dynamicCacheEnabled', type: { @@ -493,13 +454,11 @@ def self.mapper() } }, cluster_settings: { - client_side_validation: true, required: false, serialized_name: 'clusterSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -510,13 +469,11 @@ def self.mapper() } }, user_whitelisted_ip_ranges: { - client_side_validation: true, required: false, serialized_name: 'userWhitelistedIpRanges', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan.rb index 1b73644c29..e29ca27929 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan.rb @@ -84,7 +84,6 @@ class AppServicePlan < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlan', type: { @@ -92,7 +91,6 @@ def self.mapper() class_name: 'AppServicePlan', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -101,7 +99,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -110,7 +107,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -118,7 +114,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -126,7 +121,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -135,13 +129,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: { @@ -151,7 +143,6 @@ def self.mapper() } }, app_service_plan_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -159,7 +150,6 @@ def self.mapper() } }, worker_tier_name: { - client_side_validation: true, required: false, serialized_name: 'properties.workerTierName', type: { @@ -167,7 +157,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -177,7 +166,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscription', @@ -186,7 +174,6 @@ def self.mapper() } }, admin_site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.adminSiteName', type: { @@ -194,7 +181,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -203,7 +189,6 @@ def self.mapper() } }, maximum_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfWorkers', @@ -212,7 +197,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -221,7 +205,6 @@ def self.mapper() } }, per_site_scaling: { - client_side_validation: true, required: false, serialized_name: 'properties.perSiteScaling', default_value: false, @@ -230,7 +213,6 @@ def self.mapper() } }, number_of_sites: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.numberOfSites', @@ -239,7 +221,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -247,7 +228,6 @@ def self.mapper() } }, spot_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.spotExpirationTime', type: { @@ -255,7 +235,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -264,7 +243,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -273,7 +251,6 @@ def self.mapper() } }, target_worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerCount', type: { @@ -281,7 +258,6 @@ def self.mapper() } }, target_worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerSizeId', type: { @@ -289,7 +265,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -299,7 +274,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb index 9d9a8c6d1d..68cb584d2d 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb @@ -25,7 +25,6 @@ class AppServicePlanCollection # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlanCollection', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'AppServicePlanCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AppServicePlanElementType', type: { @@ -50,7 +47,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, serialized_name: 'nextLink', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack.rb index 6c26479087..b63457696d 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack.rb @@ -35,7 +35,6 @@ class ApplicationStack # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApplicationStack', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'ApplicationStack', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, display: { - client_side_validation: true, required: false, serialized_name: 'display', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, dependency: { - client_side_validation: true, required: false, serialized_name: 'dependency', type: { @@ -67,13 +63,11 @@ def self.mapper() } }, major_versions: { - client_side_validation: true, required: false, serialized_name: 'majorVersions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StackMajorVersionElementType', type: { @@ -84,13 +78,11 @@ def self.mapper() } }, frameworks: { - client_side_validation: true, required: false, serialized_name: 'frameworks', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ApplicationStackElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack_collection.rb index 1255f787ba..629e6ee1ab 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/application_stack_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApplicationStackCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ApplicationStackCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ApplicationStackElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_actions.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_actions.rb index c99e1eb4a9..144ee55d14 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_actions.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_actions.rb @@ -30,7 +30,6 @@ class AutoHealActions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealActions', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'AutoHealActions', model_properties: { action_type: { - client_side_validation: true, required: false, serialized_name: 'actionType', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, custom_action: { - client_side_validation: true, required: false, serialized_name: 'customAction', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, min_process_execution_time: { - client_side_validation: true, required: false, serialized_name: 'minProcessExecutionTime', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb index 08e3a0f886..cd28532c4d 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb @@ -26,7 +26,6 @@ class AutoHealCustomAction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealCustomAction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'AutoHealCustomAction', model_properties: { exe: { - client_side_validation: true, required: false, serialized_name: 'exe', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_rules.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_rules.rb index c00e17cb88..33dbe6bda4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_rules.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_rules.rb @@ -27,7 +27,6 @@ class AutoHealRules # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealRules', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'AutoHealRules', model_properties: { triggers: { - client_side_validation: true, required: false, serialized_name: 'triggers', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, actions: { - client_side_validation: true, required: false, serialized_name: 'actions', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb index 24fad36442..4e2f727ad2 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb @@ -32,7 +32,6 @@ class AutoHealTriggers # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealTriggers', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AutoHealTriggers', model_properties: { requests: { - client_side_validation: true, required: false, serialized_name: 'requests', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, private_bytes_in_kb: { - client_side_validation: true, required: false, serialized_name: 'privateBytesInKB', type: { @@ -57,13 +54,11 @@ def self.mapper() } }, status_codes: { - client_side_validation: true, required: false, serialized_name: 'statusCodes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTriggerElementType', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, slow_requests: { - client_side_validation: true, required: false, serialized_name: 'slowRequests', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter.rb index a646a8e8cf..6d69f1fa07 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter.rb @@ -35,7 +35,6 @@ class BillingMeter < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BillingMeter', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'BillingMeter', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +73,6 @@ def self.mapper() } }, meter_id: { - client_side_validation: true, required: false, serialized_name: 'properties.meterId', type: { @@ -86,7 +80,6 @@ def self.mapper() } }, billing_location: { - client_side_validation: true, required: false, serialized_name: 'properties.billingLocation', type: { @@ -94,7 +87,6 @@ def self.mapper() } }, short_name: { - client_side_validation: true, required: false, serialized_name: 'properties.shortName', type: { @@ -102,7 +94,6 @@ def self.mapper() } }, friendly_name: { - client_side_validation: true, required: false, serialized_name: 'properties.friendlyName', type: { @@ -110,7 +101,6 @@ def self.mapper() } }, resource_type: { - client_side_validation: true, required: false, serialized_name: 'properties.resourceType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter_collection.rb index 593e25a5b6..15a4492720 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/billing_meter_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BillingMeterCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'BillingMeterCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'BillingMeterElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/capability.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/capability.rb index 103ec29513..3f3f240c46 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/capability.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/capability.rb @@ -28,7 +28,6 @@ class Capability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Capability', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'Capability', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, serialized_name: 'reason', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate.rb index cd8da5512e..f7283034e1 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate.rb @@ -36,7 +36,7 @@ class Certificate < Resource # @return [DateTime] Certificate issue Date. attr_accessor :issue_date - # @return [DateTime] Certificate expriration date. + # @return [DateTime] Certificate expiration date. attr_accessor :expiration_date # @return [String] Certificate password. @@ -88,7 +88,6 @@ class Certificate < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Certificate', type: { @@ -96,7 +95,6 @@ def self.mapper() class_name: 'Certificate', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -105,7 +103,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -114,7 +111,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -122,7 +118,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -130,7 +125,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -139,13 +133,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: { @@ -155,7 +147,6 @@ def self.mapper() } }, friendly_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.friendlyName', @@ -164,7 +155,6 @@ def self.mapper() } }, subject_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subjectName', @@ -173,13 +163,11 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -189,7 +177,6 @@ def self.mapper() } }, pfx_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.pfxBlob', type: { @@ -197,7 +184,6 @@ def self.mapper() } }, site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.siteName', @@ -206,7 +192,6 @@ def self.mapper() } }, self_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.selfLink', @@ -215,7 +200,6 @@ def self.mapper() } }, issuer: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issuer', @@ -224,7 +208,6 @@ def self.mapper() } }, issue_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issueDate', @@ -233,7 +216,6 @@ def self.mapper() } }, expiration_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationDate', @@ -242,7 +224,6 @@ def self.mapper() } }, password: { - client_side_validation: true, required: false, serialized_name: 'properties.password', type: { @@ -250,7 +231,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.thumbprint', @@ -259,7 +239,6 @@ def self.mapper() } }, valid: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.valid', @@ -268,7 +247,6 @@ def self.mapper() } }, cer_blob: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.cerBlob', @@ -277,7 +255,6 @@ def self.mapper() } }, public_key_hash: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.publicKeyHash', @@ -286,7 +263,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostingEnvironmentProfile', @@ -296,7 +272,6 @@ def self.mapper() } }, key_vault_id: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultId', type: { @@ -304,7 +279,6 @@ def self.mapper() } }, key_vault_secret_name: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultSecretName', type: { @@ -312,7 +286,6 @@ def self.mapper() } }, key_vault_secret_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.keyVaultSecretStatus', @@ -322,7 +295,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -331,7 +303,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_collection.rb index 2b78727d18..09f3892989 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CertificateCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'CertificateCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CertificateElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_patch_resource.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_patch_resource.rb index 8af70a7b40..23dc61227a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/certificate_patch_resource.rb @@ -36,7 +36,7 @@ class CertificatePatchResource < ProxyOnlyResource # @return [DateTime] Certificate issue Date. attr_accessor :issue_date - # @return [DateTime] Certificate expriration date. + # @return [DateTime] Certificate expiration date. attr_accessor :expiration_date # @return [String] Certificate password. @@ -88,7 +88,6 @@ class CertificatePatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CertificatePatchResource', type: { @@ -96,7 +95,6 @@ def self.mapper() class_name: 'CertificatePatchResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -105,7 +103,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -114,7 +111,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -122,7 +118,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -131,7 +126,6 @@ def self.mapper() } }, friendly_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.friendlyName', @@ -140,7 +134,6 @@ def self.mapper() } }, subject_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subjectName', @@ -149,13 +142,11 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -165,7 +156,6 @@ def self.mapper() } }, pfx_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.pfxBlob', type: { @@ -173,7 +163,6 @@ def self.mapper() } }, site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.siteName', @@ -182,7 +171,6 @@ def self.mapper() } }, self_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.selfLink', @@ -191,7 +179,6 @@ def self.mapper() } }, issuer: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issuer', @@ -200,7 +187,6 @@ def self.mapper() } }, issue_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issueDate', @@ -209,7 +195,6 @@ def self.mapper() } }, expiration_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationDate', @@ -218,7 +203,6 @@ def self.mapper() } }, password: { - client_side_validation: true, required: false, serialized_name: 'properties.password', type: { @@ -226,7 +210,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.thumbprint', @@ -235,7 +218,6 @@ def self.mapper() } }, valid: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.valid', @@ -244,7 +226,6 @@ def self.mapper() } }, cer_blob: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.cerBlob', @@ -253,7 +234,6 @@ def self.mapper() } }, public_key_hash: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.publicKeyHash', @@ -262,7 +242,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostingEnvironmentProfile', @@ -272,7 +251,6 @@ def self.mapper() } }, key_vault_id: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultId', type: { @@ -280,7 +258,6 @@ def self.mapper() } }, key_vault_secret_name: { - client_side_validation: true, required: false, serialized_name: 'properties.keyVaultSecretName', type: { @@ -288,7 +265,6 @@ def self.mapper() } }, key_vault_secret_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.keyVaultSecretStatus', @@ -298,7 +274,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -307,7 +282,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cloning_info.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cloning_info.rb index d31e8c039b..ec9cc0b22a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cloning_info.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cloning_info.rb @@ -70,7 +70,6 @@ class CloningInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CloningInfo', type: { @@ -78,7 +77,6 @@ def self.mapper() class_name: 'CloningInfo', model_properties: { correlation_id: { - client_side_validation: true, required: false, serialized_name: 'correlationId', type: { @@ -86,7 +84,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'overwrite', type: { @@ -94,7 +91,6 @@ def self.mapper() } }, clone_custom_host_names: { - client_side_validation: true, required: false, serialized_name: 'cloneCustomHostNames', type: { @@ -102,7 +98,6 @@ def self.mapper() } }, clone_source_control: { - client_side_validation: true, required: false, serialized_name: 'cloneSourceControl', type: { @@ -110,7 +105,6 @@ def self.mapper() } }, source_web_app_id: { - client_side_validation: true, required: true, serialized_name: 'sourceWebAppId', type: { @@ -118,7 +112,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironment', type: { @@ -126,13 +119,11 @@ def self.mapper() } }, app_settings_overrides: { - client_side_validation: true, required: false, serialized_name: 'appSettingsOverrides', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -142,7 +133,6 @@ def self.mapper() } }, configure_load_balancing: { - client_side_validation: true, required: false, serialized_name: 'configureLoadBalancing', type: { @@ -150,7 +140,6 @@ def self.mapper() } }, traffic_manager_profile_id: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileId', type: { @@ -158,7 +147,6 @@ def self.mapper() } }, traffic_manager_profile_name: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileName', type: { @@ -166,7 +154,6 @@ def self.mapper() } }, ignore_quotas: { - client_side_validation: true, required: false, serialized_name: 'ignoreQuotas', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/conn_string_info.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/conn_string_info.rb index 1a5f80015c..e3790e359b 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/conn_string_info.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/conn_string_info.rb @@ -30,7 +30,6 @@ class ConnStringInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfo', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ConnStringInfo', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'connectionString', type: { @@ -54,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cors_settings.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cors_settings.rb index cd0dc0c368..61f9af3e71 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cors_settings.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/cors_settings.rb @@ -24,7 +24,6 @@ class CorsSettings # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CorsSettings', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'CorsSettings', model_properties: { allowed_origins: { - client_side_validation: true, required: false, serialized_name: 'allowedOrigins', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_move_resource_envelope.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_move_resource_envelope.rb index be0897929f..d4de7e9406 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_move_resource_envelope.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_move_resource_envelope.rb @@ -26,7 +26,6 @@ class CsmMoveResourceEnvelope # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmMoveResourceEnvelope', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'CsmMoveResourceEnvelope', model_properties: { target_resource_group: { - client_side_validation: true, required: false, serialized_name: 'targetResourceGroup', constraints: { @@ -47,13 +45,11 @@ def self.mapper() } }, resources: { - client_side_validation: true, required: false, serialized_name: 'resources', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_collection.rb index c2890dd5ee..507cc56e52 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'CsmOperationCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description.rb index d055984cd7..d7b2a684cb 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description.rb @@ -32,7 +32,6 @@ class CsmOperationDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescription', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'CsmOperationDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, display: { - client_side_validation: true, required: false, serialized_name: 'display', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, origin: { - client_side_validation: true, required: false, serialized_name: 'origin', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, serialized_name: 'properties', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb index c12148b832..ea5578a263 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb @@ -22,7 +22,6 @@ class CsmOperationDescriptionProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionProperties', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'CsmOperationDescriptionProperties', model_properties: { service_specification: { - client_side_validation: true, required: false, serialized_name: 'serviceSpecification', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_display.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_display.rb index cc796589f4..c8a6a0068f 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_display.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_operation_display.rb @@ -31,7 +31,6 @@ class CsmOperationDisplay # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmOperationDisplay', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'CsmOperationDisplay', model_properties: { provider: { - client_side_validation: true, required: false, serialized_name: 'provider', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, resource: { - client_side_validation: true, required: false, serialized_name: 'resource', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, serialized_name: 'operation', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota.rb index 323bb7ed77..e272f1bd6d 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota.rb @@ -12,7 +12,7 @@ class CsmUsageQuota include MsRestAzure - # @return [String] Units of measurement for the quota resourse. + # @return [String] Units of measurement for the quota resource. attr_accessor :unit # @return [DateTime] Next reset time for the resource counter. @@ -34,7 +34,6 @@ class CsmUsageQuota # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuota', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'CsmUsageQuota', model_properties: { unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, next_reset_time: { - client_side_validation: true, required: false, serialized_name: 'nextResetTime', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, serialized_name: 'currentValue', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, serialized_name: 'limit', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb index 25cc9f3d16..8096ba6acc 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb @@ -25,7 +25,6 @@ class CsmUsageQuotaCollection # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuotaCollection', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'CsmUsageQuotaCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuotaElementType', type: { @@ -50,7 +47,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_source.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_source.rb index ad842bb4f4..5d481058ef 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_source.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_source.rb @@ -12,7 +12,7 @@ class DataSource include MsRestAzure - # @return [Array] Instrunctions if any for the data source + # @return [Array] Instructions if any for the data source attr_accessor :instructions # @return [Array] Datasource Uri Links @@ -25,7 +25,6 @@ class DataSource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataSource', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'DataSource', model_properties: { instructions: { - client_side_validation: true, required: false, serialized_name: 'instructions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -49,13 +46,11 @@ def self.mapper() } }, data_source_uri: { - client_side_validation: true, required: false, serialized_name: 'dataSourceUri', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_column.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_column.rb index dccc242e3e..6e3e27ee0f 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_column.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_column.rb @@ -28,7 +28,6 @@ class DataTableResponseColumn # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataTableResponseColumn', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'DataTableResponseColumn', model_properties: { column_name: { - client_side_validation: true, required: false, serialized_name: 'columnName', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, data_type: { - client_side_validation: true, required: false, serialized_name: 'dataType', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, column_type: { - client_side_validation: true, required: false, serialized_name: 'columnType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_object.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_object.rb index 7ac883ec52..3702bdc653 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_object.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/data_table_response_object.rb @@ -29,7 +29,6 @@ class DataTableResponseObject # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataTableResponseObject', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'DataTableResponseObject', model_properties: { table_name: { - client_side_validation: true, required: false, serialized_name: 'tableName', type: { @@ -45,13 +43,11 @@ def self.mapper() } }, columns: { - client_side_validation: true, required: false, serialized_name: 'columns', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DataTableResponseColumnElementType', type: { @@ -62,19 +58,16 @@ def self.mapper() } }, rows: { - client_side_validation: true, required: false, serialized_name: 'rows', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ArrayElementType', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response.rb index 120c259e69..fefe4abdf2 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response.rb @@ -22,7 +22,6 @@ class DefaultErrorResponse # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DefaultErrorResponse', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'DefaultErrorResponse', model_properties: { error: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'error', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error.rb index a39a3336aa..986dbc9e18 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error.rb @@ -35,7 +35,6 @@ class DefaultErrorResponseError # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DefaultErrorResponse_error', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'DefaultErrorResponseError', model_properties: { code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'code', @@ -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() } }, target: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'target', @@ -70,13 +66,11 @@ def self.mapper() } }, details: { - client_side_validation: true, required: false, serialized_name: 'details', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DefaultErrorResponseErrorDetailsItemElementType', type: { @@ -87,7 +81,6 @@ def self.mapper() } }, innererror: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'innererror', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb index 9dd654be2c..3ef8e3f314 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb @@ -29,7 +29,6 @@ class DefaultErrorResponseErrorDetailsItem # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DefaultErrorResponse_error_detailsItem', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'DefaultErrorResponseErrorDetailsItem', model_properties: { code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'code', @@ -46,7 +44,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'message', @@ -55,7 +52,6 @@ def self.mapper() } }, target: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'target', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_site.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_site.rb index ade8b8dcd5..42c8ab40e0 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_site.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_site.rb @@ -37,7 +37,6 @@ class DeletedSite # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DeletedSite', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'DeletedSite', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -53,7 +51,6 @@ def self.mapper() } }, deleted_timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'deletedTimestamp', @@ -62,7 +59,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'subscription', @@ -71,7 +67,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceGroup', @@ -80,7 +75,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -89,7 +83,6 @@ def self.mapper() } }, slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'slot', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_web_app_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_web_app_collection.rb index fdce9bea7a..4e74ab691d 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_web_app_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deleted_web_app_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DeletedWebAppCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DeletedWebAppCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DeletedSiteElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deployment_locations.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deployment_locations.rb index 457586f66c..a0aaae7a51 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deployment_locations.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/deployment_locations.rb @@ -31,7 +31,6 @@ class DeploymentLocations # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DeploymentLocations', type: { @@ -39,13 +38,11 @@ def self.mapper() class_name: 'DeploymentLocations', model_properties: { locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'GeoRegionElementType', type: { @@ -56,13 +53,11 @@ def self.mapper() } }, hosting_environments: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AppServiceEnvironmentElementType', type: { @@ -73,13 +68,11 @@ def self.mapper() } }, hosting_environment_deployment_infos: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironmentDeploymentInfos', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentDeploymentInfoElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_abnormal_time_period.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_abnormal_time_period.rb index 06dfbd9428..33acc9c88b 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_abnormal_time_period.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_abnormal_time_period.rb @@ -12,10 +12,10 @@ class DetectorAbnormalTimePeriod include MsRestAzure - # @return [DateTime] Start time of the corelated event + # @return [DateTime] Start time of the correlated event attr_accessor :start_time - # @return [DateTime] End time of the corelated event + # @return [DateTime] End time of the correlated event attr_accessor :end_time # @return [String] Message describing the event @@ -46,7 +46,6 @@ class DetectorAbnormalTimePeriod # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DetectorAbnormalTimePeriod', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'DetectorAbnormalTimePeriod', model_properties: { start_time: { - client_side_validation: true, required: false, serialized_name: 'startTime', type: { @@ -62,7 +60,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'endTime', type: { @@ -70,7 +67,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, source: { - client_side_validation: true, required: false, serialized_name: 'source', type: { @@ -86,7 +81,6 @@ def self.mapper() } }, priority: { - client_side_validation: true, required: false, serialized_name: 'priority', type: { @@ -94,19 +88,16 @@ def self.mapper() } }, meta_data: { - client_side_validation: true, required: false, serialized_name: 'metaData', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ArrayElementType', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -119,7 +110,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -128,13 +118,11 @@ def self.mapper() } }, solutions: { - client_side_validation: true, required: false, serialized_name: 'solutions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SolutionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_definition.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_definition.rb index 5f2507ac34..aca9e971b4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_definition.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_definition.rb @@ -31,7 +31,6 @@ class DetectorDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DetectorDefinition', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'DetectorDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -74,7 +69,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.displayName', @@ -83,7 +77,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', @@ -92,7 +85,6 @@ def self.mapper() } }, rank: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.rank', @@ -101,7 +93,6 @@ def self.mapper() } }, is_enabled: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isEnabled', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_info.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_info.rb index 6dd6e39ea3..ce71df6b7a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_info.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_info.rb @@ -31,7 +31,6 @@ class DetectorInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DetectorInfo', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'DetectorInfo', model_properties: { description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'description', @@ -48,7 +46,6 @@ def self.mapper() } }, category: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'category', @@ -57,7 +54,6 @@ def self.mapper() } }, sub_category: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'subCategory', @@ -66,7 +62,6 @@ def self.mapper() } }, support_topic_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportTopicId', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response.rb index db34014847..af7987c4af 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response.rb @@ -25,7 +25,6 @@ class DetectorResponse < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DetectorResponse', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'DetectorResponse', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -59,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -68,7 +63,6 @@ def self.mapper() } }, metadata: { - client_side_validation: true, required: false, serialized_name: 'properties.metadata', type: { @@ -77,13 +71,11 @@ def self.mapper() } }, dataset: { - client_side_validation: true, required: false, serialized_name: 'properties.dataset', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DiagnosticDataElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response_collection.rb index 62eb1c570b..d10ca80905 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/detector_response_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DetectorResponseCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DetectorResponseCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DetectorResponseElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis.rb index cc3a9e6a80..1601078a9b 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis.rb @@ -35,7 +35,6 @@ class DiagnosticAnalysis < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticAnalysis', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'DiagnosticAnalysis', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +73,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -86,7 +80,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'properties.endTime', type: { @@ -94,13 +87,11 @@ def self.mapper() } }, abnormal_time_periods: { - client_side_validation: true, required: false, serialized_name: 'properties.abnormalTimePeriods', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AbnormalTimePeriodElementType', type: { @@ -111,13 +102,11 @@ def self.mapper() } }, payload: { - client_side_validation: true, required: false, serialized_name: 'properties.payload', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AnalysisDataElementType', type: { @@ -128,13 +117,11 @@ def self.mapper() } }, non_correlated_detectors: { - client_side_validation: true, required: false, serialized_name: 'properties.nonCorrelatedDetectors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DetectorDefinitionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis_collection.rb index c8a2131ed7..31ee6cedcb 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_analysis_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticAnalysisCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DiagnosticAnalysisCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AnalysisDefinitionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category.rb index 56d69b5178..ddb58ce482 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category.rb @@ -22,7 +22,6 @@ class DiagnosticCategory < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticCategory', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'DiagnosticCategory', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category_collection.rb index a614cc202c..2a5210e6d8 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_category_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticCategoryCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DiagnosticCategoryCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DiagnosticCategoryElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_data.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_data.rb index 237f9b3e58..c4d471cb33 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_data.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_data.rb @@ -26,7 +26,6 @@ class DiagnosticData # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticData', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'DiagnosticData', model_properties: { table: { - client_side_validation: true, required: false, serialized_name: 'table', type: { @@ -43,7 +41,6 @@ def self.mapper() } }, rendering_properties: { - client_side_validation: true, required: false, serialized_name: 'renderingProperties', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_collection.rb index 465c75231d..6cd31939bd 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticDetectorCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DiagnosticDetectorCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DetectorDefinitionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_response.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_response.rb index d3b47a1df7..e2f091766a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_response.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_detector_response.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_03_01 module Models # - # Class representing Reponse from Diagnostic Detectors + # Class representing Response from Diagnostic Detectors # class DiagnosticDetectorResponse < ProxyOnlyResource @@ -45,7 +45,6 @@ class DiagnosticDetectorResponse < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticDetectorResponse', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'DiagnosticDetectorResponse', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -62,7 +60,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -71,7 +68,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -79,7 +75,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -88,7 +83,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -96,7 +90,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'properties.endTime', type: { @@ -104,7 +97,6 @@ def self.mapper() } }, issue_detected: { - client_side_validation: true, required: false, serialized_name: 'properties.issueDetected', type: { @@ -112,7 +104,6 @@ def self.mapper() } }, detector_definition: { - client_side_validation: true, required: false, serialized_name: 'properties.detectorDefinition', type: { @@ -121,13 +112,11 @@ def self.mapper() } }, metrics: { - client_side_validation: true, required: false, serialized_name: 'properties.metrics', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DiagnosticMetricSetElementType', type: { @@ -138,13 +127,11 @@ def self.mapper() } }, abnormal_time_periods: { - client_side_validation: true, required: false, serialized_name: 'properties.abnormalTimePeriods', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DetectorAbnormalTimePeriodElementType', type: { @@ -155,19 +142,16 @@ def self.mapper() } }, data: { - client_side_validation: true, required: false, serialized_name: 'properties.data', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ArrayElementType', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -180,7 +164,6 @@ def self.mapper() } }, response_meta_data: { - client_side_validation: true, required: false, serialized_name: 'properties.responseMetaData', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_sample.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_sample.rb index b31ff5587d..7991cd00e8 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_sample.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_sample.rb @@ -45,7 +45,6 @@ class DiagnosticMetricSample # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticMetricSample', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'DiagnosticMetricSample', model_properties: { timestamp: { - client_side_validation: true, required: false, serialized_name: 'timestamp', type: { @@ -61,7 +59,6 @@ def self.mapper() } }, role_instance: { - client_side_validation: true, required: false, serialized_name: 'roleInstance', type: { @@ -69,7 +66,6 @@ def self.mapper() } }, total: { - client_side_validation: true, required: false, serialized_name: 'total', type: { @@ -77,7 +73,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, serialized_name: 'maximum', type: { @@ -85,7 +80,6 @@ def self.mapper() } }, minimum: { - client_side_validation: true, required: false, serialized_name: 'minimum', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, is_aggregated: { - client_side_validation: true, required: false, serialized_name: 'isAggregated', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_set.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_set.rb index b80d121008..ebed6404c3 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_set.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/diagnostic_metric_set.rb @@ -40,7 +40,6 @@ class DiagnosticMetricSet # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DiagnosticMetricSet', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'DiagnosticMetricSet', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -56,7 +54,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -64,7 +61,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'startTime', type: { @@ -72,7 +68,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'endTime', type: { @@ -80,7 +75,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { @@ -88,13 +82,11 @@ def self.mapper() } }, values: { - client_side_validation: true, required: false, serialized_name: 'values', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DiagnosticMetricSampleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/dimension.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/dimension.rb index 8c452252cc..7f337e22d9 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/dimension.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/dimension.rb @@ -33,7 +33,6 @@ class Dimension # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Dimension', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'Dimension', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, internal_name: { - client_side_validation: true, required: false, serialized_name: 'internalName', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, to_be_exported_for_shoebox: { - client_side_validation: true, required: false, serialized_name: 'toBeExportedForShoebox', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/error_entity.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/error_entity.rb index 6a9cd28955..854cb49800 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/error_entity.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/error_entity.rb @@ -37,7 +37,6 @@ class ErrorEntity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ErrorEntity', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'ErrorEntity', model_properties: { extended_code: { - client_side_validation: true, required: false, serialized_name: 'extendedCode', type: { @@ -53,7 +51,6 @@ def self.mapper() } }, message_template: { - client_side_validation: true, required: false, serialized_name: 'messageTemplate', type: { @@ -61,13 +58,11 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -77,13 +72,11 @@ def self.mapper() } }, inner_errors: { - client_side_validation: true, required: false, serialized_name: 'innerErrors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ErrorEntityElementType', type: { @@ -94,7 +87,6 @@ def self.mapper() } }, code: { - client_side_validation: true, required: false, serialized_name: 'code', type: { @@ -102,7 +94,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/experiments.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/experiments.rb index 972c4ac4c7..f4a9cff4f4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/experiments.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/experiments.rb @@ -22,7 +22,6 @@ class Experiments # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Experiments', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'Experiments', model_properties: { ramp_up_rules: { - client_side_validation: true, required: false, serialized_name: 'rampUpRules', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RampUpRuleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region.rb index 01ae728c41..c5fe56f7e0 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region.rb @@ -28,7 +28,6 @@ class GeoRegion < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GeoRegion', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'GeoRegion', 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, read_only: true, serialized_name: 'name', @@ -54,7 +51,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -62,7 +58,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -71,7 +66,6 @@ def self.mapper() } }, geo_region_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -80,7 +74,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', @@ -89,7 +82,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.displayName', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region_collection.rb index 90493b6f41..99ef1b64eb 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/geo_region_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GeoRegionCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'GeoRegionCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'GeoRegionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/global_csm_sku_description.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/global_csm_sku_description.rb index 6a0a12d722..ad20e715ae 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/global_csm_sku_description.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/global_csm_sku_description.rb @@ -41,7 +41,6 @@ class GlobalCsmSkuDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GlobalCsmSkuDescription', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'GlobalCsmSkuDescription', model_properties: { name: { - client_side_validation: true, required: false, 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: { @@ -90,13 +84,11 @@ def self.mapper() } }, locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -106,13 +98,11 @@ def self.mapper() } }, capabilities: { - client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CapabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/handler_mapping.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/handler_mapping.rb index 843c443262..a37136c1cb 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/handler_mapping.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/handler_mapping.rb @@ -33,7 +33,6 @@ class HandlerMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HandlerMapping', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'HandlerMapping', model_properties: { extension: { - client_side_validation: true, required: false, serialized_name: 'extension', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, script_processor: { - client_side_validation: true, required: false, serialized_name: 'scriptProcessor', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, arguments: { - client_side_validation: true, required: false, serialized_name: 'arguments', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb index a91a25736c..88fb0781d7 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb @@ -40,7 +40,6 @@ class HostNameSslState # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameSslState', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'HostNameSslState', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -56,7 +54,6 @@ def self.mapper() } }, ssl_state: { - client_side_validation: true, required: false, serialized_name: 'sslState', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'thumbprint', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, to_update: { - client_side_validation: true, required: false, serialized_name: 'toUpdate', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, host_type: { - client_side_validation: true, required: false, serialized_name: 'hostType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb index c03cfb75a3..89bb1972a1 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb @@ -25,7 +25,6 @@ class HostingEnvironmentDeploymentInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentDeploymentInfo', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'HostingEnvironmentDeploymentInfo', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb index c95129e0da..c561bb5d26 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb @@ -28,7 +28,6 @@ class HostingEnvironmentProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentProfile', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'HostingEnvironmentProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection.rb index 6fb2734db9..898a359c8a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection.rb @@ -48,7 +48,6 @@ class HybridConnection < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnection', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'HybridConnection', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -82,7 +78,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +86,6 @@ def self.mapper() } }, service_bus_namespace: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusNamespace', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, relay_name: { - client_side_validation: true, required: false, serialized_name: 'properties.relayName', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, relay_arm_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.relayArmUri', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, hostname: { - client_side_validation: true, required: false, serialized_name: 'properties.hostname', type: { @@ -123,7 +114,6 @@ def self.mapper() } }, port: { - client_side_validation: true, required: false, serialized_name: 'properties.port', type: { @@ -131,7 +121,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyName', type: { @@ -139,7 +128,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyValue', type: { @@ -147,7 +135,6 @@ def self.mapper() } }, service_bus_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusSuffix', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb index 579496d2b6..34a2ec234a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb @@ -26,7 +26,6 @@ class HybridConnectionKey < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionKey', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'HybridConnectionKey', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyName', @@ -78,7 +72,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyValue', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier.rb index 0fd5aa036c..2d6ded9734 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier.rb @@ -22,7 +22,6 @@ class Identifier < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Identifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'Identifier', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, identifier_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier_collection.rb index fe4e99823d..e04b414278 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/identifier_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IdentifierCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'IdentifierCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IdentifierElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ip_security_restriction.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ip_security_restriction.rb index 845be2c75b..76c1812be7 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ip_security_restriction.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ip_security_restriction.rb @@ -26,7 +26,6 @@ class IpSecurityRestriction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestriction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'IpSecurityRestriction', model_properties: { ip_address: { - client_side_validation: true, required: true, serialized_name: 'ipAddress', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, subnet_mask: { - client_side_validation: true, required: false, serialized_name: 'subnetMask', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/localizable_string.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/localizable_string.rb index ceacee8651..87053966fe 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/localizable_string.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/localizable_string.rb @@ -25,7 +25,6 @@ class LocalizableString # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'LocalizableString', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'LocalizableString', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, localized_value: { - client_side_validation: true, required: false, serialized_name: 'localizedValue', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/managed_service_identity.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/managed_service_identity.rb index 88784e2a0f..8cd89f6efd 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/managed_service_identity.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/managed_service_identity.rb @@ -29,7 +29,6 @@ class ManagedServiceIdentity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedServiceIdentity', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'ManagedServiceIdentity', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', @@ -54,7 +51,6 @@ def self.mapper() } }, principal_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_availability.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_availability.rb index 6b545840e3..b368f74eac 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_availability.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/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: { time_grain: { - client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, blob_duration: { - client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_specification.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_specification.rb index 5631e71b77..8d13696af6 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_specification.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/metric_specification.rb @@ -64,7 +64,6 @@ class MetricSpecification # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricSpecification', type: { @@ -72,7 +71,6 @@ def self.mapper() class_name: 'MetricSpecification', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -80,7 +78,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -88,7 +85,6 @@ def self.mapper() } }, display_description: { - client_side_validation: true, required: false, serialized_name: 'displayDescription', type: { @@ -96,7 +92,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -104,7 +99,6 @@ def self.mapper() } }, aggregation_type: { - client_side_validation: true, required: false, serialized_name: 'aggregationType', type: { @@ -112,7 +106,6 @@ def self.mapper() } }, supports_instance_level_aggregation: { - client_side_validation: true, required: false, serialized_name: 'supportsInstanceLevelAggregation', type: { @@ -120,7 +113,6 @@ def self.mapper() } }, enable_regional_mdm_account: { - client_side_validation: true, required: false, serialized_name: 'enableRegionalMdmAccount', type: { @@ -128,7 +120,6 @@ def self.mapper() } }, source_mdm_account: { - client_side_validation: true, required: false, serialized_name: 'sourceMdmAccount', type: { @@ -136,7 +127,6 @@ def self.mapper() } }, source_mdm_namespace: { - client_side_validation: true, required: false, serialized_name: 'sourceMdmNamespace', type: { @@ -144,7 +134,6 @@ def self.mapper() } }, metric_filter_pattern: { - client_side_validation: true, required: false, serialized_name: 'metricFilterPattern', type: { @@ -152,7 +141,6 @@ def self.mapper() } }, fill_gap_with_zero: { - client_side_validation: true, required: false, serialized_name: 'fillGapWithZero', type: { @@ -160,7 +148,6 @@ def self.mapper() } }, is_internal: { - client_side_validation: true, required: false, serialized_name: 'isInternal', type: { @@ -168,13 +155,11 @@ def self.mapper() } }, dimensions: { - client_side_validation: true, required: false, serialized_name: 'dimensions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DimensionElementType', type: { @@ -185,7 +170,6 @@ def self.mapper() } }, category: { - client_side_validation: true, required: false, serialized_name: 'category', type: { @@ -193,13 +177,11 @@ def self.mapper() } }, availabilities: { - client_side_validation: true, required: false, serialized_name: 'availabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricAvailabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_identifier.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_identifier.rb index 6e3058994a..fa15cd0d14 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_identifier.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_identifier.rb @@ -22,7 +22,6 @@ class NameIdentifier # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameIdentifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'NameIdentifier', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_value_pair.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_value_pair.rb index dbbba5ff41..d5db8b41c0 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_value_pair.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/name_value_pair.rb @@ -25,7 +25,6 @@ class NameValuePair # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameValuePair', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'NameValuePair', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/network_access_control_entry.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/network_access_control_entry.rb index d1508df06c..a43f8cfb85 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/network_access_control_entry.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/network_access_control_entry.rb @@ -32,7 +32,6 @@ class NetworkAccessControlEntry # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NetworkAccessControlEntry', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'NetworkAccessControlEntry', model_properties: { action: { - client_side_validation: true, required: false, serialized_name: 'action', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, order: { - client_side_validation: true, required: false, serialized_name: 'order', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, remote_subnet: { - client_side_validation: true, required: false, serialized_name: 'remoteSubnet', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/operation.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/operation.rb index 451be94a90..59573cdc51 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/operation.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/operation.rb @@ -45,7 +45,6 @@ class Operation # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Operation', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'Operation', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -61,7 +59,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -69,7 +66,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -78,13 +74,11 @@ def self.mapper() } }, errors: { - client_side_validation: true, required: false, serialized_name: 'errors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ErrorEntityElementType', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, created_time: { - client_side_validation: true, required: false, serialized_name: 'createdTime', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, modified_time: { - client_side_validation: true, required: false, serialized_name: 'modifiedTime', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, serialized_name: 'expirationTime', type: { @@ -119,7 +110,6 @@ def self.mapper() } }, geo_master_operation_id: { - client_side_validation: true, required: false, serialized_name: 'geoMasterOperationId', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer.rb index 5457ec5c99..2d30ce3407 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer.rb @@ -55,7 +55,6 @@ class PremierAddOnOffer < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PremierAddOnOffer', type: { @@ -63,7 +62,6 @@ def self.mapper() class_name: 'PremierAddOnOffer', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -72,7 +70,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -81,7 +78,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -89,7 +85,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -98,7 +93,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'properties.sku', type: { @@ -106,7 +100,6 @@ def self.mapper() } }, product: { - client_side_validation: true, required: false, serialized_name: 'properties.product', type: { @@ -114,7 +107,6 @@ def self.mapper() } }, vendor: { - client_side_validation: true, required: false, serialized_name: 'properties.vendor', type: { @@ -122,7 +114,6 @@ def self.mapper() } }, premier_add_on_offer_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -130,7 +121,6 @@ def self.mapper() } }, promo_code_required: { - client_side_validation: true, required: false, serialized_name: 'properties.promoCodeRequired', type: { @@ -138,7 +128,6 @@ def self.mapper() } }, quota: { - client_side_validation: true, required: false, serialized_name: 'properties.quota', type: { @@ -146,7 +135,6 @@ def self.mapper() } }, web_hosting_plan_restrictions: { - client_side_validation: true, required: false, serialized_name: 'properties.webHostingPlanRestrictions', type: { @@ -155,7 +143,6 @@ def self.mapper() } }, privacy_policy_url: { - client_side_validation: true, required: false, serialized_name: 'properties.privacyPolicyUrl', type: { @@ -163,7 +150,6 @@ def self.mapper() } }, legal_terms_url: { - client_side_validation: true, required: false, serialized_name: 'properties.legalTermsUrl', type: { @@ -171,7 +157,6 @@ def self.mapper() } }, marketplace_publisher: { - client_side_validation: true, required: false, serialized_name: 'properties.marketplacePublisher', type: { @@ -179,7 +164,6 @@ def self.mapper() } }, marketplace_offer: { - client_side_validation: true, required: false, serialized_name: 'properties.marketplaceOffer', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb index ffd9931e8d..1944abc251 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PremierAddOnOfferCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'PremierAddOnOfferCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PremierAddOnOfferElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/proxy_only_resource.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/proxy_only_resource.rb index 29e6e8a274..2a7f382817 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/proxy_only_resource.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/proxy_only_resource.rb @@ -32,7 +32,6 @@ class ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyOnlyResource', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ProxyOnlyResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/push_settings.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/push_settings.rb index b576818b00..c86bf7f8f2 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/push_settings.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/push_settings.rb @@ -40,7 +40,6 @@ class PushSettings < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PushSettings', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'PushSettings', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, is_push_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.isPushEnabled', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, tag_whitelist_json: { - client_side_validation: true, required: false, serialized_name: 'properties.tagWhitelistJson', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, tags_requiring_auth: { - client_side_validation: true, required: false, serialized_name: 'properties.tagsRequiringAuth', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, dynamic_tags_json: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicTagsJson', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ramp_up_rule.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ramp_up_rule.rb index c77b35d11d..fa99d6236a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ramp_up_rule.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/ramp_up_rule.rb @@ -22,16 +22,16 @@ class RampUpRule # ActionHostName. attr_accessor :reroute_percentage - # @return [Float] In auto ramp up scenario this is the step to to - # add/remove from ReroutePercentage until it reaches + # @return [Float] In auto ramp up scenario this is the step to add/remove + # from ReroutePercentage until it reaches # MinReroutePercentage or MaxReroutePercentage. - # Site metrics are checked every N minutes specificed in + # Site metrics are checked every N minutes specified in # ChangeIntervalInMinutes. # Custom decision algorithm can be provided in TiPCallback site extension # which URL can be specified in ChangeDecisionCallbackUrl. attr_accessor :change_step - # @return [Integer] Specifies interval in mimuntes to reevaluate + # @return [Integer] Specifies interval in minutes to reevaluate # ReroutePercentage. attr_accessor :change_interval_in_minutes @@ -61,7 +61,6 @@ class RampUpRule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RampUpRule', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'RampUpRule', model_properties: { action_host_name: { - client_side_validation: true, required: false, serialized_name: 'actionHostName', type: { @@ -77,7 +75,6 @@ def self.mapper() } }, reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'reroutePercentage', type: { @@ -85,7 +82,6 @@ def self.mapper() } }, change_step: { - client_side_validation: true, required: false, serialized_name: 'changeStep', type: { @@ -93,7 +89,6 @@ def self.mapper() } }, change_interval_in_minutes: { - client_side_validation: true, required: false, serialized_name: 'changeIntervalInMinutes', type: { @@ -101,7 +96,6 @@ def self.mapper() } }, min_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'minReroutePercentage', type: { @@ -109,7 +103,6 @@ def self.mapper() } }, max_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'maxReroutePercentage', type: { @@ -117,7 +110,6 @@ def self.mapper() } }, change_decision_callback_url: { - client_side_validation: true, required: false, serialized_name: 'changeDecisionCallbackUrl', type: { @@ -125,7 +117,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation.rb index e360b475b5..a07341559f 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation.rb @@ -98,7 +98,6 @@ class Recommendation < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Recommendation', type: { @@ -106,7 +105,6 @@ def self.mapper() class_name: 'Recommendation', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -115,7 +113,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -124,7 +121,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -132,7 +128,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -141,7 +136,6 @@ def self.mapper() } }, creation_time: { - client_side_validation: true, required: false, serialized_name: 'properties.creationTime', type: { @@ -149,7 +143,6 @@ def self.mapper() } }, recommendation_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recommendationId', type: { @@ -157,7 +150,6 @@ def self.mapper() } }, resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.resourceId', type: { @@ -165,7 +157,6 @@ def self.mapper() } }, resource_scope: { - client_side_validation: true, required: false, serialized_name: 'properties.resourceScope', type: { @@ -173,7 +164,6 @@ def self.mapper() } }, rule_name: { - client_side_validation: true, required: false, serialized_name: 'properties.ruleName', type: { @@ -181,7 +171,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'properties.displayName', type: { @@ -189,7 +178,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'properties.message', type: { @@ -197,7 +185,6 @@ def self.mapper() } }, level: { - client_side_validation: true, required: false, serialized_name: 'properties.level', type: { @@ -206,7 +193,6 @@ def self.mapper() } }, channels: { - client_side_validation: true, required: false, serialized_name: 'properties.channels', type: { @@ -215,13 +201,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'properties.tags', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -231,7 +215,6 @@ def self.mapper() } }, action_name: { - client_side_validation: true, required: false, serialized_name: 'properties.actionName', type: { @@ -239,7 +222,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -247,7 +229,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'properties.endTime', type: { @@ -255,7 +236,6 @@ def self.mapper() } }, next_notification_time: { - client_side_validation: true, required: false, serialized_name: 'properties.nextNotificationTime', type: { @@ -263,7 +243,6 @@ def self.mapper() } }, notification_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.notificationExpirationTime', type: { @@ -271,7 +250,6 @@ def self.mapper() } }, notified_time: { - client_side_validation: true, required: false, serialized_name: 'properties.notifiedTime', type: { @@ -279,7 +257,6 @@ def self.mapper() } }, score: { - client_side_validation: true, required: false, serialized_name: 'properties.score', type: { @@ -287,7 +264,6 @@ def self.mapper() } }, is_dynamic: { - client_side_validation: true, required: false, serialized_name: 'properties.isDynamic', type: { @@ -295,7 +271,6 @@ def self.mapper() } }, extension_name: { - client_side_validation: true, required: false, serialized_name: 'properties.extensionName', type: { @@ -303,7 +278,6 @@ def self.mapper() } }, blade_name: { - client_side_validation: true, required: false, serialized_name: 'properties.bladeName', type: { @@ -311,7 +285,6 @@ def self.mapper() } }, forward_link: { - client_side_validation: true, required: false, serialized_name: 'properties.forwardLink', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_collection.rb index 45762521e9..c6ad7e1142 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendationCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'RecommendationCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendationElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_rule.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_rule.rb index d914f200a3..671cb364bd 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_rule.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/recommendation_rule.rb @@ -71,7 +71,6 @@ class RecommendationRule < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendationRule', type: { @@ -79,7 +78,6 @@ def self.mapper() class_name: 'RecommendationRule', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -105,7 +101,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -114,7 +109,6 @@ def self.mapper() } }, recommendation_rule_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -122,7 +116,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'properties.displayName', type: { @@ -130,7 +123,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'properties.message', type: { @@ -138,7 +130,6 @@ def self.mapper() } }, recommendation_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recommendationId', type: { @@ -146,7 +137,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'properties.description', type: { @@ -154,7 +144,6 @@ def self.mapper() } }, action_name: { - client_side_validation: true, required: false, serialized_name: 'properties.actionName', type: { @@ -162,7 +151,6 @@ def self.mapper() } }, level: { - client_side_validation: true, required: false, serialized_name: 'properties.level', type: { @@ -171,7 +159,6 @@ def self.mapper() } }, channels: { - client_side_validation: true, required: false, serialized_name: 'properties.channels', type: { @@ -180,13 +167,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'properties.tags', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -196,7 +181,6 @@ def self.mapper() } }, is_dynamic: { - client_side_validation: true, required: false, serialized_name: 'properties.isDynamic', type: { @@ -204,7 +188,6 @@ def self.mapper() } }, extension_name: { - client_side_validation: true, required: false, serialized_name: 'properties.extensionName', type: { @@ -212,7 +195,6 @@ def self.mapper() } }, blade_name: { - client_side_validation: true, required: false, serialized_name: 'properties.bladeName', type: { @@ -220,7 +202,6 @@ def self.mapper() } }, forward_link: { - client_side_validation: true, required: false, serialized_name: 'properties.forwardLink', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/rendering.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/rendering.rb index 27d0b679ec..6e3c02c997 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/rendering.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/rendering.rb @@ -30,7 +30,6 @@ class Rendering # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Rendering', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'Rendering', model_properties: { rendering_type: { - client_side_validation: true, required: false, serialized_name: 'renderingType', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, title: { - client_side_validation: true, required: false, serialized_name: 'title', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/requests_based_trigger.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/requests_based_trigger.rb index 4e0bc52333..0b11f86c60 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/requests_based_trigger.rb @@ -25,7 +25,6 @@ class RequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RequestsBasedTrigger', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'RequestsBasedTrigger', model_properties: { count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource.rb index 47f9ad6811..8f9a68c319 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource.rb @@ -31,22 +31,12 @@ class Resource attr_accessor :tags - # @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: { @@ -54,7 +44,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +52,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +60,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -80,7 +67,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -88,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -97,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: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata.rb index 74dd3b2e79..995ef877d6 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata.rb @@ -26,7 +26,6 @@ class ResourceHealthMetadata < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceHealthMetadata', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'ResourceHealthMetadata', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, category: { - client_side_validation: true, required: false, serialized_name: 'properties.category', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, signal_availability: { - client_side_validation: true, required: false, serialized_name: 'properties.signalAvailability', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata_collection.rb index 1fa992767a..1b026d3078 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_health_metadata_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceHealthMetadataCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ResourceHealthMetadataCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceHealthMetadataElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric.rb index 196ee5bc4a..36151743ba 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric.rb @@ -47,7 +47,6 @@ class ResourceMetric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetric', type: { @@ -55,7 +54,6 @@ def self.mapper() class_name: 'ResourceMetric', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -65,7 +63,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -74,7 +71,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -83,7 +79,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'startTime', @@ -92,7 +87,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'endTime', @@ -101,7 +95,6 @@ def self.mapper() } }, resource_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceId', @@ -110,7 +103,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -119,14 +111,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: 'ResourceMetricValueElementType', type: { @@ -137,14 +127,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricPropertyElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_availability.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_availability.rb index 79757d0bbb..00f8872150 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_availability.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_availability.rb @@ -25,7 +25,6 @@ class ResourceMetricAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailability', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricAvailability', model_properties: { time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -42,7 +40,6 @@ def self.mapper() } }, retention: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'retention', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_collection.rb index 86e837f85f..b3a7ec9fdb 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_collection.rb @@ -25,7 +25,6 @@ class ResourceMetricCollection # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricCollection', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'ResourceMetricCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricElementType', type: { @@ -50,7 +47,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition.rb index bd089433e8..410294fa87 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition.rb @@ -41,7 +41,6 @@ class ResourceMetricDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinition', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -75,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -84,7 +79,6 @@ def self.mapper() } }, resource_metric_definition_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -94,7 +88,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -103,7 +96,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.primaryAggregationType', @@ -112,14 +104,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailabilityElementType', type: { @@ -130,7 +120,6 @@ def self.mapper() } }, resource_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceUri', @@ -139,7 +128,6 @@ def self.mapper() } }, resource_metric_definition_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -148,14 +136,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb index 454296e0f3..6d312cf128 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb @@ -25,7 +25,6 @@ class ResourceMetricDefinitionCollection # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinitionCollection', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'ResourceMetricDefinitionCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinitionElementType', type: { @@ -50,7 +47,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_name.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_name.rb index eea57ead36..5fe30d255e 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_name.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_name.rb @@ -25,7 +25,6 @@ class ResourceMetricName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricName', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricName', 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_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_property.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_property.rb index dcc16449ed..00798acbf5 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_property.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_property.rb @@ -25,7 +25,6 @@ class ResourceMetricProperty # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricProperty', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricProperty', model_properties: { key: { - client_side_validation: true, required: false, serialized_name: 'key', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_value.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_value.rb index c47e1a0117..cf53f3e018 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_value.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_metric_value.rb @@ -41,7 +41,6 @@ class ResourceMetricValue # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricValue', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricValue', model_properties: { timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestamp', @@ -58,7 +56,6 @@ def self.mapper() } }, average: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'average', @@ -67,7 +64,6 @@ def self.mapper() } }, minimum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'minimum', @@ -76,7 +72,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'maximum', @@ -85,7 +80,6 @@ def self.mapper() } }, total: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'total', @@ -94,7 +88,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'count', @@ -103,14 +96,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricPropertyElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability.rb index 5c5b5f3184..b26aea22c4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_03_01 module Models # - # Information regarding availbility of a resource name. + # Information regarding availability of a resource name. # class ResourceNameAvailability @@ -38,7 +38,6 @@ class ResourceNameAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceNameAvailability', type: { @@ -46,7 +45,6 @@ def self.mapper() class_name: 'ResourceNameAvailability', model_properties: { name_available: { - client_side_validation: true, required: false, serialized_name: 'nameAvailable', type: { @@ -54,7 +52,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, serialized_name: 'reason', type: { @@ -62,7 +59,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability_request.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability_request.rb index 4e0300e7a3..5b8f801e6a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability_request.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/resource_name_availability_request.rb @@ -31,7 +31,6 @@ class ResourceNameAvailabilityRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceNameAvailabilityRequest', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'ResourceNameAvailabilityRequest', model_properties: { name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: true, serialized_name: 'type', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, is_fqdn: { - client_side_validation: true, required: false, serialized_name: 'isFqdn', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/response_meta_data.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/response_meta_data.rb index 2abe3d495c..9eddb6e364 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/response_meta_data.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/response_meta_data.rb @@ -23,7 +23,6 @@ class ResponseMetaData # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResponseMetaData', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'ResponseMetaData', model_properties: { data_source: { - client_side_validation: true, required: false, serialized_name: 'dataSource', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/service_specification.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/service_specification.rb index 9809fb081f..d84ade8b2d 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/service_specification.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/service_specification.rb @@ -23,7 +23,6 @@ class ServiceSpecification # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceSpecification', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServiceSpecification', model_properties: { metric_specifications: { - client_side_validation: true, required: false, serialized_name: 'metricSpecifications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricSpecificationElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site.rb index f0a2571190..fd938e57c3 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site.rb @@ -156,7 +156,6 @@ class Site < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Site', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'Site', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -198,7 +193,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -207,13 +201,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: { @@ -223,7 +215,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -232,14 +223,12 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -249,7 +238,6 @@ def self.mapper() } }, repository_site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.repositorySiteName', @@ -258,7 +246,6 @@ def self.mapper() } }, usage_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageState', @@ -268,7 +255,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -276,14 +262,12 @@ def self.mapper() } }, enabled_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabledHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -293,7 +277,6 @@ def self.mapper() } }, availability_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.availabilityState', @@ -303,13 +286,11 @@ def self.mapper() } }, host_name_ssl_states: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameSslStates', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameSslStateElementType', type: { @@ -320,7 +301,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -328,7 +308,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -337,7 +316,6 @@ def self.mapper() } }, last_modified_time_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTimeUtc', @@ -346,7 +324,6 @@ def self.mapper() } }, site_config: { - client_side_validation: true, required: false, serialized_name: 'properties.siteConfig', type: { @@ -355,14 +332,12 @@ def self.mapper() } }, traffic_manager_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trafficManagerHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -372,7 +347,6 @@ def self.mapper() } }, scm_site_also_stopped: { - client_side_validation: true, required: false, serialized_name: 'properties.scmSiteAlsoStopped', default_value: false, @@ -381,7 +355,6 @@ def self.mapper() } }, target_swap_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.targetSwapSlot', @@ -390,7 +363,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -399,7 +371,6 @@ def self.mapper() } }, client_affinity_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientAffinityEnabled', type: { @@ -407,7 +378,6 @@ def self.mapper() } }, client_cert_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientCertEnabled', type: { @@ -415,7 +385,6 @@ def self.mapper() } }, host_names_disabled: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNamesDisabled', type: { @@ -423,7 +392,6 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outboundIpAddresses', @@ -432,7 +400,6 @@ def self.mapper() } }, possible_outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.possibleOutboundIpAddresses', @@ -441,7 +408,6 @@ def self.mapper() } }, container_size: { - client_side_validation: true, required: false, serialized_name: 'properties.containerSize', type: { @@ -449,7 +415,6 @@ def self.mapper() } }, daily_memory_time_quota: { - client_side_validation: true, required: false, serialized_name: 'properties.dailyMemoryTimeQuota', type: { @@ -457,7 +422,6 @@ def self.mapper() } }, suspended_till: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suspendedTill', @@ -466,7 +430,6 @@ def self.mapper() } }, max_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxNumberOfWorkers', @@ -475,7 +438,6 @@ def self.mapper() } }, cloning_info: { - client_side_validation: true, required: false, serialized_name: 'properties.cloningInfo', type: { @@ -484,7 +446,6 @@ def self.mapper() } }, snapshot_info: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotInfo', type: { @@ -493,7 +454,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -502,7 +462,6 @@ def self.mapper() } }, is_default_container: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefaultContainer', @@ -511,7 +470,6 @@ def self.mapper() } }, default_host_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultHostName', @@ -520,7 +478,6 @@ def self.mapper() } }, slot_swap_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.slotSwapStatus', @@ -530,7 +487,6 @@ def self.mapper() } }, https_only: { - client_side_validation: true, required: false, serialized_name: 'properties.httpsOnly', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_config.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_config.rb index 08a282ced5..cc4db1a6b8 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_config.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_config.rb @@ -118,7 +118,7 @@ class SiteConfig # 'WeightedTotalTraffic', 'RequestHash' attr_accessor :load_balancing - # @return [Experiments] This is work around for polymophic types. + # @return [Experiments] This is work around for polymorphic types. attr_accessor :experiments # @return [SiteLimits] Site limits. @@ -173,7 +173,6 @@ class SiteConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfig', type: { @@ -181,7 +180,6 @@ def self.mapper() class_name: 'SiteConfig', model_properties: { number_of_workers: { - client_side_validation: true, required: false, serialized_name: 'numberOfWorkers', type: { @@ -189,13 +187,11 @@ def self.mapper() } }, default_documents: { - client_side_validation: true, required: false, serialized_name: 'defaultDocuments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -205,7 +201,6 @@ def self.mapper() } }, net_framework_version: { - client_side_validation: true, required: false, serialized_name: 'netFrameworkVersion', default_value: 'v4.6', @@ -214,7 +209,6 @@ def self.mapper() } }, php_version: { - client_side_validation: true, required: false, serialized_name: 'phpVersion', type: { @@ -222,7 +216,6 @@ def self.mapper() } }, python_version: { - client_side_validation: true, required: false, serialized_name: 'pythonVersion', type: { @@ -230,7 +223,6 @@ def self.mapper() } }, node_version: { - client_side_validation: true, required: false, serialized_name: 'nodeVersion', type: { @@ -238,7 +230,6 @@ def self.mapper() } }, linux_fx_version: { - client_side_validation: true, required: false, serialized_name: 'linuxFxVersion', type: { @@ -246,7 +237,6 @@ def self.mapper() } }, request_tracing_enabled: { - client_side_validation: true, required: false, serialized_name: 'requestTracingEnabled', type: { @@ -254,7 +244,6 @@ def self.mapper() } }, request_tracing_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'requestTracingExpirationTime', type: { @@ -262,7 +251,6 @@ def self.mapper() } }, remote_debugging_enabled: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingEnabled', type: { @@ -270,7 +258,6 @@ def self.mapper() } }, remote_debugging_version: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingVersion', type: { @@ -278,7 +265,6 @@ def self.mapper() } }, http_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'httpLoggingEnabled', type: { @@ -286,7 +272,6 @@ def self.mapper() } }, logs_directory_size_limit: { - client_side_validation: true, required: false, serialized_name: 'logsDirectorySizeLimit', type: { @@ -294,7 +279,6 @@ def self.mapper() } }, detailed_error_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'detailedErrorLoggingEnabled', type: { @@ -302,7 +286,6 @@ def self.mapper() } }, publishing_username: { - client_side_validation: true, required: false, serialized_name: 'publishingUsername', type: { @@ -310,13 +293,11 @@ def self.mapper() } }, app_settings: { - client_side_validation: true, required: false, serialized_name: 'appSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -327,13 +308,11 @@ def self.mapper() } }, connection_strings: { - client_side_validation: true, required: false, serialized_name: 'connectionStrings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfoElementType', type: { @@ -344,7 +323,6 @@ def self.mapper() } }, machine_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'machineKey', @@ -354,13 +332,11 @@ def self.mapper() } }, handler_mappings: { - client_side_validation: true, required: false, serialized_name: 'handlerMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HandlerMappingElementType', type: { @@ -371,7 +347,6 @@ def self.mapper() } }, document_root: { - client_side_validation: true, required: false, serialized_name: 'documentRoot', type: { @@ -379,7 +354,6 @@ def self.mapper() } }, scm_type: { - client_side_validation: true, required: false, serialized_name: 'scmType', type: { @@ -387,7 +361,6 @@ def self.mapper() } }, use32bit_worker_process: { - client_side_validation: true, required: false, serialized_name: 'use32BitWorkerProcess', type: { @@ -395,7 +368,6 @@ def self.mapper() } }, web_sockets_enabled: { - client_side_validation: true, required: false, serialized_name: 'webSocketsEnabled', type: { @@ -403,7 +375,6 @@ def self.mapper() } }, always_on: { - client_side_validation: true, required: false, serialized_name: 'alwaysOn', type: { @@ -411,7 +382,6 @@ def self.mapper() } }, java_version: { - client_side_validation: true, required: false, serialized_name: 'javaVersion', type: { @@ -419,7 +389,6 @@ def self.mapper() } }, java_container: { - client_side_validation: true, required: false, serialized_name: 'javaContainer', type: { @@ -427,7 +396,6 @@ def self.mapper() } }, java_container_version: { - client_side_validation: true, required: false, serialized_name: 'javaContainerVersion', type: { @@ -435,7 +403,6 @@ def self.mapper() } }, app_command_line: { - client_side_validation: true, required: false, serialized_name: 'appCommandLine', type: { @@ -443,7 +410,6 @@ def self.mapper() } }, managed_pipeline_mode: { - client_side_validation: true, required: false, serialized_name: 'managedPipelineMode', type: { @@ -452,13 +418,11 @@ def self.mapper() } }, virtual_applications: { - client_side_validation: true, required: false, serialized_name: 'virtualApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualApplicationElementType', type: { @@ -469,7 +433,6 @@ def self.mapper() } }, load_balancing: { - client_side_validation: true, required: false, serialized_name: 'loadBalancing', type: { @@ -478,7 +441,6 @@ def self.mapper() } }, experiments: { - client_side_validation: true, required: false, serialized_name: 'experiments', type: { @@ -487,7 +449,6 @@ def self.mapper() } }, limits: { - client_side_validation: true, required: false, serialized_name: 'limits', type: { @@ -496,7 +457,6 @@ def self.mapper() } }, auto_heal_enabled: { - client_side_validation: true, required: false, serialized_name: 'autoHealEnabled', type: { @@ -504,7 +464,6 @@ def self.mapper() } }, auto_heal_rules: { - client_side_validation: true, required: false, serialized_name: 'autoHealRules', type: { @@ -513,7 +472,6 @@ def self.mapper() } }, tracing_options: { - client_side_validation: true, required: false, serialized_name: 'tracingOptions', type: { @@ -521,7 +479,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetName', type: { @@ -529,7 +486,6 @@ def self.mapper() } }, cors: { - client_side_validation: true, required: false, serialized_name: 'cors', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, push: { - client_side_validation: true, required: false, serialized_name: 'push', type: { @@ -547,7 +502,6 @@ def self.mapper() } }, api_definition: { - client_side_validation: true, required: false, serialized_name: 'apiDefinition', type: { @@ -556,7 +510,6 @@ def self.mapper() } }, auto_swap_slot_name: { - client_side_validation: true, required: false, serialized_name: 'autoSwapSlotName', type: { @@ -564,7 +517,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, serialized_name: 'localMySqlEnabled', default_value: false, @@ -573,13 +525,11 @@ def self.mapper() } }, ip_security_restrictions: { - client_side_validation: true, required: false, serialized_name: 'ipSecurityRestrictions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestrictionElementType', type: { @@ -590,7 +540,6 @@ def self.mapper() } }, http20enabled: { - client_side_validation: true, required: false, serialized_name: 'http20Enabled', default_value: true, @@ -599,7 +548,6 @@ def self.mapper() } }, min_tls_version: { - client_side_validation: true, required: false, serialized_name: 'minTlsVersion', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_limits.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_limits.rb index e02f8a05d3..8ce31b78f4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_limits.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_limits.rb @@ -28,7 +28,6 @@ class SiteLimits # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteLimits', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SiteLimits', model_properties: { max_percentage_cpu: { - client_side_validation: true, required: false, serialized_name: 'maxPercentageCpu', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, max_memory_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxMemoryInMb', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, max_disk_size_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxDiskSizeInMb', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_machine_key.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_machine_key.rb index 6905cf53e3..65d9f5e4a0 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_machine_key.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/site_machine_key.rb @@ -31,7 +31,6 @@ class SiteMachineKey # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteMachineKey', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SiteMachineKey', model_properties: { validation: { - client_side_validation: true, required: false, serialized_name: 'validation', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, validation_key: { - client_side_validation: true, required: false, serialized_name: 'validationKey', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, decryption: { - client_side_validation: true, required: false, serialized_name: 'decryption', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, decryption_key: { - client_side_validation: true, required: false, serialized_name: 'decryptionKey', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_capacity.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_capacity.rb index 9acc4fa024..79137fdeaa 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_capacity.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_capacity.rb @@ -35,7 +35,6 @@ class SkuCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuCapacity', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'SkuCapacity', model_properties: { minimum: { - client_side_validation: true, required: false, serialized_name: 'minimum', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, serialized_name: 'maximum', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, default: { - client_side_validation: true, required: false, serialized_name: 'default', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, scale_type: { - client_side_validation: true, required: false, serialized_name: 'scaleType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_description.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_description.rb index 4823251017..ce55f308e1 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_description.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_description.rb @@ -44,7 +44,6 @@ class SkuDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuDescription', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'SkuDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,7 +58,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -68,7 +65,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, sku_capacity: { - client_side_validation: true, required: false, serialized_name: 'skuCapacity', type: { @@ -101,13 +94,11 @@ def self.mapper() } }, locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -117,13 +108,11 @@ def self.mapper() } }, capabilities: { - client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CapabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_infos.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_infos.rb index e384ede67e..c3026008c6 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_infos.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/sku_infos.rb @@ -26,7 +26,6 @@ class SkuInfos # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuInfos', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'SkuInfos', model_properties: { resource_type: { - client_side_validation: true, required: false, serialized_name: 'resourceType', type: { @@ -42,13 +40,11 @@ def self.mapper() } }, skus: { - client_side_validation: true, required: false, serialized_name: 'skus', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'GlobalCsmSkuDescriptionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slot_swap_status.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slot_swap_status.rb index eae0338913..312eb0bdff 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slot_swap_status.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slot_swap_status.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_03_01 module Models # - # The status of the last successfull slot swap operation. + # The status of the last successful slot swap operation. # class SlotSwapStatus @@ -28,7 +28,6 @@ class SlotSwapStatus # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotSwapStatus', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlotSwapStatus', model_properties: { timestamp_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestampUtc', @@ -45,7 +43,6 @@ def self.mapper() } }, source_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceSlotName', @@ -54,7 +51,6 @@ def self.mapper() } }, destination_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'destinationSlotName', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb index 6de0268096..ea8bd1cc9a 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb @@ -28,7 +28,6 @@ class SlowRequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlowRequestsBasedTrigger', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlowRequestsBasedTrigger', model_properties: { time_taken: { - client_side_validation: true, required: false, serialized_name: 'timeTaken', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb index 49d65383d3..d98bea4917 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb @@ -40,7 +40,6 @@ class SnapshotRecoveryRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryRequest', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'SnapshotRecoveryRequest', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, snapshot_time: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotTime', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, recovery_target: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryTarget', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'properties.overwrite', type: { @@ -108,7 +100,6 @@ def self.mapper() } }, recover_configuration: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverConfiguration', type: { @@ -116,7 +107,6 @@ def self.mapper() } }, ignore_conflicting_host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreConflictingHostNames', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb index e12f0aea6c..74aa2afe02 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb @@ -30,7 +30,6 @@ class SnapshotRecoveryTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryTarget', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'SnapshotRecoveryTarget', model_properties: { location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/solution.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/solution.rb index 6474b5fa7f..7676ccc288 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/solution.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/solution.rb @@ -41,7 +41,6 @@ class Solution # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Solution', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'Solution', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -57,7 +55,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, order: { - client_side_validation: true, required: false, serialized_name: 'order', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -90,19 +84,16 @@ def self.mapper() } }, data: { - client_side_validation: true, required: false, serialized_name: 'data', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ArrayElementType', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -115,19 +106,16 @@ def self.mapper() } }, metadata: { - client_side_validation: true, required: false, serialized_name: 'metadata', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ArrayElementType', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control.rb index ecbf261106..6ee1a69873 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control.rb @@ -34,7 +34,6 @@ class SourceControl < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SourceControl', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'SourceControl', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, source_control_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, token: { - client_side_validation: true, required: false, serialized_name: 'properties.token', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, token_secret: { - client_side_validation: true, required: false, serialized_name: 'properties.tokenSecret', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, refresh_token: { - client_side_validation: true, required: false, serialized_name: 'properties.refreshToken', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.expirationTime', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control_collection.rb index 974f51c8f8..1a3e649596 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/source_control_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SourceControlCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'SourceControlCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SourceControlElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_major_version.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_major_version.rb index d705ac441a..34402c95a4 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_major_version.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_major_version.rb @@ -33,7 +33,6 @@ class StackMajorVersion # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StackMajorVersion', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'StackMajorVersion', model_properties: { display_version: { - client_side_validation: true, required: false, serialized_name: 'displayVersion', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, runtime_version: { - client_side_validation: true, required: false, serialized_name: 'runtimeVersion', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, is_default: { - client_side_validation: true, required: false, serialized_name: 'isDefault', type: { @@ -65,13 +61,11 @@ def self.mapper() } }, minor_versions: { - client_side_validation: true, required: false, serialized_name: 'minorVersions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StackMinorVersionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_minor_version.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_minor_version.rb index 28a5cccd17..2fd866f8fb 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_minor_version.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stack_minor_version.rb @@ -29,7 +29,6 @@ class StackMinorVersion # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StackMinorVersion', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'StackMinorVersion', model_properties: { display_version: { - client_side_validation: true, required: false, serialized_name: 'displayVersion', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, runtime_version: { - client_side_validation: true, required: false, serialized_name: 'runtimeVersion', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, is_default: { - client_side_validation: true, required: false, serialized_name: 'isDefault', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stamp_capacity.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stamp_capacity.rb index 6a1052ca7d..5035736fac 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stamp_capacity.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/stamp_capacity.rb @@ -58,7 +58,6 @@ class StampCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StampCapacity', type: { @@ -66,7 +65,6 @@ def self.mapper() class_name: 'StampCapacity', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -74,7 +72,6 @@ def self.mapper() } }, available_capacity: { - client_side_validation: true, required: false, serialized_name: 'availableCapacity', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, total_capacity: { - client_side_validation: true, required: false, serialized_name: 'totalCapacity', type: { @@ -90,7 +86,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -98,7 +93,6 @@ def self.mapper() } }, compute_mode: { - client_side_validation: true, required: false, serialized_name: 'computeMode', type: { @@ -107,7 +101,6 @@ def self.mapper() } }, worker_size: { - client_side_validation: true, required: false, serialized_name: 'workerSize', type: { @@ -116,7 +109,6 @@ def self.mapper() } }, worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'workerSizeId', type: { @@ -124,7 +116,6 @@ def self.mapper() } }, exclude_from_capacity_allocation: { - client_side_validation: true, required: false, serialized_name: 'excludeFromCapacityAllocation', type: { @@ -132,7 +123,6 @@ def self.mapper() } }, is_applicable_for_all_compute_modes: { - client_side_validation: true, required: false, serialized_name: 'isApplicableForAllComputeModes', type: { @@ -140,7 +130,6 @@ def self.mapper() } }, site_mode: { - client_side_validation: true, required: false, serialized_name: 'siteMode', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb index 9293f74d65..195137658b 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb @@ -34,7 +34,6 @@ class StatusCodesBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTrigger', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'StatusCodesBasedTrigger', model_properties: { status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, sub_status: { - client_side_validation: true, required: false, serialized_name: 'subStatus', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, win32status: { - client_side_validation: true, required: false, serialized_name: 'win32Status', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/user.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/user.rb index b60cd4329a..e13de8fa44 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/user.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/user.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_03_01 module Models # - # User crendentials used for publishing activity. + # User credentials used for publishing activity. # class User < ProxyOnlyResource @@ -34,7 +34,6 @@ class User < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'User', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'User', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, publishing_user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingUserName', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, publishing_password: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPassword', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, publishing_password_hash: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHash', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, publishing_password_hash_salt: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHashSalt', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_request.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_request.rb index 03fc14d254..fc489cc132 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_request.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_request.rb @@ -38,7 +38,7 @@ class ValidateRequest attr_accessor :is_spot # @return [Integer] Target capacity of the App Service plan (number of - # VM's). + # VMs). attr_accessor :capacity # @return [String] Name of App Service Environment where app or App @@ -52,7 +52,6 @@ class ValidateRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ValidateRequest', type: { @@ -60,7 +59,6 @@ def self.mapper() class_name: 'ValidateRequest', model_properties: { name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { @@ -68,7 +66,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: true, serialized_name: 'type', type: { @@ -76,7 +73,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -84,7 +80,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -92,7 +87,6 @@ def self.mapper() } }, sku_name: { - client_side_validation: true, required: false, serialized_name: 'properties.skuName', type: { @@ -100,7 +94,6 @@ def self.mapper() } }, need_linux_workers: { - client_side_validation: true, required: false, serialized_name: 'properties.needLinuxWorkers', type: { @@ -108,7 +101,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -116,7 +108,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'properties.capacity', constraints: { @@ -127,7 +118,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironment', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response.rb index 73c35743d1..332291df67 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response.rb @@ -26,7 +26,6 @@ class ValidateResponse # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ValidateResponse', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'ValidateResponse', model_properties: { status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, error: { - client_side_validation: true, required: false, serialized_name: 'error', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response_error.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response_error.rb index 9056dad531..9db0d1f035 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response_error.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/validate_response_error.rb @@ -25,7 +25,6 @@ class ValidateResponseError # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ValidateResponseError', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ValidateResponseError', model_properties: { code: { - client_side_validation: true, required: false, serialized_name: 'code', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_application.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_application.rb index b50d55bf25..c5ae3bbe81 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_application.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_application.rb @@ -33,7 +33,6 @@ class VirtualApplication # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualApplication', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'VirtualApplication', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, preload_enabled: { - client_side_validation: true, required: false, serialized_name: 'preloadEnabled', type: { @@ -65,13 +61,11 @@ def self.mapper() } }, virtual_directories: { - client_side_validation: true, required: false, serialized_name: 'virtualDirectories', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectoryElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_directory.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_directory.rb index 92c83f2868..7caf456790 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_directory.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_directory.rb @@ -25,7 +25,6 @@ class VirtualDirectory # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectory', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'VirtualDirectory', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb index a3c15f4640..1e4ffe5430 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb @@ -31,7 +31,6 @@ class VirtualIPMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualIPMapping', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'VirtualIPMapping', model_properties: { virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, internal_http_port: { - client_side_validation: true, required: false, serialized_name: 'internalHttpPort', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, internal_https_port: { - client_side_validation: true, required: false, serialized_name: 'internalHttpsPort', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, in_use: { - client_side_validation: true, required: false, serialized_name: 'inUse', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_network_profile.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_network_profile.rb index 07efa9d09c..e68d148f47 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_network_profile.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/virtual_network_profile.rb @@ -31,7 +31,6 @@ class VirtualNetworkProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualNetworkProfile', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'VirtualNetworkProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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() } }, subnet: { - client_side_validation: true, required: false, serialized_name: 'subnet', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_gateway.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_gateway.rb index b2c205e987..42ba62b898 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_gateway.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_gateway.rb @@ -26,7 +26,6 @@ class VnetGateway < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetGateway', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetGateway', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, vpn_package_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.vpnPackageUri', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_info.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_info.rb index 84a18c547a..9242a74f16 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_info.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_info.rb @@ -42,7 +42,6 @@ class VnetInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetInfo', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'VnetInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, vnet_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceId', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, cert_thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.certThumbprint', @@ -102,7 +95,6 @@ def self.mapper() } }, cert_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.certBlob', type: { @@ -110,14 +102,12 @@ def self.mapper() } }, routes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.routes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VnetRouteElementType', type: { @@ -128,7 +118,6 @@ def self.mapper() } }, resync_required: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resyncRequired', @@ -137,7 +126,6 @@ def self.mapper() } }, dns_servers: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsServers', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_parameters.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_parameters.rb index 728e0976db..fc3b8452e9 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_parameters.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_parameters.rb @@ -28,7 +28,6 @@ class VnetParameters < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetParameters', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'VnetParameters', 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, read_only: true, serialized_name: 'name', @@ -54,7 +51,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -62,7 +58,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -71,7 +66,6 @@ def self.mapper() } }, vnet_resource_group: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceGroup', type: { @@ -79,7 +73,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -87,7 +80,6 @@ def self.mapper() } }, vnet_subnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetSubnetName', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_route.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_route.rb index aa8048e888..370383a177 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_route.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_route.rb @@ -44,7 +44,6 @@ class VnetRoute < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetRoute', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'VnetRoute', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +82,6 @@ def self.mapper() } }, vnet_route_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, start_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, end_address: { - client_side_validation: true, required: false, serialized_name: 'properties.endAddress', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, route_type: { - client_side_validation: true, required: false, serialized_name: 'properties.routeType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_failure_details.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_failure_details.rb index 412ae20e2c..6c8d4196fc 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_failure_details.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_failure_details.rb @@ -26,7 +26,6 @@ class VnetValidationFailureDetails < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetValidationFailureDetails', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetValidationFailureDetails', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, failed: { - client_side_validation: true, required: false, serialized_name: 'properties.failed', type: { @@ -77,13 +71,11 @@ def self.mapper() } }, failed_tests: { - client_side_validation: true, required: false, serialized_name: 'properties.failedTests', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VnetValidationTestFailureElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_test_failure.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_test_failure.rb index 49eb2b0518..cffa81c8c9 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_test_failure.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/vnet_validation_test_failure.rb @@ -26,7 +26,6 @@ class VnetValidationTestFailure < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetValidationTestFailure', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetValidationTestFailure', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, test_name: { - client_side_validation: true, required: false, serialized_name: 'properties.testName', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, details: { - client_side_validation: true, required: false, serialized_name: 'properties.details', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/web_app_collection.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/web_app_collection.rb index 8399899e78..a27eff25aa 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/web_app_collection.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/web_app_collection.rb @@ -25,7 +25,6 @@ class WebAppCollection # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WebAppCollection', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'WebAppCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteElementType', type: { @@ -50,7 +47,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/worker_pool.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/worker_pool.rb index 198b05dc77..3c253b180b 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/worker_pool.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/models/worker_pool.rb @@ -36,7 +36,6 @@ class WorkerPool # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WorkerPool', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'WorkerPool', model_properties: { worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'workerSizeId', type: { @@ -52,7 +50,6 @@ def self.mapper() } }, compute_mode: { - client_side_validation: true, required: false, serialized_name: 'computeMode', type: { @@ -61,7 +58,6 @@ def self.mapper() } }, worker_size: { - client_side_validation: true, required: false, serialized_name: 'workerSize', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, worker_count: { - client_side_validation: true, required: false, serialized_name: 'workerCount', type: { @@ -77,14 +72,12 @@ def self.mapper() } }, instance_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'instanceNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/provider.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/provider.rb index f84734acc6..d2e53f1767 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/provider.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/provider.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [Array] operation results. # - def get_available_stacks(os_type_selected:nil, custom_headers:nil) - first_page = get_available_stacks_as_lazy(os_type_selected:os_type_selected, custom_headers:custom_headers) + def get_available_stacks(os_type_selected = nil, custom_headers = nil) + first_page = get_available_stacks_as_lazy(os_type_selected, custom_headers) first_page.get_all_items end @@ -48,8 +48,8 @@ def get_available_stacks(os_type_selected:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_available_stacks_with_http_info(os_type_selected:nil, custom_headers:nil) - get_available_stacks_async(os_type_selected:os_type_selected, custom_headers:custom_headers).value! + def get_available_stacks_with_http_info(os_type_selected = nil, custom_headers = nil) + get_available_stacks_async(os_type_selected, custom_headers).value! end # @@ -63,12 +63,11 @@ def get_available_stacks_with_http_info(os_type_selected:nil, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_available_stacks_async(os_type_selected:nil, custom_headers:nil) + def get_available_stacks_async(os_type_selected = nil, 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 @@ -124,8 +123,8 @@ def get_available_stacks_async(os_type_selected:nil, custom_headers:nil) # # @return [Array] operation results. # - def list_operations(custom_headers:nil) - first_page = list_operations_as_lazy(custom_headers:custom_headers) + def list_operations(custom_headers = nil) + first_page = list_operations_as_lazy(custom_headers) first_page.get_all_items end @@ -141,8 +140,8 @@ def list_operations(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_with_http_info(custom_headers:nil) - list_operations_async(custom_headers:custom_headers).value! + def list_operations_with_http_info(custom_headers = nil) + list_operations_async(custom_headers).value! end # @@ -157,12 +156,11 @@ def list_operations_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_async(custom_headers:nil) + def list_operations_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 @@ -217,8 +215,8 @@ def list_operations_async(custom_headers:nil) # # @return [Array] operation results. # - def get_available_stacks_on_prem(os_type_selected:nil, custom_headers:nil) - first_page = get_available_stacks_on_prem_as_lazy(os_type_selected:os_type_selected, custom_headers:custom_headers) + def get_available_stacks_on_prem(os_type_selected = nil, custom_headers = nil) + first_page = get_available_stacks_on_prem_as_lazy(os_type_selected, custom_headers) first_page.get_all_items end @@ -233,8 +231,8 @@ def get_available_stacks_on_prem(os_type_selected:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_available_stacks_on_prem_with_http_info(os_type_selected:nil, custom_headers:nil) - get_available_stacks_on_prem_async(os_type_selected:os_type_selected, custom_headers:custom_headers).value! + def get_available_stacks_on_prem_with_http_info(os_type_selected = nil, custom_headers = nil) + get_available_stacks_on_prem_async(os_type_selected, custom_headers).value! end # @@ -248,13 +246,12 @@ def get_available_stacks_on_prem_with_http_info(os_type_selected:nil, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_available_stacks_on_prem_async(os_type_selected:nil, custom_headers:nil) + def get_available_stacks_on_prem_async(os_type_selected = nil, 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 @@ -311,8 +308,8 @@ def get_available_stacks_on_prem_async(os_type_selected:nil, custom_headers:nil) # # @return [ApplicationStackCollection] operation results. # - def get_available_stacks_next(next_page_link, custom_headers:nil) - response = get_available_stacks_next_async(next_page_link, custom_headers:custom_headers).value! + def get_available_stacks_next(next_page_link, custom_headers = nil) + response = get_available_stacks_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -328,8 +325,8 @@ def get_available_stacks_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_available_stacks_next_with_http_info(next_page_link, custom_headers:nil) - get_available_stacks_next_async(next_page_link, custom_headers:custom_headers).value! + def get_available_stacks_next_with_http_info(next_page_link, custom_headers = nil) + get_available_stacks_next_async(next_page_link, custom_headers).value! end # @@ -344,12 +341,11 @@ def get_available_stacks_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_available_stacks_next_async(next_page_link, custom_headers:nil) + def get_available_stacks_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 @@ -407,8 +403,8 @@ def get_available_stacks_next_async(next_page_link, custom_headers:nil) # # @return [CsmOperationCollection] operation results. # - def list_operations_next(next_page_link, custom_headers:nil) - response = list_operations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_operations_next(next_page_link, custom_headers = nil) + response = list_operations_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -426,8 +422,8 @@ def list_operations_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_next_with_http_info(next_page_link, custom_headers:nil) - list_operations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_operations_next_with_http_info(next_page_link, custom_headers = nil) + list_operations_next_async(next_page_link, custom_headers).value! end # @@ -444,12 +440,11 @@ def list_operations_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_next_async(next_page_link, custom_headers:nil) + def list_operations_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 @@ -505,8 +500,8 @@ def list_operations_next_async(next_page_link, custom_headers:nil) # # @return [ApplicationStackCollection] operation results. # - def get_available_stacks_on_prem_next(next_page_link, custom_headers:nil) - response = get_available_stacks_on_prem_next_async(next_page_link, custom_headers:custom_headers).value! + def get_available_stacks_on_prem_next(next_page_link, custom_headers = nil) + response = get_available_stacks_on_prem_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -522,8 +517,8 @@ def get_available_stacks_on_prem_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_available_stacks_on_prem_next_with_http_info(next_page_link, custom_headers:nil) - get_available_stacks_on_prem_next_async(next_page_link, custom_headers:custom_headers).value! + def get_available_stacks_on_prem_next_with_http_info(next_page_link, custom_headers = nil) + get_available_stacks_on_prem_next_async(next_page_link, custom_headers).value! end # @@ -538,12 +533,11 @@ def get_available_stacks_on_prem_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_available_stacks_on_prem_next_async(next_page_link, custom_headers:nil) + def get_available_stacks_on_prem_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 @@ -599,12 +593,12 @@ def get_available_stacks_on_prem_next_async(next_page_link, custom_headers:nil) # @return [ApplicationStackCollection] which provide lazy access to pages of # the response. # - def get_available_stacks_as_lazy(os_type_selected:nil, custom_headers:nil) - response = get_available_stacks_async(os_type_selected:os_type_selected, custom_headers:custom_headers).value! + def get_available_stacks_as_lazy(os_type_selected = nil, custom_headers = nil) + response = get_available_stacks_async(os_type_selected, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - get_available_stacks_next_async(next_page_link, custom_headers:custom_headers) + get_available_stacks_next_async(next_page_link, custom_headers) end page end @@ -623,12 +617,12 @@ def get_available_stacks_as_lazy(os_type_selected:nil, custom_headers:nil) # @return [CsmOperationCollection] which provide lazy access to pages of the # response. # - def list_operations_as_lazy(custom_headers:nil) - response = list_operations_async(custom_headers:custom_headers).value! + def list_operations_as_lazy(custom_headers = nil) + response = list_operations_async(custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_operations_next_async(next_page_link, custom_headers:custom_headers) + list_operations_next_async(next_page_link, custom_headers) end page end @@ -646,12 +640,12 @@ def list_operations_as_lazy(custom_headers:nil) # @return [ApplicationStackCollection] which provide lazy access to pages of # the response. # - def get_available_stacks_on_prem_as_lazy(os_type_selected:nil, custom_headers:nil) - response = get_available_stacks_on_prem_async(os_type_selected:os_type_selected, custom_headers:custom_headers).value! + def get_available_stacks_on_prem_as_lazy(os_type_selected = nil, custom_headers = nil) + response = get_available_stacks_on_prem_async(os_type_selected, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - get_available_stacks_on_prem_next_async(next_page_link, custom_headers:custom_headers) + get_available_stacks_on_prem_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/recommendations.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/recommendations.rb index b2797f9456..0791f51de2 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/recommendations.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/recommendations.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [Array] operation results. # - def list(featured:nil, filter:nil, custom_headers:nil) - first_page = list_as_lazy(featured:featured, filter:filter, custom_headers:custom_headers) + def list(featured = nil, filter = nil, custom_headers = nil) + first_page = list_as_lazy(featured, filter, custom_headers) first_page.get_all_items end @@ -60,8 +60,8 @@ def list(featured:nil, filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(featured:nil, filter:nil, custom_headers:nil) - list_async(featured:featured, filter:filter, custom_headers:custom_headers).value! + def list_with_http_info(featured = nil, filter = nil, custom_headers = nil) + list_async(featured, filter, custom_headers).value! end # @@ -81,13 +81,12 @@ def list_with_http_info(featured:nil, filter:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(featured:nil, filter:nil, custom_headers:nil) + def list_async(featured = nil, filter = nil, 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 @@ -142,8 +141,8 @@ def list_async(featured:nil, filter:nil, custom_headers:nil) # will be added to the HTTP request. # # - def reset_all_filters(custom_headers:nil) - response = reset_all_filters_async(custom_headers:custom_headers).value! + def reset_all_filters(custom_headers = nil) + response = reset_all_filters_async(custom_headers).value! nil end @@ -157,8 +156,8 @@ def reset_all_filters(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reset_all_filters_with_http_info(custom_headers:nil) - reset_all_filters_async(custom_headers:custom_headers).value! + def reset_all_filters_with_http_info(custom_headers = nil) + reset_all_filters_async(custom_headers).value! end # @@ -171,13 +170,12 @@ def reset_all_filters_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reset_all_filters_async(custom_headers:nil) + def reset_all_filters_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 @@ -224,8 +222,8 @@ def reset_all_filters_async(custom_headers:nil) # will be added to the HTTP request. # # - def disable_recommendation_for_subscription(name, custom_headers:nil) - response = disable_recommendation_for_subscription_async(name, custom_headers:custom_headers).value! + def disable_recommendation_for_subscription(name, custom_headers = nil) + response = disable_recommendation_for_subscription_async(name, custom_headers).value! nil end @@ -242,8 +240,8 @@ def disable_recommendation_for_subscription(name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def disable_recommendation_for_subscription_with_http_info(name, custom_headers:nil) - disable_recommendation_for_subscription_async(name, custom_headers:custom_headers).value! + def disable_recommendation_for_subscription_with_http_info(name, custom_headers = nil) + disable_recommendation_for_subscription_async(name, custom_headers).value! end # @@ -259,14 +257,13 @@ def disable_recommendation_for_subscription_with_http_info(name, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def disable_recommendation_for_subscription_async(name, custom_headers:nil) + def disable_recommendation_for_subscription_async(name, custom_headers = nil) fail ArgumentError, 'name is nil' if 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 @@ -318,8 +315,8 @@ def disable_recommendation_for_subscription_async(name, custom_headers:nil) # # @return [Array] operation results. # - def list_history_for_web_app(resource_group_name, site_name, filter:nil, custom_headers:nil) - first_page = list_history_for_web_app_as_lazy(resource_group_name, site_name, filter:filter, custom_headers:custom_headers) + def list_history_for_web_app(resource_group_name, site_name, filter = nil, custom_headers = nil) + first_page = list_history_for_web_app_as_lazy(resource_group_name, site_name, filter, custom_headers) first_page.get_all_items end @@ -340,8 +337,8 @@ def list_history_for_web_app(resource_group_name, site_name, filter:nil, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_history_for_web_app_with_http_info(resource_group_name, site_name, filter:nil, custom_headers:nil) - list_history_for_web_app_async(resource_group_name, site_name, filter:filter, custom_headers:custom_headers).value! + def list_history_for_web_app_with_http_info(resource_group_name, site_name, filter = nil, custom_headers = nil) + list_history_for_web_app_async(resource_group_name, site_name, filter, custom_headers).value! end # @@ -361,18 +358,14 @@ def list_history_for_web_app_with_http_info(resource_group_name, site_name, filt # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_history_for_web_app_async(resource_group_name, site_name, filter:nil, custom_headers:nil) + def list_history_for_web_app_async(resource_group_name, site_name, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_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 @@ -437,8 +430,8 @@ def list_history_for_web_app_async(resource_group_name, site_name, filter:nil, c # # @return [Array] operation results. # - def list_recommended_rules_for_web_app(resource_group_name, site_name, featured:nil, filter:nil, custom_headers:nil) - first_page = list_recommended_rules_for_web_app_as_lazy(resource_group_name, site_name, featured:featured, filter:filter, custom_headers:custom_headers) + def list_recommended_rules_for_web_app(resource_group_name, site_name, featured = nil, filter = nil, custom_headers = nil) + first_page = list_recommended_rules_for_web_app_as_lazy(resource_group_name, site_name, featured, filter, custom_headers) first_page.get_all_items end @@ -461,8 +454,8 @@ def list_recommended_rules_for_web_app(resource_group_name, site_name, featured: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_recommended_rules_for_web_app_with_http_info(resource_group_name, site_name, featured:nil, filter:nil, custom_headers:nil) - list_recommended_rules_for_web_app_async(resource_group_name, site_name, featured:featured, filter:filter, custom_headers:custom_headers).value! + def list_recommended_rules_for_web_app_with_http_info(resource_group_name, site_name, featured = nil, filter = nil, custom_headers = nil) + list_recommended_rules_for_web_app_async(resource_group_name, site_name, featured, filter, custom_headers).value! end # @@ -484,18 +477,14 @@ def list_recommended_rules_for_web_app_with_http_info(resource_group_name, site_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_recommended_rules_for_web_app_async(resource_group_name, site_name, featured:nil, filter:nil, custom_headers:nil) + def list_recommended_rules_for_web_app_async(resource_group_name, site_name, featured = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_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 @@ -553,8 +542,8 @@ def list_recommended_rules_for_web_app_async(resource_group_name, site_name, fea # will be added to the HTTP request. # # - def disable_all_for_web_app(resource_group_name, site_name, custom_headers:nil) - response = disable_all_for_web_app_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def disable_all_for_web_app(resource_group_name, site_name, custom_headers = nil) + response = disable_all_for_web_app_async(resource_group_name, site_name, custom_headers).value! nil end @@ -571,8 +560,8 @@ def disable_all_for_web_app(resource_group_name, site_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def disable_all_for_web_app_with_http_info(resource_group_name, site_name, custom_headers:nil) - disable_all_for_web_app_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def disable_all_for_web_app_with_http_info(resource_group_name, site_name, custom_headers = nil) + disable_all_for_web_app_async(resource_group_name, site_name, custom_headers).value! end # @@ -588,18 +577,14 @@ def disable_all_for_web_app_with_http_info(resource_group_name, site_name, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def disable_all_for_web_app_async(resource_group_name, site_name, custom_headers:nil) + def disable_all_for_web_app_async(resource_group_name, site_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_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 @@ -646,8 +631,8 @@ def disable_all_for_web_app_async(resource_group_name, site_name, custom_headers # will be added to the HTTP request. # # - def reset_all_filters_for_web_app(resource_group_name, site_name, custom_headers:nil) - response = reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def reset_all_filters_for_web_app(resource_group_name, site_name, custom_headers = nil) + response = reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_headers).value! nil end @@ -664,8 +649,8 @@ def reset_all_filters_for_web_app(resource_group_name, site_name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reset_all_filters_for_web_app_with_http_info(resource_group_name, site_name, custom_headers:nil) - reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_headers:custom_headers).value! + def reset_all_filters_for_web_app_with_http_info(resource_group_name, site_name, custom_headers = nil) + reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_headers).value! end # @@ -681,18 +666,14 @@ def reset_all_filters_for_web_app_with_http_info(resource_group_name, site_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_headers:nil) + def reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_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 @@ -738,15 +719,16 @@ def reset_all_filters_for_web_app_async(resource_group_name, site_name, custom_h # @param name [String] Name of the recommendation. # @param update_seen [Boolean] Specify true to update the # last-seen timestamp of the recommendation object. - # @param recommendation_id [String] The GUID of the recommedation object if you - # query an expired one. You don't need to specify it to query an active entry. + # @param recommendation_id [String] The GUID of the recommendation object if + # you query an expired one. You don't need to specify it to query an active + # entry. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [RecommendationRule] operation results. # - def get_rule_details_by_web_app(resource_group_name, site_name, name, update_seen:nil, recommendation_id:nil, custom_headers:nil) - response = get_rule_details_by_web_app_async(resource_group_name, site_name, name, update_seen:update_seen, recommendation_id:recommendation_id, custom_headers:custom_headers).value! + def get_rule_details_by_web_app(resource_group_name, site_name, name, update_seen = nil, recommendation_id = nil, custom_headers = nil) + response = get_rule_details_by_web_app_async(resource_group_name, site_name, name, update_seen, recommendation_id, custom_headers).value! response.body unless response.nil? end @@ -761,15 +743,16 @@ def get_rule_details_by_web_app(resource_group_name, site_name, name, update_see # @param name [String] Name of the recommendation. # @param update_seen [Boolean] Specify true to update the # last-seen timestamp of the recommendation object. - # @param recommendation_id [String] The GUID of the recommedation object if you - # query an expired one. You don't need to specify it to query an active entry. + # @param recommendation_id [String] The GUID of the recommendation object if + # you query an expired one. You don't need to specify it to query an active + # entry. # @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_rule_details_by_web_app_with_http_info(resource_group_name, site_name, name, update_seen:nil, recommendation_id:nil, custom_headers:nil) - get_rule_details_by_web_app_async(resource_group_name, site_name, name, update_seen:update_seen, recommendation_id:recommendation_id, custom_headers:custom_headers).value! + def get_rule_details_by_web_app_with_http_info(resource_group_name, site_name, name, update_seen = nil, recommendation_id = nil, custom_headers = nil) + get_rule_details_by_web_app_async(resource_group_name, site_name, name, update_seen, recommendation_id, custom_headers).value! end # @@ -783,18 +766,16 @@ def get_rule_details_by_web_app_with_http_info(resource_group_name, site_name, n # @param name [String] Name of the recommendation. # @param update_seen [Boolean] Specify true to update the # last-seen timestamp of the recommendation object. - # @param recommendation_id [String] The GUID of the recommedation object if you - # query an expired one. You don't need to specify it to query an active entry. + # @param recommendation_id [String] The GUID of the recommendation object if + # you query an expired one. You don't need to specify it to query an active + # entry. # @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_rule_details_by_web_app_async(resource_group_name, site_name, name, update_seen:nil, recommendation_id:nil, custom_headers:nil) + def get_rule_details_by_web_app_async(resource_group_name, site_name, name, update_seen = nil, recommendation_id = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -802,7 +783,6 @@ def get_rule_details_by_web_app_async(resource_group_name, site_name, name, upda request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -860,8 +840,8 @@ def get_rule_details_by_web_app_async(resource_group_name, site_name, name, upda # will be added to the HTTP request. # # - def disable_recommendation_for_site(resource_group_name, site_name, name, custom_headers:nil) - response = disable_recommendation_for_site_async(resource_group_name, site_name, name, custom_headers:custom_headers).value! + def disable_recommendation_for_site(resource_group_name, site_name, name, custom_headers = nil) + response = disable_recommendation_for_site_async(resource_group_name, site_name, name, custom_headers).value! nil end @@ -879,8 +859,8 @@ def disable_recommendation_for_site(resource_group_name, site_name, name, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def disable_recommendation_for_site_with_http_info(resource_group_name, site_name, name, custom_headers:nil) - disable_recommendation_for_site_async(resource_group_name, site_name, name, custom_headers:custom_headers).value! + def disable_recommendation_for_site_with_http_info(resource_group_name, site_name, name, custom_headers = nil) + disable_recommendation_for_site_async(resource_group_name, site_name, name, custom_headers).value! end # @@ -897,11 +877,8 @@ def disable_recommendation_for_site_with_http_info(resource_group_name, site_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def disable_recommendation_for_site_async(resource_group_name, site_name, name, custom_headers:nil) + def disable_recommendation_for_site_async(resource_group_name, site_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'site_name is nil' if site_name.nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -909,7 +886,6 @@ def disable_recommendation_for_site_async(resource_group_name, site_name, name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -956,8 +932,8 @@ def disable_recommendation_for_site_async(resource_group_name, site_name, name, # # @return [RecommendationCollection] 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 @@ -973,8 +949,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 # @@ -989,12 +965,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 @@ -1050,8 +1025,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [RecommendationCollection] operation results. # - def list_history_for_web_app_next(next_page_link, custom_headers:nil) - response = list_history_for_web_app_next_async(next_page_link, custom_headers:custom_headers).value! + def list_history_for_web_app_next(next_page_link, custom_headers = nil) + response = list_history_for_web_app_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1067,8 +1042,8 @@ def list_history_for_web_app_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_history_for_web_app_next_with_http_info(next_page_link, custom_headers:nil) - list_history_for_web_app_next_async(next_page_link, custom_headers:custom_headers).value! + def list_history_for_web_app_next_with_http_info(next_page_link, custom_headers = nil) + list_history_for_web_app_next_async(next_page_link, custom_headers).value! end # @@ -1083,12 +1058,11 @@ def list_history_for_web_app_next_with_http_info(next_page_link, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_history_for_web_app_next_async(next_page_link, custom_headers:nil) + def list_history_for_web_app_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 @@ -1144,8 +1118,8 @@ def list_history_for_web_app_next_async(next_page_link, custom_headers:nil) # # @return [RecommendationCollection] operation results. # - def list_recommended_rules_for_web_app_next(next_page_link, custom_headers:nil) - response = list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers:custom_headers).value! + def list_recommended_rules_for_web_app_next(next_page_link, custom_headers = nil) + response = list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1161,8 +1135,8 @@ def list_recommended_rules_for_web_app_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_recommended_rules_for_web_app_next_with_http_info(next_page_link, custom_headers:nil) - list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers:custom_headers).value! + def list_recommended_rules_for_web_app_next_with_http_info(next_page_link, custom_headers = nil) + list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers).value! end # @@ -1177,12 +1151,11 @@ def list_recommended_rules_for_web_app_next_with_http_info(next_page_link, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers:nil) + def list_recommended_rules_for_web_app_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 @@ -1244,12 +1217,12 @@ def list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers # @return [RecommendationCollection] which provide lazy access to pages of the # response. # - def list_as_lazy(featured:nil, filter:nil, custom_headers:nil) - response = list_async(featured:featured, filter:filter, custom_headers:custom_headers).value! + def list_as_lazy(featured = nil, filter = nil, custom_headers = nil) + response = list_async(featured, filter, 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 @@ -1273,12 +1246,12 @@ def list_as_lazy(featured:nil, filter:nil, custom_headers:nil) # @return [RecommendationCollection] which provide lazy access to pages of the # response. # - def list_history_for_web_app_as_lazy(resource_group_name, site_name, filter:nil, custom_headers:nil) - response = list_history_for_web_app_async(resource_group_name, site_name, filter:filter, custom_headers:custom_headers).value! + def list_history_for_web_app_as_lazy(resource_group_name, site_name, filter = nil, custom_headers = nil) + response = list_history_for_web_app_async(resource_group_name, site_name, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_history_for_web_app_next_async(next_page_link, custom_headers:custom_headers) + list_history_for_web_app_next_async(next_page_link, custom_headers) end page end @@ -1304,12 +1277,12 @@ def list_history_for_web_app_as_lazy(resource_group_name, site_name, filter:nil, # @return [RecommendationCollection] which provide lazy access to pages of the # response. # - def list_recommended_rules_for_web_app_as_lazy(resource_group_name, site_name, featured:nil, filter:nil, custom_headers:nil) - response = list_recommended_rules_for_web_app_async(resource_group_name, site_name, featured:featured, filter:filter, custom_headers:custom_headers).value! + def list_recommended_rules_for_web_app_as_lazy(resource_group_name, site_name, featured = nil, filter = nil, custom_headers = nil) + response = list_recommended_rules_for_web_app_async(resource_group_name, site_name, featured, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers:custom_headers) + list_recommended_rules_for_web_app_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb index 3f2fc43bed..d1b697affc 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -125,8 +124,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 @@ -144,8 +143,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 # @@ -162,17 +161,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, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -232,8 +227,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [Array] operation results. # - def list_by_site(resource_group_name, name, custom_headers:nil) - first_page = list_by_site_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_by_site(resource_group_name, name, custom_headers = nil) + first_page = list_by_site_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -252,8 +247,8 @@ def list_by_site(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_site_with_http_info(resource_group_name, name, custom_headers:nil) - list_by_site_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_by_site_with_http_info(resource_group_name, name, custom_headers = nil) + list_by_site_async(resource_group_name, name, custom_headers).value! end # @@ -271,18 +266,14 @@ def list_by_site_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_site_async(resource_group_name, name, custom_headers:nil) + def list_by_site_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -340,8 +331,8 @@ def list_by_site_async(resource_group_name, name, custom_headers:nil) # # @return [ResourceHealthMetadata] operation results. # - def get_by_site(resource_group_name, name, custom_headers:nil) - response = get_by_site_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_by_site(resource_group_name, name, custom_headers = nil) + response = get_by_site_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -358,8 +349,8 @@ def get_by_site(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_by_site_with_http_info(resource_group_name, name, custom_headers:nil) - get_by_site_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_by_site_with_http_info(resource_group_name, name, custom_headers = nil) + get_by_site_async(resource_group_name, name, custom_headers).value! end # @@ -375,18 +366,14 @@ def get_by_site_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_by_site_async(resource_group_name, name, custom_headers:nil) + def get_by_site_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -448,8 +435,8 @@ def get_by_site_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_by_site_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_by_site_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_by_site_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_by_site_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -470,8 +457,8 @@ def list_by_site_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_site_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_by_site_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_by_site_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_by_site_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -491,11 +478,8 @@ def list_by_site_slot_with_http_info(resource_group_name, name, slot, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_site_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_by_site_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -503,7 +487,6 @@ def list_by_site_slot_async(resource_group_name, name, slot, 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 @@ -563,8 +546,8 @@ def list_by_site_slot_async(resource_group_name, name, slot, custom_headers:nil) # # @return [ResourceHealthMetadata] operation results. # - def get_by_site_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_by_site_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_by_site_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_by_site_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -583,8 +566,8 @@ def get_by_site_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_by_site_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_by_site_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_by_site_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_by_site_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -602,11 +585,8 @@ def get_by_site_slot_with_http_info(resource_group_name, name, slot, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_by_site_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_by_site_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -614,7 +594,6 @@ def get_by_site_slot_async(resource_group_name, name, slot, 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 @@ -671,8 +650,8 @@ def get_by_site_slot_async(resource_group_name, name, slot, custom_headers:nil) # # @return [ResourceHealthMetadataCollection] 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 @@ -688,8 +667,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 # @@ -704,12 +683,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 @@ -767,8 +745,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [ResourceHealthMetadataCollection] 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 @@ -786,8 +764,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 # @@ -804,12 +782,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 @@ -867,8 +844,8 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # # @return [ResourceHealthMetadataCollection] operation results. # - def list_by_site_next(next_page_link, custom_headers:nil) - response = list_by_site_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_site_next(next_page_link, custom_headers = nil) + response = list_by_site_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -886,8 +863,8 @@ def list_by_site_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_site_next_with_http_info(next_page_link, custom_headers:nil) - list_by_site_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_site_next_with_http_info(next_page_link, custom_headers = nil) + list_by_site_next_async(next_page_link, custom_headers).value! end # @@ -904,12 +881,11 @@ def list_by_site_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_site_next_async(next_page_link, custom_headers:nil) + def list_by_site_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 @@ -967,8 +943,8 @@ def list_by_site_next_async(next_page_link, custom_headers:nil) # # @return [ResourceHealthMetadataCollection] operation results. # - def list_by_site_slot_next(next_page_link, custom_headers:nil) - response = list_by_site_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_site_slot_next(next_page_link, custom_headers = nil) + response = list_by_site_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -986,8 +962,8 @@ def list_by_site_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_site_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_by_site_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_site_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_by_site_slot_next_async(next_page_link, custom_headers).value! end # @@ -1004,12 +980,11 @@ def list_by_site_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_site_slot_next_async(next_page_link, custom_headers:nil) + def list_by_site_slot_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 @@ -1064,12 +1039,12 @@ def list_by_site_slot_next_async(next_page_link, custom_headers:nil) # @return [ResourceHealthMetadataCollection] 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 @@ -1090,12 +1065,12 @@ def list_as_lazy(custom_headers:nil) # @return [ResourceHealthMetadataCollection] 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 @@ -1117,12 +1092,12 @@ def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) # @return [ResourceHealthMetadataCollection] which provide lazy access to pages # of the response. # - def list_by_site_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_by_site_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_by_site_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_by_site_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_site_next_async(next_page_link, custom_headers:custom_headers) + list_by_site_next_async(next_page_link, custom_headers) end page end @@ -1146,12 +1121,12 @@ def list_by_site_as_lazy(resource_group_name, name, custom_headers:nil) # @return [ResourceHealthMetadataCollection] which provide lazy access to pages # of the response. # - def list_by_site_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_by_site_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_by_site_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_by_site_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_site_slot_next_async(next_page_link, custom_headers:custom_headers) + list_by_site_slot_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/version.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/version.rb new file mode 100644 index 0000000000..3e28668c67 --- /dev/null +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/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::Web::Mgmt::V2016_03_01 + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb index 34094d2823..13b14dcf24 100644 --- a/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb +++ b/management/azure_mgmt_web/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb @@ -24,16 +24,15 @@ class WebSiteManagementClient < MsRestAzure::AzureServiceClient # @return [String] API Version 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 [Certificates] certificates @@ -131,9 +130,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? @@ -153,8 +149,8 @@ def make_request_async(method, path, options = {}) # # @return [User] operation results. # - def get_publishing_user(custom_headers:nil) - response = get_publishing_user_async(custom_headers:custom_headers).value! + def get_publishing_user(custom_headers = nil) + response = get_publishing_user_async(custom_headers).value! response.body unless response.nil? end @@ -168,8 +164,8 @@ def get_publishing_user(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_publishing_user_with_http_info(custom_headers:nil) - get_publishing_user_async(custom_headers:custom_headers).value! + def get_publishing_user_with_http_info(custom_headers = nil) + get_publishing_user_async(custom_headers).value! end # @@ -182,12 +178,11 @@ def get_publishing_user_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_publishing_user_async(custom_headers:nil) + def get_publishing_user_async(custom_headers = nil) fail ArgumentError, 'api_version is nil' if 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 @@ -242,8 +237,8 @@ def get_publishing_user_async(custom_headers:nil) # # @return [User] operation results. # - def update_publishing_user(user_details, custom_headers:nil) - response = update_publishing_user_async(user_details, custom_headers:custom_headers).value! + def update_publishing_user(user_details, custom_headers = nil) + response = update_publishing_user_async(user_details, custom_headers).value! response.body unless response.nil? end @@ -258,8 +253,8 @@ def update_publishing_user(user_details, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_publishing_user_with_http_info(user_details, custom_headers:nil) - update_publishing_user_async(user_details, custom_headers:custom_headers).value! + def update_publishing_user_with_http_info(user_details, custom_headers = nil) + update_publishing_user_async(user_details, custom_headers).value! end # @@ -273,18 +268,19 @@ def update_publishing_user_with_http_info(user_details, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_publishing_user_async(user_details, custom_headers:nil) + def update_publishing_user_async(user_details, custom_headers = nil) fail ArgumentError, 'user_details is nil' if user_details.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::User.mapper() request_content = self.serialize(request_mapper, user_details) @@ -340,8 +336,8 @@ def update_publishing_user_async(user_details, custom_headers:nil) # # @return [Array] operation results. # - def list_source_controls(custom_headers:nil) - first_page = list_source_controls_as_lazy(custom_headers:custom_headers) + def list_source_controls(custom_headers = nil) + first_page = list_source_controls_as_lazy(custom_headers) first_page.get_all_items end @@ -355,8 +351,8 @@ def list_source_controls(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_source_controls_with_http_info(custom_headers:nil) - list_source_controls_async(custom_headers:custom_headers).value! + def list_source_controls_with_http_info(custom_headers = nil) + list_source_controls_async(custom_headers).value! end # @@ -369,12 +365,11 @@ def list_source_controls_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_source_controls_async(custom_headers:nil) + def list_source_controls_async(custom_headers = nil) fail ArgumentError, 'api_version is nil' if 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 @@ -429,8 +424,8 @@ def list_source_controls_async(custom_headers:nil) # # @return [SourceControl] operation results. # - def get_source_control(source_control_type, custom_headers:nil) - response = get_source_control_async(source_control_type, custom_headers:custom_headers).value! + def get_source_control(source_control_type, custom_headers = nil) + response = get_source_control_async(source_control_type, custom_headers).value! response.body unless response.nil? end @@ -445,8 +440,8 @@ def get_source_control(source_control_type, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_source_control_with_http_info(source_control_type, custom_headers:nil) - get_source_control_async(source_control_type, custom_headers:custom_headers).value! + def get_source_control_with_http_info(source_control_type, custom_headers = nil) + get_source_control_async(source_control_type, custom_headers).value! end # @@ -460,13 +455,12 @@ def get_source_control_with_http_info(source_control_type, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_source_control_async(source_control_type, custom_headers:nil) + def get_source_control_async(source_control_type, custom_headers = nil) fail ArgumentError, 'source_control_type is nil' if source_control_type.nil? fail ArgumentError, 'api_version is nil' if 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 @@ -523,8 +517,8 @@ def get_source_control_async(source_control_type, custom_headers:nil) # # @return [SourceControl] operation results. # - def update_source_control(source_control_type, request_message, custom_headers:nil) - response = update_source_control_async(source_control_type, request_message, custom_headers:custom_headers).value! + def update_source_control(source_control_type, request_message, custom_headers = nil) + response = update_source_control_async(source_control_type, request_message, custom_headers).value! response.body unless response.nil? end @@ -540,8 +534,8 @@ def update_source_control(source_control_type, request_message, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_source_control_with_http_info(source_control_type, request_message, custom_headers:nil) - update_source_control_async(source_control_type, request_message, custom_headers:custom_headers).value! + def update_source_control_with_http_info(source_control_type, request_message, custom_headers = nil) + update_source_control_async(source_control_type, request_message, custom_headers).value! end # @@ -556,19 +550,20 @@ def update_source_control_with_http_info(source_control_type, request_message, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_source_control_async(source_control_type, request_message, custom_headers:nil) + def update_source_control_async(source_control_type, request_message, custom_headers = nil) fail ArgumentError, 'source_control_type is nil' if source_control_type.nil? fail ArgumentError, 'request_message is nil' if request_message.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl.mapper() request_content = self.serialize(request_mapper, request_message) @@ -631,8 +626,8 @@ def update_source_control_async(source_control_type, request_message, custom_hea # # @return [ResourceNameAvailability] operation results. # - def check_name_availability(name, type, is_fqdn:nil, custom_headers:nil) - response = check_name_availability_async(name, type, is_fqdn:is_fqdn, custom_headers:custom_headers).value! + def check_name_availability(name, type, is_fqdn = nil, custom_headers = nil) + response = check_name_availability_async(name, type, is_fqdn, custom_headers).value! response.body unless response.nil? end @@ -652,8 +647,8 @@ def check_name_availability(name, type, is_fqdn:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def check_name_availability_with_http_info(name, type, is_fqdn:nil, custom_headers:nil) - check_name_availability_async(name, type, is_fqdn:is_fqdn, custom_headers:custom_headers).value! + def check_name_availability_with_http_info(name, type, is_fqdn = nil, custom_headers = nil) + check_name_availability_async(name, type, is_fqdn, custom_headers).value! end # @@ -672,7 +667,7 @@ def check_name_availability_with_http_info(name, type, is_fqdn:nil, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def check_name_availability_async(name, type, is_fqdn:nil, custom_headers:nil) + def check_name_availability_async(name, type, is_fqdn = nil, custom_headers = nil) fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if api_version.nil? fail ArgumentError, 'name is nil' if name.nil? @@ -686,12 +681,13 @@ def check_name_availability_async(name, type, is_fqdn:nil, custom_headers:nil) end 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'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest.mapper() request_content = self.serialize(request_mapper, request) @@ -748,8 +744,8 @@ def check_name_availability_async(name, type, is_fqdn:nil, custom_headers:nil) # # @return [DeploymentLocations] operation results. # - def get_subscription_deployment_locations(custom_headers:nil) - response = get_subscription_deployment_locations_async(custom_headers:custom_headers).value! + def get_subscription_deployment_locations(custom_headers = nil) + response = get_subscription_deployment_locations_async(custom_headers).value! response.body unless response.nil? end @@ -763,8 +759,8 @@ def get_subscription_deployment_locations(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_subscription_deployment_locations_with_http_info(custom_headers:nil) - get_subscription_deployment_locations_async(custom_headers:custom_headers).value! + def get_subscription_deployment_locations_with_http_info(custom_headers = nil) + get_subscription_deployment_locations_async(custom_headers).value! end # @@ -777,13 +773,12 @@ def get_subscription_deployment_locations_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_subscription_deployment_locations_async(custom_headers:nil) + def get_subscription_deployment_locations_async(custom_headers = nil) fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 @@ -843,8 +838,8 @@ def get_subscription_deployment_locations_async(custom_headers:nil) # # @return [Array] operation results. # - def list_geo_regions(sku:nil, linux_workers_enabled:nil, custom_headers:nil) - first_page = list_geo_regions_as_lazy(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers) + def list_geo_regions(sku = nil, linux_workers_enabled = nil, custom_headers = nil) + first_page = list_geo_regions_as_lazy(sku, linux_workers_enabled, custom_headers) first_page.get_all_items end @@ -863,8 +858,8 @@ def list_geo_regions(sku:nil, linux_workers_enabled:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_geo_regions_with_http_info(sku:nil, linux_workers_enabled:nil, custom_headers:nil) - list_geo_regions_async(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers).value! + def list_geo_regions_with_http_info(sku = nil, linux_workers_enabled = nil, custom_headers = nil) + list_geo_regions_async(sku, linux_workers_enabled, custom_headers).value! end # @@ -882,13 +877,12 @@ def list_geo_regions_with_http_info(sku:nil, linux_workers_enabled:nil, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_geo_regions_async(sku:nil, linux_workers_enabled:nil, custom_headers:nil) + def list_geo_regions_async(sku = nil, linux_workers_enabled = nil, custom_headers = nil) fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 @@ -944,8 +938,8 @@ def list_geo_regions_async(sku:nil, linux_workers_enabled:nil, custom_headers:ni # # @return [Array] operation results. # - def list_site_identifiers_assigned_to_host_name(name_identifier, custom_headers:nil) - first_page = list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:custom_headers) + def list_site_identifiers_assigned_to_host_name(name_identifier, custom_headers = nil) + first_page = list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers) first_page.get_all_items end @@ -960,8 +954,8 @@ def list_site_identifiers_assigned_to_host_name(name_identifier, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_identifiers_assigned_to_host_name_with_http_info(name_identifier, custom_headers:nil) - list_site_identifiers_assigned_to_host_name_async(name_identifier, custom_headers:custom_headers).value! + def list_site_identifiers_assigned_to_host_name_with_http_info(name_identifier, custom_headers = nil) + list_site_identifiers_assigned_to_host_name_async(name_identifier, custom_headers).value! end # @@ -975,19 +969,20 @@ def list_site_identifiers_assigned_to_host_name_with_http_info(name_identifier, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_identifiers_assigned_to_host_name_async(name_identifier, custom_headers:nil) + def list_site_identifiers_assigned_to_host_name_async(name_identifier, custom_headers = nil) fail ArgumentError, 'name_identifier is nil' if name_identifier.nil? fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier.mapper() request_content = self.serialize(request_mapper, name_identifier) @@ -1044,8 +1039,8 @@ def list_site_identifiers_assigned_to_host_name_async(name_identifier, custom_he # # @return [Array] operation results. # - def list_premier_add_on_offers(custom_headers:nil) - first_page = list_premier_add_on_offers_as_lazy(custom_headers:custom_headers) + def list_premier_add_on_offers(custom_headers = nil) + first_page = list_premier_add_on_offers_as_lazy(custom_headers) first_page.get_all_items end @@ -1059,8 +1054,8 @@ def list_premier_add_on_offers(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_premier_add_on_offers_with_http_info(custom_headers:nil) - list_premier_add_on_offers_async(custom_headers:custom_headers).value! + def list_premier_add_on_offers_with_http_info(custom_headers = nil) + list_premier_add_on_offers_async(custom_headers).value! end # @@ -1073,13 +1068,12 @@ def list_premier_add_on_offers_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_premier_add_on_offers_async(custom_headers:nil) + def list_premier_add_on_offers_async(custom_headers = nil) fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 @@ -1134,8 +1128,8 @@ def list_premier_add_on_offers_async(custom_headers:nil) # # @return [SkuInfos] operation results. # - def list_skus(custom_headers:nil) - response = list_skus_async(custom_headers:custom_headers).value! + def list_skus(custom_headers = nil) + response = list_skus_async(custom_headers).value! response.body unless response.nil? end @@ -1149,8 +1143,8 @@ def list_skus(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_skus_with_http_info(custom_headers:nil) - list_skus_async(custom_headers:custom_headers).value! + def list_skus_with_http_info(custom_headers = nil) + list_skus_async(custom_headers).value! end # @@ -1163,13 +1157,12 @@ def list_skus_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_skus_async(custom_headers:nil) + def list_skus_async(custom_headers = nil) fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 @@ -1227,8 +1220,8 @@ def list_skus_async(custom_headers:nil) # # @return [VnetValidationFailureDetails] operation results. # - def verify_hosting_environment_vnet(parameters, custom_headers:nil) - response = verify_hosting_environment_vnet_async(parameters, custom_headers:custom_headers).value! + def verify_hosting_environment_vnet(parameters, custom_headers = nil) + response = verify_hosting_environment_vnet_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -1245,8 +1238,8 @@ def verify_hosting_environment_vnet(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def verify_hosting_environment_vnet_with_http_info(parameters, custom_headers:nil) - verify_hosting_environment_vnet_async(parameters, custom_headers:custom_headers).value! + def verify_hosting_environment_vnet_with_http_info(parameters, custom_headers = nil) + verify_hosting_environment_vnet_async(parameters, custom_headers).value! end # @@ -1262,19 +1255,20 @@ def verify_hosting_environment_vnet_with_http_info(parameters, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def verify_hosting_environment_vnet_async(parameters, custom_headers:nil) + def verify_hosting_environment_vnet_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters.mapper() request_content = self.serialize(request_mapper, parameters) @@ -1334,8 +1328,8 @@ def verify_hosting_environment_vnet_async(parameters, custom_headers:nil) # will be added to the HTTP request. # # - def move(resource_group_name, move_resource_envelope, custom_headers:nil) - response = move_async(resource_group_name, move_resource_envelope, custom_headers:custom_headers).value! + def move(resource_group_name, move_resource_envelope, custom_headers = nil) + response = move_async(resource_group_name, move_resource_envelope, custom_headers).value! nil end @@ -1353,8 +1347,8 @@ def move(resource_group_name, move_resource_envelope, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def move_with_http_info(resource_group_name, move_resource_envelope, custom_headers:nil) - move_async(resource_group_name, move_resource_envelope, custom_headers:custom_headers).value! + def move_with_http_info(resource_group_name, move_resource_envelope, custom_headers = nil) + move_async(resource_group_name, move_resource_envelope, custom_headers).value! end # @@ -1371,23 +1365,21 @@ def move_with_http_info(resource_group_name, move_resource_envelope, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def move_async(resource_group_name, move_resource_envelope, custom_headers:nil) + def move_async(resource_group_name, move_resource_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'move_resource_envelope is nil' if move_resource_envelope.nil? fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope.mapper() request_content = self.serialize(request_mapper, move_resource_envelope) @@ -1438,8 +1430,8 @@ def move_async(resource_group_name, move_resource_envelope, custom_headers:nil) # # @return [ValidateResponse] operation results. # - def validate(resource_group_name, validate_request, custom_headers:nil) - response = validate_async(resource_group_name, validate_request, custom_headers:custom_headers).value! + def validate(resource_group_name, validate_request, custom_headers = nil) + response = validate_async(resource_group_name, validate_request, custom_headers).value! response.body unless response.nil? end @@ -1457,8 +1449,8 @@ def validate(resource_group_name, validate_request, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def validate_with_http_info(resource_group_name, validate_request, custom_headers:nil) - validate_async(resource_group_name, validate_request, custom_headers:custom_headers).value! + def validate_with_http_info(resource_group_name, validate_request, custom_headers = nil) + validate_async(resource_group_name, validate_request, custom_headers).value! end # @@ -1475,23 +1467,21 @@ def validate_with_http_info(resource_group_name, validate_request, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def validate_async(resource_group_name, validate_request, custom_headers:nil) + def validate_async(resource_group_name, validate_request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'validate_request is nil' if validate_request.nil? fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest.mapper() request_content = self.serialize(request_mapper, validate_request) @@ -1551,8 +1541,8 @@ def validate_async(resource_group_name, validate_request, custom_headers:nil) # will be added to the HTTP request. # # - def validate_move(resource_group_name, move_resource_envelope, custom_headers:nil) - response = validate_move_async(resource_group_name, move_resource_envelope, custom_headers:custom_headers).value! + def validate_move(resource_group_name, move_resource_envelope, custom_headers = nil) + response = validate_move_async(resource_group_name, move_resource_envelope, custom_headers).value! nil end @@ -1570,8 +1560,8 @@ def validate_move(resource_group_name, move_resource_envelope, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def validate_move_with_http_info(resource_group_name, move_resource_envelope, custom_headers:nil) - validate_move_async(resource_group_name, move_resource_envelope, custom_headers:custom_headers).value! + def validate_move_with_http_info(resource_group_name, move_resource_envelope, custom_headers = nil) + validate_move_async(resource_group_name, move_resource_envelope, custom_headers).value! end # @@ -1588,23 +1578,21 @@ def validate_move_with_http_info(resource_group_name, move_resource_envelope, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def validate_move_async(resource_group_name, move_resource_envelope, custom_headers:nil) + def validate_move_async(resource_group_name, move_resource_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'move_resource_envelope is nil' if move_resource_envelope.nil? fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? fail ArgumentError, 'api_version is nil' if 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 request_headers['accept-language'] = accept_language unless accept_language.nil? + request_headers['Content-Type'] = 'application/json; charset=utf-8' + # Serialize Request request_mapper = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope.mapper() request_content = self.serialize(request_mapper, move_resource_envelope) @@ -1653,8 +1641,8 @@ def validate_move_async(resource_group_name, move_resource_envelope, custom_head # # @return [SourceControlCollection] operation results. # - def list_source_controls_next(next_page_link, custom_headers:nil) - response = list_source_controls_next_async(next_page_link, custom_headers:custom_headers).value! + def list_source_controls_next(next_page_link, custom_headers = nil) + response = list_source_controls_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1670,8 +1658,8 @@ def list_source_controls_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_source_controls_next_with_http_info(next_page_link, custom_headers:nil) - list_source_controls_next_async(next_page_link, custom_headers:custom_headers).value! + def list_source_controls_next_with_http_info(next_page_link, custom_headers = nil) + list_source_controls_next_async(next_page_link, custom_headers).value! end # @@ -1686,12 +1674,11 @@ def list_source_controls_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_source_controls_next_async(next_page_link, custom_headers:nil) + def list_source_controls_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 @@ -1747,8 +1734,8 @@ def list_source_controls_next_async(next_page_link, custom_headers:nil) # # @return [GeoRegionCollection] operation results. # - def list_geo_regions_next(next_page_link, custom_headers:nil) - response = list_geo_regions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_geo_regions_next(next_page_link, custom_headers = nil) + response = list_geo_regions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1764,8 +1751,8 @@ def list_geo_regions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_geo_regions_next_with_http_info(next_page_link, custom_headers:nil) - list_geo_regions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_geo_regions_next_with_http_info(next_page_link, custom_headers = nil) + list_geo_regions_next_async(next_page_link, custom_headers).value! end # @@ -1780,12 +1767,11 @@ def list_geo_regions_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_geo_regions_next_async(next_page_link, custom_headers:nil) + def list_geo_regions_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 @@ -1841,8 +1827,8 @@ def list_geo_regions_next_async(next_page_link, custom_headers:nil) # # @return [IdentifierCollection] operation results. # - def list_site_identifiers_assigned_to_host_name_next(next_page_link, custom_headers:nil) - response = list_site_identifiers_assigned_to_host_name_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_identifiers_assigned_to_host_name_next(next_page_link, custom_headers = nil) + response = list_site_identifiers_assigned_to_host_name_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1858,8 +1844,8 @@ def list_site_identifiers_assigned_to_host_name_next(next_page_link, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_identifiers_assigned_to_host_name_next_with_http_info(next_page_link, custom_headers:nil) - list_site_identifiers_assigned_to_host_name_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_identifiers_assigned_to_host_name_next_with_http_info(next_page_link, custom_headers = nil) + list_site_identifiers_assigned_to_host_name_next_async(next_page_link, custom_headers).value! end # @@ -1874,12 +1860,11 @@ def list_site_identifiers_assigned_to_host_name_next_with_http_info(next_page_li # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_identifiers_assigned_to_host_name_next_async(next_page_link, custom_headers:nil) + def list_site_identifiers_assigned_to_host_name_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 @@ -1935,8 +1920,8 @@ def list_site_identifiers_assigned_to_host_name_next_async(next_page_link, custo # # @return [PremierAddOnOfferCollection] operation results. # - def list_premier_add_on_offers_next(next_page_link, custom_headers:nil) - response = list_premier_add_on_offers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_premier_add_on_offers_next(next_page_link, custom_headers = nil) + response = list_premier_add_on_offers_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1952,8 +1937,8 @@ def list_premier_add_on_offers_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_premier_add_on_offers_next_with_http_info(next_page_link, custom_headers:nil) - list_premier_add_on_offers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_premier_add_on_offers_next_with_http_info(next_page_link, custom_headers = nil) + list_premier_add_on_offers_next_async(next_page_link, custom_headers).value! end # @@ -1968,12 +1953,11 @@ def list_premier_add_on_offers_next_with_http_info(next_page_link, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_premier_add_on_offers_next_async(next_page_link, custom_headers:nil) + def list_premier_add_on_offers_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 @@ -2027,8 +2011,8 @@ def list_premier_add_on_offers_next_async(next_page_link, custom_headers:nil) # # @return [SourceControlCollection] operation results. # - def list_source_controls_as_lazy(custom_headers:nil) - first_page = list_source_controls_as_lazy_as_lazy(custom_headers:custom_headers) + def list_source_controls_as_lazy(custom_headers = nil) + first_page = list_source_controls_as_lazy_as_lazy(custom_headers) first_page.get_all_items end @@ -2042,8 +2026,8 @@ def list_source_controls_as_lazy(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_source_controls_as_lazy_with_http_info(custom_headers:nil) - list_source_controls_as_lazy_async(custom_headers:custom_headers).value! + def list_source_controls_as_lazy_with_http_info(custom_headers = nil) + list_source_controls_as_lazy_async(custom_headers).value! end # @@ -2056,11 +2040,10 @@ def list_source_controls_as_lazy_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_source_controls_as_lazy_async(custom_headers:nil) + def list_source_controls_as_lazy_async(custom_headers = nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' path_template = 'providers/Microsoft.Web/sourcecontrols' request_url = @base_url || self.base_url @@ -2114,8 +2097,8 @@ def list_source_controls_as_lazy_async(custom_headers:nil) # # @return [GeoRegionCollection] operation results. # - def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, custom_headers:nil) - first_page = list_geo_regions_as_lazy_as_lazy(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers) + def list_geo_regions_as_lazy(sku = nil, linux_workers_enabled = nil, custom_headers = nil) + first_page = list_geo_regions_as_lazy_as_lazy(sku, linux_workers_enabled, custom_headers) first_page.get_all_items end @@ -2134,8 +2117,8 @@ def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_geo_regions_as_lazy_with_http_info(sku:nil, linux_workers_enabled:nil, custom_headers:nil) - list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers).value! + def list_geo_regions_as_lazy_with_http_info(sku = nil, linux_workers_enabled = nil, custom_headers = nil) + list_geo_regions_as_lazy_async(sku, linux_workers_enabled, custom_headers).value! end # @@ -2153,11 +2136,10 @@ def list_geo_regions_as_lazy_with_http_info(sku:nil, linux_workers_enabled:nil, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_geo_regions_as_lazy_async(sku:nil, linux_workers_enabled:nil, custom_headers:nil) + def list_geo_regions_as_lazy_async(sku = nil, linux_workers_enabled = nil, custom_headers = nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions' request_url = @base_url || self.base_url @@ -2208,8 +2190,8 @@ def list_geo_regions_as_lazy_async(sku:nil, linux_workers_enabled:nil, custom_he # # @return [IdentifierCollection] operation results. # - def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil) - first_page = list_site_identifiers_assigned_to_host_name_as_lazy_as_lazy(name_identifier, custom_headers:custom_headers) + def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers = nil) + first_page = list_site_identifiers_assigned_to_host_name_as_lazy_as_lazy(name_identifier, custom_headers) first_page.get_all_items end @@ -2224,8 +2206,8 @@ def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_identifiers_assigned_to_host_name_as_lazy_with_http_info(name_identifier, custom_headers:nil) - list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers).value! + def list_site_identifiers_assigned_to_host_name_as_lazy_with_http_info(name_identifier, custom_headers = nil) + list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers).value! end # @@ -2239,11 +2221,12 @@ def list_site_identifiers_assigned_to_host_name_as_lazy_with_http_info(name_iden # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:nil) + def list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers = nil) fail ArgumentError, 'name_identifier is nil' if name_identifier.nil? request_headers = {} + request_headers['Content-Type'] = 'application/json; charset=utf-8' # Serialize Request @@ -2300,8 +2283,8 @@ def list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, c # # @return [PremierAddOnOfferCollection] operation results. # - def list_premier_add_on_offers_as_lazy(custom_headers:nil) - first_page = list_premier_add_on_offers_as_lazy_as_lazy(custom_headers:custom_headers) + def list_premier_add_on_offers_as_lazy(custom_headers = nil) + first_page = list_premier_add_on_offers_as_lazy_as_lazy(custom_headers) first_page.get_all_items end @@ -2315,8 +2298,8 @@ def list_premier_add_on_offers_as_lazy(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_premier_add_on_offers_as_lazy_with_http_info(custom_headers:nil) - list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers).value! + def list_premier_add_on_offers_as_lazy_with_http_info(custom_headers = nil) + list_premier_add_on_offers_as_lazy_async(custom_headers).value! end # @@ -2329,11 +2312,10 @@ def list_premier_add_on_offers_as_lazy_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_premier_add_on_offers_as_lazy_async(custom_headers:nil) + def list_premier_add_on_offers_as_lazy_async(custom_headers = nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers' request_url = @base_url || self.base_url @@ -2379,7 +2361,9 @@ def list_premier_add_on_offers_as_lazy_async(custom_headers:nil) # def add_telemetry sdk_information = 'azure_mgmt_web' - sdk_information = "#{sdk_information}/0.17.2" + if defined? Azure::Web::Mgmt::V2016_03_01::VERSION + sdk_information = "#{sdk_information}/#{Azure::Web::Mgmt::V2016_03_01::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/api_definition_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/api_definition_info.rb index 1a1bcccc44..f73b2eb49b 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/api_definition_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/api_definition_info.rb @@ -22,7 +22,6 @@ class ApiDefinitionInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApiDefinitionInfo', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ApiDefinitionInfo', model_properties: { url: { - client_side_validation: true, required: false, serialized_name: 'url', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/app_service_plan.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/app_service_plan.rb index 06699e4701..e2b6f2a3ef 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/app_service_plan.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/app_service_plan.rb @@ -84,7 +84,6 @@ class AppServicePlan < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlan', type: { @@ -92,7 +91,6 @@ def self.mapper() class_name: 'AppServicePlan', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -101,7 +99,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -110,7 +107,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -118,7 +114,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -126,7 +121,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -135,13 +129,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: { @@ -151,7 +143,6 @@ def self.mapper() } }, app_service_plan_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -159,7 +150,6 @@ def self.mapper() } }, worker_tier_name: { - client_side_validation: true, required: false, serialized_name: 'properties.workerTierName', type: { @@ -167,7 +157,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -177,7 +166,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscription', @@ -186,7 +174,6 @@ def self.mapper() } }, admin_site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.adminSiteName', type: { @@ -194,7 +181,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -203,7 +189,6 @@ def self.mapper() } }, maximum_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfWorkers', @@ -212,7 +197,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -221,7 +205,6 @@ def self.mapper() } }, per_site_scaling: { - client_side_validation: true, required: false, serialized_name: 'properties.perSiteScaling', default_value: false, @@ -230,7 +213,6 @@ def self.mapper() } }, number_of_sites: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.numberOfSites', @@ -239,7 +221,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -247,7 +228,6 @@ def self.mapper() } }, spot_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.spotExpirationTime', type: { @@ -255,7 +235,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -264,7 +243,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -273,7 +251,6 @@ def self.mapper() } }, target_worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerCount', type: { @@ -281,7 +258,6 @@ def self.mapper() } }, target_worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerSizeId', type: { @@ -289,7 +265,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -299,7 +274,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/application_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/application_logs_config.rb index 1c931fd67f..b8112b60ad 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/application_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/application_logs_config.rb @@ -31,7 +31,6 @@ class ApplicationLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApplicationLogsConfig', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'ApplicationLogsConfig', model_properties: { file_system: { - client_side_validation: true, required: false, serialized_name: 'fileSystem', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, azure_table_storage: { - client_side_validation: true, required: false, serialized_name: 'azureTableStorage', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, azure_blob_storage: { - client_side_validation: true, required: false, serialized_name: 'azureBlobStorage', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb index f694b2d7a6..2188e57ab2 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_actions.rb @@ -30,7 +30,6 @@ class AutoHealActions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealActions', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'AutoHealActions', model_properties: { action_type: { - client_side_validation: true, required: false, serialized_name: 'actionType', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, custom_action: { - client_side_validation: true, required: false, serialized_name: 'customAction', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, min_process_execution_time: { - client_side_validation: true, required: false, serialized_name: 'minProcessExecutionTime', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb index 05e1bb44a5..30228b8ee2 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb @@ -26,7 +26,6 @@ class AutoHealCustomAction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealCustomAction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'AutoHealCustomAction', model_properties: { exe: { - client_side_validation: true, required: false, serialized_name: 'exe', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb index 53c1921203..583d42c133 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_rules.rb @@ -27,7 +27,6 @@ class AutoHealRules # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealRules', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'AutoHealRules', model_properties: { triggers: { - client_side_validation: true, required: false, serialized_name: 'triggers', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, actions: { - client_side_validation: true, required: false, serialized_name: 'actions', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb index b1e0d898a0..6e58b3df64 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb @@ -32,7 +32,6 @@ class AutoHealTriggers # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealTriggers', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AutoHealTriggers', model_properties: { requests: { - client_side_validation: true, required: false, serialized_name: 'requests', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, private_bytes_in_kb: { - client_side_validation: true, required: false, serialized_name: 'privateBytesInKB', type: { @@ -57,13 +54,11 @@ def self.mapper() } }, status_codes: { - client_side_validation: true, required: false, serialized_name: 'statusCodes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTriggerElementType', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, slow_requests: { - client_side_validation: true, required: false, serialized_name: 'slowRequests', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb index f7c588db97..f2f9c0f765 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb @@ -32,7 +32,6 @@ class AzureBlobStorageApplicationLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AzureBlobStorageApplicationLogsConfig', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AzureBlobStorageApplicationLogsConfig', model_properties: { level: { - client_side_validation: true, required: false, serialized_name: 'level', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, sas_url: { - client_side_validation: true, required: false, serialized_name: 'sasUrl', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, retention_in_days: { - client_side_validation: true, required: false, serialized_name: 'retentionInDays', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb index 4860c5a710..30ae32daad 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb @@ -32,7 +32,6 @@ class AzureBlobStorageHttpLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AzureBlobStorageHttpLogsConfig', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AzureBlobStorageHttpLogsConfig', model_properties: { sas_url: { - client_side_validation: true, required: false, serialized_name: 'sasUrl', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, retention_in_days: { - client_side_validation: true, required: false, serialized_name: 'retentionInDays', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'enabled', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb index be58d53b0e..0d2e9edcb7 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb @@ -27,7 +27,6 @@ class AzureTableStorageApplicationLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AzureTableStorageApplicationLogsConfig', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'AzureTableStorageApplicationLogsConfig', model_properties: { level: { - client_side_validation: true, required: false, serialized_name: 'level', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, sas_url: { - client_side_validation: true, required: true, serialized_name: 'sasUrl', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item.rb index c2e61911ce..96b4696491 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item.rb @@ -70,7 +70,6 @@ class BackupItem < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupItem', type: { @@ -78,7 +77,6 @@ def self.mapper() class_name: 'BackupItem', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -87,7 +85,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -96,7 +93,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -104,7 +100,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -113,7 +108,6 @@ def self.mapper() } }, backup_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -122,7 +116,6 @@ def self.mapper() } }, storage_account_url: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.storageAccountUrl', @@ -131,7 +124,6 @@ def self.mapper() } }, blob_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.blobName', @@ -140,7 +132,6 @@ def self.mapper() } }, backup_item_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -149,7 +140,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -159,7 +149,6 @@ def self.mapper() } }, size_in_bytes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sizeInBytes', @@ -168,7 +157,6 @@ def self.mapper() } }, created: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.created', @@ -177,7 +165,6 @@ def self.mapper() } }, log: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.log', @@ -186,14 +173,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: 'DatabaseBackupSettingElementType', type: { @@ -204,7 +189,6 @@ def self.mapper() } }, scheduled: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.scheduled', @@ -213,7 +197,6 @@ def self.mapper() } }, last_restore_time_stamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastRestoreTimeStamp', @@ -222,7 +205,6 @@ def self.mapper() } }, finished_time_stamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.finishedTimeStamp', @@ -231,7 +213,6 @@ def self.mapper() } }, correlation_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.correlationId', @@ -240,7 +221,6 @@ def self.mapper() } }, website_size_in_bytes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.websiteSizeInBytes', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item_collection.rb index 69fe6245db..76af9570c6 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_item_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupItemCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'BackupItemCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'BackupItemElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_request.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_request.rb index 59fbf7d802..38b33800f3 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_request.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_request.rb @@ -42,7 +42,6 @@ class BackupRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupRequest', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'BackupRequest', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, backup_request_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -101,7 +94,6 @@ def self.mapper() } }, storage_account_url: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountUrl', type: { @@ -109,7 +101,6 @@ def self.mapper() } }, backup_schedule: { - client_side_validation: true, required: false, serialized_name: 'properties.backupSchedule', type: { @@ -118,13 +109,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: 'DatabaseBackupSettingElementType', type: { @@ -135,7 +124,6 @@ def self.mapper() } }, backup_request_type: { - client_side_validation: true, required: false, serialized_name: 'properties.type', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_schedule.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_schedule.rb index eeb3bdbd6c..31c6d9d29c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_schedule.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/backup_schedule.rb @@ -46,7 +46,6 @@ class BackupSchedule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupSchedule', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'BackupSchedule', model_properties: { frequency_interval: { - client_side_validation: true, required: true, serialized_name: 'frequencyInterval', default_value: 7, @@ -63,7 +61,6 @@ def self.mapper() } }, frequency_unit: { - client_side_validation: true, required: true, serialized_name: 'frequencyUnit', default_value: 'Day', @@ -73,7 +70,6 @@ def self.mapper() } }, keep_at_least_one_backup: { - client_side_validation: true, required: true, serialized_name: 'keepAtLeastOneBackup', default_value: true, @@ -82,7 +78,6 @@ def self.mapper() } }, retention_period_in_days: { - client_side_validation: true, required: true, serialized_name: 'retentionPeriodInDays', default_value: 30, @@ -91,7 +86,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'startTime', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, last_execution_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'lastExecutionTime', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/capability.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/capability.rb index 1fd05728cc..d8a9fc67f8 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/capability.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/capability.rb @@ -28,7 +28,6 @@ class Capability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Capability', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'Capability', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, serialized_name: 'reason', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cloning_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cloning_info.rb index 5173ef70d8..398068b68a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cloning_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cloning_info.rb @@ -70,7 +70,6 @@ class CloningInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CloningInfo', type: { @@ -78,7 +77,6 @@ def self.mapper() class_name: 'CloningInfo', model_properties: { correlation_id: { - client_side_validation: true, required: false, serialized_name: 'correlationId', type: { @@ -86,7 +84,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'overwrite', type: { @@ -94,7 +91,6 @@ def self.mapper() } }, clone_custom_host_names: { - client_side_validation: true, required: false, serialized_name: 'cloneCustomHostNames', type: { @@ -102,7 +98,6 @@ def self.mapper() } }, clone_source_control: { - client_side_validation: true, required: false, serialized_name: 'cloneSourceControl', type: { @@ -110,7 +105,6 @@ def self.mapper() } }, source_web_app_id: { - client_side_validation: true, required: true, serialized_name: 'sourceWebAppId', type: { @@ -118,7 +112,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironment', type: { @@ -126,13 +119,11 @@ def self.mapper() } }, app_settings_overrides: { - client_side_validation: true, required: false, serialized_name: 'appSettingsOverrides', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -142,7 +133,6 @@ def self.mapper() } }, configure_load_balancing: { - client_side_validation: true, required: false, serialized_name: 'configureLoadBalancing', type: { @@ -150,7 +140,6 @@ def self.mapper() } }, traffic_manager_profile_id: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileId', type: { @@ -158,7 +147,6 @@ def self.mapper() } }, traffic_manager_profile_name: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileName', type: { @@ -166,7 +154,6 @@ def self.mapper() } }, ignore_quotas: { - client_side_validation: true, required: false, serialized_name: 'ignoreQuotas', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_info.rb index 25168a7185..55ab446feb 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_info.rb @@ -30,7 +30,6 @@ class ConnStringInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfo', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ConnStringInfo', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'connectionString', type: { @@ -54,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_value_type_pair.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_value_type_pair.rb index c712032fd7..246196bad4 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_value_type_pair.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/conn_string_value_type_pair.rb @@ -27,7 +27,6 @@ class ConnStringValueTypePair # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnStringValueTypePair', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'ConnStringValueTypePair', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { @@ -43,7 +41,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: true, serialized_name: 'type', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/connection_string_dictionary.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/connection_string_dictionary.rb index 0592209445..a79294fa24 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/connection_string_dictionary.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/connection_string_dictionary.rb @@ -22,7 +22,6 @@ class ConnectionStringDictionary < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnectionStringDictionary', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ConnectionStringDictionary', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,13 +60,11 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ConnStringValueTypePairElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job.rb index e6474f91ea..70d104398a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job.rb @@ -54,7 +54,6 @@ class ContinuousWebJob < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ContinuousWebJob', type: { @@ -62,7 +61,6 @@ def self.mapper() class_name: 'ContinuousWebJob', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -88,7 +84,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -97,7 +92,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'properties.status', type: { @@ -106,7 +100,6 @@ def self.mapper() } }, detailed_status: { - client_side_validation: true, required: false, serialized_name: 'properties.detailedStatus', type: { @@ -114,7 +107,6 @@ def self.mapper() } }, log_url: { - client_side_validation: true, required: false, serialized_name: 'properties.logUrl', type: { @@ -122,7 +114,6 @@ def self.mapper() } }, continuous_web_job_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -131,7 +122,6 @@ def self.mapper() } }, run_command: { - client_side_validation: true, required: false, serialized_name: 'properties.runCommand', type: { @@ -139,7 +129,6 @@ def self.mapper() } }, url: { - client_side_validation: true, required: false, serialized_name: 'properties.url', type: { @@ -147,7 +136,6 @@ def self.mapper() } }, extra_info_url: { - client_side_validation: true, required: false, serialized_name: 'properties.extraInfoUrl', type: { @@ -155,7 +143,6 @@ def self.mapper() } }, job_type: { - client_side_validation: true, required: false, serialized_name: 'properties.jobType', type: { @@ -164,7 +151,6 @@ def self.mapper() } }, error: { - client_side_validation: true, required: false, serialized_name: 'properties.error', type: { @@ -172,7 +158,6 @@ def self.mapper() } }, using_sdk: { - client_side_validation: true, required: false, serialized_name: 'properties.usingSdk', type: { @@ -180,13 +165,11 @@ def self.mapper() } }, settings: { - client_side_validation: true, required: false, serialized_name: 'properties.settings', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job_collection.rb index 6be6f6c5bd..c1c1242d2f 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/continuous_web_job_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ContinuousWebJobCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ContinuousWebJobCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ContinuousWebJobElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, serialized_name: 'nextLink', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cors_settings.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cors_settings.rb index ce62cc8330..4d29e89c13 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cors_settings.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/cors_settings.rb @@ -24,7 +24,6 @@ class CorsSettings # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CorsSettings', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'CorsSettings', model_properties: { allowed_origins: { - client_side_validation: true, required: false, serialized_name: 'allowedOrigins', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb index 0a1040aa8b..2f3eb376cd 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb @@ -25,7 +25,6 @@ class CsmPublishingProfileOptions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmPublishingProfileOptions', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'CsmPublishingProfileOptions', model_properties: { format: { - client_side_validation: true, required: false, serialized_name: 'format', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_slot_entity.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_slot_entity.rb index db999f7343..5486e8819c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_slot_entity.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_slot_entity.rb @@ -26,7 +26,6 @@ class CsmSlotEntity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmSlotEntity', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'CsmSlotEntity', model_properties: { target_slot: { - client_side_validation: true, required: true, serialized_name: 'targetSlot', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, preserve_vnet: { - client_side_validation: true, required: true, serialized_name: 'preserveVnet', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota.rb index ec32625be2..3d9e9a6471 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota.rb @@ -12,7 +12,7 @@ class CsmUsageQuota include MsRestAzure - # @return [String] Units of measurement for the quota resourse. + # @return [String] Units of measurement for the quota resource. attr_accessor :unit # @return [DateTime] Next reset time for the resource counter. @@ -34,7 +34,6 @@ class CsmUsageQuota # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuota', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'CsmUsageQuota', model_properties: { unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, next_reset_time: { - client_side_validation: true, required: false, serialized_name: 'nextResetTime', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, serialized_name: 'currentValue', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, serialized_name: 'limit', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb index a9b8caf06f..1c5f618b18 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuotaCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'CsmUsageQuotaCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuotaElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb index 9faaedf402..f9041f7f37 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb @@ -28,7 +28,7 @@ class CustomHostnameAnalysisResult < ProxyOnlyResource # unit; otherwise, false. attr_accessor :has_conflict_on_scale_unit - # @return [Boolean] true if htere is a conflict across + # @return [Boolean] true if there is a conflict across # subscriptions; otherwise, false. attr_accessor :has_conflict_across_subscription @@ -62,7 +62,6 @@ class CustomHostnameAnalysisResult < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CustomHostnameAnalysisResult', type: { @@ -70,7 +69,6 @@ def self.mapper() class_name: 'CustomHostnameAnalysisResult', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -79,7 +77,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -88,7 +85,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -96,7 +92,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -105,7 +100,6 @@ def self.mapper() } }, is_hostname_already_verified: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isHostnameAlreadyVerified', @@ -114,7 +108,6 @@ def self.mapper() } }, custom_domain_verification_test: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.customDomainVerificationTest', @@ -124,7 +117,6 @@ def self.mapper() } }, custom_domain_verification_failure_info: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.customDomainVerificationFailureInfo', @@ -134,7 +126,6 @@ def self.mapper() } }, has_conflict_on_scale_unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hasConflictOnScaleUnit', @@ -143,7 +134,6 @@ def self.mapper() } }, has_conflict_across_subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hasConflictAcrossSubscription', @@ -152,7 +142,6 @@ def self.mapper() } }, conflicting_app_resource_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.conflictingAppResourceId', @@ -161,13 +150,11 @@ def self.mapper() } }, c_name_records: { - client_side_validation: true, required: false, serialized_name: 'properties.cNameRecords', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -177,13 +164,11 @@ def self.mapper() } }, txt_records: { - client_side_validation: true, required: false, serialized_name: 'properties.txtRecords', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -193,13 +178,11 @@ def self.mapper() } }, a_records: { - client_side_validation: true, required: false, serialized_name: 'properties.aRecords', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -209,13 +192,11 @@ def self.mapper() } }, alternate_cname_records: { - client_side_validation: true, required: false, serialized_name: 'properties.alternateCNameRecords', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -225,13 +206,11 @@ def self.mapper() } }, alternate_txt_records: { - client_side_validation: true, required: false, serialized_name: 'properties.alternateTxtRecords', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/database_backup_setting.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/database_backup_setting.rb index 40efd3dd65..bef8dd6786 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/database_backup_setting.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/database_backup_setting.rb @@ -36,7 +36,6 @@ class DatabaseBackupSetting # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseBackupSetting', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'DatabaseBackupSetting', model_properties: { database_type: { - client_side_validation: true, required: true, serialized_name: 'databaseType', type: { @@ -52,7 +50,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,7 +57,6 @@ def self.mapper() } }, connection_string_name: { - client_side_validation: true, required: false, serialized_name: 'connectionStringName', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'connectionString', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment.rb index a77ae928fd..da7bd4263f 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_08_01 module Models # - # User crendentials used for publishing activity. + # User credentials used for publishing activity. # class Deployment < ProxyOnlyResource @@ -50,7 +50,6 @@ class Deployment < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Deployment', type: { @@ -58,7 +57,6 @@ def self.mapper() class_name: 'Deployment', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -67,7 +65,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -76,7 +73,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -84,7 +80,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -93,7 +88,6 @@ def self.mapper() } }, deployment_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { @@ -101,7 +95,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'properties.status', type: { @@ -109,7 +102,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'properties.message', type: { @@ -117,7 +109,6 @@ def self.mapper() } }, author: { - client_side_validation: true, required: false, serialized_name: 'properties.author', type: { @@ -125,7 +116,6 @@ def self.mapper() } }, deployer: { - client_side_validation: true, required: false, serialized_name: 'properties.deployer', type: { @@ -133,7 +123,6 @@ def self.mapper() } }, author_email: { - client_side_validation: true, required: false, serialized_name: 'properties.authorEmail', type: { @@ -141,7 +130,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -149,7 +137,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'properties.endTime', type: { @@ -157,7 +144,6 @@ def self.mapper() } }, active: { - client_side_validation: true, required: false, serialized_name: 'properties.active', type: { @@ -165,7 +151,6 @@ def self.mapper() } }, details: { - client_side_validation: true, required: false, serialized_name: 'properties.details', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment_collection.rb index 9efc274920..b925868fcd 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/deployment_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DeploymentCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'DeploymentCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DeploymentElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/enabled_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/enabled_config.rb index bc7bac63b0..30ba58ad88 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/enabled_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/enabled_config.rb @@ -23,7 +23,6 @@ class EnabledConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'EnabledConfig', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'EnabledConfig', model_properties: { enabled: { - client_side_validation: true, required: false, serialized_name: 'enabled', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/error_entity.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/error_entity.rb index 12dbe93324..52570315e6 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/error_entity.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/error_entity.rb @@ -37,7 +37,6 @@ class ErrorEntity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ErrorEntity', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'ErrorEntity', model_properties: { extended_code: { - client_side_validation: true, required: false, serialized_name: 'extendedCode', type: { @@ -53,7 +51,6 @@ def self.mapper() } }, message_template: { - client_side_validation: true, required: false, serialized_name: 'messageTemplate', type: { @@ -61,13 +58,11 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -77,13 +72,11 @@ def self.mapper() } }, inner_errors: { - client_side_validation: true, required: false, serialized_name: 'innerErrors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ErrorEntityElementType', type: { @@ -94,7 +87,6 @@ def self.mapper() } }, code: { - client_side_validation: true, required: false, serialized_name: 'code', type: { @@ -102,7 +94,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/experiments.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/experiments.rb index 952111fb00..891b95b6ac 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/experiments.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/experiments.rb @@ -22,7 +22,6 @@ class Experiments # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Experiments', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'Experiments', model_properties: { ramp_up_rules: { - client_side_validation: true, required: false, serialized_name: 'rampUpRules', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RampUpRuleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_application_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_application_logs_config.rb index 0c63dc79ac..21111e4136 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_application_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_application_logs_config.rb @@ -23,7 +23,6 @@ class FileSystemApplicationLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FileSystemApplicationLogsConfig', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'FileSystemApplicationLogsConfig', model_properties: { level: { - client_side_validation: true, required: false, serialized_name: 'level', default_value: 'Off', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_http_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_http_logs_config.rb index 6de367248e..3571cb0029 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_http_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/file_system_http_logs_config.rb @@ -34,7 +34,6 @@ class FileSystemHttpLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FileSystemHttpLogsConfig', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'FileSystemHttpLogsConfig', model_properties: { retention_in_mb: { - client_side_validation: true, required: false, serialized_name: 'retentionInMb', constraints: { @@ -54,7 +52,6 @@ def self.mapper() } }, retention_in_days: { - client_side_validation: true, required: false, serialized_name: 'retentionInDays', type: { @@ -62,7 +59,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'enabled', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope.rb index d2ff2b2cd5..9b00e59af7 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope.rb @@ -49,7 +49,6 @@ class FunctionEnvelope < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FunctionEnvelope', type: { @@ -57,7 +56,6 @@ def self.mapper() class_name: 'FunctionEnvelope', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -66,7 +64,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -75,7 +72,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -83,7 +79,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -92,7 +87,6 @@ def self.mapper() } }, function_envelope_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -101,7 +95,6 @@ def self.mapper() } }, function_app_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.functionAppId', @@ -110,7 +103,6 @@ def self.mapper() } }, script_root_path_href: { - client_side_validation: true, required: false, serialized_name: 'properties.scriptRootPathHref', type: { @@ -118,7 +110,6 @@ def self.mapper() } }, script_href: { - client_side_validation: true, required: false, serialized_name: 'properties.scriptHref', type: { @@ -126,7 +117,6 @@ def self.mapper() } }, config_href: { - client_side_validation: true, required: false, serialized_name: 'properties.configHref', type: { @@ -134,7 +124,6 @@ def self.mapper() } }, secrets_file_href: { - client_side_validation: true, required: false, serialized_name: 'properties.secretsFileHref', type: { @@ -142,7 +131,6 @@ def self.mapper() } }, href: { - client_side_validation: true, required: false, serialized_name: 'properties.href', type: { @@ -150,7 +138,6 @@ def self.mapper() } }, config: { - client_side_validation: true, required: false, serialized_name: 'properties.config', type: { @@ -158,13 +145,11 @@ def self.mapper() } }, files: { - client_side_validation: true, required: false, serialized_name: 'properties.files', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -174,7 +159,6 @@ def self.mapper() } }, test_data: { - client_side_validation: true, required: false, serialized_name: 'properties.testData', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope_collection.rb index e8f45e0ed7..8acdc93567 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_envelope_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FunctionEnvelopeCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'FunctionEnvelopeCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'FunctionEnvelopeElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_secrets.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_secrets.rb index a19419f529..30172f0648 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_secrets.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/function_secrets.rb @@ -25,7 +25,6 @@ class FunctionSecrets < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FunctionSecrets', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'FunctionSecrets', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -59,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -68,7 +63,6 @@ def self.mapper() } }, key: { - client_side_validation: true, required: false, serialized_name: 'properties.key', type: { @@ -76,7 +70,6 @@ def self.mapper() } }, trigger_url: { - client_side_validation: true, required: false, serialized_name: 'properties.triggerUrl', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/handler_mapping.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/handler_mapping.rb index 334059f589..165e5906a5 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/handler_mapping.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/handler_mapping.rb @@ -33,7 +33,6 @@ class HandlerMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HandlerMapping', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'HandlerMapping', model_properties: { extension: { - client_side_validation: true, required: false, serialized_name: 'extension', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, script_processor: { - client_side_validation: true, required: false, serialized_name: 'scriptProcessor', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, arguments: { - client_side_validation: true, required: false, serialized_name: 'arguments', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding.rb index 1012accb82..2e808497f1 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding.rb @@ -51,7 +51,6 @@ class HostNameBinding < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameBinding', type: { @@ -59,7 +58,6 @@ def self.mapper() class_name: 'HostNameBinding', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -68,7 +66,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -77,7 +74,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -85,7 +81,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -94,7 +89,6 @@ def self.mapper() } }, site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.siteName', type: { @@ -102,7 +96,6 @@ def self.mapper() } }, domain_id: { - client_side_validation: true, required: false, serialized_name: 'properties.domainId', type: { @@ -110,7 +103,6 @@ def self.mapper() } }, azure_resource_name: { - client_side_validation: true, required: false, serialized_name: 'properties.azureResourceName', type: { @@ -118,7 +110,6 @@ def self.mapper() } }, azure_resource_type: { - client_side_validation: true, required: false, serialized_name: 'properties.azureResourceType', type: { @@ -127,7 +118,6 @@ def self.mapper() } }, custom_host_name_dns_record_type: { - client_side_validation: true, required: false, serialized_name: 'properties.customHostNameDnsRecordType', type: { @@ -136,7 +126,6 @@ def self.mapper() } }, host_name_type: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameType', type: { @@ -145,7 +134,6 @@ def self.mapper() } }, ssl_state: { - client_side_validation: true, required: false, serialized_name: 'properties.sslState', type: { @@ -154,7 +142,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'properties.thumbprint', type: { @@ -162,7 +149,6 @@ def self.mapper() } }, virtual_ip: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.virtualIP', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding_collection.rb index ad88cdfd41..e3bd537519 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_binding_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameBindingCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'HostNameBindingCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameBindingElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb index 72077985fb..94a1ba23ea 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb @@ -40,7 +40,6 @@ class HostNameSslState # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameSslState', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'HostNameSslState', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -56,7 +54,6 @@ def self.mapper() } }, ssl_state: { - client_side_validation: true, required: false, serialized_name: 'sslState', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'thumbprint', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, to_update: { - client_side_validation: true, required: false, serialized_name: 'toUpdate', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, host_type: { - client_side_validation: true, required: false, serialized_name: 'hostType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb index 9eaef39c27..117efabe25 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb @@ -28,7 +28,6 @@ class HostingEnvironmentProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentProfile', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'HostingEnvironmentProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/http_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/http_logs_config.rb index 674dba1a50..a52999d5e1 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/http_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/http_logs_config.rb @@ -27,7 +27,6 @@ class HttpLogsConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HttpLogsConfig', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'HttpLogsConfig', model_properties: { file_system: { - client_side_validation: true, required: false, serialized_name: 'fileSystem', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, azure_blob_storage: { - client_side_validation: true, required: false, serialized_name: 'azureBlobStorage', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb index 746f04aece..76b27e91bc 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection.rb @@ -48,7 +48,6 @@ class HybridConnection < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnection', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'HybridConnection', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -82,7 +78,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +86,6 @@ def self.mapper() } }, service_bus_namespace: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusNamespace', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, relay_name: { - client_side_validation: true, required: false, serialized_name: 'properties.relayName', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, relay_arm_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.relayArmUri', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, hostname: { - client_side_validation: true, required: false, serialized_name: 'properties.hostname', type: { @@ -123,7 +114,6 @@ def self.mapper() } }, port: { - client_side_validation: true, required: false, serialized_name: 'properties.port', type: { @@ -131,7 +121,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyName', type: { @@ -139,7 +128,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyValue', type: { @@ -147,7 +135,6 @@ def self.mapper() } }, service_bus_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusSuffix', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb index 23d7f0d855..b8d1554f0c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb @@ -26,7 +26,6 @@ class HybridConnectionKey < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionKey', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'HybridConnectionKey', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyName', @@ -78,7 +72,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyValue', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier.rb index dffee17da6..f101ddd0ab 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier.rb @@ -22,7 +22,6 @@ class Identifier < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Identifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'Identifier', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, identifier_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier_collection.rb index a271919cf9..0c7fc27d0a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/identifier_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IdentifierCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'IdentifierCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IdentifierElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb index 09fe2fe844..cec4a0dc96 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ip_security_restriction.rb @@ -26,7 +26,6 @@ class IpSecurityRestriction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestriction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'IpSecurityRestriction', model_properties: { ip_address: { - client_side_validation: true, required: true, serialized_name: 'ipAddress', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, subnet_mask: { - client_side_validation: true, required: false, serialized_name: 'subnetMask', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/localizable_string.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/localizable_string.rb index f3f4dc6bed..cc313c1098 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/localizable_string.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/localizable_string.rb @@ -25,7 +25,6 @@ class LocalizableString # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'LocalizableString', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'LocalizableString', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, localized_value: { - client_side_validation: true, required: false, serialized_name: 'localizedValue', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb index 908d050a55..5b6861aa58 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/managed_service_identity.rb @@ -29,7 +29,6 @@ class ManagedServiceIdentity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedServiceIdentity', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'ManagedServiceIdentity', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', @@ -54,7 +51,6 @@ def self.mapper() } }, principal_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_request.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_request.rb index 2172992edd..8ab102472b 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_request.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_request.rb @@ -26,7 +26,6 @@ class MigrateMySqlRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MigrateMySqlRequest', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'MigrateMySqlRequest', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'properties.connectionString', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, migration_type: { - client_side_validation: true, required: false, serialized_name: 'properties.migrationType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_status.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_status.rb index 91d52f66eb..b06dab22aa 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_status.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/migrate_my_sql_status.rb @@ -29,7 +29,6 @@ class MigrateMySqlStatus < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MigrateMySqlStatus', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'MigrateMySqlStatus', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -72,7 +67,6 @@ def self.mapper() } }, migration_operation_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.migrationOperationStatus', @@ -82,7 +76,6 @@ def self.mapper() } }, operation_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationId', @@ -91,7 +84,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.localMySqlEnabled', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy.rb index 4fa9f71e71..3ef2dfc123 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy.rb @@ -50,7 +50,6 @@ class MSDeploy < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MSDeploy', type: { @@ -58,7 +57,6 @@ def self.mapper() class_name: 'MSDeploy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -67,7 +65,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -76,7 +73,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -84,7 +80,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -93,7 +88,6 @@ def self.mapper() } }, package_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.packageUri', type: { @@ -101,7 +95,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'properties.connectionString', type: { @@ -109,7 +102,6 @@ def self.mapper() } }, db_type: { - client_side_validation: true, required: false, serialized_name: 'properties.dbType', type: { @@ -117,7 +109,6 @@ def self.mapper() } }, set_parameters_xml_file_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.setParametersXmlFileUri', type: { @@ -125,13 +116,11 @@ def self.mapper() } }, set_parameters: { - client_side_validation: true, required: false, serialized_name: 'properties.setParameters', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -141,7 +130,6 @@ def self.mapper() } }, skip_app_data: { - client_side_validation: true, required: false, serialized_name: 'properties.skipAppData', type: { @@ -149,7 +137,6 @@ def self.mapper() } }, app_offline: { - client_side_validation: true, required: false, serialized_name: 'properties.appOffline', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log.rb index 8667c90fcf..533722051a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log.rb @@ -22,7 +22,6 @@ class MSDeployLog < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MSDeployLog', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'MSDeployLog', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,14 +60,12 @@ def self.mapper() } }, entries: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.entries', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MSDeployLogEntryElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log_entry.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log_entry.rb index af273d8ed7..7911ae5d7a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log_entry.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_log_entry.rb @@ -29,7 +29,6 @@ class MSDeployLogEntry # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MSDeployLogEntry', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'MSDeployLogEntry', model_properties: { time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'time', @@ -46,7 +44,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -56,7 +53,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'message', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_status.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_status.rb index 6e346c2607..bdcdb447f4 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_status.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/msdeploy_status.rb @@ -35,7 +35,6 @@ class MSDeployStatus < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MSDeployStatus', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'MSDeployStatus', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +73,6 @@ def self.mapper() } }, deployer: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.deployer', @@ -87,7 +81,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -97,7 +90,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.startTime', @@ -106,7 +98,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.endTime', @@ -115,7 +106,6 @@ def self.mapper() } }, complete: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.complete', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/name_value_pair.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/name_value_pair.rb index e6abd14191..129ff25476 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/name_value_pair.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/name_value_pair.rb @@ -25,7 +25,6 @@ class NameValuePair # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameValuePair', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'NameValuePair', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/network_features.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/network_features.rb index 2c2237c443..025c010495 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/network_features.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/network_features.rb @@ -34,7 +34,6 @@ class NetworkFeatures < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NetworkFeatures', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'NetworkFeatures', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, virtual_network_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.virtualNetworkName', @@ -86,7 +80,6 @@ def self.mapper() } }, virtual_network_connection: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.virtualNetworkConnection', @@ -96,14 +89,12 @@ def self.mapper() } }, hybrid_connections: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hybridConnections', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RelayServiceConnectionEntityElementType', type: { @@ -114,14 +105,12 @@ def self.mapper() } }, hybrid_connections_v2: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hybridConnectionsV2', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/operation.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/operation.rb index d770dd1821..a0df0a5308 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/operation.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/operation.rb @@ -45,7 +45,6 @@ class Operation # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Operation', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'Operation', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -61,7 +59,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -69,7 +66,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -78,13 +74,11 @@ def self.mapper() } }, errors: { - client_side_validation: true, required: false, serialized_name: 'errors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ErrorEntityElementType', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, created_time: { - client_side_validation: true, required: false, serialized_name: 'createdTime', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, modified_time: { - client_side_validation: true, required: false, serialized_name: 'modifiedTime', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, serialized_name: 'expirationTime', type: { @@ -119,7 +110,6 @@ def self.mapper() } }, geo_master_operation_id: { - client_side_validation: true, required: false, serialized_name: 'geoMasterOperationId', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_counter_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_counter_collection.rb index f12ec8a4a5..98228cd18d 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_counter_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_counter_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PerfMonCounterCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'PerfMonCounterCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PerfMonResponseElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_response.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_response.rb index 492a8dc176..d615fff8ad 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_response.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_response.rb @@ -28,7 +28,6 @@ class PerfMonResponse # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PerfMonResponse', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'PerfMonResponse', model_properties: { code: { - client_side_validation: true, required: false, serialized_name: 'code', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, data: { - client_side_validation: true, required: false, serialized_name: 'data', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_sample.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_sample.rb index 46e116afa1..0568fef874 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_sample.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_sample.rb @@ -31,7 +31,6 @@ class PerfMonSample # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PerfMonSample', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'PerfMonSample', model_properties: { time: { - client_side_validation: true, required: false, serialized_name: 'time', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, instance_name: { - client_side_validation: true, required: false, serialized_name: 'instanceName', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, core_count: { - client_side_validation: true, required: false, serialized_name: 'coreCount', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_set.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_set.rb index 19d205a987..6acea285ba 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_set.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/perf_mon_set.rb @@ -35,7 +35,6 @@ class PerfMonSet # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PerfMonSet', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'PerfMonSet', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'startTime', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'endTime', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { @@ -75,13 +70,11 @@ def self.mapper() } }, values: { - client_side_validation: true, required: false, serialized_name: 'values', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PerfMonSampleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/premier_add_on.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/premier_add_on.rb index 9c0de1ac3b..6d4570027a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/premier_add_on.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/premier_add_on.rb @@ -43,7 +43,6 @@ class PremierAddOn < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PremierAddOn', type: { @@ -51,7 +50,6 @@ def self.mapper() class_name: 'PremierAddOn', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -77,7 +73,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -85,7 +80,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -94,13 +88,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: { @@ -110,7 +102,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'properties.sku', type: { @@ -118,7 +109,6 @@ def self.mapper() } }, product: { - client_side_validation: true, required: false, serialized_name: 'properties.product', type: { @@ -126,7 +116,6 @@ def self.mapper() } }, vendor: { - client_side_validation: true, required: false, serialized_name: 'properties.vendor', type: { @@ -134,7 +123,6 @@ def self.mapper() } }, premier_add_on_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -142,7 +130,6 @@ def self.mapper() } }, premier_add_on_location: { - client_side_validation: true, required: false, serialized_name: 'properties.location', type: { @@ -150,13 +137,11 @@ def self.mapper() } }, premier_add_on_tags: { - client_side_validation: true, required: false, serialized_name: 'properties.tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -166,7 +151,6 @@ def self.mapper() } }, marketplace_publisher: { - client_side_validation: true, required: false, serialized_name: 'properties.marketplacePublisher', type: { @@ -174,7 +158,6 @@ def self.mapper() } }, marketplace_offer: { - client_side_validation: true, required: false, serialized_name: 'properties.marketplaceOffer', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info.rb index 3889b464e7..0aebe11401 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info.rb @@ -127,7 +127,6 @@ class ProcessInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProcessInfo', type: { @@ -135,7 +134,6 @@ def self.mapper() class_name: 'ProcessInfo', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -144,7 +142,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -153,7 +150,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -161,7 +157,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -170,7 +165,6 @@ def self.mapper() } }, process_info_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { @@ -178,7 +172,6 @@ def self.mapper() } }, process_info_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -186,7 +179,6 @@ def self.mapper() } }, href: { - client_side_validation: true, required: false, serialized_name: 'properties.href', type: { @@ -194,7 +186,6 @@ def self.mapper() } }, mini_dump: { - client_side_validation: true, required: false, serialized_name: 'properties.miniDump', type: { @@ -202,7 +193,6 @@ def self.mapper() } }, is_profile_running: { - client_side_validation: true, required: false, serialized_name: 'properties.isProfileRunning', type: { @@ -210,7 +200,6 @@ def self.mapper() } }, is_iis_profile_running: { - client_side_validation: true, required: false, serialized_name: 'properties.isIisProfileRunning', type: { @@ -218,7 +207,6 @@ def self.mapper() } }, iis_profile_timeout_in_seconds: { - client_side_validation: true, required: false, serialized_name: 'properties.iisProfileTimeoutInSeconds', type: { @@ -226,7 +214,6 @@ def self.mapper() } }, parent: { - client_side_validation: true, required: false, serialized_name: 'properties.parent', type: { @@ -234,13 +221,11 @@ def self.mapper() } }, children: { - client_side_validation: true, required: false, serialized_name: 'properties.children', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -250,13 +235,11 @@ def self.mapper() } }, threads: { - client_side_validation: true, required: false, serialized_name: 'properties.threads', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ProcessThreadInfoElementType', type: { @@ -267,13 +250,11 @@ def self.mapper() } }, open_file_handles: { - client_side_validation: true, required: false, serialized_name: 'properties.openFileHandles', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -283,13 +264,11 @@ def self.mapper() } }, modules: { - client_side_validation: true, required: false, serialized_name: 'properties.modules', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ProcessModuleInfoElementType', type: { @@ -300,7 +279,6 @@ def self.mapper() } }, file_name: { - client_side_validation: true, required: false, serialized_name: 'properties.fileName', type: { @@ -308,7 +286,6 @@ def self.mapper() } }, command_line: { - client_side_validation: true, required: false, serialized_name: 'properties.commandLine', type: { @@ -316,7 +293,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.userName', type: { @@ -324,7 +300,6 @@ def self.mapper() } }, handle_count: { - client_side_validation: true, required: false, serialized_name: 'properties.handleCount', type: { @@ -332,7 +307,6 @@ def self.mapper() } }, module_count: { - client_side_validation: true, required: false, serialized_name: 'properties.moduleCount', type: { @@ -340,7 +314,6 @@ def self.mapper() } }, thread_count: { - client_side_validation: true, required: false, serialized_name: 'properties.threadCount', type: { @@ -348,7 +321,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -356,7 +328,6 @@ def self.mapper() } }, total_processor_time: { - client_side_validation: true, required: false, serialized_name: 'properties.totalProcessorTime', type: { @@ -364,7 +335,6 @@ def self.mapper() } }, user_processor_time: { - client_side_validation: true, required: false, serialized_name: 'properties.userProcessorTime', type: { @@ -372,7 +342,6 @@ def self.mapper() } }, privileged_processor_time: { - client_side_validation: true, required: false, serialized_name: 'properties.privilegedProcessorTime', type: { @@ -380,7 +349,6 @@ def self.mapper() } }, working_set64: { - client_side_validation: true, required: false, serialized_name: 'properties.workingSet64', type: { @@ -388,7 +356,6 @@ def self.mapper() } }, peak_working_set64: { - client_side_validation: true, required: false, serialized_name: 'properties.peakWorkingSet64', type: { @@ -396,7 +363,6 @@ def self.mapper() } }, private_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.privateMemorySize64', type: { @@ -404,7 +370,6 @@ def self.mapper() } }, virtual_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.virtualMemorySize64', type: { @@ -412,7 +377,6 @@ def self.mapper() } }, peak_virtual_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.peakVirtualMemorySize64', type: { @@ -420,7 +384,6 @@ def self.mapper() } }, paged_system_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.pagedSystemMemorySize64', type: { @@ -428,7 +391,6 @@ def self.mapper() } }, nonpaged_system_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.nonpagedSystemMemorySize64', type: { @@ -436,7 +398,6 @@ def self.mapper() } }, paged_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.pagedMemorySize64', type: { @@ -444,7 +405,6 @@ def self.mapper() } }, peak_paged_memory_size64: { - client_side_validation: true, required: false, serialized_name: 'properties.peakPagedMemorySize64', type: { @@ -452,7 +412,6 @@ def self.mapper() } }, time_stamp: { - client_side_validation: true, required: false, serialized_name: 'properties.timeStamp', type: { @@ -460,13 +419,11 @@ def self.mapper() } }, environment_variables: { - client_side_validation: true, required: false, serialized_name: 'properties.environmentVariables', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -476,7 +433,6 @@ def self.mapper() } }, is_scm_site: { - client_side_validation: true, required: false, serialized_name: 'properties.isScmSite', type: { @@ -484,7 +440,6 @@ def self.mapper() } }, is_web_job: { - client_side_validation: true, required: false, serialized_name: 'properties.isWebJob', type: { @@ -492,7 +447,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'properties.description', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info_collection.rb index af64b0094a..0195193a3c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_info_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProcessInfoCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ProcessInfoCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ProcessInfoElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info.rb index 7898c535ac..098fc7cbf6 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info.rb @@ -53,7 +53,6 @@ class ProcessModuleInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProcessModuleInfo', type: { @@ -61,7 +60,6 @@ def self.mapper() class_name: 'ProcessModuleInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -87,7 +83,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -96,7 +91,6 @@ def self.mapper() } }, base_address: { - client_side_validation: true, required: false, serialized_name: 'properties.baseAddress', type: { @@ -104,7 +98,6 @@ def self.mapper() } }, file_name: { - client_side_validation: true, required: false, serialized_name: 'properties.fileName', type: { @@ -112,7 +105,6 @@ def self.mapper() } }, href: { - client_side_validation: true, required: false, serialized_name: 'properties.href', type: { @@ -120,7 +112,6 @@ def self.mapper() } }, file_path: { - client_side_validation: true, required: false, serialized_name: 'properties.filePath', type: { @@ -128,7 +119,6 @@ def self.mapper() } }, module_memory_size: { - client_side_validation: true, required: false, serialized_name: 'properties.moduleMemorySize', type: { @@ -136,7 +126,6 @@ def self.mapper() } }, file_version: { - client_side_validation: true, required: false, serialized_name: 'properties.fileVersion', type: { @@ -144,7 +133,6 @@ def self.mapper() } }, file_description: { - client_side_validation: true, required: false, serialized_name: 'properties.fileDescription', type: { @@ -152,7 +140,6 @@ def self.mapper() } }, product: { - client_side_validation: true, required: false, serialized_name: 'properties.product', type: { @@ -160,7 +147,6 @@ def self.mapper() } }, product_version: { - client_side_validation: true, required: false, serialized_name: 'properties.productVersion', type: { @@ -168,7 +154,6 @@ def self.mapper() } }, is_debug: { - client_side_validation: true, required: false, serialized_name: 'properties.isDebug', type: { @@ -176,7 +161,6 @@ def self.mapper() } }, language: { - client_side_validation: true, required: false, serialized_name: 'properties.language', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info_collection.rb index b771641965..7dfb9c6a23 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_module_info_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProcessModuleInfoCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ProcessModuleInfoCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ProcessModuleInfoElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb index 188cb65999..e7f53acd88 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb @@ -42,7 +42,7 @@ class ProcessThreadInfo < ProxyOnlyResource # @return [String] User processor time. attr_accessor :user_processor_time - # @return [String] Priviledged processor time. + # @return [String] Privileged processor time. attr_accessor :priviledged_processor_time # @return [String] Thread state. @@ -58,7 +58,6 @@ class ProcessThreadInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProcessThreadInfo', type: { @@ -66,7 +65,6 @@ def self.mapper() class_name: 'ProcessThreadInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -92,7 +88,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -101,7 +96,6 @@ def self.mapper() } }, process_thread_info_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { @@ -109,7 +103,6 @@ def self.mapper() } }, href: { - client_side_validation: true, required: false, serialized_name: 'properties.href', type: { @@ -117,7 +110,6 @@ def self.mapper() } }, process: { - client_side_validation: true, required: false, serialized_name: 'properties.process', type: { @@ -125,7 +117,6 @@ def self.mapper() } }, start_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { @@ -133,7 +124,6 @@ def self.mapper() } }, current_priority: { - client_side_validation: true, required: false, serialized_name: 'properties.currentPriority', type: { @@ -141,7 +131,6 @@ def self.mapper() } }, priority_level: { - client_side_validation: true, required: false, serialized_name: 'properties.priorityLevel', type: { @@ -149,7 +138,6 @@ def self.mapper() } }, base_priority: { - client_side_validation: true, required: false, serialized_name: 'properties.basePriority', type: { @@ -157,7 +145,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -165,7 +152,6 @@ def self.mapper() } }, total_processor_time: { - client_side_validation: true, required: false, serialized_name: 'properties.totalProcessorTime', type: { @@ -173,7 +159,6 @@ def self.mapper() } }, user_processor_time: { - client_side_validation: true, required: false, serialized_name: 'properties.userProcessorTime', type: { @@ -181,7 +166,6 @@ def self.mapper() } }, priviledged_processor_time: { - client_side_validation: true, required: false, serialized_name: 'properties.priviledgedProcessorTime', type: { @@ -189,7 +173,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, serialized_name: 'properties.state', type: { @@ -197,7 +180,6 @@ def self.mapper() } }, wait_reason: { - client_side_validation: true, required: false, serialized_name: 'properties.waitReason', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info_collection.rb index 75bce19152..6c0c9d7c59 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProcessThreadInfoCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ProcessThreadInfoCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ProcessThreadInfoElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb index 76e2c9fb72..c76fe054ae 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/proxy_only_resource.rb @@ -32,7 +32,6 @@ class ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyOnlyResource', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ProxyOnlyResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate.rb index 7ccaa83cbe..ceba80bf95 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate.rb @@ -29,7 +29,6 @@ class PublicCertificate < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PublicCertificate', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'PublicCertificate', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -72,7 +67,6 @@ def self.mapper() } }, blob: { - client_side_validation: true, required: false, serialized_name: 'properties.blob', type: { @@ -80,7 +74,6 @@ def self.mapper() } }, public_certificate_location: { - client_side_validation: true, required: false, serialized_name: 'properties.publicCertificateLocation', type: { @@ -89,7 +82,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.thumbprint', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate_collection.rb index 38e5cb6ebb..ffb52f19cd 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/public_certificate_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PublicCertificateCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'PublicCertificateCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PublicCertificateElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/push_settings.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/push_settings.rb index 0f17461e0d..f36b117e28 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/push_settings.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/push_settings.rb @@ -40,7 +40,6 @@ class PushSettings < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PushSettings', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'PushSettings', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, is_push_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.isPushEnabled', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, tag_whitelist_json: { - client_side_validation: true, required: false, serialized_name: 'properties.tagWhitelistJson', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, tags_requiring_auth: { - client_side_validation: true, required: false, serialized_name: 'properties.tagsRequiringAuth', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, dynamic_tags_json: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicTagsJson', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb index 9d522d1e0b..98ca4dc8b5 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/ramp_up_rule.rb @@ -22,16 +22,16 @@ class RampUpRule # ActionHostName. attr_accessor :reroute_percentage - # @return [Float] In auto ramp up scenario this is the step to to - # add/remove from ReroutePercentage until it reaches + # @return [Float] In auto ramp up scenario this is the step to add/remove + # from ReroutePercentage until it reaches # MinReroutePercentage or MaxReroutePercentage. - # Site metrics are checked every N minutes specificed in + # Site metrics are checked every N minutes specified in # ChangeIntervalInMinutes. # Custom decision algorithm can be provided in TiPCallback site extension # which URL can be specified in ChangeDecisionCallbackUrl. attr_accessor :change_step - # @return [Integer] Specifies interval in mimuntes to reevaluate + # @return [Integer] Specifies interval in minutes to reevaluate # ReroutePercentage. attr_accessor :change_interval_in_minutes @@ -61,7 +61,6 @@ class RampUpRule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RampUpRule', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'RampUpRule', model_properties: { action_host_name: { - client_side_validation: true, required: false, serialized_name: 'actionHostName', type: { @@ -77,7 +75,6 @@ def self.mapper() } }, reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'reroutePercentage', type: { @@ -85,7 +82,6 @@ def self.mapper() } }, change_step: { - client_side_validation: true, required: false, serialized_name: 'changeStep', type: { @@ -93,7 +89,6 @@ def self.mapper() } }, change_interval_in_minutes: { - client_side_validation: true, required: false, serialized_name: 'changeIntervalInMinutes', type: { @@ -101,7 +96,6 @@ def self.mapper() } }, min_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'minReroutePercentage', type: { @@ -109,7 +103,6 @@ def self.mapper() } }, max_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'maxReroutePercentage', type: { @@ -117,7 +110,6 @@ def self.mapper() } }, change_decision_callback_url: { - client_side_validation: true, required: false, serialized_name: 'changeDecisionCallbackUrl', type: { @@ -125,7 +117,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/relay_service_connection_entity.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/relay_service_connection_entity.rb index df47221269..a39e25fd14 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/relay_service_connection_entity.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/relay_service_connection_entity.rb @@ -40,7 +40,6 @@ class RelayServiceConnectionEntity < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RelayServiceConnectionEntity', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'RelayServiceConnectionEntity', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, entity_name: { - client_side_validation: true, required: false, serialized_name: 'properties.entityName', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, entity_connection_string: { - client_side_validation: true, required: false, serialized_name: 'properties.entityConnectionString', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, resource_type: { - client_side_validation: true, required: false, serialized_name: 'properties.resourceType', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, resource_connection_string: { - client_side_validation: true, required: false, serialized_name: 'properties.resourceConnectionString', type: { @@ -115,7 +106,6 @@ def self.mapper() } }, hostname: { - client_side_validation: true, required: false, serialized_name: 'properties.hostname', type: { @@ -123,7 +113,6 @@ def self.mapper() } }, port: { - client_side_validation: true, required: false, serialized_name: 'properties.port', type: { @@ -131,7 +120,6 @@ def self.mapper() } }, biztalk_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.biztalkUri', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb index 7dd8522d29..5e2728757b 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/requests_based_trigger.rb @@ -25,7 +25,6 @@ class RequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RequestsBasedTrigger', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'RequestsBasedTrigger', model_properties: { count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource.rb index 1d828e0b22..1755f2dc3e 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource.rb @@ -31,22 +31,12 @@ class Resource attr_accessor :tags - # @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: { @@ -54,7 +44,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +52,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +60,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -80,7 +67,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -88,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -97,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: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric.rb index 5985d2f348..b6cff2a818 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric.rb @@ -47,7 +47,6 @@ class ResourceMetric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetric', type: { @@ -55,7 +54,6 @@ def self.mapper() class_name: 'ResourceMetric', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -65,7 +63,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -74,7 +71,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -83,7 +79,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'startTime', @@ -92,7 +87,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'endTime', @@ -101,7 +95,6 @@ def self.mapper() } }, resource_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceId', @@ -110,7 +103,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -119,14 +111,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: 'ResourceMetricValueElementType', type: { @@ -137,14 +127,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricPropertyElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb index 6b5cdf7f98..21d8891a03 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_availability.rb @@ -25,7 +25,6 @@ class ResourceMetricAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailability', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricAvailability', model_properties: { time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -42,7 +40,6 @@ def self.mapper() } }, retention: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'retention', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_collection.rb index 6823316851..2b19302659 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ResourceMetricCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb index 7d15c56e76..4c6517e228 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition.rb @@ -41,7 +41,6 @@ class ResourceMetricDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinition', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -75,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -84,7 +79,6 @@ def self.mapper() } }, resource_metric_definition_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -94,7 +88,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -103,7 +96,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.primaryAggregationType', @@ -112,14 +104,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailabilityElementType', type: { @@ -130,7 +120,6 @@ def self.mapper() } }, resource_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceUri', @@ -139,7 +128,6 @@ def self.mapper() } }, resource_metric_definition_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -148,14 +136,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb index 981270c835..8e96289b59 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinitionCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ResourceMetricDefinitionCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinitionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb index 246c39841e..e42b46190c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_name.rb @@ -25,7 +25,6 @@ class ResourceMetricName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricName', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricName', 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_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_property.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_property.rb index ba3aa85cdd..02ff06e248 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_property.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_property.rb @@ -25,7 +25,6 @@ class ResourceMetricProperty # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricProperty', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricProperty', model_properties: { key: { - client_side_validation: true, required: false, serialized_name: 'key', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_value.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_value.rb index e2adb328fa..654d474103 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_value.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/resource_metric_value.rb @@ -41,7 +41,6 @@ class ResourceMetricValue # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricValue', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricValue', model_properties: { timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestamp', @@ -58,7 +56,6 @@ def self.mapper() } }, average: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'average', @@ -67,7 +64,6 @@ def self.mapper() } }, minimum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'minimum', @@ -76,7 +72,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'maximum', @@ -85,7 +80,6 @@ def self.mapper() } }, total: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'total', @@ -94,7 +88,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'count', @@ -103,14 +96,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricPropertyElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_request.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_request.rb index 1894432f14..265811a2e4 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_request.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_request.rb @@ -65,7 +65,6 @@ class RestoreRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestoreRequest', type: { @@ -73,7 +72,6 @@ def self.mapper() class_name: 'RestoreRequest', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -99,7 +95,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -108,7 +103,6 @@ def self.mapper() } }, storage_account_url: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountUrl', type: { @@ -116,7 +110,6 @@ def self.mapper() } }, blob_name: { - client_side_validation: true, required: false, serialized_name: 'properties.blobName', type: { @@ -124,7 +117,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'properties.overwrite', type: { @@ -132,7 +124,6 @@ def self.mapper() } }, site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.siteName', type: { @@ -140,13 +131,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: 'DatabaseBackupSettingElementType', type: { @@ -157,7 +146,6 @@ def self.mapper() } }, ignore_conflicting_host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreConflictingHostNames', default_value: false, @@ -166,7 +154,6 @@ def self.mapper() } }, ignore_databases: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreDatabases', default_value: false, @@ -175,7 +162,6 @@ def self.mapper() } }, app_service_plan: { - client_side_validation: true, required: false, serialized_name: 'properties.appServicePlan', type: { @@ -183,7 +169,6 @@ def self.mapper() } }, operation_type: { - client_side_validation: true, required: false, serialized_name: 'properties.operationType', default_value: 'Default', @@ -193,7 +178,6 @@ def self.mapper() } }, adjust_connection_strings: { - client_side_validation: true, required: false, serialized_name: 'properties.adjustConnectionStrings', type: { @@ -201,7 +185,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironment', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_response.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_response.rb index 06c3b4410a..9d3eb5f352 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_response.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/restore_response.rb @@ -23,7 +23,6 @@ class RestoreResponse < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestoreResponse', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'RestoreResponse', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -40,7 +38,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -49,7 +46,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -57,7 +53,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +61,6 @@ def self.mapper() } }, operation_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationId', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site.rb index 2fb1b86a1d..a544aefddd 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site.rb @@ -156,7 +156,6 @@ class Site < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Site', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'Site', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -198,7 +193,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -207,13 +201,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: { @@ -223,7 +215,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -232,14 +223,12 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -249,7 +238,6 @@ def self.mapper() } }, repository_site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.repositorySiteName', @@ -258,7 +246,6 @@ def self.mapper() } }, usage_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageState', @@ -268,7 +255,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -276,14 +262,12 @@ def self.mapper() } }, enabled_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabledHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -293,7 +277,6 @@ def self.mapper() } }, availability_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.availabilityState', @@ -303,13 +286,11 @@ def self.mapper() } }, host_name_ssl_states: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameSslStates', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameSslStateElementType', type: { @@ -320,7 +301,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -328,7 +308,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -337,7 +316,6 @@ def self.mapper() } }, last_modified_time_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTimeUtc', @@ -346,7 +324,6 @@ def self.mapper() } }, site_config: { - client_side_validation: true, required: false, serialized_name: 'properties.siteConfig', type: { @@ -355,14 +332,12 @@ def self.mapper() } }, traffic_manager_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trafficManagerHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -372,7 +347,6 @@ def self.mapper() } }, scm_site_also_stopped: { - client_side_validation: true, required: false, serialized_name: 'properties.scmSiteAlsoStopped', default_value: false, @@ -381,7 +355,6 @@ def self.mapper() } }, target_swap_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.targetSwapSlot', @@ -390,7 +363,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -399,7 +371,6 @@ def self.mapper() } }, client_affinity_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientAffinityEnabled', type: { @@ -407,7 +378,6 @@ def self.mapper() } }, client_cert_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientCertEnabled', type: { @@ -415,7 +385,6 @@ def self.mapper() } }, host_names_disabled: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNamesDisabled', type: { @@ -423,7 +392,6 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outboundIpAddresses', @@ -432,7 +400,6 @@ def self.mapper() } }, possible_outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.possibleOutboundIpAddresses', @@ -441,7 +408,6 @@ def self.mapper() } }, container_size: { - client_side_validation: true, required: false, serialized_name: 'properties.containerSize', type: { @@ -449,7 +415,6 @@ def self.mapper() } }, daily_memory_time_quota: { - client_side_validation: true, required: false, serialized_name: 'properties.dailyMemoryTimeQuota', type: { @@ -457,7 +422,6 @@ def self.mapper() } }, suspended_till: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suspendedTill', @@ -466,7 +430,6 @@ def self.mapper() } }, max_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxNumberOfWorkers', @@ -475,7 +438,6 @@ def self.mapper() } }, cloning_info: { - client_side_validation: true, required: false, serialized_name: 'properties.cloningInfo', type: { @@ -484,7 +446,6 @@ def self.mapper() } }, snapshot_info: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotInfo', type: { @@ -493,7 +454,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -502,7 +462,6 @@ def self.mapper() } }, is_default_container: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefaultContainer', @@ -511,7 +470,6 @@ def self.mapper() } }, default_host_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultHostName', @@ -520,7 +478,6 @@ def self.mapper() } }, slot_swap_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.slotSwapStatus', @@ -530,7 +487,6 @@ def self.mapper() } }, https_only: { - client_side_validation: true, required: false, serialized_name: 'properties.httpsOnly', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_auth_settings.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_auth_settings.rb index 012a0825bc..61706e96bc 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_auth_settings.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_auth_settings.rb @@ -180,7 +180,6 @@ class SiteAuthSettings < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteAuthSettings', type: { @@ -188,7 +187,6 @@ def self.mapper() class_name: 'SiteAuthSettings', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -197,7 +195,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -206,7 +203,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -214,7 +210,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -223,7 +218,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -231,7 +225,6 @@ def self.mapper() } }, runtime_version: { - client_side_validation: true, required: false, serialized_name: 'properties.runtimeVersion', type: { @@ -239,7 +232,6 @@ def self.mapper() } }, unauthenticated_client_action: { - client_side_validation: true, required: false, serialized_name: 'properties.unauthenticatedClientAction', type: { @@ -248,7 +240,6 @@ def self.mapper() } }, token_store_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.tokenStoreEnabled', type: { @@ -256,13 +247,11 @@ def self.mapper() } }, allowed_external_redirect_urls: { - client_side_validation: true, required: false, serialized_name: 'properties.allowedExternalRedirectUrls', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -272,7 +261,6 @@ def self.mapper() } }, default_provider: { - client_side_validation: true, required: false, serialized_name: 'properties.defaultProvider', type: { @@ -281,7 +269,6 @@ def self.mapper() } }, token_refresh_extension_hours: { - client_side_validation: true, required: false, serialized_name: 'properties.tokenRefreshExtensionHours', type: { @@ -289,7 +276,6 @@ def self.mapper() } }, client_id: { - client_side_validation: true, required: false, serialized_name: 'properties.clientId', type: { @@ -297,7 +283,6 @@ def self.mapper() } }, client_secret: { - client_side_validation: true, required: false, serialized_name: 'properties.clientSecret', type: { @@ -305,7 +290,6 @@ def self.mapper() } }, issuer: { - client_side_validation: true, required: false, serialized_name: 'properties.issuer', type: { @@ -313,13 +297,11 @@ def self.mapper() } }, allowed_audiences: { - client_side_validation: true, required: false, serialized_name: 'properties.allowedAudiences', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -329,13 +311,11 @@ def self.mapper() } }, additional_login_params: { - client_side_validation: true, required: false, serialized_name: 'properties.additionalLoginParams', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -345,7 +325,6 @@ def self.mapper() } }, google_client_id: { - client_side_validation: true, required: false, serialized_name: 'properties.googleClientId', type: { @@ -353,7 +332,6 @@ def self.mapper() } }, google_client_secret: { - client_side_validation: true, required: false, serialized_name: 'properties.googleClientSecret', type: { @@ -361,13 +339,11 @@ def self.mapper() } }, google_oauth_scopes: { - client_side_validation: true, required: false, serialized_name: 'properties.googleOAuthScopes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -377,7 +353,6 @@ def self.mapper() } }, facebook_app_id: { - client_side_validation: true, required: false, serialized_name: 'properties.facebookAppId', type: { @@ -385,7 +360,6 @@ def self.mapper() } }, facebook_app_secret: { - client_side_validation: true, required: false, serialized_name: 'properties.facebookAppSecret', type: { @@ -393,13 +367,11 @@ def self.mapper() } }, facebook_oauth_scopes: { - client_side_validation: true, required: false, serialized_name: 'properties.facebookOAuthScopes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -409,7 +381,6 @@ def self.mapper() } }, twitter_consumer_key: { - client_side_validation: true, required: false, serialized_name: 'properties.twitterConsumerKey', type: { @@ -417,7 +388,6 @@ def self.mapper() } }, twitter_consumer_secret: { - client_side_validation: true, required: false, serialized_name: 'properties.twitterConsumerSecret', type: { @@ -425,7 +395,6 @@ def self.mapper() } }, microsoft_account_client_id: { - client_side_validation: true, required: false, serialized_name: 'properties.microsoftAccountClientId', type: { @@ -433,7 +402,6 @@ def self.mapper() } }, microsoft_account_client_secret: { - client_side_validation: true, required: false, serialized_name: 'properties.microsoftAccountClientSecret', type: { @@ -441,13 +409,11 @@ def self.mapper() } }, microsoft_account_oauth_scopes: { - client_side_validation: true, required: false, serialized_name: 'properties.microsoftAccountOAuthScopes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability.rb index 62c11232e1..d3ee0d65ae 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability.rb @@ -37,7 +37,6 @@ class SiteCloneability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteCloneability', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'SiteCloneability', model_properties: { result: { - client_side_validation: true, required: false, serialized_name: 'result', type: { @@ -54,13 +52,11 @@ def self.mapper() } }, blocking_features: { - client_side_validation: true, required: false, serialized_name: 'blockingFeatures', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteCloneabilityCriterionElementType', type: { @@ -71,13 +67,11 @@ def self.mapper() } }, unsupported_features: { - client_side_validation: true, required: false, serialized_name: 'unsupportedFeatures', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteCloneabilityCriterionElementType', type: { @@ -88,13 +82,11 @@ def self.mapper() } }, blocking_characteristics: { - client_side_validation: true, required: false, serialized_name: 'blockingCharacteristics', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteCloneabilityCriterionElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb index f02fd72d51..72bc2f4f05 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb @@ -25,7 +25,6 @@ class SiteCloneabilityCriterion # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteCloneabilityCriterion', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'SiteCloneabilityCriterion', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config.rb index edfa32d94e..b855e1f144 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config.rb @@ -118,7 +118,7 @@ class SiteConfig # 'WeightedTotalTraffic', 'RequestHash' attr_accessor :load_balancing - # @return [Experiments] This is work around for polymophic types. + # @return [Experiments] This is work around for polymorphic types. attr_accessor :experiments # @return [SiteLimits] Site limits. @@ -173,7 +173,6 @@ class SiteConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfig', type: { @@ -181,7 +180,6 @@ def self.mapper() class_name: 'SiteConfig', model_properties: { number_of_workers: { - client_side_validation: true, required: false, serialized_name: 'numberOfWorkers', type: { @@ -189,13 +187,11 @@ def self.mapper() } }, default_documents: { - client_side_validation: true, required: false, serialized_name: 'defaultDocuments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -205,7 +201,6 @@ def self.mapper() } }, net_framework_version: { - client_side_validation: true, required: false, serialized_name: 'netFrameworkVersion', default_value: 'v4.6', @@ -214,7 +209,6 @@ def self.mapper() } }, php_version: { - client_side_validation: true, required: false, serialized_name: 'phpVersion', type: { @@ -222,7 +216,6 @@ def self.mapper() } }, python_version: { - client_side_validation: true, required: false, serialized_name: 'pythonVersion', type: { @@ -230,7 +223,6 @@ def self.mapper() } }, node_version: { - client_side_validation: true, required: false, serialized_name: 'nodeVersion', type: { @@ -238,7 +230,6 @@ def self.mapper() } }, linux_fx_version: { - client_side_validation: true, required: false, serialized_name: 'linuxFxVersion', type: { @@ -246,7 +237,6 @@ def self.mapper() } }, request_tracing_enabled: { - client_side_validation: true, required: false, serialized_name: 'requestTracingEnabled', type: { @@ -254,7 +244,6 @@ def self.mapper() } }, request_tracing_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'requestTracingExpirationTime', type: { @@ -262,7 +251,6 @@ def self.mapper() } }, remote_debugging_enabled: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingEnabled', type: { @@ -270,7 +258,6 @@ def self.mapper() } }, remote_debugging_version: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingVersion', type: { @@ -278,7 +265,6 @@ def self.mapper() } }, http_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'httpLoggingEnabled', type: { @@ -286,7 +272,6 @@ def self.mapper() } }, logs_directory_size_limit: { - client_side_validation: true, required: false, serialized_name: 'logsDirectorySizeLimit', type: { @@ -294,7 +279,6 @@ def self.mapper() } }, detailed_error_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'detailedErrorLoggingEnabled', type: { @@ -302,7 +286,6 @@ def self.mapper() } }, publishing_username: { - client_side_validation: true, required: false, serialized_name: 'publishingUsername', type: { @@ -310,13 +293,11 @@ def self.mapper() } }, app_settings: { - client_side_validation: true, required: false, serialized_name: 'appSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -327,13 +308,11 @@ def self.mapper() } }, connection_strings: { - client_side_validation: true, required: false, serialized_name: 'connectionStrings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfoElementType', type: { @@ -344,7 +323,6 @@ def self.mapper() } }, machine_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'machineKey', @@ -354,13 +332,11 @@ def self.mapper() } }, handler_mappings: { - client_side_validation: true, required: false, serialized_name: 'handlerMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HandlerMappingElementType', type: { @@ -371,7 +347,6 @@ def self.mapper() } }, document_root: { - client_side_validation: true, required: false, serialized_name: 'documentRoot', type: { @@ -379,7 +354,6 @@ def self.mapper() } }, scm_type: { - client_side_validation: true, required: false, serialized_name: 'scmType', type: { @@ -387,7 +361,6 @@ def self.mapper() } }, use32bit_worker_process: { - client_side_validation: true, required: false, serialized_name: 'use32BitWorkerProcess', type: { @@ -395,7 +368,6 @@ def self.mapper() } }, web_sockets_enabled: { - client_side_validation: true, required: false, serialized_name: 'webSocketsEnabled', type: { @@ -403,7 +375,6 @@ def self.mapper() } }, always_on: { - client_side_validation: true, required: false, serialized_name: 'alwaysOn', type: { @@ -411,7 +382,6 @@ def self.mapper() } }, java_version: { - client_side_validation: true, required: false, serialized_name: 'javaVersion', type: { @@ -419,7 +389,6 @@ def self.mapper() } }, java_container: { - client_side_validation: true, required: false, serialized_name: 'javaContainer', type: { @@ -427,7 +396,6 @@ def self.mapper() } }, java_container_version: { - client_side_validation: true, required: false, serialized_name: 'javaContainerVersion', type: { @@ -435,7 +403,6 @@ def self.mapper() } }, app_command_line: { - client_side_validation: true, required: false, serialized_name: 'appCommandLine', type: { @@ -443,7 +410,6 @@ def self.mapper() } }, managed_pipeline_mode: { - client_side_validation: true, required: false, serialized_name: 'managedPipelineMode', type: { @@ -452,13 +418,11 @@ def self.mapper() } }, virtual_applications: { - client_side_validation: true, required: false, serialized_name: 'virtualApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualApplicationElementType', type: { @@ -469,7 +433,6 @@ def self.mapper() } }, load_balancing: { - client_side_validation: true, required: false, serialized_name: 'loadBalancing', type: { @@ -478,7 +441,6 @@ def self.mapper() } }, experiments: { - client_side_validation: true, required: false, serialized_name: 'experiments', type: { @@ -487,7 +449,6 @@ def self.mapper() } }, limits: { - client_side_validation: true, required: false, serialized_name: 'limits', type: { @@ -496,7 +457,6 @@ def self.mapper() } }, auto_heal_enabled: { - client_side_validation: true, required: false, serialized_name: 'autoHealEnabled', type: { @@ -504,7 +464,6 @@ def self.mapper() } }, auto_heal_rules: { - client_side_validation: true, required: false, serialized_name: 'autoHealRules', type: { @@ -513,7 +472,6 @@ def self.mapper() } }, tracing_options: { - client_side_validation: true, required: false, serialized_name: 'tracingOptions', type: { @@ -521,7 +479,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetName', type: { @@ -529,7 +486,6 @@ def self.mapper() } }, cors: { - client_side_validation: true, required: false, serialized_name: 'cors', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, push: { - client_side_validation: true, required: false, serialized_name: 'push', type: { @@ -547,7 +502,6 @@ def self.mapper() } }, api_definition: { - client_side_validation: true, required: false, serialized_name: 'apiDefinition', type: { @@ -556,7 +510,6 @@ def self.mapper() } }, auto_swap_slot_name: { - client_side_validation: true, required: false, serialized_name: 'autoSwapSlotName', type: { @@ -564,7 +517,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, serialized_name: 'localMySqlEnabled', default_value: false, @@ -573,13 +525,11 @@ def self.mapper() } }, ip_security_restrictions: { - client_side_validation: true, required: false, serialized_name: 'ipSecurityRestrictions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestrictionElementType', type: { @@ -590,7 +540,6 @@ def self.mapper() } }, http20enabled: { - client_side_validation: true, required: false, serialized_name: 'http20Enabled', default_value: true, @@ -599,7 +548,6 @@ def self.mapper() } }, min_tls_version: { - client_side_validation: true, required: false, serialized_name: 'minTlsVersion', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource.rb index 1f180aa9b1..35583090ca 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource.rb @@ -118,7 +118,7 @@ class SiteConfigResource < ProxyOnlyResource # 'WeightedTotalTraffic', 'RequestHash' attr_accessor :load_balancing - # @return [Experiments] This is work around for polymophic types. + # @return [Experiments] This is work around for polymorphic types. attr_accessor :experiments # @return [SiteLimits] Site limits. @@ -173,7 +173,6 @@ class SiteConfigResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfigResource', type: { @@ -181,7 +180,6 @@ def self.mapper() class_name: 'SiteConfigResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -190,7 +188,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -199,7 +196,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -207,7 +203,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -216,7 +211,6 @@ def self.mapper() } }, number_of_workers: { - client_side_validation: true, required: false, serialized_name: 'properties.numberOfWorkers', type: { @@ -224,13 +218,11 @@ def self.mapper() } }, default_documents: { - client_side_validation: true, required: false, serialized_name: 'properties.defaultDocuments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -240,7 +232,6 @@ def self.mapper() } }, net_framework_version: { - client_side_validation: true, required: false, serialized_name: 'properties.netFrameworkVersion', default_value: 'v4.6', @@ -249,7 +240,6 @@ def self.mapper() } }, php_version: { - client_side_validation: true, required: false, serialized_name: 'properties.phpVersion', type: { @@ -257,7 +247,6 @@ def self.mapper() } }, python_version: { - client_side_validation: true, required: false, serialized_name: 'properties.pythonVersion', type: { @@ -265,7 +254,6 @@ def self.mapper() } }, node_version: { - client_side_validation: true, required: false, serialized_name: 'properties.nodeVersion', type: { @@ -273,7 +261,6 @@ def self.mapper() } }, linux_fx_version: { - client_side_validation: true, required: false, serialized_name: 'properties.linuxFxVersion', type: { @@ -281,7 +268,6 @@ def self.mapper() } }, request_tracing_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.requestTracingEnabled', type: { @@ -289,7 +275,6 @@ def self.mapper() } }, request_tracing_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.requestTracingExpirationTime', type: { @@ -297,7 +282,6 @@ def self.mapper() } }, remote_debugging_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.remoteDebuggingEnabled', type: { @@ -305,7 +289,6 @@ def self.mapper() } }, remote_debugging_version: { - client_side_validation: true, required: false, serialized_name: 'properties.remoteDebuggingVersion', type: { @@ -313,7 +296,6 @@ def self.mapper() } }, http_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.httpLoggingEnabled', type: { @@ -321,7 +303,6 @@ def self.mapper() } }, logs_directory_size_limit: { - client_side_validation: true, required: false, serialized_name: 'properties.logsDirectorySizeLimit', type: { @@ -329,7 +310,6 @@ def self.mapper() } }, detailed_error_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.detailedErrorLoggingEnabled', type: { @@ -337,7 +317,6 @@ def self.mapper() } }, publishing_username: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingUsername', type: { @@ -345,13 +324,11 @@ def self.mapper() } }, app_settings: { - client_side_validation: true, required: false, serialized_name: 'properties.appSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -362,13 +339,11 @@ def self.mapper() } }, connection_strings: { - client_side_validation: true, required: false, serialized_name: 'properties.connectionStrings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfoElementType', type: { @@ -379,7 +354,6 @@ def self.mapper() } }, machine_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.machineKey', @@ -389,13 +363,11 @@ def self.mapper() } }, handler_mappings: { - client_side_validation: true, required: false, serialized_name: 'properties.handlerMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HandlerMappingElementType', type: { @@ -406,7 +378,6 @@ def self.mapper() } }, document_root: { - client_side_validation: true, required: false, serialized_name: 'properties.documentRoot', type: { @@ -414,7 +385,6 @@ def self.mapper() } }, scm_type: { - client_side_validation: true, required: false, serialized_name: 'properties.scmType', type: { @@ -422,7 +392,6 @@ def self.mapper() } }, use32bit_worker_process: { - client_side_validation: true, required: false, serialized_name: 'properties.use32BitWorkerProcess', type: { @@ -430,7 +399,6 @@ def self.mapper() } }, web_sockets_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.webSocketsEnabled', type: { @@ -438,7 +406,6 @@ def self.mapper() } }, always_on: { - client_side_validation: true, required: false, serialized_name: 'properties.alwaysOn', type: { @@ -446,7 +413,6 @@ def self.mapper() } }, java_version: { - client_side_validation: true, required: false, serialized_name: 'properties.javaVersion', type: { @@ -454,7 +420,6 @@ def self.mapper() } }, java_container: { - client_side_validation: true, required: false, serialized_name: 'properties.javaContainer', type: { @@ -462,7 +427,6 @@ def self.mapper() } }, java_container_version: { - client_side_validation: true, required: false, serialized_name: 'properties.javaContainerVersion', type: { @@ -470,7 +434,6 @@ def self.mapper() } }, app_command_line: { - client_side_validation: true, required: false, serialized_name: 'properties.appCommandLine', type: { @@ -478,7 +441,6 @@ def self.mapper() } }, managed_pipeline_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.managedPipelineMode', type: { @@ -487,13 +449,11 @@ def self.mapper() } }, virtual_applications: { - client_side_validation: true, required: false, serialized_name: 'properties.virtualApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualApplicationElementType', type: { @@ -504,7 +464,6 @@ def self.mapper() } }, load_balancing: { - client_side_validation: true, required: false, serialized_name: 'properties.loadBalancing', type: { @@ -513,7 +472,6 @@ def self.mapper() } }, experiments: { - client_side_validation: true, required: false, serialized_name: 'properties.experiments', type: { @@ -522,7 +480,6 @@ def self.mapper() } }, limits: { - client_side_validation: true, required: false, serialized_name: 'properties.limits', type: { @@ -531,7 +488,6 @@ def self.mapper() } }, auto_heal_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.autoHealEnabled', type: { @@ -539,7 +495,6 @@ def self.mapper() } }, auto_heal_rules: { - client_side_validation: true, required: false, serialized_name: 'properties.autoHealRules', type: { @@ -548,7 +503,6 @@ def self.mapper() } }, tracing_options: { - client_side_validation: true, required: false, serialized_name: 'properties.tracingOptions', type: { @@ -556,7 +510,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -564,7 +517,6 @@ def self.mapper() } }, cors: { - client_side_validation: true, required: false, serialized_name: 'properties.cors', type: { @@ -573,7 +525,6 @@ def self.mapper() } }, push: { - client_side_validation: true, required: false, serialized_name: 'properties.push', type: { @@ -582,7 +533,6 @@ def self.mapper() } }, api_definition: { - client_side_validation: true, required: false, serialized_name: 'properties.apiDefinition', type: { @@ -591,7 +541,6 @@ def self.mapper() } }, auto_swap_slot_name: { - client_side_validation: true, required: false, serialized_name: 'properties.autoSwapSlotName', type: { @@ -599,7 +548,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.localMySqlEnabled', default_value: false, @@ -608,13 +556,11 @@ def self.mapper() } }, ip_security_restrictions: { - client_side_validation: true, required: false, serialized_name: 'properties.ipSecurityRestrictions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestrictionElementType', type: { @@ -625,7 +571,6 @@ def self.mapper() } }, http20enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.http20Enabled', default_value: true, @@ -634,7 +579,6 @@ def self.mapper() } }, min_tls_version: { - client_side_validation: true, required: false, serialized_name: 'properties.minTlsVersion', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource_collection.rb index 7f82afff4a..400dd6a35c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_config_resource_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfigResourceCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'SiteConfigResourceCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteConfigResourceElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb index adc309757d..f4e644643e 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb @@ -25,7 +25,6 @@ class SiteConfigurationSnapshotInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfigurationSnapshotInfo', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'SiteConfigurationSnapshotInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -59,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -68,7 +63,6 @@ def self.mapper() } }, time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.time', @@ -77,7 +71,6 @@ def self.mapper() } }, site_configuration_snapshot_info_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info_collection.rb index 6270115b9f..5955809f14 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info_collection.rb @@ -59,7 +59,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfigurationSnapshotInfoCollection', type: { @@ -67,13 +66,11 @@ def self.mapper() class_name: 'SiteConfigurationSnapshotInfoCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteConfigurationSnapshotInfoElementType', type: { @@ -84,7 +81,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info.rb index 1392525b5d..a1f094afcd 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info.rb @@ -81,7 +81,6 @@ class SiteExtensionInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteExtensionInfo', type: { @@ -89,7 +88,6 @@ def self.mapper() class_name: 'SiteExtensionInfo', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -98,7 +96,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -107,7 +104,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -115,7 +111,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -124,7 +119,6 @@ def self.mapper() } }, site_extension_info_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { @@ -132,7 +126,6 @@ def self.mapper() } }, title: { - client_side_validation: true, required: false, serialized_name: 'properties.title', type: { @@ -140,7 +133,6 @@ def self.mapper() } }, site_extension_info_type: { - client_side_validation: true, required: false, serialized_name: 'properties.type', type: { @@ -149,7 +141,6 @@ def self.mapper() } }, summary: { - client_side_validation: true, required: false, serialized_name: 'properties.summary', type: { @@ -157,7 +148,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'properties.description', type: { @@ -165,7 +155,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, serialized_name: 'properties.version', type: { @@ -173,7 +162,6 @@ def self.mapper() } }, extension_url: { - client_side_validation: true, required: false, serialized_name: 'properties.extensionUrl', type: { @@ -181,7 +169,6 @@ def self.mapper() } }, project_url: { - client_side_validation: true, required: false, serialized_name: 'properties.projectUrl', type: { @@ -189,7 +176,6 @@ def self.mapper() } }, icon_url: { - client_side_validation: true, required: false, serialized_name: 'properties.iconUrl', type: { @@ -197,7 +183,6 @@ def self.mapper() } }, license_url: { - client_side_validation: true, required: false, serialized_name: 'properties.licenseUrl', type: { @@ -205,7 +190,6 @@ def self.mapper() } }, feed_url: { - client_side_validation: true, required: false, serialized_name: 'properties.feedUrl', type: { @@ -213,13 +197,11 @@ def self.mapper() } }, authors: { - client_side_validation: true, required: false, serialized_name: 'properties.authors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -229,7 +211,6 @@ def self.mapper() } }, installation_args: { - client_side_validation: true, required: false, serialized_name: 'properties.installationArgs', type: { @@ -237,7 +218,6 @@ def self.mapper() } }, published_date_time: { - client_side_validation: true, required: false, serialized_name: 'properties.publishedDateTime', type: { @@ -245,7 +225,6 @@ def self.mapper() } }, download_count: { - client_side_validation: true, required: false, serialized_name: 'properties.downloadCount', type: { @@ -253,7 +232,6 @@ def self.mapper() } }, local_is_latest_version: { - client_side_validation: true, required: false, serialized_name: 'properties.localIsLatestVersion', type: { @@ -261,7 +239,6 @@ def self.mapper() } }, local_path: { - client_side_validation: true, required: false, serialized_name: 'properties.localPath', type: { @@ -269,7 +246,6 @@ def self.mapper() } }, installed_date_time: { - client_side_validation: true, required: false, serialized_name: 'properties.installedDateTime', type: { @@ -277,7 +253,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { @@ -285,7 +260,6 @@ def self.mapper() } }, comment: { - client_side_validation: true, required: false, serialized_name: 'properties.comment', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info_collection.rb index c7e9f1dd9e..5fad75218d 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_extension_info_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteExtensionInfoCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'SiteExtensionInfoCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteExtensionInfoElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_instance.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_instance.rb index 0e08a444fd..5004fb2d46 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_instance.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_instance.rb @@ -22,7 +22,6 @@ class SiteInstance < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteInstance', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'SiteInstance', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, site_instance_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_limits.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_limits.rb index f99a7ffbaa..3c12a4d8aa 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_limits.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_limits.rb @@ -28,7 +28,6 @@ class SiteLimits # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteLimits', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SiteLimits', model_properties: { max_percentage_cpu: { - client_side_validation: true, required: false, serialized_name: 'maxPercentageCpu', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, max_memory_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxMemoryInMb', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, max_disk_size_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxDiskSizeInMb', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_logs_config.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_logs_config.rb index b8c80872d8..ccf7db4d59 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_logs_config.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_logs_config.rb @@ -31,7 +31,6 @@ class SiteLogsConfig < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteLogsConfig', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SiteLogsConfig', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -74,7 +69,6 @@ def self.mapper() } }, application_logs: { - client_side_validation: true, required: false, serialized_name: 'properties.applicationLogs', type: { @@ -83,7 +77,6 @@ def self.mapper() } }, http_logs: { - client_side_validation: true, required: false, serialized_name: 'properties.httpLogs', type: { @@ -92,7 +85,6 @@ def self.mapper() } }, failed_requests_tracing: { - client_side_validation: true, required: false, serialized_name: 'properties.failedRequestsTracing', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, detailed_error_messages: { - client_side_validation: true, required: false, serialized_name: 'properties.detailedErrorMessages', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_machine_key.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_machine_key.rb index 34e3e175e8..9522c054e7 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_machine_key.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_machine_key.rb @@ -31,7 +31,6 @@ class SiteMachineKey # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteMachineKey', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SiteMachineKey', model_properties: { validation: { - client_side_validation: true, required: false, serialized_name: 'validation', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, validation_key: { - client_side_validation: true, required: false, serialized_name: 'validationKey', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, decryption: { - client_side_validation: true, required: false, serialized_name: 'decryption', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, decryption_key: { - client_side_validation: true, required: false, serialized_name: 'decryptionKey', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_patch_resource.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_patch_resource.rb index 1522f2b745..39ee502c4f 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_patch_resource.rb @@ -153,7 +153,6 @@ class SitePatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SitePatchResource', type: { @@ -161,7 +160,6 @@ def self.mapper() class_name: 'SitePatchResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -170,7 +168,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -179,7 +176,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -187,7 +183,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -196,7 +191,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -205,14 +199,12 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -222,7 +214,6 @@ def self.mapper() } }, repository_site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.repositorySiteName', @@ -231,7 +222,6 @@ def self.mapper() } }, usage_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageState', @@ -241,7 +231,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -249,14 +238,12 @@ def self.mapper() } }, enabled_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabledHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -266,7 +253,6 @@ def self.mapper() } }, availability_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.availabilityState', @@ -276,13 +262,11 @@ def self.mapper() } }, host_name_ssl_states: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameSslStates', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameSslStateElementType', type: { @@ -293,7 +277,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -301,7 +284,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -310,7 +292,6 @@ def self.mapper() } }, last_modified_time_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTimeUtc', @@ -319,7 +300,6 @@ def self.mapper() } }, site_config: { - client_side_validation: true, required: false, serialized_name: 'properties.siteConfig', type: { @@ -328,14 +308,12 @@ def self.mapper() } }, traffic_manager_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trafficManagerHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -345,7 +323,6 @@ def self.mapper() } }, scm_site_also_stopped: { - client_side_validation: true, required: false, serialized_name: 'properties.scmSiteAlsoStopped', default_value: false, @@ -354,7 +331,6 @@ def self.mapper() } }, target_swap_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.targetSwapSlot', @@ -363,7 +339,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -372,7 +347,6 @@ def self.mapper() } }, client_affinity_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientAffinityEnabled', type: { @@ -380,7 +354,6 @@ def self.mapper() } }, client_cert_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientCertEnabled', type: { @@ -388,7 +361,6 @@ def self.mapper() } }, host_names_disabled: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNamesDisabled', type: { @@ -396,7 +368,6 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outboundIpAddresses', @@ -405,7 +376,6 @@ def self.mapper() } }, possible_outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.possibleOutboundIpAddresses', @@ -414,7 +384,6 @@ def self.mapper() } }, container_size: { - client_side_validation: true, required: false, serialized_name: 'properties.containerSize', type: { @@ -422,7 +391,6 @@ def self.mapper() } }, daily_memory_time_quota: { - client_side_validation: true, required: false, serialized_name: 'properties.dailyMemoryTimeQuota', type: { @@ -430,7 +398,6 @@ def self.mapper() } }, suspended_till: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suspendedTill', @@ -439,7 +406,6 @@ def self.mapper() } }, max_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxNumberOfWorkers', @@ -448,7 +414,6 @@ def self.mapper() } }, cloning_info: { - client_side_validation: true, required: false, serialized_name: 'properties.cloningInfo', type: { @@ -457,7 +422,6 @@ def self.mapper() } }, snapshot_info: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotInfo', type: { @@ -466,7 +430,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -475,7 +438,6 @@ def self.mapper() } }, is_default_container: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefaultContainer', @@ -484,7 +446,6 @@ def self.mapper() } }, default_host_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultHostName', @@ -493,7 +454,6 @@ def self.mapper() } }, slot_swap_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.slotSwapStatus', @@ -503,7 +463,6 @@ def self.mapper() } }, https_only: { - client_side_validation: true, required: false, serialized_name: 'properties.httpsOnly', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_php_error_log_flag.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_php_error_log_flag.rb index f0da8167e9..5f3c4781f4 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_php_error_log_flag.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_php_error_log_flag.rb @@ -31,7 +31,6 @@ class SitePhpErrorLogFlag < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SitePhpErrorLogFlag', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SitePhpErrorLogFlag', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -74,7 +69,6 @@ def self.mapper() } }, local_log_errors: { - client_side_validation: true, required: false, serialized_name: 'properties.localLogErrors', type: { @@ -82,7 +76,6 @@ def self.mapper() } }, master_log_errors: { - client_side_validation: true, required: false, serialized_name: 'properties.masterLogErrors', type: { @@ -90,7 +83,6 @@ def self.mapper() } }, local_log_errors_max_length: { - client_side_validation: true, required: false, serialized_name: 'properties.localLogErrorsMaxLength', type: { @@ -98,7 +90,6 @@ def self.mapper() } }, master_log_errors_max_length: { - client_side_validation: true, required: false, serialized_name: 'properties.masterLogErrorsMaxLength', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_source_control.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_source_control.rb index e74fcfcc37..56cba3c957 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_source_control.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/site_source_control.rb @@ -38,7 +38,6 @@ class SiteSourceControl < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteSourceControl', type: { @@ -46,7 +45,6 @@ def self.mapper() class_name: 'SiteSourceControl', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -72,7 +68,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -81,7 +76,6 @@ def self.mapper() } }, repo_url: { - client_side_validation: true, required: false, serialized_name: 'properties.repoUrl', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, branch: { - client_side_validation: true, required: false, serialized_name: 'properties.branch', type: { @@ -97,7 +90,6 @@ def self.mapper() } }, is_manual_integration: { - client_side_validation: true, required: false, serialized_name: 'properties.isManualIntegration', type: { @@ -105,7 +97,6 @@ def self.mapper() } }, deployment_rollback_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.deploymentRollbackEnabled', type: { @@ -113,7 +104,6 @@ def self.mapper() } }, is_mercurial: { - client_side_validation: true, required: false, serialized_name: 'properties.isMercurial', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_capacity.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_capacity.rb index 02fb16d9ae..f330c7352c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_capacity.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_capacity.rb @@ -35,7 +35,6 @@ class SkuCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuCapacity', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'SkuCapacity', model_properties: { minimum: { - client_side_validation: true, required: false, serialized_name: 'minimum', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, serialized_name: 'maximum', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, default: { - client_side_validation: true, required: false, serialized_name: 'default', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, scale_type: { - client_side_validation: true, required: false, serialized_name: 'scaleType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_description.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_description.rb index 42bacbf46a..af12355f23 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_description.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/sku_description.rb @@ -44,7 +44,6 @@ class SkuDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuDescription', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'SkuDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,7 +58,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -68,7 +65,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, sku_capacity: { - client_side_validation: true, required: false, serialized_name: 'skuCapacity', type: { @@ -101,13 +94,11 @@ def self.mapper() } }, locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -117,13 +108,11 @@ def self.mapper() } }, capabilities: { - client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CapabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_config_names_resource.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_config_names_resource.rb index 864be4d39d..113e8e2087 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_config_names_resource.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_config_names_resource.rb @@ -25,7 +25,6 @@ class SlotConfigNamesResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotConfigNamesResource', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'SlotConfigNamesResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -59,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -68,13 +63,11 @@ def self.mapper() } }, connection_string_names: { - client_side_validation: true, required: false, serialized_name: 'properties.connectionStringNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -84,13 +77,11 @@ def self.mapper() } }, app_setting_names: { - client_side_validation: true, required: false, serialized_name: 'properties.appSettingNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference.rb index 3ef534aef5..a1b31cedcd 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference.rb @@ -42,7 +42,6 @@ class SlotDifference < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotDifference', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'SlotDifference', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, slot_difference_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.type', @@ -94,7 +88,6 @@ def self.mapper() } }, setting_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.settingType', @@ -103,7 +96,6 @@ def self.mapper() } }, diff_rule: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.diffRule', @@ -112,7 +104,6 @@ def self.mapper() } }, setting_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.settingName', @@ -121,7 +112,6 @@ def self.mapper() } }, value_in_current_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.valueInCurrentSlot', @@ -130,7 +120,6 @@ def self.mapper() } }, value_in_target_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.valueInTargetSlot', @@ -139,7 +128,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference_collection.rb index cc5cd2e6e0..46a9908022 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_difference_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotDifferenceCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'SlotDifferenceCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SlotDifferenceElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb index 405212fd06..d316757e0a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slot_swap_status.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_08_01 module Models # - # The status of the last successfull slot swap operation. + # The status of the last successful slot swap operation. # class SlotSwapStatus @@ -28,7 +28,6 @@ class SlotSwapStatus # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotSwapStatus', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlotSwapStatus', model_properties: { timestamp_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestampUtc', @@ -45,7 +43,6 @@ def self.mapper() } }, source_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceSlotName', @@ -54,7 +51,6 @@ def self.mapper() } }, destination_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'destinationSlotName', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb index 0c4c6b89aa..566766bb30 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb @@ -28,7 +28,6 @@ class SlowRequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlowRequestsBasedTrigger', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlowRequestsBasedTrigger', model_properties: { time_taken: { - client_side_validation: true, required: false, serialized_name: 'timeTaken', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot.rb index 506e76e0e4..f477caca67 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot.rb @@ -22,7 +22,6 @@ class Snapshot < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Snapshot', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'Snapshot', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.time', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_collection.rb index 6e2ad1ed09..e8b0b5db52 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_collection.rb @@ -58,7 +58,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotCollection', type: { @@ -66,13 +65,11 @@ def self.mapper() class_name: 'SnapshotCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SnapshotElementType', 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_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb index 18752a4cc3..7b30fad82c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb @@ -40,7 +40,6 @@ class SnapshotRecoveryRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryRequest', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'SnapshotRecoveryRequest', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, snapshot_time: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotTime', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, recovery_target: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryTarget', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'properties.overwrite', type: { @@ -108,7 +100,6 @@ def self.mapper() } }, recover_configuration: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverConfiguration', type: { @@ -116,7 +107,6 @@ def self.mapper() } }, ignore_conflicting_host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreConflictingHostNames', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb index f330e26a7c..7f262fd2a5 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb @@ -30,7 +30,6 @@ class SnapshotRecoveryTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryTarget', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'SnapshotRecoveryTarget', model_properties: { location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb index fd3114da10..1a443a55d2 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb @@ -34,7 +34,6 @@ class StatusCodesBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTrigger', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'StatusCodesBasedTrigger', model_properties: { status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, sub_status: { - client_side_validation: true, required: false, serialized_name: 'subStatus', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, win32status: { - client_side_validation: true, required: false, serialized_name: 'win32Status', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_options.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_options.rb index bfe00c1ce3..47b8b39a47 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_options.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_options.rb @@ -34,7 +34,6 @@ class StorageMigrationOptions < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StorageMigrationOptions', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'StorageMigrationOptions', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, azurefiles_connection_string: { - client_side_validation: true, required: false, serialized_name: 'properties.azurefilesConnectionString', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, azurefiles_share: { - client_side_validation: true, required: false, serialized_name: 'properties.azurefilesShare', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, switch_site_after_migration: { - client_side_validation: true, required: false, serialized_name: 'properties.switchSiteAfterMigration', default_value: false, @@ -102,7 +94,6 @@ def self.mapper() } }, block_write_access_to_site: { - client_side_validation: true, required: false, serialized_name: 'properties.blockWriteAccessToSite', default_value: false, diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_response.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_response.rb index ff99d7eb5c..433c61e153 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_response.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/storage_migration_response.rb @@ -23,7 +23,6 @@ class StorageMigrationResponse < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StorageMigrationResponse', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'StorageMigrationResponse', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -40,7 +38,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -49,7 +46,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -57,7 +53,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +61,6 @@ def self.mapper() } }, operation_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationId', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/string_dictionary.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/string_dictionary.rb index 67531183ad..0131aa9e05 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/string_dictionary.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/string_dictionary.rb @@ -22,7 +22,6 @@ class StringDictionary < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StringDictionary', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'StringDictionary', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,13 +60,11 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history.rb index 30b6baf692..22d6c80ac1 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history.rb @@ -23,7 +23,6 @@ class TriggeredJobHistory < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TriggeredJobHistory', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'TriggeredJobHistory', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -40,7 +38,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -49,7 +46,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -57,7 +53,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,13 +61,11 @@ def self.mapper() } }, triggered_job_runs: { - client_side_validation: true, required: false, serialized_name: 'properties.triggeredJobRuns', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TriggeredJobRunElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history_collection.rb index eb91918724..9cd3d8c9ce 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_history_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TriggeredJobHistoryCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'TriggeredJobHistoryCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TriggeredJobHistoryElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_run.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_run.rb index 044114143f..63c51415d8 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_run.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_job_run.rb @@ -53,7 +53,6 @@ class TriggeredJobRun < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TriggeredJobRun', type: { @@ -61,7 +60,6 @@ def self.mapper() class_name: 'TriggeredJobRun', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -87,7 +83,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -96,7 +91,6 @@ def self.mapper() } }, triggered_job_run_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { @@ -104,7 +98,6 @@ def self.mapper() } }, triggered_job_run_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -113,7 +106,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'properties.status', type: { @@ -122,7 +114,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { @@ -130,7 +121,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'properties.endTime', type: { @@ -138,7 +128,6 @@ def self.mapper() } }, duration: { - client_side_validation: true, required: false, serialized_name: 'properties.duration', type: { @@ -146,7 +135,6 @@ def self.mapper() } }, output_url: { - client_side_validation: true, required: false, serialized_name: 'properties.outputUrl', type: { @@ -154,7 +142,6 @@ def self.mapper() } }, error_url: { - client_side_validation: true, required: false, serialized_name: 'properties.errorUrl', type: { @@ -162,7 +149,6 @@ def self.mapper() } }, url: { - client_side_validation: true, required: false, serialized_name: 'properties.url', type: { @@ -170,7 +156,6 @@ def self.mapper() } }, job_name: { - client_side_validation: true, required: false, serialized_name: 'properties.jobName', type: { @@ -178,7 +163,6 @@ def self.mapper() } }, trigger: { - client_side_validation: true, required: false, serialized_name: 'properties.trigger', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job.rb index 8e3a71da6c..182e1e4517 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job.rb @@ -53,7 +53,6 @@ class TriggeredWebJob < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TriggeredWebJob', type: { @@ -61,7 +60,6 @@ def self.mapper() class_name: 'TriggeredWebJob', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -87,7 +83,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -96,7 +91,6 @@ def self.mapper() } }, latest_run: { - client_side_validation: true, required: false, serialized_name: 'properties.latestRun', type: { @@ -105,7 +99,6 @@ def self.mapper() } }, history_url: { - client_side_validation: true, required: false, serialized_name: 'properties.historyUrl', type: { @@ -113,7 +106,6 @@ def self.mapper() } }, scheduler_logs_url: { - client_side_validation: true, required: false, serialized_name: 'properties.schedulerLogsUrl', type: { @@ -121,7 +113,6 @@ def self.mapper() } }, triggered_web_job_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -130,7 +121,6 @@ def self.mapper() } }, run_command: { - client_side_validation: true, required: false, serialized_name: 'properties.runCommand', type: { @@ -138,7 +128,6 @@ def self.mapper() } }, url: { - client_side_validation: true, required: false, serialized_name: 'properties.url', type: { @@ -146,7 +135,6 @@ def self.mapper() } }, extra_info_url: { - client_side_validation: true, required: false, serialized_name: 'properties.extraInfoUrl', type: { @@ -154,7 +142,6 @@ def self.mapper() } }, job_type: { - client_side_validation: true, required: false, serialized_name: 'properties.jobType', type: { @@ -163,7 +150,6 @@ def self.mapper() } }, error: { - client_side_validation: true, required: false, serialized_name: 'properties.error', type: { @@ -171,7 +157,6 @@ def self.mapper() } }, using_sdk: { - client_side_validation: true, required: false, serialized_name: 'properties.usingSdk', type: { @@ -179,13 +164,11 @@ def self.mapper() } }, settings: { - client_side_validation: true, required: false, serialized_name: 'properties.settings', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job_collection.rb index 03db35d7e8..97a75d3cec 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/triggered_web_job_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TriggeredWebJobCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'TriggeredWebJobCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TriggeredWebJobElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/user.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/user.rb index 6cce202c43..1b7b48c7d9 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/user.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/user.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_08_01 module Models # - # User crendentials used for publishing activity. + # User credentials used for publishing activity. # class User < ProxyOnlyResource @@ -34,7 +34,6 @@ class User < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'User', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'User', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, publishing_user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingUserName', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, publishing_password: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPassword', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, publishing_password_hash: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHash', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, publishing_password_hash_salt: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHashSalt', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_application.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_application.rb index dc14b83f54..018c7d26b3 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_application.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_application.rb @@ -33,7 +33,6 @@ class VirtualApplication # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualApplication', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'VirtualApplication', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, preload_enabled: { - client_side_validation: true, required: false, serialized_name: 'preloadEnabled', type: { @@ -65,13 +61,11 @@ def self.mapper() } }, virtual_directories: { - client_side_validation: true, required: false, serialized_name: 'virtualDirectories', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectoryElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_directory.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_directory.rb index 2c376aa176..538505b37c 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_directory.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/virtual_directory.rb @@ -25,7 +25,6 @@ class VirtualDirectory # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectory', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'VirtualDirectory', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb index 94a440c494..20c1baea27 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_gateway.rb @@ -26,7 +26,6 @@ class VnetGateway < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetGateway', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetGateway', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, vpn_package_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.vpnPackageUri', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_info.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_info.rb index 14db682447..06eea0f1bc 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_info.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_info.rb @@ -42,7 +42,6 @@ class VnetInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetInfo', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'VnetInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, vnet_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceId', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, cert_thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.certThumbprint', @@ -102,7 +95,6 @@ def self.mapper() } }, cert_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.certBlob', type: { @@ -110,14 +102,12 @@ def self.mapper() } }, routes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.routes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VnetRouteElementType', type: { @@ -128,7 +118,6 @@ def self.mapper() } }, resync_required: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resyncRequired', @@ -137,7 +126,6 @@ def self.mapper() } }, dns_servers: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsServers', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_route.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_route.rb index 6ad0faa2bf..6ff5d28ea6 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_route.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/vnet_route.rb @@ -44,7 +44,6 @@ class VnetRoute < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetRoute', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'VnetRoute', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +82,6 @@ def self.mapper() } }, vnet_route_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, start_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, end_address: { - client_side_validation: true, required: false, serialized_name: 'properties.endAddress', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, route_type: { - client_side_validation: true, required: false, serialized_name: 'properties.routeType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_collection.rb index e7cc34464a..0885668fc4 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WebAppCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'WebAppCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_instance_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_instance_collection.rb index bd370931a5..d4c6d0df10 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_instance_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_app_instance_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WebAppInstanceCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'WebAppInstanceCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteInstanceElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job.rb index 170ba7740c..d41fc3d910 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job.rb @@ -44,7 +44,6 @@ class WebJob < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WebJob', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'WebJob', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +82,6 @@ def self.mapper() } }, web_job_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -96,7 +90,6 @@ def self.mapper() } }, run_command: { - client_side_validation: true, required: false, serialized_name: 'properties.runCommand', type: { @@ -104,7 +97,6 @@ def self.mapper() } }, url: { - client_side_validation: true, required: false, serialized_name: 'properties.url', type: { @@ -112,7 +104,6 @@ def self.mapper() } }, extra_info_url: { - client_side_validation: true, required: false, serialized_name: 'properties.extraInfoUrl', type: { @@ -120,7 +111,6 @@ def self.mapper() } }, job_type: { - client_side_validation: true, required: false, serialized_name: 'properties.jobType', type: { @@ -129,7 +119,6 @@ def self.mapper() } }, error: { - client_side_validation: true, required: false, serialized_name: 'properties.error', type: { @@ -137,7 +126,6 @@ def self.mapper() } }, using_sdk: { - client_side_validation: true, required: false, serialized_name: 'properties.usingSdk', type: { @@ -145,13 +133,11 @@ def self.mapper() } }, settings: { - client_side_validation: true, required: false, serialized_name: 'properties.settings', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job_collection.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job_collection.rb index 08dad7a0fc..02e4223205 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job_collection.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/models/web_job_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WebJobCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'WebJobCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'WebJobElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/version.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/version.rb new file mode 100644 index 0000000000..a2f2287695 --- /dev/null +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/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::Web::Mgmt::V2016_08_01 + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_apps.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_apps.rb index 6b5ab1119e..c4f587704a 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_apps.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_apps.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -126,8 +125,8 @@ def list_async(custom_headers:nil) # # @return [Array] operation results. # - def list_by_resource_group(resource_group_name, include_slots:nil, custom_headers:nil) - first_page = list_by_resource_group_as_lazy(resource_group_name, include_slots:include_slots, custom_headers:custom_headers) + def list_by_resource_group(resource_group_name, include_slots = nil, custom_headers = nil) + first_page = list_by_resource_group_as_lazy(resource_group_name, include_slots, custom_headers) first_page.get_all_items end @@ -146,8 +145,8 @@ def list_by_resource_group(resource_group_name, include_slots:nil, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_resource_group_with_http_info(resource_group_name, include_slots:nil, custom_headers:nil) - list_by_resource_group_async(resource_group_name, include_slots:include_slots, custom_headers:custom_headers).value! + def list_by_resource_group_with_http_info(resource_group_name, include_slots = nil, custom_headers = nil) + list_by_resource_group_async(resource_group_name, include_slots, custom_headers).value! end # @@ -165,17 +164,13 @@ def list_by_resource_group_with_http_info(resource_group_name, include_slots:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_resource_group_async(resource_group_name, include_slots:nil, custom_headers:nil) + def list_by_resource_group_async(resource_group_name, include_slots = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -233,8 +228,8 @@ def list_by_resource_group_async(resource_group_name, include_slots:nil, custom_ # # @return [Site] operation results. # - def get(resource_group_name, name, custom_headers:nil) - response = get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get(resource_group_name, name, custom_headers = nil) + response = get_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -251,8 +246,8 @@ def get(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, name, custom_headers:nil) - get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, name, custom_headers = nil) + get_async(resource_group_name, name, custom_headers).value! end # @@ -268,18 +263,14 @@ def get_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, name, custom_headers:nil) + def get_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -342,8 +333,8 @@ def get_async(resource_group_name, name, custom_headers:nil) # # @return [Site] operation results. # - def create_or_update(resource_group_name, name, site_envelope, custom_headers:nil) - response = create_or_update_async(resource_group_name, name, site_envelope, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, name, site_envelope, custom_headers = nil) + response = create_or_update_async(resource_group_name, name, site_envelope, custom_headers).value! response.body unless response.nil? end @@ -360,9 +351,9 @@ def create_or_update(resource_group_name, name, site_envelope, custom_headers:ni # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, name, site_envelope, custom_headers:nil) + def create_or_update_async(resource_group_name, name, site_envelope, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -394,8 +385,8 @@ def create_or_update_async(resource_group_name, name, site_envelope, custom_head # will be added to the HTTP request. # # - def delete(resource_group_name, name, delete_metrics:nil, delete_empty_server_farm:nil, custom_headers:nil) - response = delete_async(resource_group_name, name, delete_metrics:delete_metrics, delete_empty_server_farm:delete_empty_server_farm, custom_headers:custom_headers).value! + def delete(resource_group_name, name, delete_metrics = nil, delete_empty_server_farm = nil, custom_headers = nil) + response = delete_async(resource_group_name, name, delete_metrics, delete_empty_server_farm, custom_headers).value! nil end @@ -416,8 +407,8 @@ def delete(resource_group_name, name, delete_metrics:nil, delete_empty_server_fa # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, name, delete_metrics:nil, delete_empty_server_farm:nil, custom_headers:nil) - delete_async(resource_group_name, name, delete_metrics:delete_metrics, delete_empty_server_farm:delete_empty_server_farm, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, name, delete_metrics = nil, delete_empty_server_farm = nil, custom_headers = nil) + delete_async(resource_group_name, name, delete_metrics, delete_empty_server_farm, custom_headers).value! end # @@ -437,18 +428,14 @@ def delete_with_http_info(resource_group_name, name, delete_metrics:nil, delete_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, name, delete_metrics:nil, delete_empty_server_farm:nil, custom_headers:nil) + def delete_async(resource_group_name, name, delete_metrics = nil, delete_empty_server_farm = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -501,8 +488,8 @@ def delete_async(resource_group_name, name, delete_metrics:nil, delete_empty_ser # # @return [Site] operation results. # - def update(resource_group_name, name, site_envelope, custom_headers:nil) - response = update_async(resource_group_name, name, site_envelope, custom_headers:custom_headers).value! + def update(resource_group_name, name, site_envelope, custom_headers = nil) + response = update_async(resource_group_name, name, site_envelope, custom_headers).value! response.body unless response.nil? end @@ -524,8 +511,8 @@ def update(resource_group_name, name, site_envelope, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, name, site_envelope, custom_headers:nil) - update_async(resource_group_name, name, site_envelope, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, name, site_envelope, custom_headers = nil) + update_async(resource_group_name, name, site_envelope, custom_headers).value! end # @@ -546,11 +533,8 @@ def update_with_http_info(resource_group_name, name, site_envelope, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, name, site_envelope, custom_headers:nil) + def update_async(resource_group_name, name, site_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_envelope is nil' if site_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -558,12 +542,13 @@ def update_async(resource_group_name, name, site_envelope, 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 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::Web::Mgmt::V2016_08_01::Models::SitePatchResource.mapper() request_content = @client.serialize(request_mapper, site_envelope) @@ -634,8 +619,8 @@ def update_async(resource_group_name, name, site_envelope, custom_headers:nil) # # @return [CustomHostnameAnalysisResult] operation results. # - def analyze_custom_hostname(resource_group_name, name, host_name:nil, custom_headers:nil) - response = analyze_custom_hostname_async(resource_group_name, name, host_name:host_name, custom_headers:custom_headers).value! + def analyze_custom_hostname(resource_group_name, name, host_name = nil, custom_headers = nil) + response = analyze_custom_hostname_async(resource_group_name, name, host_name, custom_headers).value! response.body unless response.nil? end @@ -653,8 +638,8 @@ def analyze_custom_hostname(resource_group_name, name, host_name:nil, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def analyze_custom_hostname_with_http_info(resource_group_name, name, host_name:nil, custom_headers:nil) - analyze_custom_hostname_async(resource_group_name, name, host_name:host_name, custom_headers:custom_headers).value! + def analyze_custom_hostname_with_http_info(resource_group_name, name, host_name = nil, custom_headers = nil) + analyze_custom_hostname_async(resource_group_name, name, host_name, custom_headers).value! end # @@ -671,18 +656,14 @@ def analyze_custom_hostname_with_http_info(resource_group_name, name, host_name: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def analyze_custom_hostname_async(resource_group_name, name, host_name:nil, custom_headers:nil) + def analyze_custom_hostname_async(resource_group_name, name, host_name = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -743,8 +724,8 @@ def analyze_custom_hostname_async(resource_group_name, name, host_name:nil, cust # will be added to the HTTP request. # # - def apply_slot_config_to_production(resource_group_name, name, slot_swap_entity, custom_headers:nil) - response = apply_slot_config_to_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def apply_slot_config_to_production(resource_group_name, name, slot_swap_entity, custom_headers = nil) + response = apply_slot_config_to_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! nil end @@ -765,8 +746,8 @@ def apply_slot_config_to_production(resource_group_name, name, slot_swap_entity, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def apply_slot_config_to_production_with_http_info(resource_group_name, name, slot_swap_entity, custom_headers:nil) - apply_slot_config_to_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def apply_slot_config_to_production_with_http_info(resource_group_name, name, slot_swap_entity, custom_headers = nil) + apply_slot_config_to_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! end # @@ -786,11 +767,8 @@ def apply_slot_config_to_production_with_http_info(resource_group_name, name, sl # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def apply_slot_config_to_production_async(resource_group_name, name, slot_swap_entity, custom_headers:nil) + def apply_slot_config_to_production_async(resource_group_name, name, slot_swap_entity, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_swap_entity is nil' if slot_swap_entity.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -798,12 +776,13 @@ def apply_slot_config_to_production_async(resource_group_name, name, slot_swap_e 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::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity.mapper() request_content = @client.serialize(request_mapper, slot_swap_entity) @@ -855,8 +834,8 @@ def apply_slot_config_to_production_async(resource_group_name, name, slot_swap_e # # @return [BackupItem] operation results. # - def backup(resource_group_name, name, request, custom_headers:nil) - response = backup_async(resource_group_name, name, request, custom_headers:custom_headers).value! + def backup(resource_group_name, name, request, custom_headers = nil) + response = backup_async(resource_group_name, name, request, custom_headers).value! response.body unless response.nil? end @@ -875,8 +854,8 @@ def backup(resource_group_name, name, request, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def backup_with_http_info(resource_group_name, name, request, custom_headers:nil) - backup_async(resource_group_name, name, request, custom_headers:custom_headers).value! + def backup_with_http_info(resource_group_name, name, request, custom_headers = nil) + backup_async(resource_group_name, name, request, custom_headers).value! end # @@ -894,11 +873,8 @@ def backup_with_http_info(resource_group_name, name, request, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def backup_async(resource_group_name, name, request, custom_headers:nil) + def backup_async(resource_group_name, name, request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'request is nil' if request.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -906,12 +882,13 @@ def backup_async(resource_group_name, name, request, 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 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::Web::Mgmt::V2016_08_01::Models::BackupRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -971,8 +948,8 @@ def backup_async(resource_group_name, name, request, custom_headers:nil) # # @return [Array] operation results. # - def list_backups(resource_group_name, name, custom_headers:nil) - first_page = list_backups_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_backups(resource_group_name, name, custom_headers = nil) + first_page = list_backups_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -989,8 +966,8 @@ def list_backups(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_backups_with_http_info(resource_group_name, name, custom_headers:nil) - list_backups_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_backups_with_http_info(resource_group_name, name, custom_headers = nil) + list_backups_async(resource_group_name, name, custom_headers).value! end # @@ -1006,18 +983,14 @@ def list_backups_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_backups_async(resource_group_name, name, custom_headers:nil) + def list_backups_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1079,8 +1052,8 @@ def list_backups_async(resource_group_name, name, custom_headers:nil) # # @return [RestoreRequest] operation results. # - def discover_restore(resource_group_name, name, request, custom_headers:nil) - response = discover_restore_async(resource_group_name, name, request, custom_headers:custom_headers).value! + def discover_restore(resource_group_name, name, request, custom_headers = nil) + response = discover_restore_async(resource_group_name, name, request, custom_headers).value! response.body unless response.nil? end @@ -1101,8 +1074,8 @@ def discover_restore(resource_group_name, name, request, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def discover_restore_with_http_info(resource_group_name, name, request, custom_headers:nil) - discover_restore_async(resource_group_name, name, request, custom_headers:custom_headers).value! + def discover_restore_with_http_info(resource_group_name, name, request, custom_headers = nil) + discover_restore_async(resource_group_name, name, request, custom_headers).value! end # @@ -1122,11 +1095,8 @@ def discover_restore_with_http_info(resource_group_name, name, request, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def discover_restore_async(resource_group_name, name, request, custom_headers:nil) + def discover_restore_async(resource_group_name, name, request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'request is nil' if request.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1134,12 +1104,13 @@ def discover_restore_async(resource_group_name, name, request, 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::Web::Mgmt::V2016_08_01::Models::RestoreRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -1200,8 +1171,8 @@ def discover_restore_async(resource_group_name, name, request, custom_headers:ni # # @return [BackupItem] operation results. # - def get_backup_status(resource_group_name, name, backup_id, custom_headers:nil) - response = get_backup_status_async(resource_group_name, name, backup_id, custom_headers:custom_headers).value! + def get_backup_status(resource_group_name, name, backup_id, custom_headers = nil) + response = get_backup_status_async(resource_group_name, name, backup_id, custom_headers).value! response.body unless response.nil? end @@ -1219,8 +1190,8 @@ def get_backup_status(resource_group_name, name, backup_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_backup_status_with_http_info(resource_group_name, name, backup_id, custom_headers:nil) - get_backup_status_async(resource_group_name, name, backup_id, custom_headers:custom_headers).value! + def get_backup_status_with_http_info(resource_group_name, name, backup_id, custom_headers = nil) + get_backup_status_async(resource_group_name, name, backup_id, custom_headers).value! end # @@ -1237,11 +1208,8 @@ def get_backup_status_with_http_info(resource_group_name, name, backup_id, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_backup_status_async(resource_group_name, name, backup_id, custom_headers:nil) + def get_backup_status_async(resource_group_name, name, backup_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1249,7 +1217,6 @@ def get_backup_status_async(resource_group_name, name, backup_id, custom_headers request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1307,8 +1274,8 @@ def get_backup_status_async(resource_group_name, name, backup_id, custom_headers # will be added to the HTTP request. # # - def delete_backup(resource_group_name, name, backup_id, custom_headers:nil) - response = delete_backup_async(resource_group_name, name, backup_id, custom_headers:custom_headers).value! + def delete_backup(resource_group_name, name, backup_id, custom_headers = nil) + response = delete_backup_async(resource_group_name, name, backup_id, custom_headers).value! nil end @@ -1326,8 +1293,8 @@ def delete_backup(resource_group_name, name, backup_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_backup_with_http_info(resource_group_name, name, backup_id, custom_headers:nil) - delete_backup_async(resource_group_name, name, backup_id, custom_headers:custom_headers).value! + def delete_backup_with_http_info(resource_group_name, name, backup_id, custom_headers = nil) + delete_backup_async(resource_group_name, name, backup_id, custom_headers).value! end # @@ -1344,11 +1311,8 @@ def delete_backup_with_http_info(resource_group_name, name, backup_id, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_backup_async(resource_group_name, name, backup_id, custom_headers:nil) + def delete_backup_async(resource_group_name, name, backup_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1356,7 +1320,6 @@ def delete_backup_async(resource_group_name, name, backup_id, 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 @@ -1412,8 +1375,8 @@ def delete_backup_async(resource_group_name, name, backup_id, custom_headers:nil # # @return [BackupItem] operation results. # - def list_backup_status_secrets(resource_group_name, name, backup_id, request, custom_headers:nil) - response = list_backup_status_secrets_async(resource_group_name, name, backup_id, request, custom_headers:custom_headers).value! + def list_backup_status_secrets(resource_group_name, name, backup_id, request, custom_headers = nil) + response = list_backup_status_secrets_async(resource_group_name, name, backup_id, request, custom_headers).value! response.body unless response.nil? end @@ -1438,8 +1401,8 @@ def list_backup_status_secrets(resource_group_name, name, backup_id, request, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_backup_status_secrets_with_http_info(resource_group_name, name, backup_id, request, custom_headers:nil) - list_backup_status_secrets_async(resource_group_name, name, backup_id, request, custom_headers:custom_headers).value! + def list_backup_status_secrets_with_http_info(resource_group_name, name, backup_id, request, custom_headers = nil) + list_backup_status_secrets_async(resource_group_name, name, backup_id, request, custom_headers).value! end # @@ -1463,11 +1426,8 @@ def list_backup_status_secrets_with_http_info(resource_group_name, name, backup_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_backup_status_secrets_async(resource_group_name, name, backup_id, request, custom_headers:nil) + def list_backup_status_secrets_async(resource_group_name, name, backup_id, request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, 'request is nil' if request.nil? @@ -1476,12 +1436,13 @@ def list_backup_status_secrets_async(resource_group_name, name, backup_id, reque 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::Web::Mgmt::V2016_08_01::Models::BackupRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -1543,8 +1504,8 @@ def list_backup_status_secrets_async(resource_group_name, name, backup_id, reque # # @return [RestoreResponse] operation results. # - def restore(resource_group_name, name, backup_id, request, custom_headers:nil) - response = restore_async(resource_group_name, name, backup_id, request, custom_headers:custom_headers).value! + def restore(resource_group_name, name, backup_id, request, custom_headers = nil) + response = restore_async(resource_group_name, name, backup_id, request, custom_headers).value! response.body unless response.nil? end @@ -1560,9 +1521,9 @@ def restore(resource_group_name, name, backup_id, request, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def restore_async(resource_group_name, name, backup_id, request, custom_headers:nil) + def restore_async(resource_group_name, name, backup_id, request, custom_headers = nil) # Send request - promise = begin_restore_async(resource_group_name, name, backup_id, request, custom_headers:custom_headers) + promise = begin_restore_async(resource_group_name, name, backup_id, request, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -1591,8 +1552,8 @@ def restore_async(resource_group_name, name, backup_id, request, custom_headers: # # @return [Array] operation results. # - def list_configurations(resource_group_name, name, custom_headers:nil) - first_page = list_configurations_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_configurations(resource_group_name, name, custom_headers = nil) + first_page = list_configurations_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -1609,8 +1570,8 @@ def list_configurations(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configurations_with_http_info(resource_group_name, name, custom_headers:nil) - list_configurations_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_configurations_with_http_info(resource_group_name, name, custom_headers = nil) + list_configurations_async(resource_group_name, name, custom_headers).value! end # @@ -1626,18 +1587,14 @@ def list_configurations_with_http_info(resource_group_name, name, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configurations_async(resource_group_name, name, custom_headers:nil) + def list_configurations_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1696,8 +1653,8 @@ def list_configurations_async(resource_group_name, name, custom_headers:nil) # # @return [StringDictionary] operation results. # - def update_application_settings(resource_group_name, name, app_settings, custom_headers:nil) - response = update_application_settings_async(resource_group_name, name, app_settings, custom_headers:custom_headers).value! + def update_application_settings(resource_group_name, name, app_settings, custom_headers = nil) + response = update_application_settings_async(resource_group_name, name, app_settings, custom_headers).value! response.body unless response.nil? end @@ -1715,8 +1672,8 @@ def update_application_settings(resource_group_name, name, app_settings, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_application_settings_with_http_info(resource_group_name, name, app_settings, custom_headers:nil) - update_application_settings_async(resource_group_name, name, app_settings, custom_headers:custom_headers).value! + def update_application_settings_with_http_info(resource_group_name, name, app_settings, custom_headers = nil) + update_application_settings_async(resource_group_name, name, app_settings, custom_headers).value! end # @@ -1733,11 +1690,8 @@ def update_application_settings_with_http_info(resource_group_name, name, app_se # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_application_settings_async(resource_group_name, name, app_settings, custom_headers:nil) + def update_application_settings_async(resource_group_name, name, app_settings, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'app_settings is nil' if app_settings.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1745,12 +1699,13 @@ def update_application_settings_async(resource_group_name, name, app_settings, 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::Web::Mgmt::V2016_08_01::Models::StringDictionary.mapper() request_content = @client.serialize(request_mapper, app_settings) @@ -1810,8 +1765,8 @@ def update_application_settings_async(resource_group_name, name, app_settings, c # # @return [StringDictionary] operation results. # - def list_application_settings(resource_group_name, name, custom_headers:nil) - response = list_application_settings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_application_settings(resource_group_name, name, custom_headers = nil) + response = list_application_settings_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -1828,8 +1783,8 @@ def list_application_settings(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_application_settings_with_http_info(resource_group_name, name, custom_headers:nil) - list_application_settings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_application_settings_with_http_info(resource_group_name, name, custom_headers = nil) + list_application_settings_async(resource_group_name, name, custom_headers).value! end # @@ -1845,18 +1800,14 @@ def list_application_settings_with_http_info(resource_group_name, name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_application_settings_async(resource_group_name, name, custom_headers:nil) + def list_application_settings_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1916,8 +1867,8 @@ def list_application_settings_async(resource_group_name, name, custom_headers:ni # # @return [SiteAuthSettings] operation results. # - def update_auth_settings(resource_group_name, name, site_auth_settings, custom_headers:nil) - response = update_auth_settings_async(resource_group_name, name, site_auth_settings, custom_headers:custom_headers).value! + def update_auth_settings(resource_group_name, name, site_auth_settings, custom_headers = nil) + response = update_auth_settings_async(resource_group_name, name, site_auth_settings, custom_headers).value! response.body unless response.nil? end @@ -1936,8 +1887,8 @@ def update_auth_settings(resource_group_name, name, site_auth_settings, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_auth_settings_with_http_info(resource_group_name, name, site_auth_settings, custom_headers:nil) - update_auth_settings_async(resource_group_name, name, site_auth_settings, custom_headers:custom_headers).value! + def update_auth_settings_with_http_info(resource_group_name, name, site_auth_settings, custom_headers = nil) + update_auth_settings_async(resource_group_name, name, site_auth_settings, custom_headers).value! end # @@ -1955,11 +1906,8 @@ def update_auth_settings_with_http_info(resource_group_name, name, site_auth_set # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_auth_settings_async(resource_group_name, name, site_auth_settings, custom_headers:nil) + def update_auth_settings_async(resource_group_name, name, site_auth_settings, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_auth_settings is nil' if site_auth_settings.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1967,12 +1915,13 @@ def update_auth_settings_async(resource_group_name, name, site_auth_settings, 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::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings.mapper() request_content = @client.serialize(request_mapper, site_auth_settings) @@ -2032,8 +1981,8 @@ def update_auth_settings_async(resource_group_name, name, site_auth_settings, cu # # @return [SiteAuthSettings] operation results. # - def get_auth_settings(resource_group_name, name, custom_headers:nil) - response = get_auth_settings_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_auth_settings(resource_group_name, name, custom_headers = nil) + response = get_auth_settings_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -2050,8 +1999,8 @@ def get_auth_settings(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_auth_settings_with_http_info(resource_group_name, name, custom_headers:nil) - get_auth_settings_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_auth_settings_with_http_info(resource_group_name, name, custom_headers = nil) + get_auth_settings_async(resource_group_name, name, custom_headers).value! end # @@ -2067,18 +2016,14 @@ def get_auth_settings_with_http_info(resource_group_name, name, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_auth_settings_async(resource_group_name, name, custom_headers:nil) + def get_auth_settings_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2137,8 +2082,8 @@ def get_auth_settings_async(resource_group_name, name, custom_headers:nil) # # @return [BackupRequest] operation results. # - def update_backup_configuration(resource_group_name, name, request, custom_headers:nil) - response = update_backup_configuration_async(resource_group_name, name, request, custom_headers:custom_headers).value! + def update_backup_configuration(resource_group_name, name, request, custom_headers = nil) + response = update_backup_configuration_async(resource_group_name, name, request, custom_headers).value! response.body unless response.nil? end @@ -2156,8 +2101,8 @@ def update_backup_configuration(resource_group_name, name, request, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_backup_configuration_with_http_info(resource_group_name, name, request, custom_headers:nil) - update_backup_configuration_async(resource_group_name, name, request, custom_headers:custom_headers).value! + def update_backup_configuration_with_http_info(resource_group_name, name, request, custom_headers = nil) + update_backup_configuration_async(resource_group_name, name, request, custom_headers).value! end # @@ -2174,11 +2119,8 @@ def update_backup_configuration_with_http_info(resource_group_name, name, reques # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_backup_configuration_async(resource_group_name, name, request, custom_headers:nil) + def update_backup_configuration_async(resource_group_name, name, request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'request is nil' if request.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2186,12 +2128,13 @@ def update_backup_configuration_async(resource_group_name, name, request, 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::Web::Mgmt::V2016_08_01::Models::BackupRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -2250,8 +2193,8 @@ def update_backup_configuration_async(resource_group_name, name, request, custom # will be added to the HTTP request. # # - def delete_backup_configuration(resource_group_name, name, custom_headers:nil) - response = delete_backup_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete_backup_configuration(resource_group_name, name, custom_headers = nil) + response = delete_backup_configuration_async(resource_group_name, name, custom_headers).value! nil end @@ -2268,8 +2211,8 @@ def delete_backup_configuration(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_backup_configuration_with_http_info(resource_group_name, name, custom_headers:nil) - delete_backup_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete_backup_configuration_with_http_info(resource_group_name, name, custom_headers = nil) + delete_backup_configuration_async(resource_group_name, name, custom_headers).value! end # @@ -2285,18 +2228,14 @@ def delete_backup_configuration_with_http_info(resource_group_name, name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_backup_configuration_async(resource_group_name, name, custom_headers:nil) + def delete_backup_configuration_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2344,8 +2283,8 @@ def delete_backup_configuration_async(resource_group_name, name, custom_headers: # # @return [BackupRequest] operation results. # - def get_backup_configuration(resource_group_name, name, custom_headers:nil) - response = get_backup_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_backup_configuration(resource_group_name, name, custom_headers = nil) + response = get_backup_configuration_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -2362,8 +2301,8 @@ def get_backup_configuration(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_backup_configuration_with_http_info(resource_group_name, name, custom_headers:nil) - get_backup_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_backup_configuration_with_http_info(resource_group_name, name, custom_headers = nil) + get_backup_configuration_async(resource_group_name, name, custom_headers).value! end # @@ -2379,18 +2318,14 @@ def get_backup_configuration_with_http_info(resource_group_name, name, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_backup_configuration_async(resource_group_name, name, custom_headers:nil) + def get_backup_configuration_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2450,8 +2385,8 @@ def get_backup_configuration_async(resource_group_name, name, custom_headers:nil # # @return [ConnectionStringDictionary] operation results. # - def update_connection_strings(resource_group_name, name, connection_strings, custom_headers:nil) - response = update_connection_strings_async(resource_group_name, name, connection_strings, custom_headers:custom_headers).value! + def update_connection_strings(resource_group_name, name, connection_strings, custom_headers = nil) + response = update_connection_strings_async(resource_group_name, name, connection_strings, custom_headers).value! response.body unless response.nil? end @@ -2470,8 +2405,8 @@ def update_connection_strings(resource_group_name, name, connection_strings, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_connection_strings_with_http_info(resource_group_name, name, connection_strings, custom_headers:nil) - update_connection_strings_async(resource_group_name, name, connection_strings, custom_headers:custom_headers).value! + def update_connection_strings_with_http_info(resource_group_name, name, connection_strings, custom_headers = nil) + update_connection_strings_async(resource_group_name, name, connection_strings, custom_headers).value! end # @@ -2489,11 +2424,8 @@ def update_connection_strings_with_http_info(resource_group_name, name, connecti # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_connection_strings_async(resource_group_name, name, connection_strings, custom_headers:nil) + def update_connection_strings_async(resource_group_name, name, connection_strings, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'connection_strings is nil' if connection_strings.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2501,12 +2433,13 @@ def update_connection_strings_async(resource_group_name, name, connection_string 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::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary.mapper() request_content = @client.serialize(request_mapper, connection_strings) @@ -2566,8 +2499,8 @@ def update_connection_strings_async(resource_group_name, name, connection_string # # @return [ConnectionStringDictionary] operation results. # - def list_connection_strings(resource_group_name, name, custom_headers:nil) - response = list_connection_strings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_connection_strings(resource_group_name, name, custom_headers = nil) + response = list_connection_strings_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -2584,8 +2517,8 @@ def list_connection_strings(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_connection_strings_with_http_info(resource_group_name, name, custom_headers:nil) - list_connection_strings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_connection_strings_with_http_info(resource_group_name, name, custom_headers = nil) + list_connection_strings_async(resource_group_name, name, custom_headers).value! end # @@ -2601,18 +2534,14 @@ def list_connection_strings_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_connection_strings_async(resource_group_name, name, custom_headers:nil) + def list_connection_strings_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2670,8 +2599,8 @@ def list_connection_strings_async(resource_group_name, name, custom_headers:nil) # # @return [SiteLogsConfig] operation results. # - def get_diagnostic_logs_configuration(resource_group_name, name, custom_headers:nil) - response = get_diagnostic_logs_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_diagnostic_logs_configuration(resource_group_name, name, custom_headers = nil) + response = get_diagnostic_logs_configuration_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -2688,8 +2617,8 @@ def get_diagnostic_logs_configuration(resource_group_name, name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_diagnostic_logs_configuration_with_http_info(resource_group_name, name, custom_headers:nil) - get_diagnostic_logs_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_diagnostic_logs_configuration_with_http_info(resource_group_name, name, custom_headers = nil) + get_diagnostic_logs_configuration_async(resource_group_name, name, custom_headers).value! end # @@ -2705,18 +2634,14 @@ def get_diagnostic_logs_configuration_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_diagnostic_logs_configuration_async(resource_group_name, name, custom_headers:nil) + def get_diagnostic_logs_configuration_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2776,8 +2701,8 @@ def get_diagnostic_logs_configuration_async(resource_group_name, name, custom_he # # @return [SiteLogsConfig] operation results. # - def update_diagnostic_logs_config(resource_group_name, name, site_logs_config, custom_headers:nil) - response = update_diagnostic_logs_config_async(resource_group_name, name, site_logs_config, custom_headers:custom_headers).value! + def update_diagnostic_logs_config(resource_group_name, name, site_logs_config, custom_headers = nil) + response = update_diagnostic_logs_config_async(resource_group_name, name, site_logs_config, custom_headers).value! response.body unless response.nil? end @@ -2796,8 +2721,8 @@ def update_diagnostic_logs_config(resource_group_name, name, site_logs_config, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_diagnostic_logs_config_with_http_info(resource_group_name, name, site_logs_config, custom_headers:nil) - update_diagnostic_logs_config_async(resource_group_name, name, site_logs_config, custom_headers:custom_headers).value! + def update_diagnostic_logs_config_with_http_info(resource_group_name, name, site_logs_config, custom_headers = nil) + update_diagnostic_logs_config_async(resource_group_name, name, site_logs_config, custom_headers).value! end # @@ -2815,11 +2740,8 @@ def update_diagnostic_logs_config_with_http_info(resource_group_name, name, site # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_diagnostic_logs_config_async(resource_group_name, name, site_logs_config, custom_headers:nil) + def update_diagnostic_logs_config_async(resource_group_name, name, site_logs_config, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_logs_config is nil' if site_logs_config.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2827,12 +2749,13 @@ def update_diagnostic_logs_config_async(resource_group_name, name, site_logs_con 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::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig.mapper() request_content = @client.serialize(request_mapper, site_logs_config) @@ -2894,8 +2817,8 @@ def update_diagnostic_logs_config_async(resource_group_name, name, site_logs_con # # @return [StringDictionary] operation results. # - def update_metadata(resource_group_name, name, metadata, custom_headers:nil) - response = update_metadata_async(resource_group_name, name, metadata, custom_headers:custom_headers).value! + def update_metadata(resource_group_name, name, metadata, custom_headers = nil) + response = update_metadata_async(resource_group_name, name, metadata, custom_headers).value! response.body unless response.nil? end @@ -2914,8 +2837,8 @@ def update_metadata(resource_group_name, name, metadata, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_metadata_with_http_info(resource_group_name, name, metadata, custom_headers:nil) - update_metadata_async(resource_group_name, name, metadata, custom_headers:custom_headers).value! + def update_metadata_with_http_info(resource_group_name, name, metadata, custom_headers = nil) + update_metadata_async(resource_group_name, name, metadata, custom_headers).value! end # @@ -2933,11 +2856,8 @@ def update_metadata_with_http_info(resource_group_name, name, metadata, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_metadata_async(resource_group_name, name, metadata, custom_headers:nil) + def update_metadata_async(resource_group_name, name, metadata, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'metadata is nil' if metadata.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2945,12 +2865,13 @@ def update_metadata_async(resource_group_name, name, metadata, 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::Web::Mgmt::V2016_08_01::Models::StringDictionary.mapper() request_content = @client.serialize(request_mapper, metadata) @@ -3010,8 +2931,8 @@ def update_metadata_async(resource_group_name, name, metadata, custom_headers:ni # # @return [StringDictionary] operation results. # - def list_metadata(resource_group_name, name, custom_headers:nil) - response = list_metadata_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metadata(resource_group_name, name, custom_headers = nil) + response = list_metadata_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -3028,8 +2949,8 @@ def list_metadata(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metadata_with_http_info(resource_group_name, name, custom_headers:nil) - list_metadata_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metadata_with_http_info(resource_group_name, name, custom_headers = nil) + list_metadata_async(resource_group_name, name, custom_headers).value! end # @@ -3045,18 +2966,14 @@ def list_metadata_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metadata_async(resource_group_name, name, custom_headers:nil) + def list_metadata_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -3114,8 +3031,8 @@ def list_metadata_async(resource_group_name, name, custom_headers:nil) # # @return [User] operation results. # - def list_publishing_credentials(resource_group_name, name, custom_headers:nil) - response = list_publishing_credentials_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_publishing_credentials(resource_group_name, name, custom_headers = nil) + response = list_publishing_credentials_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -3129,9 +3046,9 @@ def list_publishing_credentials(resource_group_name, name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def list_publishing_credentials_async(resource_group_name, name, custom_headers:nil) + def list_publishing_credentials_async(resource_group_name, name, custom_headers = nil) # Send request - promise = begin_list_publishing_credentials_async(resource_group_name, name, custom_headers:custom_headers) + promise = begin_list_publishing_credentials_async(resource_group_name, name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -3161,8 +3078,8 @@ def list_publishing_credentials_async(resource_group_name, name, custom_headers: # # @return [PushSettings] operation results. # - def update_site_push_settings(resource_group_name, name, push_settings, custom_headers:nil) - response = update_site_push_settings_async(resource_group_name, name, push_settings, custom_headers:custom_headers).value! + def update_site_push_settings(resource_group_name, name, push_settings, custom_headers = nil) + response = update_site_push_settings_async(resource_group_name, name, push_settings, custom_headers).value! response.body unless response.nil? end @@ -3180,8 +3097,8 @@ def update_site_push_settings(resource_group_name, name, push_settings, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_site_push_settings_with_http_info(resource_group_name, name, push_settings, custom_headers:nil) - update_site_push_settings_async(resource_group_name, name, push_settings, custom_headers:custom_headers).value! + def update_site_push_settings_with_http_info(resource_group_name, name, push_settings, custom_headers = nil) + update_site_push_settings_async(resource_group_name, name, push_settings, custom_headers).value! end # @@ -3198,11 +3115,8 @@ def update_site_push_settings_with_http_info(resource_group_name, name, push_set # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_site_push_settings_async(resource_group_name, name, push_settings, custom_headers:nil) + def update_site_push_settings_async(resource_group_name, name, push_settings, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'push_settings is nil' if push_settings.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3210,12 +3124,13 @@ def update_site_push_settings_async(resource_group_name, name, push_settings, 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::Web::Mgmt::V2016_08_01::Models::PushSettings.mapper() request_content = @client.serialize(request_mapper, push_settings) @@ -3275,8 +3190,8 @@ def update_site_push_settings_async(resource_group_name, name, push_settings, cu # # @return [PushSettings] operation results. # - def list_site_push_settings(resource_group_name, name, custom_headers:nil) - response = list_site_push_settings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_site_push_settings(resource_group_name, name, custom_headers = nil) + response = list_site_push_settings_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -3293,8 +3208,8 @@ def list_site_push_settings(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_push_settings_with_http_info(resource_group_name, name, custom_headers:nil) - list_site_push_settings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_site_push_settings_with_http_info(resource_group_name, name, custom_headers = nil) + list_site_push_settings_async(resource_group_name, name, custom_headers).value! end # @@ -3310,18 +3225,14 @@ def list_site_push_settings_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_push_settings_async(resource_group_name, name, custom_headers:nil) + def list_site_push_settings_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -3381,8 +3292,8 @@ def list_site_push_settings_async(resource_group_name, name, custom_headers:nil) # # @return [SlotConfigNamesResource] operation results. # - def list_slot_configuration_names(resource_group_name, name, custom_headers:nil) - response = list_slot_configuration_names_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_slot_configuration_names(resource_group_name, name, custom_headers = nil) + response = list_slot_configuration_names_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -3401,8 +3312,8 @@ def list_slot_configuration_names(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slot_configuration_names_with_http_info(resource_group_name, name, custom_headers:nil) - list_slot_configuration_names_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_slot_configuration_names_with_http_info(resource_group_name, name, custom_headers = nil) + list_slot_configuration_names_async(resource_group_name, name, custom_headers).value! end # @@ -3420,18 +3331,14 @@ def list_slot_configuration_names_with_http_info(resource_group_name, name, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slot_configuration_names_async(resource_group_name, name, custom_headers:nil) + def list_slot_configuration_names_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -3493,8 +3400,8 @@ def list_slot_configuration_names_async(resource_group_name, name, custom_header # # @return [SlotConfigNamesResource] operation results. # - def update_slot_configuration_names(resource_group_name, name, slot_config_names, custom_headers:nil) - response = update_slot_configuration_names_async(resource_group_name, name, slot_config_names, custom_headers:custom_headers).value! + def update_slot_configuration_names(resource_group_name, name, slot_config_names, custom_headers = nil) + response = update_slot_configuration_names_async(resource_group_name, name, slot_config_names, custom_headers).value! response.body unless response.nil? end @@ -3515,8 +3422,8 @@ def update_slot_configuration_names(resource_group_name, name, slot_config_names # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_slot_configuration_names_with_http_info(resource_group_name, name, slot_config_names, custom_headers:nil) - update_slot_configuration_names_async(resource_group_name, name, slot_config_names, custom_headers:custom_headers).value! + def update_slot_configuration_names_with_http_info(resource_group_name, name, slot_config_names, custom_headers = nil) + update_slot_configuration_names_async(resource_group_name, name, slot_config_names, custom_headers).value! end # @@ -3536,11 +3443,8 @@ def update_slot_configuration_names_with_http_info(resource_group_name, name, sl # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_slot_configuration_names_async(resource_group_name, name, slot_config_names, custom_headers:nil) + def update_slot_configuration_names_async(resource_group_name, name, slot_config_names, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_config_names is nil' if slot_config_names.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3548,12 +3452,13 @@ def update_slot_configuration_names_async(resource_group_name, name, slot_config 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::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource.mapper() request_content = @client.serialize(request_mapper, slot_config_names) @@ -3615,8 +3520,8 @@ def update_slot_configuration_names_async(resource_group_name, name, slot_config # # @return [SiteConfigResource] operation results. # - def get_configuration(resource_group_name, name, custom_headers:nil) - response = get_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_configuration(resource_group_name, name, custom_headers = nil) + response = get_configuration_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -3635,8 +3540,8 @@ def get_configuration(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_configuration_with_http_info(resource_group_name, name, custom_headers:nil) - get_configuration_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_configuration_with_http_info(resource_group_name, name, custom_headers = nil) + get_configuration_async(resource_group_name, name, custom_headers).value! end # @@ -3654,18 +3559,14 @@ def get_configuration_with_http_info(resource_group_name, name, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_configuration_async(resource_group_name, name, custom_headers:nil) + def get_configuration_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -3725,8 +3626,8 @@ def get_configuration_async(resource_group_name, name, custom_headers:nil) # # @return [SiteConfigResource] operation results. # - def create_or_update_configuration(resource_group_name, name, site_config, custom_headers:nil) - response = create_or_update_configuration_async(resource_group_name, name, site_config, custom_headers:custom_headers).value! + def create_or_update_configuration(resource_group_name, name, site_config, custom_headers = nil) + response = create_or_update_configuration_async(resource_group_name, name, site_config, custom_headers).value! response.body unless response.nil? end @@ -3745,8 +3646,8 @@ def create_or_update_configuration(resource_group_name, name, site_config, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_configuration_with_http_info(resource_group_name, name, site_config, custom_headers:nil) - create_or_update_configuration_async(resource_group_name, name, site_config, custom_headers:custom_headers).value! + def create_or_update_configuration_with_http_info(resource_group_name, name, site_config, custom_headers = nil) + create_or_update_configuration_async(resource_group_name, name, site_config, custom_headers).value! end # @@ -3764,11 +3665,8 @@ def create_or_update_configuration_with_http_info(resource_group_name, name, sit # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_configuration_async(resource_group_name, name, site_config, custom_headers:nil) + def create_or_update_configuration_async(resource_group_name, name, site_config, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_config is nil' if site_config.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3776,12 +3674,13 @@ def create_or_update_configuration_async(resource_group_name, name, site_config, 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::Web::Mgmt::V2016_08_01::Models::SiteConfigResource.mapper() request_content = @client.serialize(request_mapper, site_config) @@ -3843,8 +3742,8 @@ def create_or_update_configuration_async(resource_group_name, name, site_config, # # @return [SiteConfigResource] operation results. # - def update_configuration(resource_group_name, name, site_config, custom_headers:nil) - response = update_configuration_async(resource_group_name, name, site_config, custom_headers:custom_headers).value! + def update_configuration(resource_group_name, name, site_config, custom_headers = nil) + response = update_configuration_async(resource_group_name, name, site_config, custom_headers).value! response.body unless response.nil? end @@ -3863,8 +3762,8 @@ def update_configuration(resource_group_name, name, site_config, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_configuration_with_http_info(resource_group_name, name, site_config, custom_headers:nil) - update_configuration_async(resource_group_name, name, site_config, custom_headers:custom_headers).value! + def update_configuration_with_http_info(resource_group_name, name, site_config, custom_headers = nil) + update_configuration_async(resource_group_name, name, site_config, custom_headers).value! end # @@ -3882,11 +3781,8 @@ def update_configuration_with_http_info(resource_group_name, name, site_config, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_configuration_async(resource_group_name, name, site_config, custom_headers:nil) + def update_configuration_async(resource_group_name, name, site_config, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_config is nil' if site_config.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3894,12 +3790,13 @@ def update_configuration_async(resource_group_name, name, site_config, custom_he 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::Web::Mgmt::V2016_08_01::Models::SiteConfigResource.mapper() request_content = @client.serialize(request_mapper, site_config) @@ -3961,8 +3858,8 @@ def update_configuration_async(resource_group_name, name, site_config, custom_he # # @return [Array] operation results. # - def list_configuration_snapshot_info(resource_group_name, name, custom_headers:nil) - first_page = list_configuration_snapshot_info_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_configuration_snapshot_info(resource_group_name, name, custom_headers = nil) + first_page = list_configuration_snapshot_info_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -3981,8 +3878,8 @@ def list_configuration_snapshot_info(resource_group_name, name, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configuration_snapshot_info_with_http_info(resource_group_name, name, custom_headers:nil) - list_configuration_snapshot_info_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_with_http_info(resource_group_name, name, custom_headers = nil) + list_configuration_snapshot_info_async(resource_group_name, name, custom_headers).value! end # @@ -4000,18 +3897,14 @@ def list_configuration_snapshot_info_with_http_info(resource_group_name, name, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configuration_snapshot_info_async(resource_group_name, name, custom_headers:nil) + def list_configuration_snapshot_info_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4070,8 +3963,8 @@ def list_configuration_snapshot_info_async(resource_group_name, name, custom_hea # # @return [SiteConfigResource] operation results. # - def get_configuration_snapshot(resource_group_name, name, snapshot_id, custom_headers:nil) - response = get_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers:custom_headers).value! + def get_configuration_snapshot(resource_group_name, name, snapshot_id, custom_headers = nil) + response = get_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers).value! response.body unless response.nil? end @@ -4089,8 +3982,8 @@ def get_configuration_snapshot(resource_group_name, name, snapshot_id, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_configuration_snapshot_with_http_info(resource_group_name, name, snapshot_id, custom_headers:nil) - get_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers:custom_headers).value! + def get_configuration_snapshot_with_http_info(resource_group_name, name, snapshot_id, custom_headers = nil) + get_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers).value! end # @@ -4107,11 +4000,8 @@ def get_configuration_snapshot_with_http_info(resource_group_name, name, snapsho # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers:nil) + def get_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'snapshot_id is nil' if snapshot_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4119,7 +4009,6 @@ def get_configuration_snapshot_async(resource_group_name, name, snapshot_id, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -4177,8 +4066,8 @@ def get_configuration_snapshot_async(resource_group_name, name, snapshot_id, cus # will be added to the HTTP request. # # - def recover_site_configuration_snapshot(resource_group_name, name, snapshot_id, custom_headers:nil) - response = recover_site_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers:custom_headers).value! + def recover_site_configuration_snapshot(resource_group_name, name, snapshot_id, custom_headers = nil) + response = recover_site_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers).value! nil end @@ -4196,8 +4085,8 @@ def recover_site_configuration_snapshot(resource_group_name, name, snapshot_id, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def recover_site_configuration_snapshot_with_http_info(resource_group_name, name, snapshot_id, custom_headers:nil) - recover_site_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers:custom_headers).value! + def recover_site_configuration_snapshot_with_http_info(resource_group_name, name, snapshot_id, custom_headers = nil) + recover_site_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers).value! end # @@ -4214,11 +4103,8 @@ def recover_site_configuration_snapshot_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def recover_site_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers:nil) + def recover_site_configuration_snapshot_async(resource_group_name, name, snapshot_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'snapshot_id is nil' if snapshot_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4226,7 +4112,6 @@ def recover_site_configuration_snapshot_async(resource_group_name, name, snapsho request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -4274,8 +4159,8 @@ def recover_site_configuration_snapshot_async(resource_group_name, name, snapsho # # @return [NOT_IMPLEMENTED] operation results. # - def get_web_site_container_logs(resource_group_name, name, custom_headers:nil) - response = get_web_site_container_logs_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_web_site_container_logs(resource_group_name, name, custom_headers = nil) + response = get_web_site_container_logs_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -4292,8 +4177,8 @@ def get_web_site_container_logs(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_web_site_container_logs_with_http_info(resource_group_name, name, custom_headers:nil) - get_web_site_container_logs_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_web_site_container_logs_with_http_info(resource_group_name, name, custom_headers = nil) + get_web_site_container_logs_async(resource_group_name, name, custom_headers).value! end # @@ -4309,18 +4194,14 @@ def get_web_site_container_logs_with_http_info(resource_group_name, name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_web_site_container_logs_async(resource_group_name, name, custom_headers:nil) + def get_web_site_container_logs_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4353,7 +4234,6 @@ def get_web_site_container_logs_async(resource_group_name, name, custom_headers: 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: { @@ -4385,8 +4265,8 @@ def get_web_site_container_logs_async(resource_group_name, name, custom_headers: # # @return [NOT_IMPLEMENTED] operation results. # - def get_web_site_container_logs_zip(resource_group_name, name, custom_headers:nil) - response = get_web_site_container_logs_zip_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_web_site_container_logs_zip(resource_group_name, name, custom_headers = nil) + response = get_web_site_container_logs_zip_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -4403,8 +4283,8 @@ def get_web_site_container_logs_zip(resource_group_name, name, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_web_site_container_logs_zip_with_http_info(resource_group_name, name, custom_headers:nil) - get_web_site_container_logs_zip_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_web_site_container_logs_zip_with_http_info(resource_group_name, name, custom_headers = nil) + get_web_site_container_logs_zip_async(resource_group_name, name, custom_headers).value! end # @@ -4420,18 +4300,14 @@ def get_web_site_container_logs_zip_with_http_info(resource_group_name, name, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_web_site_container_logs_zip_async(resource_group_name, name, custom_headers:nil) + def get_web_site_container_logs_zip_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4464,7 +4340,6 @@ def get_web_site_container_logs_zip_async(resource_group_name, name, custom_head 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: { @@ -4496,8 +4371,8 @@ def get_web_site_container_logs_zip_async(resource_group_name, name, custom_head # # @return [Array] operation results. # - def list_continuous_web_jobs(resource_group_name, name, custom_headers:nil) - first_page = list_continuous_web_jobs_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_continuous_web_jobs(resource_group_name, name, custom_headers = nil) + first_page = list_continuous_web_jobs_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -4514,8 +4389,8 @@ def list_continuous_web_jobs(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_continuous_web_jobs_with_http_info(resource_group_name, name, custom_headers:nil) - list_continuous_web_jobs_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_continuous_web_jobs_with_http_info(resource_group_name, name, custom_headers = nil) + list_continuous_web_jobs_async(resource_group_name, name, custom_headers).value! end # @@ -4531,18 +4406,14 @@ def list_continuous_web_jobs_with_http_info(resource_group_name, name, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_continuous_web_jobs_async(resource_group_name, name, custom_headers:nil) + def list_continuous_web_jobs_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4601,8 +4472,8 @@ def list_continuous_web_jobs_async(resource_group_name, name, custom_headers:nil # # @return [ContinuousWebJob] operation results. # - def get_continuous_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = get_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def get_continuous_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = get_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! response.body unless response.nil? end @@ -4620,8 +4491,8 @@ def get_continuous_web_job(resource_group_name, name, web_job_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - get_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def get_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + get_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -4638,11 +4509,8 @@ def get_continuous_web_job_with_http_info(resource_group_name, name, web_job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def get_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4650,7 +4518,6 @@ def get_continuous_web_job_async(resource_group_name, name, web_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 @@ -4708,8 +4575,8 @@ def get_continuous_web_job_async(resource_group_name, name, web_job_name, custom # will be added to the HTTP request. # # - def delete_continuous_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = delete_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def delete_continuous_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = delete_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! nil end @@ -4727,8 +4594,8 @@ def delete_continuous_web_job(resource_group_name, name, web_job_name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - delete_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def delete_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + delete_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -4745,11 +4612,8 @@ def delete_continuous_web_job_with_http_info(resource_group_name, name, web_job_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def delete_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4757,7 +4621,6 @@ def delete_continuous_web_job_async(resource_group_name, name, web_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 @@ -4805,8 +4668,8 @@ def delete_continuous_web_job_async(resource_group_name, name, web_job_name, cus # will be added to the HTTP request. # # - def start_continuous_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = start_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def start_continuous_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = start_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! nil end @@ -4824,8 +4687,8 @@ def start_continuous_web_job(resource_group_name, name, web_job_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def start_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - start_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def start_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + start_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -4842,11 +4705,8 @@ def start_continuous_web_job_with_http_info(resource_group_name, name, web_job_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def start_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def start_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4854,7 +4714,6 @@ def start_continuous_web_job_async(resource_group_name, name, web_job_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -4902,8 +4761,8 @@ def start_continuous_web_job_async(resource_group_name, name, web_job_name, cust # will be added to the HTTP request. # # - def stop_continuous_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = stop_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def stop_continuous_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = stop_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! nil end @@ -4921,8 +4780,8 @@ def stop_continuous_web_job(resource_group_name, name, web_job_name, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def stop_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - stop_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def stop_continuous_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + stop_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -4939,11 +4798,8 @@ def stop_continuous_web_job_with_http_info(resource_group_name, name, web_job_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def stop_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def stop_continuous_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4951,7 +4807,6 @@ def stop_continuous_web_job_async(resource_group_name, name, web_job_name, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -4999,8 +4854,8 @@ def stop_continuous_web_job_async(resource_group_name, name, web_job_name, custo # # @return [Array] operation results. # - def list_deployments(resource_group_name, name, custom_headers:nil) - first_page = list_deployments_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_deployments(resource_group_name, name, custom_headers = nil) + first_page = list_deployments_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -5017,8 +4872,8 @@ def list_deployments(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_deployments_with_http_info(resource_group_name, name, custom_headers:nil) - list_deployments_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_deployments_with_http_info(resource_group_name, name, custom_headers = nil) + list_deployments_async(resource_group_name, name, custom_headers).value! end # @@ -5034,18 +4889,14 @@ def list_deployments_with_http_info(resource_group_name, name, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_deployments_async(resource_group_name, name, custom_headers:nil) + def list_deployments_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -5104,8 +4955,8 @@ def list_deployments_async(resource_group_name, name, custom_headers:nil) # # @return [Deployment] operation results. # - def get_deployment(resource_group_name, name, id, custom_headers:nil) - response = get_deployment_async(resource_group_name, name, id, custom_headers:custom_headers).value! + def get_deployment(resource_group_name, name, id, custom_headers = nil) + response = get_deployment_async(resource_group_name, name, id, custom_headers).value! response.body unless response.nil? end @@ -5123,8 +4974,8 @@ def get_deployment(resource_group_name, name, id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_deployment_with_http_info(resource_group_name, name, id, custom_headers:nil) - get_deployment_async(resource_group_name, name, id, custom_headers:custom_headers).value! + def get_deployment_with_http_info(resource_group_name, name, id, custom_headers = nil) + get_deployment_async(resource_group_name, name, id, custom_headers).value! end # @@ -5141,11 +4992,8 @@ def get_deployment_with_http_info(resource_group_name, name, id, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_deployment_async(resource_group_name, name, id, custom_headers:nil) + def get_deployment_async(resource_group_name, name, id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -5153,7 +5001,6 @@ def get_deployment_async(resource_group_name, name, id, 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 @@ -5213,8 +5060,8 @@ def get_deployment_async(resource_group_name, name, id, custom_headers:nil) # # @return [Deployment] operation results. # - def create_deployment(resource_group_name, name, id, deployment, custom_headers:nil) - response = create_deployment_async(resource_group_name, name, id, deployment, custom_headers:custom_headers).value! + def create_deployment(resource_group_name, name, id, deployment, custom_headers = nil) + response = create_deployment_async(resource_group_name, name, id, deployment, custom_headers).value! response.body unless response.nil? end @@ -5233,8 +5080,8 @@ def create_deployment(resource_group_name, name, id, deployment, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_deployment_with_http_info(resource_group_name, name, id, deployment, custom_headers:nil) - create_deployment_async(resource_group_name, name, id, deployment, custom_headers:custom_headers).value! + def create_deployment_with_http_info(resource_group_name, name, id, deployment, custom_headers = nil) + create_deployment_async(resource_group_name, name, id, deployment, custom_headers).value! end # @@ -5252,11 +5099,8 @@ def create_deployment_with_http_info(resource_group_name, name, id, deployment, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_deployment_async(resource_group_name, name, id, deployment, custom_headers:nil) + def create_deployment_async(resource_group_name, name, id, deployment, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, 'deployment is nil' if deployment.nil? @@ -5265,12 +5109,13 @@ def create_deployment_async(resource_group_name, name, id, deployment, custom_he 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::Web::Mgmt::V2016_08_01::Models::Deployment.mapper() request_content = @client.serialize(request_mapper, deployment) @@ -5330,8 +5175,8 @@ def create_deployment_async(resource_group_name, name, id, deployment, custom_he # will be added to the HTTP request. # # - def delete_deployment(resource_group_name, name, id, custom_headers:nil) - response = delete_deployment_async(resource_group_name, name, id, custom_headers:custom_headers).value! + def delete_deployment(resource_group_name, name, id, custom_headers = nil) + response = delete_deployment_async(resource_group_name, name, id, custom_headers).value! nil end @@ -5349,8 +5194,8 @@ def delete_deployment(resource_group_name, name, id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_deployment_with_http_info(resource_group_name, name, id, custom_headers:nil) - delete_deployment_async(resource_group_name, name, id, custom_headers:custom_headers).value! + def delete_deployment_with_http_info(resource_group_name, name, id, custom_headers = nil) + delete_deployment_async(resource_group_name, name, id, custom_headers).value! end # @@ -5367,11 +5212,8 @@ def delete_deployment_with_http_info(resource_group_name, name, id, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_deployment_async(resource_group_name, name, id, custom_headers:nil) + def delete_deployment_async(resource_group_name, name, id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -5379,7 +5221,6 @@ def delete_deployment_async(resource_group_name, name, id, 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 @@ -5430,8 +5271,8 @@ def delete_deployment_async(resource_group_name, name, id, custom_headers:nil) # # @return [Deployment] operation results. # - def list_deployment_log(resource_group_name, name, id, custom_headers:nil) - response = list_deployment_log_async(resource_group_name, name, id, custom_headers:custom_headers).value! + def list_deployment_log(resource_group_name, name, id, custom_headers = nil) + response = list_deployment_log_async(resource_group_name, name, id, custom_headers).value! response.body unless response.nil? end @@ -5451,8 +5292,8 @@ def list_deployment_log(resource_group_name, name, id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_deployment_log_with_http_info(resource_group_name, name, id, custom_headers:nil) - list_deployment_log_async(resource_group_name, name, id, custom_headers:custom_headers).value! + def list_deployment_log_with_http_info(resource_group_name, name, id, custom_headers = nil) + list_deployment_log_async(resource_group_name, name, id, custom_headers).value! end # @@ -5471,11 +5312,8 @@ def list_deployment_log_with_http_info(resource_group_name, name, id, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_deployment_log_async(resource_group_name, name, id, custom_headers:nil) + def list_deployment_log_async(resource_group_name, name, id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -5483,7 +5321,6 @@ def list_deployment_log_async(resource_group_name, name, id, 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 @@ -5541,8 +5378,8 @@ def list_deployment_log_async(resource_group_name, name, id, custom_headers:nil) # # @return [Array] operation results. # - def list_domain_ownership_identifiers(resource_group_name, name, custom_headers:nil) - first_page = list_domain_ownership_identifiers_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_domain_ownership_identifiers(resource_group_name, name, custom_headers = nil) + first_page = list_domain_ownership_identifiers_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -5559,8 +5396,8 @@ def list_domain_ownership_identifiers(resource_group_name, name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_domain_ownership_identifiers_with_http_info(resource_group_name, name, custom_headers:nil) - list_domain_ownership_identifiers_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_with_http_info(resource_group_name, name, custom_headers = nil) + list_domain_ownership_identifiers_async(resource_group_name, name, custom_headers).value! end # @@ -5576,18 +5413,14 @@ def list_domain_ownership_identifiers_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_domain_ownership_identifiers_async(resource_group_name, name, custom_headers:nil) + def list_domain_ownership_identifiers_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -5647,8 +5480,8 @@ def list_domain_ownership_identifiers_async(resource_group_name, name, custom_he # # @return [Identifier] operation results. # - def get_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, custom_headers:nil) - response = get_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers:custom_headers).value! + def get_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, custom_headers = nil) + response = get_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers).value! response.body unless response.nil? end @@ -5667,8 +5500,8 @@ def get_domain_ownership_identifier(resource_group_name, name, domain_ownership_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, custom_headers:nil) - get_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers:custom_headers).value! + def get_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, custom_headers = nil) + get_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers).value! end # @@ -5686,11 +5519,8 @@ def get_domain_ownership_identifier_with_http_info(resource_group_name, name, do # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers:nil) + def get_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -5698,7 +5528,6 @@ def get_domain_ownership_identifier_async(resource_group_name, name, domain_owne request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -5762,8 +5591,8 @@ def get_domain_ownership_identifier_async(resource_group_name, name, domain_owne # # @return [Identifier] operation results. # - def create_or_update_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:nil) - response = create_or_update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:custom_headers).value! + def create_or_update_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers = nil) + response = create_or_update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers).value! response.body unless response.nil? end @@ -5786,8 +5615,8 @@ def create_or_update_domain_ownership_identifier(resource_group_name, name, doma # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:nil) - create_or_update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:custom_headers).value! + def create_or_update_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers = nil) + create_or_update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers).value! end # @@ -5809,11 +5638,8 @@ def create_or_update_domain_ownership_identifier_with_http_info(resource_group_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:nil) + def create_or_update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, 'domain_ownership_identifier is nil' if domain_ownership_identifier.nil? @@ -5822,12 +5648,13 @@ def create_or_update_domain_ownership_identifier_async(resource_group_name, 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::Web::Mgmt::V2016_08_01::Models::Identifier.mapper() request_content = @client.serialize(request_mapper, domain_ownership_identifier) @@ -5888,8 +5715,8 @@ def create_or_update_domain_ownership_identifier_async(resource_group_name, name # will be added to the HTTP request. # # - def delete_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, custom_headers:nil) - response = delete_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers:custom_headers).value! + def delete_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, custom_headers = nil) + response = delete_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers).value! nil end @@ -5908,8 +5735,8 @@ def delete_domain_ownership_identifier(resource_group_name, name, domain_ownersh # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, custom_headers:nil) - delete_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers:custom_headers).value! + def delete_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, custom_headers = nil) + delete_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers).value! end # @@ -5927,11 +5754,8 @@ def delete_domain_ownership_identifier_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers:nil) + def delete_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -5939,7 +5763,6 @@ def delete_domain_ownership_identifier_async(resource_group_name, name, domain_o request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -5993,8 +5816,8 @@ def delete_domain_ownership_identifier_async(resource_group_name, name, domain_o # # @return [Identifier] operation results. # - def update_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:nil) - response = update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:custom_headers).value! + def update_domain_ownership_identifier(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers = nil) + response = update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers).value! response.body unless response.nil? end @@ -6017,8 +5840,8 @@ def update_domain_ownership_identifier(resource_group_name, name, domain_ownersh # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:nil) - update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:custom_headers).value! + def update_domain_ownership_identifier_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers = nil) + update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers).value! end # @@ -6040,11 +5863,8 @@ def update_domain_ownership_identifier_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers:nil) + def update_domain_ownership_identifier_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, 'domain_ownership_identifier is nil' if domain_ownership_identifier.nil? @@ -6053,12 +5873,13 @@ def update_domain_ownership_identifier_async(resource_group_name, name, domain_o 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::Web::Mgmt::V2016_08_01::Models::Identifier.mapper() request_content = @client.serialize(request_mapper, domain_ownership_identifier) @@ -6118,8 +5939,8 @@ def update_domain_ownership_identifier_async(resource_group_name, name, domain_o # # @return [MSDeployStatus] operation results. # - def get_msdeploy_status(resource_group_name, name, custom_headers:nil) - response = get_msdeploy_status_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_msdeploy_status(resource_group_name, name, custom_headers = nil) + response = get_msdeploy_status_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -6136,8 +5957,8 @@ def get_msdeploy_status(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_msdeploy_status_with_http_info(resource_group_name, name, custom_headers:nil) - get_msdeploy_status_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_msdeploy_status_with_http_info(resource_group_name, name, custom_headers = nil) + get_msdeploy_status_async(resource_group_name, name, custom_headers).value! end # @@ -6153,18 +5974,14 @@ def get_msdeploy_status_with_http_info(resource_group_name, name, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_msdeploy_status_async(resource_group_name, name, custom_headers:nil) + def get_msdeploy_status_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -6223,8 +6040,8 @@ def get_msdeploy_status_async(resource_group_name, name, custom_headers:nil) # # @return [MSDeployStatus] operation results. # - def create_msdeploy_operation(resource_group_name, name, msdeploy, custom_headers:nil) - response = create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers:custom_headers).value! + def create_msdeploy_operation(resource_group_name, name, msdeploy, custom_headers = nil) + response = create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -6239,9 +6056,9 @@ def create_msdeploy_operation(resource_group_name, name, msdeploy, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers:nil) + def create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers = nil) # Send request - promise = begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers:custom_headers) + promise = begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -6270,8 +6087,8 @@ def create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_ # # @return [MSDeployLog] operation results. # - def get_msdeploy_log(resource_group_name, name, custom_headers:nil) - response = get_msdeploy_log_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_msdeploy_log(resource_group_name, name, custom_headers = nil) + response = get_msdeploy_log_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -6288,8 +6105,8 @@ def get_msdeploy_log(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_msdeploy_log_with_http_info(resource_group_name, name, custom_headers:nil) - get_msdeploy_log_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_msdeploy_log_with_http_info(resource_group_name, name, custom_headers = nil) + get_msdeploy_log_async(resource_group_name, name, custom_headers).value! end # @@ -6305,18 +6122,14 @@ def get_msdeploy_log_with_http_info(resource_group_name, name, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_msdeploy_log_async(resource_group_name, name, custom_headers:nil) + def get_msdeploy_log_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -6374,8 +6187,8 @@ def get_msdeploy_log_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_functions(resource_group_name, name, custom_headers:nil) - first_page = list_functions_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_functions(resource_group_name, name, custom_headers = nil) + first_page = list_functions_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -6392,8 +6205,8 @@ def list_functions(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_functions_with_http_info(resource_group_name, name, custom_headers:nil) - list_functions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_functions_with_http_info(resource_group_name, name, custom_headers = nil) + list_functions_async(resource_group_name, name, custom_headers).value! end # @@ -6409,18 +6222,14 @@ def list_functions_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_functions_async(resource_group_name, name, custom_headers:nil) + def list_functions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -6478,8 +6287,8 @@ def list_functions_async(resource_group_name, name, custom_headers:nil) # # @return [String] operation results. # - def get_functions_admin_token(resource_group_name, name, custom_headers:nil) - response = get_functions_admin_token_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_functions_admin_token(resource_group_name, name, custom_headers = nil) + response = get_functions_admin_token_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -6496,8 +6305,8 @@ def get_functions_admin_token(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_functions_admin_token_with_http_info(resource_group_name, name, custom_headers:nil) - get_functions_admin_token_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_functions_admin_token_with_http_info(resource_group_name, name, custom_headers = nil) + get_functions_admin_token_async(resource_group_name, name, custom_headers).value! end # @@ -6513,18 +6322,14 @@ def get_functions_admin_token_with_http_info(resource_group_name, name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_functions_admin_token_async(resource_group_name, name, custom_headers:nil) + def get_functions_admin_token_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -6557,7 +6362,6 @@ def get_functions_admin_token_async(resource_group_name, name, custom_headers:ni 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: { @@ -6590,8 +6394,8 @@ def get_functions_admin_token_async(resource_group_name, name, custom_headers:ni # # @return [FunctionEnvelope] operation results. # - def get_function(resource_group_name, name, function_name, custom_headers:nil) - response = get_function_async(resource_group_name, name, function_name, custom_headers:custom_headers).value! + def get_function(resource_group_name, name, function_name, custom_headers = nil) + response = get_function_async(resource_group_name, name, function_name, custom_headers).value! response.body unless response.nil? end @@ -6609,8 +6413,8 @@ def get_function(resource_group_name, name, function_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_function_with_http_info(resource_group_name, name, function_name, custom_headers:nil) - get_function_async(resource_group_name, name, function_name, custom_headers:custom_headers).value! + def get_function_with_http_info(resource_group_name, name, function_name, custom_headers = nil) + get_function_async(resource_group_name, name, function_name, custom_headers).value! end # @@ -6627,11 +6431,8 @@ def get_function_with_http_info(resource_group_name, name, function_name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_function_async(resource_group_name, name, function_name, custom_headers:nil) + def get_function_async(resource_group_name, name, function_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -6639,7 +6440,6 @@ def get_function_async(resource_group_name, name, function_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 @@ -6699,8 +6499,8 @@ def get_function_async(resource_group_name, name, function_name, custom_headers: # # @return [FunctionEnvelope] operation results. # - def create_function(resource_group_name, name, function_name, function_envelope, custom_headers:nil) - response = create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers:custom_headers).value! + def create_function(resource_group_name, name, function_name, function_envelope, custom_headers = nil) + response = create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers).value! response.body unless response.nil? end @@ -6716,9 +6516,9 @@ def create_function(resource_group_name, name, function_name, function_envelope, # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers:nil) + def create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers = nil) # Send request - promise = begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers:custom_headers) + promise = begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -6747,8 +6547,8 @@ def create_function_async(resource_group_name, name, function_name, function_env # will be added to the HTTP request. # # - def delete_function(resource_group_name, name, function_name, custom_headers:nil) - response = delete_function_async(resource_group_name, name, function_name, custom_headers:custom_headers).value! + def delete_function(resource_group_name, name, function_name, custom_headers = nil) + response = delete_function_async(resource_group_name, name, function_name, custom_headers).value! nil end @@ -6766,8 +6566,8 @@ def delete_function(resource_group_name, name, function_name, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_function_with_http_info(resource_group_name, name, function_name, custom_headers:nil) - delete_function_async(resource_group_name, name, function_name, custom_headers:custom_headers).value! + def delete_function_with_http_info(resource_group_name, name, function_name, custom_headers = nil) + delete_function_async(resource_group_name, name, function_name, custom_headers).value! end # @@ -6784,11 +6584,8 @@ def delete_function_with_http_info(resource_group_name, name, function_name, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_function_async(resource_group_name, name, function_name, custom_headers:nil) + def delete_function_async(resource_group_name, name, function_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -6796,7 +6593,6 @@ def delete_function_async(resource_group_name, name, function_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 @@ -6845,8 +6641,8 @@ def delete_function_async(resource_group_name, name, function_name, custom_heade # # @return [FunctionSecrets] operation results. # - def list_function_secrets(resource_group_name, name, function_name, custom_headers:nil) - response = list_function_secrets_async(resource_group_name, name, function_name, custom_headers:custom_headers).value! + def list_function_secrets(resource_group_name, name, function_name, custom_headers = nil) + response = list_function_secrets_async(resource_group_name, name, function_name, custom_headers).value! response.body unless response.nil? end @@ -6864,8 +6660,8 @@ def list_function_secrets(resource_group_name, name, function_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_function_secrets_with_http_info(resource_group_name, name, function_name, custom_headers:nil) - list_function_secrets_async(resource_group_name, name, function_name, custom_headers:custom_headers).value! + def list_function_secrets_with_http_info(resource_group_name, name, function_name, custom_headers = nil) + list_function_secrets_async(resource_group_name, name, function_name, custom_headers).value! end # @@ -6882,11 +6678,8 @@ def list_function_secrets_with_http_info(resource_group_name, name, function_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_function_secrets_async(resource_group_name, name, function_name, custom_headers:nil) + def list_function_secrets_async(resource_group_name, name, function_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -6894,7 +6687,6 @@ def list_function_secrets_async(resource_group_name, name, function_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -6952,8 +6744,8 @@ def list_function_secrets_async(resource_group_name, name, function_name, custom # # @return [Array] operation results. # - def list_host_name_bindings(resource_group_name, name, custom_headers:nil) - first_page = list_host_name_bindings_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_host_name_bindings(resource_group_name, name, custom_headers = nil) + first_page = list_host_name_bindings_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -6970,8 +6762,8 @@ def list_host_name_bindings(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_host_name_bindings_with_http_info(resource_group_name, name, custom_headers:nil) - list_host_name_bindings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_host_name_bindings_with_http_info(resource_group_name, name, custom_headers = nil) + list_host_name_bindings_async(resource_group_name, name, custom_headers).value! end # @@ -6987,18 +6779,14 @@ def list_host_name_bindings_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_host_name_bindings_async(resource_group_name, name, custom_headers:nil) + def list_host_name_bindings_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -7057,8 +6845,8 @@ def list_host_name_bindings_async(resource_group_name, name, custom_headers:nil) # # @return [HostNameBinding] operation results. # - def get_host_name_binding(resource_group_name, name, host_name, custom_headers:nil) - response = get_host_name_binding_async(resource_group_name, name, host_name, custom_headers:custom_headers).value! + def get_host_name_binding(resource_group_name, name, host_name, custom_headers = nil) + response = get_host_name_binding_async(resource_group_name, name, host_name, custom_headers).value! response.body unless response.nil? end @@ -7076,8 +6864,8 @@ def get_host_name_binding(resource_group_name, name, host_name, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_host_name_binding_with_http_info(resource_group_name, name, host_name, custom_headers:nil) - get_host_name_binding_async(resource_group_name, name, host_name, custom_headers:custom_headers).value! + def get_host_name_binding_with_http_info(resource_group_name, name, host_name, custom_headers = nil) + get_host_name_binding_async(resource_group_name, name, host_name, custom_headers).value! end # @@ -7094,11 +6882,8 @@ def get_host_name_binding_with_http_info(resource_group_name, name, host_name, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_host_name_binding_async(resource_group_name, name, host_name, custom_headers:nil) + def get_host_name_binding_async(resource_group_name, name, host_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'host_name is nil' if host_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -7106,7 +6891,6 @@ def get_host_name_binding_async(resource_group_name, name, host_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 @@ -7167,8 +6951,8 @@ def get_host_name_binding_async(resource_group_name, name, host_name, custom_hea # # @return [HostNameBinding] operation results. # - def create_or_update_host_name_binding(resource_group_name, name, host_name, host_name_binding, custom_headers:nil) - response = create_or_update_host_name_binding_async(resource_group_name, name, host_name, host_name_binding, custom_headers:custom_headers).value! + def create_or_update_host_name_binding(resource_group_name, name, host_name, host_name_binding, custom_headers = nil) + response = create_or_update_host_name_binding_async(resource_group_name, name, host_name, host_name_binding, custom_headers).value! response.body unless response.nil? end @@ -7188,8 +6972,8 @@ def create_or_update_host_name_binding(resource_group_name, name, host_name, hos # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_host_name_binding_with_http_info(resource_group_name, name, host_name, host_name_binding, custom_headers:nil) - create_or_update_host_name_binding_async(resource_group_name, name, host_name, host_name_binding, custom_headers:custom_headers).value! + def create_or_update_host_name_binding_with_http_info(resource_group_name, name, host_name, host_name_binding, custom_headers = nil) + create_or_update_host_name_binding_async(resource_group_name, name, host_name, host_name_binding, custom_headers).value! end # @@ -7208,11 +6992,8 @@ def create_or_update_host_name_binding_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_host_name_binding_async(resource_group_name, name, host_name, host_name_binding, custom_headers:nil) + def create_or_update_host_name_binding_async(resource_group_name, name, host_name, host_name_binding, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'host_name is nil' if host_name.nil? fail ArgumentError, 'host_name_binding is nil' if host_name_binding.nil? @@ -7221,12 +7002,13 @@ def create_or_update_host_name_binding_async(resource_group_name, name, host_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::Web::Mgmt::V2016_08_01::Models::HostNameBinding.mapper() request_content = @client.serialize(request_mapper, host_name_binding) @@ -7286,8 +7068,8 @@ def create_or_update_host_name_binding_async(resource_group_name, name, host_nam # will be added to the HTTP request. # # - def delete_host_name_binding(resource_group_name, name, host_name, custom_headers:nil) - response = delete_host_name_binding_async(resource_group_name, name, host_name, custom_headers:custom_headers).value! + def delete_host_name_binding(resource_group_name, name, host_name, custom_headers = nil) + response = delete_host_name_binding_async(resource_group_name, name, host_name, custom_headers).value! nil end @@ -7305,8 +7087,8 @@ def delete_host_name_binding(resource_group_name, name, host_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_host_name_binding_with_http_info(resource_group_name, name, host_name, custom_headers:nil) - delete_host_name_binding_async(resource_group_name, name, host_name, custom_headers:custom_headers).value! + def delete_host_name_binding_with_http_info(resource_group_name, name, host_name, custom_headers = nil) + delete_host_name_binding_async(resource_group_name, name, host_name, custom_headers).value! end # @@ -7323,11 +7105,8 @@ def delete_host_name_binding_with_http_info(resource_group_name, name, host_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_host_name_binding_async(resource_group_name, name, host_name, custom_headers:nil) + def delete_host_name_binding_async(resource_group_name, name, host_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'host_name is nil' if host_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -7335,7 +7114,6 @@ def delete_host_name_binding_async(resource_group_name, name, host_name, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -7385,8 +7163,8 @@ def delete_host_name_binding_async(resource_group_name, name, host_name, custom_ # # @return [HybridConnection] operation results. # - def get_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def get_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! response.body unless response.nil? end @@ -7405,8 +7183,8 @@ def get_hybrid_connection(resource_group_name, name, namespace_name, relay_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def get_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -7424,11 +7202,8 @@ def get_hybrid_connection_with_http_info(resource_group_name, name, namespace_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -7437,7 +7212,6 @@ def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -7499,8 +7273,8 @@ def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay # # @return [HybridConnection] operation results. # - def create_or_update_hybrid_connection(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:nil) - response = create_or_update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_hybrid_connection(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers = nil) + response = create_or_update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -7521,8 +7295,8 @@ def create_or_update_hybrid_connection(resource_group_name, name, namespace_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:nil) - create_or_update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers = nil) + create_or_update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers).value! end # @@ -7542,11 +7316,8 @@ def create_or_update_hybrid_connection_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:nil) + def create_or_update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -7556,12 +7327,13 @@ def create_or_update_hybrid_connection_async(resource_group_name, name, namespac 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::Web::Mgmt::V2016_08_01::Models::HybridConnection.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -7622,8 +7394,8 @@ def create_or_update_hybrid_connection_async(resource_group_name, name, namespac # will be added to the HTTP request. # # - def delete_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def delete_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! nil end @@ -7642,8 +7414,8 @@ def delete_hybrid_connection(resource_group_name, name, namespace_name, relay_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def delete_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -7661,11 +7433,8 @@ def delete_hybrid_connection_with_http_info(resource_group_name, name, namespace # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -7674,7 +7443,6 @@ def delete_hybrid_connection_async(resource_group_name, name, namespace_name, re request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -7726,8 +7494,8 @@ def delete_hybrid_connection_async(resource_group_name, name, namespace_name, re # # @return [HybridConnection] operation results. # - def update_hybrid_connection(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:nil) - response = update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:custom_headers).value! + def update_hybrid_connection(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers = nil) + response = update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -7748,8 +7516,8 @@ def update_hybrid_connection(resource_group_name, name, namespace_name, relay_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:nil) - update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:custom_headers).value! + def update_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers = nil) + update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers).value! end # @@ -7769,11 +7537,8 @@ def update_hybrid_connection_with_http_info(resource_group_name, name, namespace # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers:nil) + def update_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -7783,12 +7548,13 @@ def update_hybrid_connection_async(resource_group_name, name, namespace_name, re 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::Web::Mgmt::V2016_08_01::Models::HybridConnection.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -7850,8 +7616,8 @@ def update_hybrid_connection_async(resource_group_name, name, namespace_name, re # # @return [HybridConnectionKey] operation results. # - def list_hybrid_connection_keys(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def list_hybrid_connection_keys(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! response.body unless response.nil? end @@ -7870,8 +7636,8 @@ def list_hybrid_connection_keys(resource_group_name, name, namespace_name, relay # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connection_keys_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def list_hybrid_connection_keys_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -7889,11 +7655,8 @@ def list_hybrid_connection_keys_with_http_info(resource_group_name, name, namesp # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -7902,7 +7665,6 @@ def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -7960,8 +7722,8 @@ def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, # # @return [HybridConnection] operation results. # - def list_hybrid_connections(resource_group_name, name, custom_headers:nil) - response = list_hybrid_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_hybrid_connections(resource_group_name, name, custom_headers = nil) + response = list_hybrid_connections_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -7978,8 +7740,8 @@ def list_hybrid_connections(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connections_with_http_info(resource_group_name, name, custom_headers:nil) - list_hybrid_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_hybrid_connections_with_http_info(resource_group_name, name, custom_headers = nil) + list_hybrid_connections_async(resource_group_name, name, custom_headers).value! end # @@ -7995,18 +7757,14 @@ def list_hybrid_connections_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connections_async(resource_group_name, name, custom_headers:nil) + def list_hybrid_connections_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -8066,8 +7824,8 @@ def list_hybrid_connections_async(resource_group_name, name, custom_headers:nil) # # @return [RelayServiceConnectionEntity] operation results. # - def list_relay_service_connections(resource_group_name, name, custom_headers:nil) - response = list_relay_service_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_relay_service_connections(resource_group_name, name, custom_headers = nil) + response = list_relay_service_connections_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -8086,8 +7844,8 @@ def list_relay_service_connections(resource_group_name, name, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_relay_service_connections_with_http_info(resource_group_name, name, custom_headers:nil) - list_relay_service_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_relay_service_connections_with_http_info(resource_group_name, name, custom_headers = nil) + list_relay_service_connections_async(resource_group_name, name, custom_headers).value! end # @@ -8105,18 +7863,14 @@ def list_relay_service_connections_with_http_info(resource_group_name, name, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_relay_service_connections_async(resource_group_name, name, custom_headers:nil) + def list_relay_service_connections_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -8175,8 +7929,8 @@ def list_relay_service_connections_async(resource_group_name, name, custom_heade # # @return [RelayServiceConnectionEntity] operation results. # - def get_relay_service_connection(resource_group_name, name, entity_name, custom_headers:nil) - response = get_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers:custom_headers).value! + def get_relay_service_connection(resource_group_name, name, entity_name, custom_headers = nil) + response = get_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers).value! response.body unless response.nil? end @@ -8194,8 +7948,8 @@ def get_relay_service_connection(resource_group_name, name, entity_name, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_relay_service_connection_with_http_info(resource_group_name, name, entity_name, custom_headers:nil) - get_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers:custom_headers).value! + def get_relay_service_connection_with_http_info(resource_group_name, name, entity_name, custom_headers = nil) + get_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers).value! end # @@ -8212,11 +7966,8 @@ def get_relay_service_connection_with_http_info(resource_group_name, name, entit # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers:nil) + def get_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -8224,7 +7975,6 @@ def get_relay_service_connection_async(resource_group_name, name, entity_name, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -8287,8 +8037,8 @@ def get_relay_service_connection_async(resource_group_name, name, entity_name, c # # @return [RelayServiceConnectionEntity] operation results. # - def create_or_update_relay_service_connection(resource_group_name, name, entity_name, connection_envelope, custom_headers:nil) - response = create_or_update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_relay_service_connection(resource_group_name, name, entity_name, connection_envelope, custom_headers = nil) + response = create_or_update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -8310,8 +8060,8 @@ def create_or_update_relay_service_connection(resource_group_name, name, entity_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_relay_service_connection_with_http_info(resource_group_name, name, entity_name, connection_envelope, custom_headers:nil) - create_or_update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_relay_service_connection_with_http_info(resource_group_name, name, entity_name, connection_envelope, custom_headers = nil) + create_or_update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers).value! end # @@ -8332,11 +8082,8 @@ def create_or_update_relay_service_connection_with_http_info(resource_group_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers:nil) + def create_or_update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -8345,12 +8092,13 @@ def create_or_update_relay_service_connection_async(resource_group_name, name, e 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::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -8410,8 +8158,8 @@ def create_or_update_relay_service_connection_async(resource_group_name, name, e # will be added to the HTTP request. # # - def delete_relay_service_connection(resource_group_name, name, entity_name, custom_headers:nil) - response = delete_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers:custom_headers).value! + def delete_relay_service_connection(resource_group_name, name, entity_name, custom_headers = nil) + response = delete_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers).value! nil end @@ -8429,8 +8177,8 @@ def delete_relay_service_connection(resource_group_name, name, entity_name, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_relay_service_connection_with_http_info(resource_group_name, name, entity_name, custom_headers:nil) - delete_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers:custom_headers).value! + def delete_relay_service_connection_with_http_info(resource_group_name, name, entity_name, custom_headers = nil) + delete_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers).value! end # @@ -8447,11 +8195,8 @@ def delete_relay_service_connection_with_http_info(resource_group_name, name, en # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers:nil) + def delete_relay_service_connection_async(resource_group_name, name, entity_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -8459,7 +8204,6 @@ def delete_relay_service_connection_async(resource_group_name, name, entity_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -8512,8 +8256,8 @@ def delete_relay_service_connection_async(resource_group_name, name, entity_name # # @return [RelayServiceConnectionEntity] operation results. # - def update_relay_service_connection(resource_group_name, name, entity_name, connection_envelope, custom_headers:nil) - response = update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers:custom_headers).value! + def update_relay_service_connection(resource_group_name, name, entity_name, connection_envelope, custom_headers = nil) + response = update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -8535,8 +8279,8 @@ def update_relay_service_connection(resource_group_name, name, entity_name, conn # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_relay_service_connection_with_http_info(resource_group_name, name, entity_name, connection_envelope, custom_headers:nil) - update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers:custom_headers).value! + def update_relay_service_connection_with_http_info(resource_group_name, name, entity_name, connection_envelope, custom_headers = nil) + update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers).value! end # @@ -8557,11 +8301,8 @@ def update_relay_service_connection_with_http_info(resource_group_name, name, en # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers:nil) + def update_relay_service_connection_async(resource_group_name, name, entity_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -8570,12 +8311,13 @@ def update_relay_service_connection_async(resource_group_name, name, entity_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::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -8635,8 +8377,8 @@ def update_relay_service_connection_async(resource_group_name, name, entity_name # # @return [Array] operation results. # - def list_instance_identifiers(resource_group_name, name, custom_headers:nil) - first_page = list_instance_identifiers_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_instance_identifiers(resource_group_name, name, custom_headers = nil) + first_page = list_instance_identifiers_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -8653,8 +8395,8 @@ def list_instance_identifiers(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_identifiers_with_http_info(resource_group_name, name, custom_headers:nil) - list_instance_identifiers_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_instance_identifiers_with_http_info(resource_group_name, name, custom_headers = nil) + list_instance_identifiers_async(resource_group_name, name, custom_headers).value! end # @@ -8670,18 +8412,14 @@ def list_instance_identifiers_with_http_info(resource_group_name, name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_identifiers_async(resource_group_name, name, custom_headers:nil) + def list_instance_identifiers_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -8740,8 +8478,8 @@ def list_instance_identifiers_async(resource_group_name, name, custom_headers:ni # # @return [MSDeployStatus] operation results. # - def get_instance_ms_deploy_status(resource_group_name, name, instance_id, custom_headers:nil) - response = get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, custom_headers:custom_headers).value! + def get_instance_ms_deploy_status(resource_group_name, name, instance_id, custom_headers = nil) + response = get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, custom_headers).value! response.body unless response.nil? end @@ -8759,8 +8497,8 @@ def get_instance_ms_deploy_status(resource_group_name, name, instance_id, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_ms_deploy_status_with_http_info(resource_group_name, name, instance_id, custom_headers:nil) - get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, custom_headers:custom_headers).value! + def get_instance_ms_deploy_status_with_http_info(resource_group_name, name, instance_id, custom_headers = nil) + get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, custom_headers).value! end # @@ -8777,11 +8515,8 @@ def get_instance_ms_deploy_status_with_http_info(resource_group_name, name, inst # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, custom_headers:nil) + def get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -8789,7 +8524,6 @@ def get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -8849,8 +8583,8 @@ def get_instance_ms_deploy_status_async(resource_group_name, name, instance_id, # # @return [MSDeployStatus] operation results. # - def create_instance_msdeploy_operation(resource_group_name, name, instance_id, msdeploy, custom_headers:nil) - response = create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers:custom_headers).value! + def create_instance_msdeploy_operation(resource_group_name, name, instance_id, msdeploy, custom_headers = nil) + response = create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -8866,9 +8600,9 @@ def create_instance_msdeploy_operation(resource_group_name, name, instance_id, m # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers:nil) + def create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers = nil) # Send request - promise = begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers:custom_headers) + promise = begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -8898,8 +8632,8 @@ def create_instance_msdeploy_operation_async(resource_group_name, name, instance # # @return [MSDeployLog] operation results. # - def get_instance_msdeploy_log(resource_group_name, name, instance_id, custom_headers:nil) - response = get_instance_msdeploy_log_async(resource_group_name, name, instance_id, custom_headers:custom_headers).value! + def get_instance_msdeploy_log(resource_group_name, name, instance_id, custom_headers = nil) + response = get_instance_msdeploy_log_async(resource_group_name, name, instance_id, custom_headers).value! response.body unless response.nil? end @@ -8917,8 +8651,8 @@ def get_instance_msdeploy_log(resource_group_name, name, instance_id, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_msdeploy_log_with_http_info(resource_group_name, name, instance_id, custom_headers:nil) - get_instance_msdeploy_log_async(resource_group_name, name, instance_id, custom_headers:custom_headers).value! + def get_instance_msdeploy_log_with_http_info(resource_group_name, name, instance_id, custom_headers = nil) + get_instance_msdeploy_log_async(resource_group_name, name, instance_id, custom_headers).value! end # @@ -8935,11 +8669,8 @@ def get_instance_msdeploy_log_with_http_info(resource_group_name, name, instance # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_msdeploy_log_async(resource_group_name, name, instance_id, custom_headers:nil) + def get_instance_msdeploy_log_async(resource_group_name, name, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -8947,7 +8678,6 @@ def get_instance_msdeploy_log_async(resource_group_name, name, instance_id, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9010,8 +8740,8 @@ def get_instance_msdeploy_log_async(resource_group_name, name, instance_id, cust # # @return [Array] operation results. # - def list_instance_processes(resource_group_name, name, instance_id, custom_headers:nil) - first_page = list_instance_processes_as_lazy(resource_group_name, name, instance_id, custom_headers:custom_headers) + def list_instance_processes(resource_group_name, name, instance_id, custom_headers = nil) + first_page = list_instance_processes_as_lazy(resource_group_name, name, instance_id, custom_headers) first_page.get_all_items end @@ -9033,8 +8763,8 @@ def list_instance_processes(resource_group_name, name, instance_id, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_processes_with_http_info(resource_group_name, name, instance_id, custom_headers:nil) - list_instance_processes_async(resource_group_name, name, instance_id, custom_headers:custom_headers).value! + def list_instance_processes_with_http_info(resource_group_name, name, instance_id, custom_headers = nil) + list_instance_processes_async(resource_group_name, name, instance_id, custom_headers).value! end # @@ -9055,11 +8785,8 @@ def list_instance_processes_with_http_info(resource_group_name, name, instance_i # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_processes_async(resource_group_name, name, instance_id, custom_headers:nil) + def list_instance_processes_async(resource_group_name, name, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -9067,7 +8794,6 @@ def list_instance_processes_async(resource_group_name, name, instance_id, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9131,8 +8857,8 @@ def list_instance_processes_async(resource_group_name, name, instance_id, custom # # @return [ProcessInfo] operation results. # - def get_instance_process(resource_group_name, name, process_id, instance_id, custom_headers:nil) - response = get_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def get_instance_process(resource_group_name, name, process_id, instance_id, custom_headers = nil) + response = get_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers).value! response.body unless response.nil? end @@ -9155,8 +8881,8 @@ def get_instance_process(resource_group_name, name, process_id, instance_id, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers:nil) - get_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def get_instance_process_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers = nil) + get_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers).value! end # @@ -9178,11 +8904,8 @@ def get_instance_process_with_http_info(resource_group_name, name, process_id, i # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers:nil) + def get_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -9191,7 +8914,6 @@ def get_instance_process_async(resource_group_name, name, process_id, instance_i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9254,8 +8976,8 @@ def get_instance_process_async(resource_group_name, name, process_id, instance_i # will be added to the HTTP request. # # - def delete_instance_process(resource_group_name, name, process_id, instance_id, custom_headers:nil) - response = delete_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def delete_instance_process(resource_group_name, name, process_id, instance_id, custom_headers = nil) + response = delete_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers).value! nil end @@ -9278,8 +9000,8 @@ def delete_instance_process(resource_group_name, name, process_id, instance_id, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_instance_process_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers:nil) - delete_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def delete_instance_process_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers = nil) + delete_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers).value! end # @@ -9301,11 +9023,8 @@ def delete_instance_process_with_http_info(resource_group_name, name, process_id # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers:nil) + def delete_instance_process_async(resource_group_name, name, process_id, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -9314,7 +9033,6 @@ def delete_instance_process_async(resource_group_name, name, process_id, instanc request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9368,8 +9086,8 @@ def delete_instance_process_async(resource_group_name, name, process_id, instanc # # @return [NOT_IMPLEMENTED] operation results. # - def get_instance_process_dump(resource_group_name, name, process_id, instance_id, custom_headers:nil) - response = get_instance_process_dump_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def get_instance_process_dump(resource_group_name, name, process_id, instance_id, custom_headers = nil) + response = get_instance_process_dump_async(resource_group_name, name, process_id, instance_id, custom_headers).value! response.body unless response.nil? end @@ -9392,8 +9110,8 @@ def get_instance_process_dump(resource_group_name, name, process_id, instance_id # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_dump_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers:nil) - get_instance_process_dump_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def get_instance_process_dump_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers = nil) + get_instance_process_dump_async(resource_group_name, name, process_id, instance_id, custom_headers).value! end # @@ -9415,11 +9133,8 @@ def get_instance_process_dump_with_http_info(resource_group_name, name, process_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_dump_async(resource_group_name, name, process_id, instance_id, custom_headers:nil) + def get_instance_process_dump_async(resource_group_name, name, process_id, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -9428,7 +9143,6 @@ def get_instance_process_dump_async(resource_group_name, name, process_id, insta request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9461,7 +9175,6 @@ def get_instance_process_dump_async(resource_group_name, name, process_id, insta 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: { @@ -9499,8 +9212,8 @@ def get_instance_process_dump_async(resource_group_name, name, process_id, insta # # @return [Array] operation results. # - def list_instance_process_modules(resource_group_name, name, process_id, instance_id, custom_headers:nil) - first_page = list_instance_process_modules_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers) + def list_instance_process_modules(resource_group_name, name, process_id, instance_id, custom_headers = nil) + first_page = list_instance_process_modules_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers) first_page.get_all_items end @@ -9523,8 +9236,8 @@ def list_instance_process_modules(resource_group_name, name, process_id, instanc # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_modules_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers:nil) - list_instance_process_modules_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def list_instance_process_modules_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers = nil) + list_instance_process_modules_async(resource_group_name, name, process_id, instance_id, custom_headers).value! end # @@ -9546,11 +9259,8 @@ def list_instance_process_modules_with_http_info(resource_group_name, name, proc # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_modules_async(resource_group_name, name, process_id, instance_id, custom_headers:nil) + def list_instance_process_modules_async(resource_group_name, name, process_id, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -9559,7 +9269,6 @@ def list_instance_process_modules_async(resource_group_name, name, process_id, i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9624,8 +9333,8 @@ def list_instance_process_modules_async(resource_group_name, name, process_id, i # # @return [ProcessModuleInfo] operation results. # - def get_instance_process_module(resource_group_name, name, process_id, base_address, instance_id, custom_headers:nil) - response = get_instance_process_module_async(resource_group_name, name, process_id, base_address, instance_id, custom_headers:custom_headers).value! + def get_instance_process_module(resource_group_name, name, process_id, base_address, instance_id, custom_headers = nil) + response = get_instance_process_module_async(resource_group_name, name, process_id, base_address, instance_id, custom_headers).value! response.body unless response.nil? end @@ -9649,8 +9358,8 @@ def get_instance_process_module(resource_group_name, name, process_id, base_addr # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_module_with_http_info(resource_group_name, name, process_id, base_address, instance_id, custom_headers:nil) - get_instance_process_module_async(resource_group_name, name, process_id, base_address, instance_id, custom_headers:custom_headers).value! + def get_instance_process_module_with_http_info(resource_group_name, name, process_id, base_address, instance_id, custom_headers = nil) + get_instance_process_module_async(resource_group_name, name, process_id, base_address, instance_id, custom_headers).value! end # @@ -9673,11 +9382,8 @@ def get_instance_process_module_with_http_info(resource_group_name, name, proces # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_module_async(resource_group_name, name, process_id, base_address, instance_id, custom_headers:nil) + def get_instance_process_module_async(resource_group_name, name, process_id, base_address, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'base_address is nil' if base_address.nil? @@ -9687,7 +9393,6 @@ def get_instance_process_module_async(resource_group_name, name, process_id, bas request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9751,8 +9456,8 @@ def get_instance_process_module_async(resource_group_name, name, process_id, bas # # @return [Array] operation results. # - def list_instance_process_threads(resource_group_name, name, process_id, instance_id, custom_headers:nil) - first_page = list_instance_process_threads_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers) + def list_instance_process_threads(resource_group_name, name, process_id, instance_id, custom_headers = nil) + first_page = list_instance_process_threads_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers) first_page.get_all_items end @@ -9775,8 +9480,8 @@ def list_instance_process_threads(resource_group_name, name, process_id, instanc # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_threads_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers:nil) - list_instance_process_threads_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def list_instance_process_threads_with_http_info(resource_group_name, name, process_id, instance_id, custom_headers = nil) + list_instance_process_threads_async(resource_group_name, name, process_id, instance_id, custom_headers).value! end # @@ -9798,11 +9503,8 @@ def list_instance_process_threads_with_http_info(resource_group_name, name, proc # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_threads_async(resource_group_name, name, process_id, instance_id, custom_headers:nil) + def list_instance_process_threads_async(resource_group_name, name, process_id, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -9811,7 +9513,6 @@ def list_instance_process_threads_async(resource_group_name, name, process_id, i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9876,8 +9577,8 @@ def list_instance_process_threads_async(resource_group_name, name, process_id, i # # @return [ProcessThreadInfo] operation results. # - def get_instance_process_thread(resource_group_name, name, process_id, thread_id, instance_id, custom_headers:nil) - response = get_instance_process_thread_async(resource_group_name, name, process_id, thread_id, instance_id, custom_headers:custom_headers).value! + def get_instance_process_thread(resource_group_name, name, process_id, thread_id, instance_id, custom_headers = nil) + response = get_instance_process_thread_async(resource_group_name, name, process_id, thread_id, instance_id, custom_headers).value! response.body unless response.nil? end @@ -9901,8 +9602,8 @@ def get_instance_process_thread(resource_group_name, name, process_id, thread_id # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_thread_with_http_info(resource_group_name, name, process_id, thread_id, instance_id, custom_headers:nil) - get_instance_process_thread_async(resource_group_name, name, process_id, thread_id, instance_id, custom_headers:custom_headers).value! + def get_instance_process_thread_with_http_info(resource_group_name, name, process_id, thread_id, instance_id, custom_headers = nil) + get_instance_process_thread_async(resource_group_name, name, process_id, thread_id, instance_id, custom_headers).value! end # @@ -9925,11 +9626,8 @@ def get_instance_process_thread_with_http_info(resource_group_name, name, proces # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_thread_async(resource_group_name, name, process_id, thread_id, instance_id, custom_headers:nil) + def get_instance_process_thread_async(resource_group_name, name, process_id, thread_id, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'thread_id is nil' if thread_id.nil? @@ -9939,7 +9637,6 @@ def get_instance_process_thread_async(resource_group_name, name, process_id, thr request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -9997,8 +9694,8 @@ def get_instance_process_thread_async(resource_group_name, name, process_id, thr # # @return [SiteCloneability] operation results. # - def is_cloneable(resource_group_name, name, custom_headers:nil) - response = is_cloneable_async(resource_group_name, name, custom_headers:custom_headers).value! + def is_cloneable(resource_group_name, name, custom_headers = nil) + response = is_cloneable_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -10015,8 +9712,8 @@ def is_cloneable(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def is_cloneable_with_http_info(resource_group_name, name, custom_headers:nil) - is_cloneable_async(resource_group_name, name, custom_headers:custom_headers).value! + def is_cloneable_with_http_info(resource_group_name, name, custom_headers = nil) + is_cloneable_async(resource_group_name, name, custom_headers).value! end # @@ -10032,18 +9729,14 @@ def is_cloneable_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def is_cloneable_async(resource_group_name, name, custom_headers:nil) + def is_cloneable_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10101,8 +9794,8 @@ def is_cloneable_async(resource_group_name, name, custom_headers:nil) # # @return [FunctionSecrets] operation results. # - def list_sync_function_triggers(resource_group_name, name, custom_headers:nil) - response = list_sync_function_triggers_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_sync_function_triggers(resource_group_name, name, custom_headers = nil) + response = list_sync_function_triggers_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -10119,8 +9812,8 @@ def list_sync_function_triggers(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_sync_function_triggers_with_http_info(resource_group_name, name, custom_headers:nil) - list_sync_function_triggers_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_sync_function_triggers_with_http_info(resource_group_name, name, custom_headers = nil) + list_sync_function_triggers_async(resource_group_name, name, custom_headers).value! end # @@ -10136,18 +9829,14 @@ def list_sync_function_triggers_with_http_info(resource_group_name, name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_sync_function_triggers_async(resource_group_name, name, custom_headers:nil) + def list_sync_function_triggers_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10205,8 +9894,8 @@ def list_sync_function_triggers_async(resource_group_name, name, custom_headers: # # @return [Array] operation results. # - def list_metric_definitions(resource_group_name, name, custom_headers:nil) - first_page = list_metric_definitions_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_metric_definitions(resource_group_name, name, custom_headers = nil) + first_page = list_metric_definitions_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -10223,8 +9912,8 @@ def list_metric_definitions(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_with_http_info(resource_group_name, name, custom_headers:nil) - list_metric_definitions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metric_definitions_with_http_info(resource_group_name, name, custom_headers = nil) + list_metric_definitions_async(resource_group_name, name, custom_headers).value! end # @@ -10240,18 +9929,14 @@ def list_metric_definitions_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_async(resource_group_name, name, custom_headers:nil) + def list_metric_definitions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10315,8 +10000,8 @@ def list_metric_definitions_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_metrics(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - first_page = list_metrics_as_lazy(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers) + def list_metrics(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + first_page = list_metrics_as_lazy(resource_group_name, name, details, filter, custom_headers) first_page.get_all_items end @@ -10339,8 +10024,8 @@ def list_metrics(resource_group_name, name, details:nil, filter:nil, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_with_http_info(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - list_metrics_async(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_with_http_info(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + list_metrics_async(resource_group_name, name, details, filter, custom_headers).value! end # @@ -10362,18 +10047,14 @@ def list_metrics_with_http_info(resource_group_name, name, details:nil, filter:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) + def list_metrics_async(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10435,8 +10116,8 @@ def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custo # # @return [StorageMigrationResponse] operation results. # - def migrate_storage(subscription_name, resource_group_name, name, migration_options, custom_headers:nil) - response = migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers:custom_headers).value! + def migrate_storage(subscription_name, resource_group_name, name, migration_options, custom_headers = nil) + response = migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers).value! response.body unless response.nil? end @@ -10453,9 +10134,9 @@ def migrate_storage(subscription_name, resource_group_name, name, migration_opti # @return [Concurrent::Promise] promise which provides async access to http # response. # - def migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers:nil) + def migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers = nil) # Send request - promise = begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers:custom_headers) + promise = begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -10486,8 +10167,8 @@ def migrate_storage_async(subscription_name, resource_group_name, name, migratio # # @return [Operation] operation results. # - def migrate_my_sql(resource_group_name, name, migration_request_envelope, custom_headers:nil) - response = migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers:custom_headers).value! + def migrate_my_sql(resource_group_name, name, migration_request_envelope, custom_headers = nil) + response = migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers).value! response.body unless response.nil? end @@ -10503,9 +10184,9 @@ def migrate_my_sql(resource_group_name, name, migration_request_envelope, custom # @return [Concurrent::Promise] promise which provides async access to http # response. # - def migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers:nil) + def migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers = nil) # Send request - promise = begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers:custom_headers) + promise = begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -10536,8 +10217,8 @@ def migrate_my_sql_async(resource_group_name, name, migration_request_envelope, # # @return [MigrateMySqlStatus] operation results. # - def get_migrate_my_sql_status(resource_group_name, name, custom_headers:nil) - response = get_migrate_my_sql_status_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_migrate_my_sql_status(resource_group_name, name, custom_headers = nil) + response = get_migrate_my_sql_status_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -10556,8 +10237,8 @@ def get_migrate_my_sql_status(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_migrate_my_sql_status_with_http_info(resource_group_name, name, custom_headers:nil) - get_migrate_my_sql_status_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_migrate_my_sql_status_with_http_info(resource_group_name, name, custom_headers = nil) + get_migrate_my_sql_status_async(resource_group_name, name, custom_headers).value! end # @@ -10575,18 +10256,14 @@ def get_migrate_my_sql_status_with_http_info(resource_group_name, name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_migrate_my_sql_status_async(resource_group_name, name, custom_headers:nil) + def get_migrate_my_sql_status_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10646,8 +10323,8 @@ def get_migrate_my_sql_status_async(resource_group_name, name, custom_headers:ni # # @return [NetworkFeatures] operation results. # - def list_network_features(resource_group_name, name, view, custom_headers:nil) - response = list_network_features_async(resource_group_name, name, view, custom_headers:custom_headers).value! + def list_network_features(resource_group_name, name, view, custom_headers = nil) + response = list_network_features_async(resource_group_name, name, view, custom_headers).value! response.body unless response.nil? end @@ -10666,8 +10343,8 @@ def list_network_features(resource_group_name, name, view, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_network_features_with_http_info(resource_group_name, name, view, custom_headers:nil) - list_network_features_async(resource_group_name, name, view, custom_headers:custom_headers).value! + def list_network_features_with_http_info(resource_group_name, name, view, custom_headers = nil) + list_network_features_async(resource_group_name, name, view, custom_headers).value! end # @@ -10685,11 +10362,8 @@ def list_network_features_with_http_info(resource_group_name, name, view, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_network_features_async(resource_group_name, name, view, custom_headers:nil) + def list_network_features_async(resource_group_name, name, view, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'view is nil' if view.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -10697,7 +10371,6 @@ def list_network_features_async(resource_group_name, name, view, custom_headers: request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -10760,8 +10433,8 @@ def list_network_features_async(resource_group_name, name, view, custom_headers: # # @return [String] operation results. # - def start_web_site_network_trace(resource_group_name, name, duration_in_seconds:nil, max_frame_length:nil, sas_url:nil, custom_headers:nil) - response = start_web_site_network_trace_async(resource_group_name, name, duration_in_seconds:duration_in_seconds, max_frame_length:max_frame_length, sas_url:sas_url, custom_headers:custom_headers).value! + def start_web_site_network_trace(resource_group_name, name, duration_in_seconds = nil, max_frame_length = nil, sas_url = nil, custom_headers = nil) + response = start_web_site_network_trace_async(resource_group_name, name, duration_in_seconds, max_frame_length, sas_url, custom_headers).value! response.body unless response.nil? end @@ -10783,8 +10456,8 @@ def start_web_site_network_trace(resource_group_name, name, duration_in_seconds: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def start_web_site_network_trace_with_http_info(resource_group_name, name, duration_in_seconds:nil, max_frame_length:nil, sas_url:nil, custom_headers:nil) - start_web_site_network_trace_async(resource_group_name, name, duration_in_seconds:duration_in_seconds, max_frame_length:max_frame_length, sas_url:sas_url, custom_headers:custom_headers).value! + def start_web_site_network_trace_with_http_info(resource_group_name, name, duration_in_seconds = nil, max_frame_length = nil, sas_url = nil, custom_headers = nil) + start_web_site_network_trace_async(resource_group_name, name, duration_in_seconds, max_frame_length, sas_url, custom_headers).value! end # @@ -10805,18 +10478,14 @@ def start_web_site_network_trace_with_http_info(resource_group_name, name, durat # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def start_web_site_network_trace_async(resource_group_name, name, duration_in_seconds:nil, max_frame_length:nil, sas_url:nil, custom_headers:nil) + def start_web_site_network_trace_async(resource_group_name, name, duration_in_seconds = nil, max_frame_length = nil, sas_url = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10849,7 +10518,6 @@ def start_web_site_network_trace_async(resource_group_name, name, duration_in_se 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: { @@ -10881,8 +10549,8 @@ def start_web_site_network_trace_async(resource_group_name, name, duration_in_se # # @return [String] operation results. # - def stop_web_site_network_trace(resource_group_name, name, custom_headers:nil) - response = stop_web_site_network_trace_async(resource_group_name, name, custom_headers:custom_headers).value! + def stop_web_site_network_trace(resource_group_name, name, custom_headers = nil) + response = stop_web_site_network_trace_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -10899,8 +10567,8 @@ def stop_web_site_network_trace(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def stop_web_site_network_trace_with_http_info(resource_group_name, name, custom_headers:nil) - stop_web_site_network_trace_async(resource_group_name, name, custom_headers:custom_headers).value! + def stop_web_site_network_trace_with_http_info(resource_group_name, name, custom_headers = nil) + stop_web_site_network_trace_async(resource_group_name, name, custom_headers).value! end # @@ -10916,18 +10584,14 @@ def stop_web_site_network_trace_with_http_info(resource_group_name, name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def stop_web_site_network_trace_async(resource_group_name, name, custom_headers:nil) + def stop_web_site_network_trace_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -10960,7 +10624,6 @@ def stop_web_site_network_trace_async(resource_group_name, name, custom_headers: 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: { @@ -10993,8 +10656,8 @@ def stop_web_site_network_trace_async(resource_group_name, name, custom_headers: # will be added to the HTTP request. # # - def generate_new_site_publishing_password(resource_group_name, name, custom_headers:nil) - response = generate_new_site_publishing_password_async(resource_group_name, name, custom_headers:custom_headers).value! + def generate_new_site_publishing_password(resource_group_name, name, custom_headers = nil) + response = generate_new_site_publishing_password_async(resource_group_name, name, custom_headers).value! nil end @@ -11013,8 +10676,8 @@ def generate_new_site_publishing_password(resource_group_name, name, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def generate_new_site_publishing_password_with_http_info(resource_group_name, name, custom_headers:nil) - generate_new_site_publishing_password_async(resource_group_name, name, custom_headers:custom_headers).value! + def generate_new_site_publishing_password_with_http_info(resource_group_name, name, custom_headers = nil) + generate_new_site_publishing_password_async(resource_group_name, name, custom_headers).value! end # @@ -11032,18 +10695,14 @@ def generate_new_site_publishing_password_with_http_info(resource_group_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def generate_new_site_publishing_password_async(resource_group_name, name, custom_headers:nil) + def generate_new_site_publishing_password_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -11095,8 +10754,8 @@ def generate_new_site_publishing_password_async(resource_group_name, name, custo # # @return [Array] operation results. # - def list_perf_mon_counters(resource_group_name, name, filter:nil, custom_headers:nil) - first_page = list_perf_mon_counters_as_lazy(resource_group_name, name, filter:filter, custom_headers:custom_headers) + def list_perf_mon_counters(resource_group_name, name, filter = nil, custom_headers = nil) + first_page = list_perf_mon_counters_as_lazy(resource_group_name, name, filter, custom_headers) first_page.get_all_items end @@ -11117,8 +10776,8 @@ def list_perf_mon_counters(resource_group_name, name, filter:nil, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_perf_mon_counters_with_http_info(resource_group_name, name, filter:nil, custom_headers:nil) - list_perf_mon_counters_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_perf_mon_counters_with_http_info(resource_group_name, name, filter = nil, custom_headers = nil) + list_perf_mon_counters_async(resource_group_name, name, filter, custom_headers).value! end # @@ -11138,18 +10797,14 @@ def list_perf_mon_counters_with_http_info(resource_group_name, name, filter:nil, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_perf_mon_counters_async(resource_group_name, name, filter:nil, custom_headers:nil) + def list_perf_mon_counters_async(resource_group_name, name, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -11208,8 +10863,8 @@ def list_perf_mon_counters_async(resource_group_name, name, filter:nil, custom_h # # @return [SitePhpErrorLogFlag] operation results. # - def get_site_php_error_log_flag(resource_group_name, name, custom_headers:nil) - response = get_site_php_error_log_flag_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_site_php_error_log_flag(resource_group_name, name, custom_headers = nil) + response = get_site_php_error_log_flag_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -11226,8 +10881,8 @@ def get_site_php_error_log_flag(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_php_error_log_flag_with_http_info(resource_group_name, name, custom_headers:nil) - get_site_php_error_log_flag_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_site_php_error_log_flag_with_http_info(resource_group_name, name, custom_headers = nil) + get_site_php_error_log_flag_async(resource_group_name, name, custom_headers).value! end # @@ -11243,18 +10898,14 @@ def get_site_php_error_log_flag_with_http_info(resource_group_name, name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_php_error_log_flag_async(resource_group_name, name, custom_headers:nil) + def get_site_php_error_log_flag_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -11312,8 +10963,8 @@ def get_site_php_error_log_flag_async(resource_group_name, name, custom_headers: # # @return [PremierAddOn] operation results. # - def list_premier_add_ons(resource_group_name, name, custom_headers:nil) - response = list_premier_add_ons_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_premier_add_ons(resource_group_name, name, custom_headers = nil) + response = list_premier_add_ons_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -11330,8 +10981,8 @@ def list_premier_add_ons(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_premier_add_ons_with_http_info(resource_group_name, name, custom_headers:nil) - list_premier_add_ons_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_premier_add_ons_with_http_info(resource_group_name, name, custom_headers = nil) + list_premier_add_ons_async(resource_group_name, name, custom_headers).value! end # @@ -11347,18 +10998,14 @@ def list_premier_add_ons_with_http_info(resource_group_name, name, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_premier_add_ons_async(resource_group_name, name, custom_headers:nil) + def list_premier_add_ons_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -11417,8 +11064,8 @@ def list_premier_add_ons_async(resource_group_name, name, custom_headers:nil) # # @return [PremierAddOn] operation results. # - def get_premier_add_on(resource_group_name, name, premier_add_on_name, custom_headers:nil) - response = get_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers:custom_headers).value! + def get_premier_add_on(resource_group_name, name, premier_add_on_name, custom_headers = nil) + response = get_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers).value! response.body unless response.nil? end @@ -11436,8 +11083,8 @@ def get_premier_add_on(resource_group_name, name, premier_add_on_name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_name, custom_headers:nil) - get_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers:custom_headers).value! + def get_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_name, custom_headers = nil) + get_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers).value! end # @@ -11454,11 +11101,8 @@ def get_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers:nil) + def get_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'premier_add_on_name is nil' if premier_add_on_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -11466,7 +11110,6 @@ def get_premier_add_on_async(resource_group_name, name, premier_add_on_name, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -11527,8 +11170,8 @@ def get_premier_add_on_async(resource_group_name, name, premier_add_on_name, cus # # @return [PremierAddOn] operation results. # - def add_premier_add_on(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers:nil) - response = add_premier_add_on_async(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers:custom_headers).value! + def add_premier_add_on(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers = nil) + response = add_premier_add_on_async(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers).value! response.body unless response.nil? end @@ -11548,8 +11191,8 @@ def add_premier_add_on(resource_group_name, name, premier_add_on_name, premier_a # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def add_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers:nil) - add_premier_add_on_async(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers:custom_headers).value! + def add_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers = nil) + add_premier_add_on_async(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers).value! end # @@ -11568,11 +11211,8 @@ def add_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def add_premier_add_on_async(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers:nil) + def add_premier_add_on_async(resource_group_name, name, premier_add_on_name, premier_add_on, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'premier_add_on_name is nil' if premier_add_on_name.nil? fail ArgumentError, 'premier_add_on is nil' if premier_add_on.nil? @@ -11581,12 +11221,13 @@ def add_premier_add_on_async(resource_group_name, name, premier_add_on_name, pre 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::Web::Mgmt::V2016_08_01::Models::PremierAddOn.mapper() request_content = @client.serialize(request_mapper, premier_add_on) @@ -11646,8 +11287,8 @@ def add_premier_add_on_async(resource_group_name, name, premier_add_on_name, pre # will be added to the HTTP request. # # - def delete_premier_add_on(resource_group_name, name, premier_add_on_name, custom_headers:nil) - response = delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers:custom_headers).value! + def delete_premier_add_on(resource_group_name, name, premier_add_on_name, custom_headers = nil) + response = delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers).value! nil end @@ -11665,8 +11306,8 @@ def delete_premier_add_on(resource_group_name, name, premier_add_on_name, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_name, custom_headers:nil) - delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers:custom_headers).value! + def delete_premier_add_on_with_http_info(resource_group_name, name, premier_add_on_name, custom_headers = nil) + delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers).value! end # @@ -11683,11 +11324,8 @@ def delete_premier_add_on_with_http_info(resource_group_name, name, premier_add_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers:nil) + def delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'premier_add_on_name is nil' if premier_add_on_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -11695,7 +11333,6 @@ def delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -11745,8 +11382,8 @@ def delete_premier_add_on_async(resource_group_name, name, premier_add_on_name, # # @return [Array] operation results. # - def list_processes(resource_group_name, name, custom_headers:nil) - first_page = list_processes_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_processes(resource_group_name, name, custom_headers = nil) + first_page = list_processes_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -11765,8 +11402,8 @@ def list_processes(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_processes_with_http_info(resource_group_name, name, custom_headers:nil) - list_processes_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_processes_with_http_info(resource_group_name, name, custom_headers = nil) + list_processes_async(resource_group_name, name, custom_headers).value! end # @@ -11784,18 +11421,14 @@ def list_processes_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_processes_async(resource_group_name, name, custom_headers:nil) + def list_processes_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -11856,8 +11489,8 @@ def list_processes_async(resource_group_name, name, custom_headers:nil) # # @return [ProcessInfo] operation results. # - def get_process(resource_group_name, name, process_id, custom_headers:nil) - response = get_process_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def get_process(resource_group_name, name, process_id, custom_headers = nil) + response = get_process_async(resource_group_name, name, process_id, custom_headers).value! response.body unless response.nil? end @@ -11877,8 +11510,8 @@ def get_process(resource_group_name, name, process_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_with_http_info(resource_group_name, name, process_id, custom_headers:nil) - get_process_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def get_process_with_http_info(resource_group_name, name, process_id, custom_headers = nil) + get_process_async(resource_group_name, name, process_id, custom_headers).value! end # @@ -11897,11 +11530,8 @@ def get_process_with_http_info(resource_group_name, name, process_id, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_async(resource_group_name, name, process_id, custom_headers:nil) + def get_process_async(resource_group_name, name, process_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -11909,7 +11539,6 @@ def get_process_async(resource_group_name, name, process_id, 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 @@ -11969,8 +11598,8 @@ def get_process_async(resource_group_name, name, process_id, custom_headers:nil) # will be added to the HTTP request. # # - def delete_process(resource_group_name, name, process_id, custom_headers:nil) - response = delete_process_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def delete_process(resource_group_name, name, process_id, custom_headers = nil) + response = delete_process_async(resource_group_name, name, process_id, custom_headers).value! nil end @@ -11990,8 +11619,8 @@ def delete_process(resource_group_name, name, process_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_process_with_http_info(resource_group_name, name, process_id, custom_headers:nil) - delete_process_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def delete_process_with_http_info(resource_group_name, name, process_id, custom_headers = nil) + delete_process_async(resource_group_name, name, process_id, custom_headers).value! end # @@ -12010,11 +11639,8 @@ def delete_process_with_http_info(resource_group_name, name, process_id, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_process_async(resource_group_name, name, process_id, custom_headers:nil) + def delete_process_async(resource_group_name, name, process_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -12022,7 +11648,6 @@ def delete_process_async(resource_group_name, name, process_id, 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 @@ -12073,8 +11698,8 @@ def delete_process_async(resource_group_name, name, process_id, custom_headers:n # # @return [NOT_IMPLEMENTED] operation results. # - def get_process_dump(resource_group_name, name, process_id, custom_headers:nil) - response = get_process_dump_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def get_process_dump(resource_group_name, name, process_id, custom_headers = nil) + response = get_process_dump_async(resource_group_name, name, process_id, custom_headers).value! response.body unless response.nil? end @@ -12094,8 +11719,8 @@ def get_process_dump(resource_group_name, name, process_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_dump_with_http_info(resource_group_name, name, process_id, custom_headers:nil) - get_process_dump_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def get_process_dump_with_http_info(resource_group_name, name, process_id, custom_headers = nil) + get_process_dump_async(resource_group_name, name, process_id, custom_headers).value! end # @@ -12114,11 +11739,8 @@ def get_process_dump_with_http_info(resource_group_name, name, process_id, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_dump_async(resource_group_name, name, process_id, custom_headers:nil) + def get_process_dump_async(resource_group_name, name, process_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -12126,7 +11748,6 @@ def get_process_dump_async(resource_group_name, name, process_id, custom_headers request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -12159,7 +11780,6 @@ def get_process_dump_async(resource_group_name, name, process_id, custom_headers 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: { @@ -12194,8 +11814,8 @@ def get_process_dump_async(resource_group_name, name, process_id, custom_headers # # @return [Array] operation results. # - def list_process_modules(resource_group_name, name, process_id, custom_headers:nil) - first_page = list_process_modules_as_lazy(resource_group_name, name, process_id, custom_headers:custom_headers) + def list_process_modules(resource_group_name, name, process_id, custom_headers = nil) + first_page = list_process_modules_as_lazy(resource_group_name, name, process_id, custom_headers) first_page.get_all_items end @@ -12215,8 +11835,8 @@ def list_process_modules(resource_group_name, name, process_id, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_modules_with_http_info(resource_group_name, name, process_id, custom_headers:nil) - list_process_modules_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def list_process_modules_with_http_info(resource_group_name, name, process_id, custom_headers = nil) + list_process_modules_async(resource_group_name, name, process_id, custom_headers).value! end # @@ -12235,11 +11855,8 @@ def list_process_modules_with_http_info(resource_group_name, name, process_id, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_modules_async(resource_group_name, name, process_id, custom_headers:nil) + def list_process_modules_async(resource_group_name, name, process_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -12247,7 +11864,6 @@ def list_process_modules_async(resource_group_name, name, process_id, custom_hea request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -12309,8 +11925,8 @@ def list_process_modules_async(resource_group_name, name, process_id, custom_hea # # @return [ProcessModuleInfo] operation results. # - def get_process_module(resource_group_name, name, process_id, base_address, custom_headers:nil) - response = get_process_module_async(resource_group_name, name, process_id, base_address, custom_headers:custom_headers).value! + def get_process_module(resource_group_name, name, process_id, base_address, custom_headers = nil) + response = get_process_module_async(resource_group_name, name, process_id, base_address, custom_headers).value! response.body unless response.nil? end @@ -12331,8 +11947,8 @@ def get_process_module(resource_group_name, name, process_id, base_address, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_module_with_http_info(resource_group_name, name, process_id, base_address, custom_headers:nil) - get_process_module_async(resource_group_name, name, process_id, base_address, custom_headers:custom_headers).value! + def get_process_module_with_http_info(resource_group_name, name, process_id, base_address, custom_headers = nil) + get_process_module_async(resource_group_name, name, process_id, base_address, custom_headers).value! end # @@ -12352,11 +11968,8 @@ def get_process_module_with_http_info(resource_group_name, name, process_id, bas # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_module_async(resource_group_name, name, process_id, base_address, custom_headers:nil) + def get_process_module_async(resource_group_name, name, process_id, base_address, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'base_address is nil' if base_address.nil? @@ -12365,7 +11978,6 @@ def get_process_module_async(resource_group_name, name, process_id, base_address request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -12426,8 +12038,8 @@ def get_process_module_async(resource_group_name, name, process_id, base_address # # @return [Array] operation results. # - def list_process_threads(resource_group_name, name, process_id, custom_headers:nil) - first_page = list_process_threads_as_lazy(resource_group_name, name, process_id, custom_headers:custom_headers) + def list_process_threads(resource_group_name, name, process_id, custom_headers = nil) + first_page = list_process_threads_as_lazy(resource_group_name, name, process_id, custom_headers) first_page.get_all_items end @@ -12447,8 +12059,8 @@ def list_process_threads(resource_group_name, name, process_id, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_threads_with_http_info(resource_group_name, name, process_id, custom_headers:nil) - list_process_threads_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def list_process_threads_with_http_info(resource_group_name, name, process_id, custom_headers = nil) + list_process_threads_async(resource_group_name, name, process_id, custom_headers).value! end # @@ -12467,11 +12079,8 @@ def list_process_threads_with_http_info(resource_group_name, name, process_id, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_threads_async(resource_group_name, name, process_id, custom_headers:nil) + def list_process_threads_async(resource_group_name, name, process_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -12479,7 +12088,6 @@ def list_process_threads_async(resource_group_name, name, process_id, custom_hea request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -12541,8 +12149,8 @@ def list_process_threads_async(resource_group_name, name, process_id, custom_hea # # @return [ProcessThreadInfo] operation results. # - def get_process_thread(resource_group_name, name, process_id, thread_id, custom_headers:nil) - response = get_process_thread_async(resource_group_name, name, process_id, thread_id, custom_headers:custom_headers).value! + def get_process_thread(resource_group_name, name, process_id, thread_id, custom_headers = nil) + response = get_process_thread_async(resource_group_name, name, process_id, thread_id, custom_headers).value! response.body unless response.nil? end @@ -12563,8 +12171,8 @@ def get_process_thread(resource_group_name, name, process_id, thread_id, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_thread_with_http_info(resource_group_name, name, process_id, thread_id, custom_headers:nil) - get_process_thread_async(resource_group_name, name, process_id, thread_id, custom_headers:custom_headers).value! + def get_process_thread_with_http_info(resource_group_name, name, process_id, thread_id, custom_headers = nil) + get_process_thread_async(resource_group_name, name, process_id, thread_id, custom_headers).value! end # @@ -12584,11 +12192,8 @@ def get_process_thread_with_http_info(resource_group_name, name, process_id, thr # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_thread_async(resource_group_name, name, process_id, thread_id, custom_headers:nil) + def get_process_thread_async(resource_group_name, name, process_id, thread_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'thread_id is nil' if thread_id.nil? @@ -12597,7 +12202,6 @@ def get_process_thread_async(resource_group_name, name, process_id, thread_id, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -12655,8 +12259,8 @@ def get_process_thread_async(resource_group_name, name, process_id, thread_id, c # # @return [Array] operation results. # - def list_public_certificates(resource_group_name, name, custom_headers:nil) - first_page = list_public_certificates_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_public_certificates(resource_group_name, name, custom_headers = nil) + first_page = list_public_certificates_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -12673,8 +12277,8 @@ def list_public_certificates(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_public_certificates_with_http_info(resource_group_name, name, custom_headers:nil) - list_public_certificates_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_public_certificates_with_http_info(resource_group_name, name, custom_headers = nil) + list_public_certificates_async(resource_group_name, name, custom_headers).value! end # @@ -12690,18 +12294,14 @@ def list_public_certificates_with_http_info(resource_group_name, name, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_public_certificates_async(resource_group_name, name, custom_headers:nil) + def list_public_certificates_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -12762,8 +12362,8 @@ def list_public_certificates_async(resource_group_name, name, custom_headers:nil # # @return [PublicCertificate] operation results. # - def get_public_certificate(resource_group_name, name, public_certificate_name, custom_headers:nil) - response = get_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers:custom_headers).value! + def get_public_certificate(resource_group_name, name, public_certificate_name, custom_headers = nil) + response = get_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers).value! response.body unless response.nil? end @@ -12783,8 +12383,8 @@ def get_public_certificate(resource_group_name, name, public_certificate_name, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_public_certificate_with_http_info(resource_group_name, name, public_certificate_name, custom_headers:nil) - get_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers:custom_headers).value! + def get_public_certificate_with_http_info(resource_group_name, name, public_certificate_name, custom_headers = nil) + get_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers).value! end # @@ -12803,11 +12403,8 @@ def get_public_certificate_with_http_info(resource_group_name, name, public_cert # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers:nil) + def get_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'public_certificate_name is nil' if public_certificate_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -12815,7 +12412,6 @@ def get_public_certificate_async(resource_group_name, name, public_certificate_n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -12876,8 +12472,8 @@ def get_public_certificate_async(resource_group_name, name, public_certificate_n # # @return [PublicCertificate] operation results. # - def create_or_update_public_certificate(resource_group_name, name, public_certificate_name, public_certificate, custom_headers:nil) - response = create_or_update_public_certificate_async(resource_group_name, name, public_certificate_name, public_certificate, custom_headers:custom_headers).value! + def create_or_update_public_certificate(resource_group_name, name, public_certificate_name, public_certificate, custom_headers = nil) + response = create_or_update_public_certificate_async(resource_group_name, name, public_certificate_name, public_certificate, custom_headers).value! response.body unless response.nil? end @@ -12897,8 +12493,8 @@ def create_or_update_public_certificate(resource_group_name, name, public_certif # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_public_certificate_with_http_info(resource_group_name, name, public_certificate_name, public_certificate, custom_headers:nil) - create_or_update_public_certificate_async(resource_group_name, name, public_certificate_name, public_certificate, custom_headers:custom_headers).value! + def create_or_update_public_certificate_with_http_info(resource_group_name, name, public_certificate_name, public_certificate, custom_headers = nil) + create_or_update_public_certificate_async(resource_group_name, name, public_certificate_name, public_certificate, custom_headers).value! end # @@ -12917,11 +12513,8 @@ def create_or_update_public_certificate_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_public_certificate_async(resource_group_name, name, public_certificate_name, public_certificate, custom_headers:nil) + def create_or_update_public_certificate_async(resource_group_name, name, public_certificate_name, public_certificate, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'public_certificate_name is nil' if public_certificate_name.nil? fail ArgumentError, 'public_certificate is nil' if public_certificate.nil? @@ -12930,12 +12523,13 @@ def create_or_update_public_certificate_async(resource_group_name, name, public_ 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::Web::Mgmt::V2016_08_01::Models::PublicCertificate.mapper() request_content = @client.serialize(request_mapper, public_certificate) @@ -12995,8 +12589,8 @@ def create_or_update_public_certificate_async(resource_group_name, name, public_ # will be added to the HTTP request. # # - def delete_public_certificate(resource_group_name, name, public_certificate_name, custom_headers:nil) - response = delete_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers:custom_headers).value! + def delete_public_certificate(resource_group_name, name, public_certificate_name, custom_headers = nil) + response = delete_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers).value! nil end @@ -13014,8 +12608,8 @@ def delete_public_certificate(resource_group_name, name, public_certificate_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_public_certificate_with_http_info(resource_group_name, name, public_certificate_name, custom_headers:nil) - delete_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers:custom_headers).value! + def delete_public_certificate_with_http_info(resource_group_name, name, public_certificate_name, custom_headers = nil) + delete_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers).value! end # @@ -13032,11 +12626,8 @@ def delete_public_certificate_with_http_info(resource_group_name, name, public_c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers:nil) + def delete_public_certificate_async(resource_group_name, name, public_certificate_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'public_certificate_name is nil' if public_certificate_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -13044,7 +12635,6 @@ def delete_public_certificate_async(resource_group_name, name, public_certificat request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -13095,8 +12685,8 @@ def delete_public_certificate_async(resource_group_name, name, public_certificat # # @return [NOT_IMPLEMENTED] operation results. # - def list_publishing_profile_xml_with_secrets(resource_group_name, name, publishing_profile_options, custom_headers:nil) - response = list_publishing_profile_xml_with_secrets_async(resource_group_name, name, publishing_profile_options, custom_headers:custom_headers).value! + def list_publishing_profile_xml_with_secrets(resource_group_name, name, publishing_profile_options, custom_headers = nil) + response = list_publishing_profile_xml_with_secrets_async(resource_group_name, name, publishing_profile_options, custom_headers).value! response.body unless response.nil? end @@ -13116,8 +12706,8 @@ def list_publishing_profile_xml_with_secrets(resource_group_name, name, publishi # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_publishing_profile_xml_with_secrets_with_http_info(resource_group_name, name, publishing_profile_options, custom_headers:nil) - list_publishing_profile_xml_with_secrets_async(resource_group_name, name, publishing_profile_options, custom_headers:custom_headers).value! + def list_publishing_profile_xml_with_secrets_with_http_info(resource_group_name, name, publishing_profile_options, custom_headers = nil) + list_publishing_profile_xml_with_secrets_async(resource_group_name, name, publishing_profile_options, custom_headers).value! end # @@ -13136,11 +12726,8 @@ def list_publishing_profile_xml_with_secrets_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_publishing_profile_xml_with_secrets_async(resource_group_name, name, publishing_profile_options, custom_headers:nil) + def list_publishing_profile_xml_with_secrets_async(resource_group_name, name, publishing_profile_options, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'publishing_profile_options is nil' if publishing_profile_options.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -13148,12 +12735,13 @@ def list_publishing_profile_xml_with_secrets_async(resource_group_name, name, pu 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::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions.mapper() request_content = @client.serialize(request_mapper, publishing_profile_options) @@ -13188,7 +12776,6 @@ def list_publishing_profile_xml_with_secrets_async(resource_group_name, name, pu 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: { @@ -13221,8 +12808,8 @@ def list_publishing_profile_xml_with_secrets_async(resource_group_name, name, pu # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def recover(resource_group_name, name, recovery_entity, custom_headers:nil) - response = recover_async(resource_group_name, name, recovery_entity, custom_headers:custom_headers).value! + def recover(resource_group_name, name, recovery_entity, custom_headers = nil) + response = recover_async(resource_group_name, name, recovery_entity, custom_headers).value! nil end @@ -13239,9 +12826,9 @@ def recover(resource_group_name, name, recovery_entity, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def recover_async(resource_group_name, name, recovery_entity, custom_headers:nil) + def recover_async(resource_group_name, name, recovery_entity, custom_headers = nil) # Send request - promise = begin_recover_async(resource_group_name, name, recovery_entity, custom_headers:custom_headers) + promise = begin_recover_async(resource_group_name, name, recovery_entity, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -13269,8 +12856,8 @@ def recover_async(resource_group_name, name, recovery_entity, custom_headers:nil # will be added to the HTTP request. # # - def reset_production_slot_config(resource_group_name, name, custom_headers:nil) - response = reset_production_slot_config_async(resource_group_name, name, custom_headers:custom_headers).value! + def reset_production_slot_config(resource_group_name, name, custom_headers = nil) + response = reset_production_slot_config_async(resource_group_name, name, custom_headers).value! nil end @@ -13289,8 +12876,8 @@ def reset_production_slot_config(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reset_production_slot_config_with_http_info(resource_group_name, name, custom_headers:nil) - reset_production_slot_config_async(resource_group_name, name, custom_headers:custom_headers).value! + def reset_production_slot_config_with_http_info(resource_group_name, name, custom_headers = nil) + reset_production_slot_config_async(resource_group_name, name, custom_headers).value! end # @@ -13308,18 +12895,14 @@ def reset_production_slot_config_with_http_info(resource_group_name, name, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reset_production_slot_config_async(resource_group_name, name, custom_headers:nil) + def reset_production_slot_config_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -13372,8 +12955,8 @@ def reset_production_slot_config_async(resource_group_name, name, custom_headers # will be added to the HTTP request. # # - def restart(resource_group_name, name, soft_restart:nil, synchronous:nil, custom_headers:nil) - response = restart_async(resource_group_name, name, soft_restart:soft_restart, synchronous:synchronous, custom_headers:custom_headers).value! + def restart(resource_group_name, name, soft_restart = nil, synchronous = nil, custom_headers = nil) + response = restart_async(resource_group_name, name, soft_restart, synchronous, custom_headers).value! nil end @@ -13396,8 +12979,8 @@ def restart(resource_group_name, name, soft_restart:nil, synchronous:nil, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def restart_with_http_info(resource_group_name, name, soft_restart:nil, synchronous:nil, custom_headers:nil) - restart_async(resource_group_name, name, soft_restart:soft_restart, synchronous:synchronous, custom_headers:custom_headers).value! + def restart_with_http_info(resource_group_name, name, soft_restart = nil, synchronous = nil, custom_headers = nil) + restart_async(resource_group_name, name, soft_restart, synchronous, custom_headers).value! end # @@ -13419,18 +13002,14 @@ def restart_with_http_info(resource_group_name, name, soft_restart:nil, synchron # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def restart_async(resource_group_name, name, soft_restart:nil, synchronous:nil, custom_headers:nil) + def restart_async(resource_group_name, name, soft_restart = nil, synchronous = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -13466,9 +13045,9 @@ def restart_async(resource_group_name, name, soft_restart:nil, synchronous:nil, end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -13478,15 +13057,15 @@ def restart_async(resource_group_name, name, soft_restart:nil, synchronous:nil, # # @return [Array] operation results. # - def list_site_extensions(resource_group_name, name, custom_headers:nil) - first_page = list_site_extensions_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_site_extensions(resource_group_name, name, custom_headers = nil) + first_page = list_site_extensions_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -13496,14 +13075,14 @@ def list_site_extensions(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_extensions_with_http_info(resource_group_name, name, custom_headers:nil) - list_site_extensions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_site_extensions_with_http_info(resource_group_name, name, custom_headers = nil) + list_site_extensions_async(resource_group_name, name, custom_headers).value! end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -13513,18 +13092,14 @@ def list_site_extensions_with_http_info(resource_group_name, name, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_extensions_async(resource_group_name, name, custom_headers:nil) + def list_site_extensions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -13585,8 +13160,8 @@ def list_site_extensions_async(resource_group_name, name, custom_headers:nil) # # @return [SiteExtensionInfo] operation results. # - def get_site_extension(resource_group_name, name, site_extension_id, custom_headers:nil) - response = get_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def get_site_extension(resource_group_name, name, site_extension_id, custom_headers = nil) + response = get_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! response.body unless response.nil? end @@ -13606,8 +13181,8 @@ def get_site_extension(resource_group_name, name, site_extension_id, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_extension_with_http_info(resource_group_name, name, site_extension_id, custom_headers:nil) - get_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def get_site_extension_with_http_info(resource_group_name, name, site_extension_id, custom_headers = nil) + get_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! end # @@ -13626,11 +13201,8 @@ def get_site_extension_with_http_info(resource_group_name, name, site_extension_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:nil) + def get_site_extension_async(resource_group_name, name, site_extension_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_extension_id is nil' if site_extension_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -13638,7 +13210,6 @@ def get_site_extension_async(resource_group_name, name, site_extension_id, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -13697,8 +13268,8 @@ def get_site_extension_async(resource_group_name, name, site_extension_id, custo # # @return [SiteExtensionInfo] operation results. # - def install_site_extension(resource_group_name, name, site_extension_id, custom_headers:nil) - response = install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def install_site_extension(resource_group_name, name, site_extension_id, custom_headers = nil) + response = install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! response.body unless response.nil? end @@ -13713,9 +13284,9 @@ def install_site_extension(resource_group_name, name, site_extension_id, custom_ # @return [Concurrent::Promise] promise which provides async access to http # response. # - def install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:nil) + def install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers = nil) # Send request - promise = begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers) + promise = begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -13744,8 +13315,8 @@ def install_site_extension_async(resource_group_name, name, site_extension_id, c # will be added to the HTTP request. # # - def delete_site_extension(resource_group_name, name, site_extension_id, custom_headers:nil) - response = delete_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def delete_site_extension(resource_group_name, name, site_extension_id, custom_headers = nil) + response = delete_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! nil end @@ -13763,8 +13334,8 @@ def delete_site_extension(resource_group_name, name, site_extension_id, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_site_extension_with_http_info(resource_group_name, name, site_extension_id, custom_headers:nil) - delete_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def delete_site_extension_with_http_info(resource_group_name, name, site_extension_id, custom_headers = nil) + delete_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! end # @@ -13781,11 +13352,8 @@ def delete_site_extension_with_http_info(resource_group_name, name, site_extensi # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:nil) + def delete_site_extension_async(resource_group_name, name, site_extension_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_extension_id is nil' if site_extension_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -13793,7 +13361,6 @@ def delete_site_extension_async(resource_group_name, name, site_extension_id, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -13841,8 +13408,8 @@ def delete_site_extension_async(resource_group_name, name, site_extension_id, cu # # @return [Array] operation results. # - def list_slots(resource_group_name, name, custom_headers:nil) - first_page = list_slots_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_slots(resource_group_name, name, custom_headers = nil) + first_page = list_slots_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -13859,8 +13426,8 @@ def list_slots(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slots_with_http_info(resource_group_name, name, custom_headers:nil) - list_slots_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_slots_with_http_info(resource_group_name, name, custom_headers = nil) + list_slots_async(resource_group_name, name, custom_headers).value! end # @@ -13876,18 +13443,14 @@ def list_slots_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slots_async(resource_group_name, name, custom_headers:nil) + def list_slots_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -13947,8 +13510,8 @@ def list_slots_async(resource_group_name, name, custom_headers:nil) # # @return [Site] operation results. # - def get_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -13967,8 +13530,8 @@ def get_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -13986,11 +13549,8 @@ def get_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -13998,7 +13558,6 @@ def get_slot_async(resource_group_name, name, slot, 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 @@ -14072,8 +13631,8 @@ def get_slot_async(resource_group_name, name, slot, custom_headers:nil) # # @return [Site] operation results. # - def create_or_update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) - response = create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:skip_dns_registration, skip_custom_domain_verification:skip_custom_domain_verification, force_dns_registration:force_dns_registration, ttl_in_seconds:ttl_in_seconds, custom_headers:custom_headers).value! + def create_or_update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) + response = create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration, skip_custom_domain_verification, force_dns_registration, ttl_in_seconds, custom_headers).value! response.body unless response.nil? end @@ -14101,9 +13660,9 @@ def create_or_update_slot(resource_group_name, name, site_envelope, slot, skip_d # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) + def create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) # Send request - promise = begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:skip_dns_registration, skip_custom_domain_verification:skip_custom_domain_verification, force_dns_registration:force_dns_registration, ttl_in_seconds:ttl_in_seconds, custom_headers:custom_headers) + promise = begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration, skip_custom_domain_verification, force_dns_registration, ttl_in_seconds, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -14138,8 +13697,8 @@ def create_or_update_slot_async(resource_group_name, name, site_envelope, slot, # will be added to the HTTP request. # # - def delete_slot(resource_group_name, name, slot, delete_metrics:nil, delete_empty_server_farm:nil, skip_dns_registration:nil, custom_headers:nil) - response = delete_slot_async(resource_group_name, name, slot, delete_metrics:delete_metrics, delete_empty_server_farm:delete_empty_server_farm, skip_dns_registration:skip_dns_registration, custom_headers:custom_headers).value! + def delete_slot(resource_group_name, name, slot, delete_metrics = nil, delete_empty_server_farm = nil, skip_dns_registration = nil, custom_headers = nil) + response = delete_slot_async(resource_group_name, name, slot, delete_metrics, delete_empty_server_farm, skip_dns_registration, custom_headers).value! nil end @@ -14163,8 +13722,8 @@ def delete_slot(resource_group_name, name, slot, delete_metrics:nil, delete_empt # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_slot_with_http_info(resource_group_name, name, slot, delete_metrics:nil, delete_empty_server_farm:nil, skip_dns_registration:nil, custom_headers:nil) - delete_slot_async(resource_group_name, name, slot, delete_metrics:delete_metrics, delete_empty_server_farm:delete_empty_server_farm, skip_dns_registration:skip_dns_registration, custom_headers:custom_headers).value! + def delete_slot_with_http_info(resource_group_name, name, slot, delete_metrics = nil, delete_empty_server_farm = nil, skip_dns_registration = nil, custom_headers = nil) + delete_slot_async(resource_group_name, name, slot, delete_metrics, delete_empty_server_farm, skip_dns_registration, custom_headers).value! end # @@ -14187,11 +13746,8 @@ def delete_slot_with_http_info(resource_group_name, name, slot, delete_metrics:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_slot_async(resource_group_name, name, slot, delete_metrics:nil, delete_empty_server_farm:nil, skip_dns_registration:nil, custom_headers:nil) + def delete_slot_async(resource_group_name, name, slot, delete_metrics = nil, delete_empty_server_farm = nil, skip_dns_registration = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -14199,7 +13755,6 @@ def delete_slot_async(resource_group_name, name, slot, delete_metrics:nil, delet request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -14263,8 +13818,8 @@ def delete_slot_async(resource_group_name, name, slot, delete_metrics:nil, delet # # @return [Site] operation results. # - def update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) - response = update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:skip_dns_registration, skip_custom_domain_verification:skip_custom_domain_verification, force_dns_registration:force_dns_registration, ttl_in_seconds:ttl_in_seconds, custom_headers:custom_headers).value! + def update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) + response = update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration, skip_custom_domain_verification, force_dns_registration, ttl_in_seconds, custom_headers).value! response.body unless response.nil? end @@ -14297,8 +13852,8 @@ def update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registr # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_slot_with_http_info(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) - update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:skip_dns_registration, skip_custom_domain_verification:skip_custom_domain_verification, force_dns_registration:force_dns_registration, ttl_in_seconds:ttl_in_seconds, custom_headers:custom_headers).value! + def update_slot_with_http_info(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) + update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration, skip_custom_domain_verification, force_dns_registration, ttl_in_seconds, custom_headers).value! end # @@ -14330,11 +13885,8 @@ def update_slot_with_http_info(resource_group_name, name, site_envelope, slot, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) + def update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_envelope is nil' if site_envelope.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -14343,12 +13895,13 @@ def update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_r 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::Web::Mgmt::V2016_08_01::Models::SitePatchResource.mapper() request_content = @client.serialize(request_mapper, site_envelope) @@ -14421,8 +13974,8 @@ def update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_r # # @return [CustomHostnameAnalysisResult] operation results. # - def analyze_custom_hostname_slot(resource_group_name, name, slot, host_name:nil, custom_headers:nil) - response = analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_name:host_name, custom_headers:custom_headers).value! + def analyze_custom_hostname_slot(resource_group_name, name, slot, host_name = nil, custom_headers = nil) + response = analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_name, custom_headers).value! response.body unless response.nil? end @@ -14442,8 +13995,8 @@ def analyze_custom_hostname_slot(resource_group_name, name, slot, host_name:nil, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def analyze_custom_hostname_slot_with_http_info(resource_group_name, name, slot, host_name:nil, custom_headers:nil) - analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_name:host_name, custom_headers:custom_headers).value! + def analyze_custom_hostname_slot_with_http_info(resource_group_name, name, slot, host_name = nil, custom_headers = nil) + analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_name, custom_headers).value! end # @@ -14462,11 +14015,8 @@ def analyze_custom_hostname_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_name:nil, custom_headers:nil) + def analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_name = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -14474,7 +14024,6 @@ def analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -14537,8 +14086,8 @@ def analyze_custom_hostname_slot_async(resource_group_name, name, slot, host_nam # will be added to the HTTP request. # # - def apply_slot_configuration_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - response = apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def apply_slot_configuration_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + response = apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! nil end @@ -14561,8 +14110,8 @@ def apply_slot_configuration_slot(resource_group_name, name, slot_swap_entity, s # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def apply_slot_configuration_slot_with_http_info(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def apply_slot_configuration_slot_with_http_info(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! end # @@ -14584,11 +14133,8 @@ def apply_slot_configuration_slot_with_http_info(resource_group_name, name, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) + def apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_swap_entity is nil' if slot_swap_entity.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -14597,12 +14143,13 @@ def apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_ent 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::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity.mapper() request_content = @client.serialize(request_mapper, slot_swap_entity) @@ -14656,8 +14203,8 @@ def apply_slot_configuration_slot_async(resource_group_name, name, slot_swap_ent # # @return [BackupItem] operation results. # - def backup_slot(resource_group_name, name, request, slot, custom_headers:nil) - response = backup_slot_async(resource_group_name, name, request, slot, custom_headers:custom_headers).value! + def backup_slot(resource_group_name, name, request, slot, custom_headers = nil) + response = backup_slot_async(resource_group_name, name, request, slot, custom_headers).value! response.body unless response.nil? end @@ -14678,8 +14225,8 @@ def backup_slot(resource_group_name, name, request, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def backup_slot_with_http_info(resource_group_name, name, request, slot, custom_headers:nil) - backup_slot_async(resource_group_name, name, request, slot, custom_headers:custom_headers).value! + def backup_slot_with_http_info(resource_group_name, name, request, slot, custom_headers = nil) + backup_slot_async(resource_group_name, name, request, slot, custom_headers).value! end # @@ -14699,11 +14246,8 @@ def backup_slot_with_http_info(resource_group_name, name, request, slot, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def backup_slot_async(resource_group_name, name, request, slot, custom_headers:nil) + def backup_slot_async(resource_group_name, name, request, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'request is nil' if request.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -14712,12 +14256,13 @@ def backup_slot_async(resource_group_name, name, request, slot, 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::Web::Mgmt::V2016_08_01::Models::BackupRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -14779,8 +14324,8 @@ def backup_slot_async(resource_group_name, name, request, slot, custom_headers:n # # @return [Array] operation results. # - def list_backups_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_backups_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_backups_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_backups_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -14799,8 +14344,8 @@ def list_backups_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_backups_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_backups_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_backups_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_backups_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -14818,11 +14363,8 @@ def list_backups_slot_with_http_info(resource_group_name, name, slot, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_backups_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_backups_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -14830,7 +14372,6 @@ def list_backups_slot_async(resource_group_name, name, slot, 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 @@ -14894,8 +14435,8 @@ def list_backups_slot_async(resource_group_name, name, slot, custom_headers:nil) # # @return [RestoreRequest] operation results. # - def discover_restore_slot(resource_group_name, name, request, slot, custom_headers:nil) - response = discover_restore_slot_async(resource_group_name, name, request, slot, custom_headers:custom_headers).value! + def discover_restore_slot(resource_group_name, name, request, slot, custom_headers = nil) + response = discover_restore_slot_async(resource_group_name, name, request, slot, custom_headers).value! response.body unless response.nil? end @@ -14918,8 +14459,8 @@ def discover_restore_slot(resource_group_name, name, request, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def discover_restore_slot_with_http_info(resource_group_name, name, request, slot, custom_headers:nil) - discover_restore_slot_async(resource_group_name, name, request, slot, custom_headers:custom_headers).value! + def discover_restore_slot_with_http_info(resource_group_name, name, request, slot, custom_headers = nil) + discover_restore_slot_async(resource_group_name, name, request, slot, custom_headers).value! end # @@ -14941,11 +14482,8 @@ def discover_restore_slot_with_http_info(resource_group_name, name, request, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def discover_restore_slot_async(resource_group_name, name, request, slot, custom_headers:nil) + def discover_restore_slot_async(resource_group_name, name, request, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'request is nil' if request.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -14954,12 +14492,13 @@ def discover_restore_slot_async(resource_group_name, name, request, slot, 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::Web::Mgmt::V2016_08_01::Models::RestoreRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -15022,8 +14561,8 @@ def discover_restore_slot_async(resource_group_name, name, request, slot, custom # # @return [BackupItem] operation results. # - def get_backup_status_slot(resource_group_name, name, backup_id, slot, custom_headers:nil) - response = get_backup_status_slot_async(resource_group_name, name, backup_id, slot, custom_headers:custom_headers).value! + def get_backup_status_slot(resource_group_name, name, backup_id, slot, custom_headers = nil) + response = get_backup_status_slot_async(resource_group_name, name, backup_id, slot, custom_headers).value! response.body unless response.nil? end @@ -15043,8 +14582,8 @@ def get_backup_status_slot(resource_group_name, name, backup_id, slot, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_backup_status_slot_with_http_info(resource_group_name, name, backup_id, slot, custom_headers:nil) - get_backup_status_slot_async(resource_group_name, name, backup_id, slot, custom_headers:custom_headers).value! + def get_backup_status_slot_with_http_info(resource_group_name, name, backup_id, slot, custom_headers = nil) + get_backup_status_slot_async(resource_group_name, name, backup_id, slot, custom_headers).value! end # @@ -15063,11 +14602,8 @@ def get_backup_status_slot_with_http_info(resource_group_name, name, backup_id, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_backup_status_slot_async(resource_group_name, name, backup_id, slot, custom_headers:nil) + def get_backup_status_slot_async(resource_group_name, name, backup_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -15076,7 +14612,6 @@ def get_backup_status_slot_async(resource_group_name, name, backup_id, slot, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -15136,8 +14671,8 @@ def get_backup_status_slot_async(resource_group_name, name, backup_id, slot, cus # will be added to the HTTP request. # # - def delete_backup_slot(resource_group_name, name, backup_id, slot, custom_headers:nil) - response = delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_headers:custom_headers).value! + def delete_backup_slot(resource_group_name, name, backup_id, slot, custom_headers = nil) + response = delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_headers).value! nil end @@ -15157,8 +14692,8 @@ def delete_backup_slot(resource_group_name, name, backup_id, slot, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_backup_slot_with_http_info(resource_group_name, name, backup_id, slot, custom_headers:nil) - delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_headers:custom_headers).value! + def delete_backup_slot_with_http_info(resource_group_name, name, backup_id, slot, custom_headers = nil) + delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_headers).value! end # @@ -15177,11 +14712,8 @@ def delete_backup_slot_with_http_info(resource_group_name, name, backup_id, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_headers:nil) + def delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -15190,7 +14722,6 @@ def delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -15248,8 +14779,8 @@ def delete_backup_slot_async(resource_group_name, name, backup_id, slot, custom_ # # @return [BackupItem] operation results. # - def list_backup_status_secrets_slot(resource_group_name, name, backup_id, request, slot, custom_headers:nil) - response = list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:custom_headers).value! + def list_backup_status_secrets_slot(resource_group_name, name, backup_id, request, slot, custom_headers = nil) + response = list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers).value! response.body unless response.nil? end @@ -15276,8 +14807,8 @@ def list_backup_status_secrets_slot(resource_group_name, name, backup_id, reques # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_backup_status_secrets_slot_with_http_info(resource_group_name, name, backup_id, request, slot, custom_headers:nil) - list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:custom_headers).value! + def list_backup_status_secrets_slot_with_http_info(resource_group_name, name, backup_id, request, slot, custom_headers = nil) + list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers).value! end # @@ -15303,11 +14834,8 @@ def list_backup_status_secrets_slot_with_http_info(resource_group_name, name, ba # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:nil) + def list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, 'request is nil' if request.nil? @@ -15317,12 +14845,13 @@ def list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, 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::Web::Mgmt::V2016_08_01::Models::BackupRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -15386,8 +14915,8 @@ def list_backup_status_secrets_slot_async(resource_group_name, name, backup_id, # # @return [RestoreResponse] operation results. # - def restore_slot(resource_group_name, name, backup_id, request, slot, custom_headers:nil) - response = restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:custom_headers).value! + def restore_slot(resource_group_name, name, backup_id, request, slot, custom_headers = nil) + response = restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers).value! response.body unless response.nil? end @@ -15405,9 +14934,9 @@ def restore_slot(resource_group_name, name, backup_id, request, slot, custom_hea # @return [Concurrent::Promise] promise which provides async access to http # response. # - def restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:nil) + def restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers = nil) # Send request - promise = begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:custom_headers) + promise = begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -15438,8 +14967,8 @@ def restore_slot_async(resource_group_name, name, backup_id, request, slot, cust # # @return [Array] operation results. # - def list_configurations_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_configurations_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_configurations_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_configurations_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -15458,8 +14987,8 @@ def list_configurations_slot(resource_group_name, name, slot, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configurations_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_configurations_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_configurations_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_configurations_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -15477,11 +15006,8 @@ def list_configurations_slot_with_http_info(resource_group_name, name, slot, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configurations_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_configurations_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -15489,7 +15015,6 @@ def list_configurations_slot_async(resource_group_name, name, slot, custom_heade request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -15550,8 +15075,8 @@ def list_configurations_slot_async(resource_group_name, name, slot, custom_heade # # @return [StringDictionary] operation results. # - def update_application_settings_slot(resource_group_name, name, app_settings, slot, custom_headers:nil) - response = update_application_settings_slot_async(resource_group_name, name, app_settings, slot, custom_headers:custom_headers).value! + def update_application_settings_slot(resource_group_name, name, app_settings, slot, custom_headers = nil) + response = update_application_settings_slot_async(resource_group_name, name, app_settings, slot, custom_headers).value! response.body unless response.nil? end @@ -15571,8 +15096,8 @@ def update_application_settings_slot(resource_group_name, name, app_settings, sl # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_application_settings_slot_with_http_info(resource_group_name, name, app_settings, slot, custom_headers:nil) - update_application_settings_slot_async(resource_group_name, name, app_settings, slot, custom_headers:custom_headers).value! + def update_application_settings_slot_with_http_info(resource_group_name, name, app_settings, slot, custom_headers = nil) + update_application_settings_slot_async(resource_group_name, name, app_settings, slot, custom_headers).value! end # @@ -15591,11 +15116,8 @@ def update_application_settings_slot_with_http_info(resource_group_name, name, a # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_application_settings_slot_async(resource_group_name, name, app_settings, slot, custom_headers:nil) + def update_application_settings_slot_async(resource_group_name, name, app_settings, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'app_settings is nil' if app_settings.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -15604,12 +15126,13 @@ def update_application_settings_slot_async(resource_group_name, name, app_settin 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::Web::Mgmt::V2016_08_01::Models::StringDictionary.mapper() request_content = @client.serialize(request_mapper, app_settings) @@ -15671,8 +15194,8 @@ def update_application_settings_slot_async(resource_group_name, name, app_settin # # @return [StringDictionary] operation results. # - def list_application_settings_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_application_settings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_application_settings_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_application_settings_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -15691,8 +15214,8 @@ def list_application_settings_slot(resource_group_name, name, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_application_settings_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_application_settings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_application_settings_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_application_settings_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -15710,11 +15233,8 @@ def list_application_settings_slot_with_http_info(resource_group_name, name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_application_settings_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_application_settings_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -15722,7 +15242,6 @@ def list_application_settings_slot_async(resource_group_name, name, slot, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -15784,8 +15303,8 @@ def list_application_settings_slot_async(resource_group_name, name, slot, custom # # @return [SiteAuthSettings] operation results. # - def update_auth_settings_slot(resource_group_name, name, site_auth_settings, slot, custom_headers:nil) - response = update_auth_settings_slot_async(resource_group_name, name, site_auth_settings, slot, custom_headers:custom_headers).value! + def update_auth_settings_slot(resource_group_name, name, site_auth_settings, slot, custom_headers = nil) + response = update_auth_settings_slot_async(resource_group_name, name, site_auth_settings, slot, custom_headers).value! response.body unless response.nil? end @@ -15806,8 +15325,8 @@ def update_auth_settings_slot(resource_group_name, name, site_auth_settings, slo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_auth_settings_slot_with_http_info(resource_group_name, name, site_auth_settings, slot, custom_headers:nil) - update_auth_settings_slot_async(resource_group_name, name, site_auth_settings, slot, custom_headers:custom_headers).value! + def update_auth_settings_slot_with_http_info(resource_group_name, name, site_auth_settings, slot, custom_headers = nil) + update_auth_settings_slot_async(resource_group_name, name, site_auth_settings, slot, custom_headers).value! end # @@ -15827,11 +15346,8 @@ def update_auth_settings_slot_with_http_info(resource_group_name, name, site_aut # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_auth_settings_slot_async(resource_group_name, name, site_auth_settings, slot, custom_headers:nil) + def update_auth_settings_slot_async(resource_group_name, name, site_auth_settings, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_auth_settings is nil' if site_auth_settings.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -15840,12 +15356,13 @@ def update_auth_settings_slot_async(resource_group_name, name, site_auth_setting 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::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings.mapper() request_content = @client.serialize(request_mapper, site_auth_settings) @@ -15907,8 +15424,8 @@ def update_auth_settings_slot_async(resource_group_name, name, site_auth_setting # # @return [SiteAuthSettings] operation results. # - def get_auth_settings_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_auth_settings_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -15927,8 +15444,8 @@ def get_auth_settings_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_auth_settings_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_auth_settings_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -15946,11 +15463,8 @@ def get_auth_settings_slot_with_http_info(resource_group_name, name, slot, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -15958,7 +15472,6 @@ def get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -16019,8 +15532,8 @@ def get_auth_settings_slot_async(resource_group_name, name, slot, custom_headers # # @return [BackupRequest] operation results. # - def update_backup_configuration_slot(resource_group_name, name, request, slot, custom_headers:nil) - response = update_backup_configuration_slot_async(resource_group_name, name, request, slot, custom_headers:custom_headers).value! + def update_backup_configuration_slot(resource_group_name, name, request, slot, custom_headers = nil) + response = update_backup_configuration_slot_async(resource_group_name, name, request, slot, custom_headers).value! response.body unless response.nil? end @@ -16040,8 +15553,8 @@ def update_backup_configuration_slot(resource_group_name, name, request, slot, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_backup_configuration_slot_with_http_info(resource_group_name, name, request, slot, custom_headers:nil) - update_backup_configuration_slot_async(resource_group_name, name, request, slot, custom_headers:custom_headers).value! + def update_backup_configuration_slot_with_http_info(resource_group_name, name, request, slot, custom_headers = nil) + update_backup_configuration_slot_async(resource_group_name, name, request, slot, custom_headers).value! end # @@ -16060,11 +15573,8 @@ def update_backup_configuration_slot_with_http_info(resource_group_name, name, r # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_backup_configuration_slot_async(resource_group_name, name, request, slot, custom_headers:nil) + def update_backup_configuration_slot_async(resource_group_name, name, request, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'request is nil' if request.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -16073,12 +15583,13 @@ def update_backup_configuration_slot_async(resource_group_name, name, request, s 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::Web::Mgmt::V2016_08_01::Models::BackupRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -16139,8 +15650,8 @@ def update_backup_configuration_slot_async(resource_group_name, name, request, s # will be added to the HTTP request. # # - def delete_backup_configuration_slot(resource_group_name, name, slot, custom_headers:nil) - response = delete_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def delete_backup_configuration_slot(resource_group_name, name, slot, custom_headers = nil) + response = delete_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -16159,8 +15670,8 @@ def delete_backup_configuration_slot(resource_group_name, name, slot, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_backup_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - delete_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def delete_backup_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + delete_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -16178,11 +15689,8 @@ def delete_backup_configuration_slot_with_http_info(resource_group_name, name, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers:nil) + def delete_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -16190,7 +15698,6 @@ def delete_backup_configuration_slot_async(resource_group_name, name, slot, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -16240,8 +15747,8 @@ def delete_backup_configuration_slot_async(resource_group_name, name, slot, cust # # @return [BackupRequest] operation results. # - def get_backup_configuration_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_backup_configuration_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -16260,8 +15767,8 @@ def get_backup_configuration_slot(resource_group_name, name, slot, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_backup_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_backup_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -16279,11 +15786,8 @@ def get_backup_configuration_slot_with_http_info(resource_group_name, name, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_backup_configuration_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -16291,7 +15795,6 @@ def get_backup_configuration_slot_async(resource_group_name, name, slot, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -16353,8 +15856,8 @@ def get_backup_configuration_slot_async(resource_group_name, name, slot, custom_ # # @return [ConnectionStringDictionary] operation results. # - def update_connection_strings_slot(resource_group_name, name, connection_strings, slot, custom_headers:nil) - response = update_connection_strings_slot_async(resource_group_name, name, connection_strings, slot, custom_headers:custom_headers).value! + def update_connection_strings_slot(resource_group_name, name, connection_strings, slot, custom_headers = nil) + response = update_connection_strings_slot_async(resource_group_name, name, connection_strings, slot, custom_headers).value! response.body unless response.nil? end @@ -16375,8 +15878,8 @@ def update_connection_strings_slot(resource_group_name, name, connection_strings # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_connection_strings_slot_with_http_info(resource_group_name, name, connection_strings, slot, custom_headers:nil) - update_connection_strings_slot_async(resource_group_name, name, connection_strings, slot, custom_headers:custom_headers).value! + def update_connection_strings_slot_with_http_info(resource_group_name, name, connection_strings, slot, custom_headers = nil) + update_connection_strings_slot_async(resource_group_name, name, connection_strings, slot, custom_headers).value! end # @@ -16396,11 +15899,8 @@ def update_connection_strings_slot_with_http_info(resource_group_name, name, con # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_connection_strings_slot_async(resource_group_name, name, connection_strings, slot, custom_headers:nil) + def update_connection_strings_slot_async(resource_group_name, name, connection_strings, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'connection_strings is nil' if connection_strings.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -16409,12 +15909,13 @@ def update_connection_strings_slot_async(resource_group_name, name, connection_s 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::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary.mapper() request_content = @client.serialize(request_mapper, connection_strings) @@ -16476,8 +15977,8 @@ def update_connection_strings_slot_async(resource_group_name, name, connection_s # # @return [ConnectionStringDictionary] operation results. # - def list_connection_strings_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_connection_strings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_connection_strings_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_connection_strings_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -16496,8 +15997,8 @@ def list_connection_strings_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_connection_strings_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_connection_strings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_connection_strings_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_connection_strings_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -16515,11 +16016,8 @@ def list_connection_strings_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_connection_strings_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_connection_strings_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -16527,7 +16025,6 @@ def list_connection_strings_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -16587,8 +16084,8 @@ def list_connection_strings_slot_async(resource_group_name, name, slot, custom_h # # @return [SiteLogsConfig] operation results. # - def get_diagnostic_logs_configuration_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_diagnostic_logs_configuration_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -16607,8 +16104,8 @@ def get_diagnostic_logs_configuration_slot(resource_group_name, name, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_diagnostic_logs_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_diagnostic_logs_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -16626,11 +16123,8 @@ def get_diagnostic_logs_configuration_slot_with_http_info(resource_group_name, n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -16638,7 +16132,6 @@ def get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -16700,8 +16193,8 @@ def get_diagnostic_logs_configuration_slot_async(resource_group_name, name, slot # # @return [SiteLogsConfig] operation results. # - def update_diagnostic_logs_config_slot(resource_group_name, name, site_logs_config, slot, custom_headers:nil) - response = update_diagnostic_logs_config_slot_async(resource_group_name, name, site_logs_config, slot, custom_headers:custom_headers).value! + def update_diagnostic_logs_config_slot(resource_group_name, name, site_logs_config, slot, custom_headers = nil) + response = update_diagnostic_logs_config_slot_async(resource_group_name, name, site_logs_config, slot, custom_headers).value! response.body unless response.nil? end @@ -16722,8 +16215,8 @@ def update_diagnostic_logs_config_slot(resource_group_name, name, site_logs_conf # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_diagnostic_logs_config_slot_with_http_info(resource_group_name, name, site_logs_config, slot, custom_headers:nil) - update_diagnostic_logs_config_slot_async(resource_group_name, name, site_logs_config, slot, custom_headers:custom_headers).value! + def update_diagnostic_logs_config_slot_with_http_info(resource_group_name, name, site_logs_config, slot, custom_headers = nil) + update_diagnostic_logs_config_slot_async(resource_group_name, name, site_logs_config, slot, custom_headers).value! end # @@ -16743,11 +16236,8 @@ def update_diagnostic_logs_config_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_diagnostic_logs_config_slot_async(resource_group_name, name, site_logs_config, slot, custom_headers:nil) + def update_diagnostic_logs_config_slot_async(resource_group_name, name, site_logs_config, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_logs_config is nil' if site_logs_config.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -16756,12 +16246,13 @@ def update_diagnostic_logs_config_slot_async(resource_group_name, name, site_log 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::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig.mapper() request_content = @client.serialize(request_mapper, site_logs_config) @@ -16825,8 +16316,8 @@ def update_diagnostic_logs_config_slot_async(resource_group_name, name, site_log # # @return [StringDictionary] operation results. # - def update_metadata_slot(resource_group_name, name, metadata, slot, custom_headers:nil) - response = update_metadata_slot_async(resource_group_name, name, metadata, slot, custom_headers:custom_headers).value! + def update_metadata_slot(resource_group_name, name, metadata, slot, custom_headers = nil) + response = update_metadata_slot_async(resource_group_name, name, metadata, slot, custom_headers).value! response.body unless response.nil? end @@ -16847,8 +16338,8 @@ def update_metadata_slot(resource_group_name, name, metadata, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_metadata_slot_with_http_info(resource_group_name, name, metadata, slot, custom_headers:nil) - update_metadata_slot_async(resource_group_name, name, metadata, slot, custom_headers:custom_headers).value! + def update_metadata_slot_with_http_info(resource_group_name, name, metadata, slot, custom_headers = nil) + update_metadata_slot_async(resource_group_name, name, metadata, slot, custom_headers).value! end # @@ -16868,11 +16359,8 @@ def update_metadata_slot_with_http_info(resource_group_name, name, metadata, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_metadata_slot_async(resource_group_name, name, metadata, slot, custom_headers:nil) + def update_metadata_slot_async(resource_group_name, name, metadata, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'metadata is nil' if metadata.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -16881,12 +16369,13 @@ def update_metadata_slot_async(resource_group_name, name, metadata, slot, 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::Web::Mgmt::V2016_08_01::Models::StringDictionary.mapper() request_content = @client.serialize(request_mapper, metadata) @@ -16948,8 +16437,8 @@ def update_metadata_slot_async(resource_group_name, name, metadata, slot, custom # # @return [StringDictionary] operation results. # - def list_metadata_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_metadata_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_metadata_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_metadata_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -16968,8 +16457,8 @@ def list_metadata_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metadata_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_metadata_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_metadata_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_metadata_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -16987,11 +16476,8 @@ def list_metadata_slot_with_http_info(resource_group_name, name, slot, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metadata_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_metadata_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -16999,7 +16485,6 @@ def list_metadata_slot_async(resource_group_name, name, slot, 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 @@ -17059,8 +16544,8 @@ def list_metadata_slot_async(resource_group_name, name, slot, custom_headers:nil # # @return [User] operation results. # - def list_publishing_credentials_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_publishing_credentials_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -17076,9 +16561,9 @@ def list_publishing_credentials_slot(resource_group_name, name, slot, custom_hea # @return [Concurrent::Promise] promise which provides async access to http # response. # - def list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers = nil) # Send request - promise = begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers:custom_headers) + promise = begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -17110,8 +16595,8 @@ def list_publishing_credentials_slot_async(resource_group_name, name, slot, cust # # @return [PushSettings] operation results. # - def update_site_push_settings_slot(resource_group_name, name, push_settings, slot, custom_headers:nil) - response = update_site_push_settings_slot_async(resource_group_name, name, push_settings, slot, custom_headers:custom_headers).value! + def update_site_push_settings_slot(resource_group_name, name, push_settings, slot, custom_headers = nil) + response = update_site_push_settings_slot_async(resource_group_name, name, push_settings, slot, custom_headers).value! response.body unless response.nil? end @@ -17131,8 +16616,8 @@ def update_site_push_settings_slot(resource_group_name, name, push_settings, slo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_site_push_settings_slot_with_http_info(resource_group_name, name, push_settings, slot, custom_headers:nil) - update_site_push_settings_slot_async(resource_group_name, name, push_settings, slot, custom_headers:custom_headers).value! + def update_site_push_settings_slot_with_http_info(resource_group_name, name, push_settings, slot, custom_headers = nil) + update_site_push_settings_slot_async(resource_group_name, name, push_settings, slot, custom_headers).value! end # @@ -17151,11 +16636,8 @@ def update_site_push_settings_slot_with_http_info(resource_group_name, name, pus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_site_push_settings_slot_async(resource_group_name, name, push_settings, slot, custom_headers:nil) + def update_site_push_settings_slot_async(resource_group_name, name, push_settings, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'push_settings is nil' if push_settings.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -17164,12 +16646,13 @@ def update_site_push_settings_slot_async(resource_group_name, name, push_setting 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::Web::Mgmt::V2016_08_01::Models::PushSettings.mapper() request_content = @client.serialize(request_mapper, push_settings) @@ -17231,8 +16714,8 @@ def update_site_push_settings_slot_async(resource_group_name, name, push_setting # # @return [PushSettings] operation results. # - def list_site_push_settings_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_site_push_settings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_site_push_settings_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_site_push_settings_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -17251,8 +16734,8 @@ def list_site_push_settings_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_push_settings_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_site_push_settings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_site_push_settings_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_site_push_settings_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -17270,11 +16753,8 @@ def list_site_push_settings_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_push_settings_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_site_push_settings_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -17282,7 +16762,6 @@ def list_site_push_settings_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -17344,8 +16823,8 @@ def list_site_push_settings_slot_async(resource_group_name, name, slot, custom_h # # @return [SiteConfigResource] operation results. # - def get_configuration_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_configuration_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -17366,8 +16845,8 @@ def get_configuration_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -17387,11 +16866,8 @@ def get_configuration_slot_with_http_info(resource_group_name, name, slot, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_configuration_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_configuration_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -17399,7 +16875,6 @@ def get_configuration_slot_async(resource_group_name, name, slot, custom_headers request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -17461,8 +16936,8 @@ def get_configuration_slot_async(resource_group_name, name, slot, custom_headers # # @return [SiteConfigResource] operation results. # - def create_or_update_configuration_slot(resource_group_name, name, site_config, slot, custom_headers:nil) - response = create_or_update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers:custom_headers).value! + def create_or_update_configuration_slot(resource_group_name, name, site_config, slot, custom_headers = nil) + response = create_or_update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers).value! response.body unless response.nil? end @@ -17483,8 +16958,8 @@ def create_or_update_configuration_slot(resource_group_name, name, site_config, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_configuration_slot_with_http_info(resource_group_name, name, site_config, slot, custom_headers:nil) - create_or_update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers:custom_headers).value! + def create_or_update_configuration_slot_with_http_info(resource_group_name, name, site_config, slot, custom_headers = nil) + create_or_update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers).value! end # @@ -17504,11 +16979,8 @@ def create_or_update_configuration_slot_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers:nil) + def create_or_update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_config is nil' if site_config.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -17517,12 +16989,13 @@ def create_or_update_configuration_slot_async(resource_group_name, name, site_co 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::Web::Mgmt::V2016_08_01::Models::SiteConfigResource.mapper() request_content = @client.serialize(request_mapper, site_config) @@ -17586,8 +17059,8 @@ def create_or_update_configuration_slot_async(resource_group_name, name, site_co # # @return [SiteConfigResource] operation results. # - def update_configuration_slot(resource_group_name, name, site_config, slot, custom_headers:nil) - response = update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers:custom_headers).value! + def update_configuration_slot(resource_group_name, name, site_config, slot, custom_headers = nil) + response = update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers).value! response.body unless response.nil? end @@ -17608,8 +17081,8 @@ def update_configuration_slot(resource_group_name, name, site_config, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_configuration_slot_with_http_info(resource_group_name, name, site_config, slot, custom_headers:nil) - update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers:custom_headers).value! + def update_configuration_slot_with_http_info(resource_group_name, name, site_config, slot, custom_headers = nil) + update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers).value! end # @@ -17629,11 +17102,8 @@ def update_configuration_slot_with_http_info(resource_group_name, name, site_con # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers:nil) + def update_configuration_slot_async(resource_group_name, name, site_config, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_config is nil' if site_config.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -17642,12 +17112,13 @@ def update_configuration_slot_async(resource_group_name, name, site_config, slot 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::Web::Mgmt::V2016_08_01::Models::SiteConfigResource.mapper() request_content = @client.serialize(request_mapper, site_config) @@ -17711,8 +17182,8 @@ def update_configuration_slot_async(resource_group_name, name, site_config, slot # # @return [Array] operation results. # - def list_configuration_snapshot_info_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_configuration_snapshot_info_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_configuration_snapshot_info_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_configuration_snapshot_info_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -17733,8 +17204,8 @@ def list_configuration_snapshot_info_slot(resource_group_name, name, slot, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configuration_snapshot_info_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -17754,11 +17225,8 @@ def list_configuration_snapshot_info_slot_with_http_info(resource_group_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -17766,7 +17234,6 @@ def list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -17827,8 +17294,8 @@ def list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, # # @return [SiteConfigResource] operation results. # - def get_configuration_snapshot_slot(resource_group_name, name, snapshot_id, slot, custom_headers:nil) - response = get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers:custom_headers).value! + def get_configuration_snapshot_slot(resource_group_name, name, snapshot_id, slot, custom_headers = nil) + response = get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers).value! response.body unless response.nil? end @@ -17848,8 +17315,8 @@ def get_configuration_snapshot_slot(resource_group_name, name, snapshot_id, slot # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_configuration_snapshot_slot_with_http_info(resource_group_name, name, snapshot_id, slot, custom_headers:nil) - get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers:custom_headers).value! + def get_configuration_snapshot_slot_with_http_info(resource_group_name, name, snapshot_id, slot, custom_headers = nil) + get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers).value! end # @@ -17868,11 +17335,8 @@ def get_configuration_snapshot_slot_with_http_info(resource_group_name, name, sn # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers:nil) + def get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'snapshot_id is nil' if snapshot_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -17881,7 +17345,6 @@ def get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -17941,8 +17404,8 @@ def get_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id # will be added to the HTTP request. # # - def recover_site_configuration_snapshot_slot(resource_group_name, name, snapshot_id, slot, custom_headers:nil) - response = recover_site_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers:custom_headers).value! + def recover_site_configuration_snapshot_slot(resource_group_name, name, snapshot_id, slot, custom_headers = nil) + response = recover_site_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers).value! nil end @@ -17962,8 +17425,8 @@ def recover_site_configuration_snapshot_slot(resource_group_name, name, snapshot # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def recover_site_configuration_snapshot_slot_with_http_info(resource_group_name, name, snapshot_id, slot, custom_headers:nil) - recover_site_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers:custom_headers).value! + def recover_site_configuration_snapshot_slot_with_http_info(resource_group_name, name, snapshot_id, slot, custom_headers = nil) + recover_site_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers).value! end # @@ -17982,11 +17445,8 @@ def recover_site_configuration_snapshot_slot_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def recover_site_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers:nil) + def recover_site_configuration_snapshot_slot_async(resource_group_name, name, snapshot_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'snapshot_id is nil' if snapshot_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -17995,7 +17455,6 @@ def recover_site_configuration_snapshot_slot_async(resource_group_name, name, sn request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18045,8 +17504,8 @@ def recover_site_configuration_snapshot_slot_async(resource_group_name, name, sn # # @return [NOT_IMPLEMENTED] operation results. # - def get_web_site_container_logs_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_web_site_container_logs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_web_site_container_logs_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_web_site_container_logs_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -18065,8 +17524,8 @@ def get_web_site_container_logs_slot(resource_group_name, name, slot, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_web_site_container_logs_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_web_site_container_logs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_web_site_container_logs_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_web_site_container_logs_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -18084,11 +17543,8 @@ def get_web_site_container_logs_slot_with_http_info(resource_group_name, name, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_web_site_container_logs_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_web_site_container_logs_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -18096,7 +17552,6 @@ def get_web_site_container_logs_slot_async(resource_group_name, name, slot, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18129,7 +17584,6 @@ def get_web_site_container_logs_slot_async(resource_group_name, name, slot, 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: { @@ -18163,8 +17617,8 @@ def get_web_site_container_logs_slot_async(resource_group_name, name, slot, cust # # @return [NOT_IMPLEMENTED] operation results. # - def get_web_site_container_logs_zip_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_web_site_container_logs_zip_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -18183,8 +17637,8 @@ def get_web_site_container_logs_zip_slot(resource_group_name, name, slot, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_web_site_container_logs_zip_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_web_site_container_logs_zip_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -18202,11 +17656,8 @@ def get_web_site_container_logs_zip_slot_with_http_info(resource_group_name, nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -18214,7 +17665,6 @@ def get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18247,7 +17697,6 @@ def get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, 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: { @@ -18281,8 +17730,8 @@ def get_web_site_container_logs_zip_slot_async(resource_group_name, name, slot, # # @return [Array] operation results. # - def list_continuous_web_jobs_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_continuous_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_continuous_web_jobs_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_continuous_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -18301,8 +17750,8 @@ def list_continuous_web_jobs_slot(resource_group_name, name, slot, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_continuous_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_continuous_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -18320,11 +17769,8 @@ def list_continuous_web_jobs_slot_with_http_info(resource_group_name, name, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -18332,7 +17778,6 @@ def list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18393,8 +17838,8 @@ def list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_ # # @return [ContinuousWebJob] operation results. # - def get_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def get_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! response.body unless response.nil? end @@ -18414,8 +17859,8 @@ def get_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def get_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -18434,11 +17879,8 @@ def get_continuous_web_job_slot_with_http_info(resource_group_name, name, web_jo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -18447,7 +17889,6 @@ def get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, s request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18507,8 +17948,8 @@ def get_continuous_web_job_slot_async(resource_group_name, name, web_job_name, s # will be added to the HTTP request. # # - def delete_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def delete_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! nil end @@ -18528,8 +17969,8 @@ def delete_continuous_web_job_slot(resource_group_name, name, web_job_name, slot # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def delete_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -18548,11 +17989,8 @@ def delete_continuous_web_job_slot_with_http_info(resource_group_name, name, web # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -18561,7 +17999,6 @@ def delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18611,8 +18048,8 @@ def delete_continuous_web_job_slot_async(resource_group_name, name, web_job_name # will be added to the HTTP request. # # - def start_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def start_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! nil end @@ -18632,8 +18069,8 @@ def start_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def start_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def start_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -18652,11 +18089,8 @@ def start_continuous_web_job_slot_with_http_info(resource_group_name, name, web_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -18665,7 +18099,6 @@ def start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18715,8 +18148,8 @@ def start_continuous_web_job_slot_async(resource_group_name, name, web_job_name, # will be added to the HTTP request. # # - def stop_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def stop_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! nil end @@ -18736,8 +18169,8 @@ def stop_continuous_web_job_slot(resource_group_name, name, web_job_name, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def stop_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def stop_continuous_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -18756,11 +18189,8 @@ def stop_continuous_web_job_slot_with_http_info(resource_group_name, name, web_j # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -18769,7 +18199,6 @@ def stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18819,8 +18248,8 @@ def stop_continuous_web_job_slot_async(resource_group_name, name, web_job_name, # # @return [Array] operation results. # - def list_deployments_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_deployments_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_deployments_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_deployments_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -18839,8 +18268,8 @@ def list_deployments_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_deployments_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_deployments_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_deployments_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_deployments_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -18858,11 +18287,8 @@ def list_deployments_slot_with_http_info(resource_group_name, name, slot, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_deployments_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_deployments_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -18870,7 +18296,6 @@ def list_deployments_slot_async(resource_group_name, name, slot, custom_headers: request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -18931,8 +18356,8 @@ def list_deployments_slot_async(resource_group_name, name, slot, custom_headers: # # @return [Deployment] operation results. # - def get_deployment_slot(resource_group_name, name, id, slot, custom_headers:nil) - response = get_deployment_slot_async(resource_group_name, name, id, slot, custom_headers:custom_headers).value! + def get_deployment_slot(resource_group_name, name, id, slot, custom_headers = nil) + response = get_deployment_slot_async(resource_group_name, name, id, slot, custom_headers).value! response.body unless response.nil? end @@ -18952,8 +18377,8 @@ def get_deployment_slot(resource_group_name, name, id, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_deployment_slot_with_http_info(resource_group_name, name, id, slot, custom_headers:nil) - get_deployment_slot_async(resource_group_name, name, id, slot, custom_headers:custom_headers).value! + def get_deployment_slot_with_http_info(resource_group_name, name, id, slot, custom_headers = nil) + get_deployment_slot_async(resource_group_name, name, id, slot, custom_headers).value! end # @@ -18972,11 +18397,8 @@ def get_deployment_slot_with_http_info(resource_group_name, name, id, slot, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_deployment_slot_async(resource_group_name, name, id, slot, custom_headers:nil) + def get_deployment_slot_async(resource_group_name, name, id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -18985,7 +18407,6 @@ def get_deployment_slot_async(resource_group_name, name, id, slot, custom_header request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -19047,8 +18468,8 @@ def get_deployment_slot_async(resource_group_name, name, id, slot, custom_header # # @return [Deployment] operation results. # - def create_deployment_slot(resource_group_name, name, id, slot, deployment, custom_headers:nil) - response = create_deployment_slot_async(resource_group_name, name, id, slot, deployment, custom_headers:custom_headers).value! + def create_deployment_slot(resource_group_name, name, id, slot, deployment, custom_headers = nil) + response = create_deployment_slot_async(resource_group_name, name, id, slot, deployment, custom_headers).value! response.body unless response.nil? end @@ -19069,8 +18490,8 @@ def create_deployment_slot(resource_group_name, name, id, slot, deployment, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_deployment_slot_with_http_info(resource_group_name, name, id, slot, deployment, custom_headers:nil) - create_deployment_slot_async(resource_group_name, name, id, slot, deployment, custom_headers:custom_headers).value! + def create_deployment_slot_with_http_info(resource_group_name, name, id, slot, deployment, custom_headers = nil) + create_deployment_slot_async(resource_group_name, name, id, slot, deployment, custom_headers).value! end # @@ -19090,11 +18511,8 @@ def create_deployment_slot_with_http_info(resource_group_name, name, id, slot, d # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_deployment_slot_async(resource_group_name, name, id, slot, deployment, custom_headers:nil) + def create_deployment_slot_async(resource_group_name, name, id, slot, deployment, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -19104,12 +18522,13 @@ def create_deployment_slot_async(resource_group_name, name, id, slot, deployment 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::Web::Mgmt::V2016_08_01::Models::Deployment.mapper() request_content = @client.serialize(request_mapper, deployment) @@ -19171,8 +18590,8 @@ def create_deployment_slot_async(resource_group_name, name, id, slot, deployment # will be added to the HTTP request. # # - def delete_deployment_slot(resource_group_name, name, id, slot, custom_headers:nil) - response = delete_deployment_slot_async(resource_group_name, name, id, slot, custom_headers:custom_headers).value! + def delete_deployment_slot(resource_group_name, name, id, slot, custom_headers = nil) + response = delete_deployment_slot_async(resource_group_name, name, id, slot, custom_headers).value! nil end @@ -19192,8 +18611,8 @@ def delete_deployment_slot(resource_group_name, name, id, slot, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_deployment_slot_with_http_info(resource_group_name, name, id, slot, custom_headers:nil) - delete_deployment_slot_async(resource_group_name, name, id, slot, custom_headers:custom_headers).value! + def delete_deployment_slot_with_http_info(resource_group_name, name, id, slot, custom_headers = nil) + delete_deployment_slot_async(resource_group_name, name, id, slot, custom_headers).value! end # @@ -19212,11 +18631,8 @@ def delete_deployment_slot_with_http_info(resource_group_name, name, id, slot, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_deployment_slot_async(resource_group_name, name, id, slot, custom_headers:nil) + def delete_deployment_slot_async(resource_group_name, name, id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -19225,7 +18641,6 @@ def delete_deployment_slot_async(resource_group_name, name, id, slot, custom_hea request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -19278,8 +18693,8 @@ def delete_deployment_slot_async(resource_group_name, name, id, slot, custom_hea # # @return [Deployment] operation results. # - def list_deployment_log_slot(resource_group_name, name, id, slot, custom_headers:nil) - response = list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_headers:custom_headers).value! + def list_deployment_log_slot(resource_group_name, name, id, slot, custom_headers = nil) + response = list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_headers).value! response.body unless response.nil? end @@ -19301,8 +18716,8 @@ def list_deployment_log_slot(resource_group_name, name, id, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_deployment_log_slot_with_http_info(resource_group_name, name, id, slot, custom_headers:nil) - list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_headers:custom_headers).value! + def list_deployment_log_slot_with_http_info(resource_group_name, name, id, slot, custom_headers = nil) + list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_headers).value! end # @@ -19323,11 +18738,8 @@ def list_deployment_log_slot_with_http_info(resource_group_name, name, id, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_headers:nil) + def list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'id is nil' if id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -19336,7 +18748,6 @@ def list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -19396,8 +18807,8 @@ def list_deployment_log_slot_async(resource_group_name, name, id, slot, custom_h # # @return [Array] operation results. # - def list_domain_ownership_identifiers_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_domain_ownership_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_domain_ownership_identifiers_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_domain_ownership_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -19416,8 +18827,8 @@ def list_domain_ownership_identifiers_slot(resource_group_name, name, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_domain_ownership_identifiers_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -19435,11 +18846,8 @@ def list_domain_ownership_identifiers_slot_with_http_info(resource_group_name, n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -19447,7 +18855,6 @@ def list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -19509,8 +18916,8 @@ def list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot # # @return [Identifier] operation results. # - def get_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:nil) - response = get_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:custom_headers).value! + def get_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers = nil) + response = get_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers).value! response.body unless response.nil? end @@ -19531,8 +18938,8 @@ def get_domain_ownership_identifier_slot(resource_group_name, name, domain_owner # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:nil) - get_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:custom_headers).value! + def get_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers = nil) + get_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers).value! end # @@ -19552,11 +18959,8 @@ def get_domain_ownership_identifier_slot_with_http_info(resource_group_name, nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:nil) + def get_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -19565,7 +18969,6 @@ def get_domain_ownership_identifier_slot_async(resource_group_name, name, domain request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -19631,8 +19034,8 @@ def get_domain_ownership_identifier_slot_async(resource_group_name, name, domain # # @return [Identifier] operation results. # - def create_or_update_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:nil) - response = create_or_update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:custom_headers).value! + def create_or_update_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers = nil) + response = create_or_update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers).value! response.body unless response.nil? end @@ -19657,8 +19060,8 @@ def create_or_update_domain_ownership_identifier_slot(resource_group_name, name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:nil) - create_or_update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:custom_headers).value! + def create_or_update_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers = nil) + create_or_update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers).value! end # @@ -19682,11 +19085,8 @@ def create_or_update_domain_ownership_identifier_slot_with_http_info(resource_gr # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:nil) + def create_or_update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, 'domain_ownership_identifier is nil' if domain_ownership_identifier.nil? @@ -19696,12 +19096,13 @@ def create_or_update_domain_ownership_identifier_slot_async(resource_group_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::Web::Mgmt::V2016_08_01::Models::Identifier.mapper() request_content = @client.serialize(request_mapper, domain_ownership_identifier) @@ -19764,8 +19165,8 @@ def create_or_update_domain_ownership_identifier_slot_async(resource_group_name, # will be added to the HTTP request. # # - def delete_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:nil) - response = delete_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:custom_headers).value! + def delete_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers = nil) + response = delete_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers).value! nil end @@ -19786,8 +19187,8 @@ def delete_domain_ownership_identifier_slot(resource_group_name, name, domain_ow # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:nil) - delete_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:custom_headers).value! + def delete_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers = nil) + delete_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers).value! end # @@ -19807,11 +19208,8 @@ def delete_domain_ownership_identifier_slot_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers:nil) + def delete_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -19820,7 +19218,6 @@ def delete_domain_ownership_identifier_slot_async(resource_group_name, name, dom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -19876,8 +19273,8 @@ def delete_domain_ownership_identifier_slot_async(resource_group_name, name, dom # # @return [Identifier] operation results. # - def update_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:nil) - response = update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:custom_headers).value! + def update_domain_ownership_identifier_slot(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers = nil) + response = update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers).value! response.body unless response.nil? end @@ -19902,8 +19299,8 @@ def update_domain_ownership_identifier_slot(resource_group_name, name, domain_ow # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:nil) - update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:custom_headers).value! + def update_domain_ownership_identifier_slot_with_http_info(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers = nil) + update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers).value! end # @@ -19927,11 +19324,8 @@ def update_domain_ownership_identifier_slot_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers:nil) + def update_domain_ownership_identifier_slot_async(resource_group_name, name, domain_ownership_identifier_name, domain_ownership_identifier, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'domain_ownership_identifier_name is nil' if domain_ownership_identifier_name.nil? fail ArgumentError, 'domain_ownership_identifier is nil' if domain_ownership_identifier.nil? @@ -19941,12 +19335,13 @@ def update_domain_ownership_identifier_slot_async(resource_group_name, name, dom 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::Web::Mgmt::V2016_08_01::Models::Identifier.mapper() request_content = @client.serialize(request_mapper, domain_ownership_identifier) @@ -20008,8 +19403,8 @@ def update_domain_ownership_identifier_slot_async(resource_group_name, name, dom # # @return [MSDeployStatus] operation results. # - def get_msdeploy_status_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_msdeploy_status_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -20028,8 +19423,8 @@ def get_msdeploy_status_slot(resource_group_name, name, slot, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_msdeploy_status_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_msdeploy_status_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -20047,11 +19442,8 @@ def get_msdeploy_status_slot_with_http_info(resource_group_name, name, slot, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -20059,7 +19451,6 @@ def get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_heade request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20120,8 +19511,8 @@ def get_msdeploy_status_slot_async(resource_group_name, name, slot, custom_heade # # @return [MSDeployStatus] operation results. # - def create_msdeploy_operation_slot(resource_group_name, name, slot, msdeploy, custom_headers:nil) - response = create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers:custom_headers).value! + def create_msdeploy_operation_slot(resource_group_name, name, slot, msdeploy, custom_headers = nil) + response = create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -20138,9 +19529,9 @@ def create_msdeploy_operation_slot(resource_group_name, name, slot, msdeploy, cu # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers:nil) + def create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers = nil) # Send request - promise = begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers:custom_headers) + promise = begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -20171,8 +19562,8 @@ def create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdepl # # @return [MSDeployLog] operation results. # - def get_msdeploy_log_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_msdeploy_log_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -20191,8 +19582,8 @@ def get_msdeploy_log_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_msdeploy_log_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_msdeploy_log_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -20210,11 +19601,8 @@ def get_msdeploy_log_slot_with_http_info(resource_group_name, name, slot, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -20222,7 +19610,6 @@ def get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers: request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20282,8 +19669,8 @@ def get_msdeploy_log_slot_async(resource_group_name, name, slot, custom_headers: # # @return [Array] operation results. # - def list_instance_functions_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_instance_functions_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_instance_functions_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_instance_functions_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -20302,8 +19689,8 @@ def list_instance_functions_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_functions_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_instance_functions_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_instance_functions_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_instance_functions_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -20321,11 +19708,8 @@ def list_instance_functions_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_functions_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_instance_functions_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -20333,7 +19717,6 @@ def list_instance_functions_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20393,8 +19776,8 @@ def list_instance_functions_slot_async(resource_group_name, name, slot, custom_h # # @return [String] operation results. # - def get_functions_admin_token_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_functions_admin_token_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_functions_admin_token_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_functions_admin_token_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -20413,8 +19796,8 @@ def get_functions_admin_token_slot(resource_group_name, name, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_functions_admin_token_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_functions_admin_token_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_functions_admin_token_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_functions_admin_token_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -20432,11 +19815,8 @@ def get_functions_admin_token_slot_with_http_info(resource_group_name, name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_functions_admin_token_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_functions_admin_token_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -20444,7 +19824,6 @@ def get_functions_admin_token_slot_async(resource_group_name, name, slot, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20477,7 +19856,6 @@ def get_functions_admin_token_slot_async(resource_group_name, name, slot, custom 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: { @@ -20512,8 +19890,8 @@ def get_functions_admin_token_slot_async(resource_group_name, name, slot, custom # # @return [FunctionEnvelope] operation results. # - def get_instance_function_slot(resource_group_name, name, function_name, slot, custom_headers:nil) - response = get_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers:custom_headers).value! + def get_instance_function_slot(resource_group_name, name, function_name, slot, custom_headers = nil) + response = get_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers).value! response.body unless response.nil? end @@ -20533,8 +19911,8 @@ def get_instance_function_slot(resource_group_name, name, function_name, slot, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_function_slot_with_http_info(resource_group_name, name, function_name, slot, custom_headers:nil) - get_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers:custom_headers).value! + def get_instance_function_slot_with_http_info(resource_group_name, name, function_name, slot, custom_headers = nil) + get_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers).value! end # @@ -20553,11 +19931,8 @@ def get_instance_function_slot_with_http_info(resource_group_name, name, functio # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers:nil) + def get_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -20566,7 +19941,6 @@ def get_instance_function_slot_async(resource_group_name, name, function_name, s request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20628,8 +20002,8 @@ def get_instance_function_slot_async(resource_group_name, name, function_name, s # # @return [FunctionEnvelope] operation results. # - def create_instance_function_slot(resource_group_name, name, function_name, slot, function_envelope, custom_headers:nil) - response = create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers:custom_headers).value! + def create_instance_function_slot(resource_group_name, name, function_name, slot, function_envelope, custom_headers = nil) + response = create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers).value! response.body unless response.nil? end @@ -20647,9 +20021,9 @@ def create_instance_function_slot(resource_group_name, name, function_name, slot # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers:nil) + def create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers = nil) # Send request - promise = begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers:custom_headers) + promise = begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -20680,8 +20054,8 @@ def create_instance_function_slot_async(resource_group_name, name, function_name # will be added to the HTTP request. # # - def delete_instance_function_slot(resource_group_name, name, function_name, slot, custom_headers:nil) - response = delete_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers:custom_headers).value! + def delete_instance_function_slot(resource_group_name, name, function_name, slot, custom_headers = nil) + response = delete_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers).value! nil end @@ -20701,8 +20075,8 @@ def delete_instance_function_slot(resource_group_name, name, function_name, slot # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_instance_function_slot_with_http_info(resource_group_name, name, function_name, slot, custom_headers:nil) - delete_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers:custom_headers).value! + def delete_instance_function_slot_with_http_info(resource_group_name, name, function_name, slot, custom_headers = nil) + delete_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers).value! end # @@ -20721,11 +20095,8 @@ def delete_instance_function_slot_with_http_info(resource_group_name, name, func # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers:nil) + def delete_instance_function_slot_async(resource_group_name, name, function_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -20734,7 +20105,6 @@ def delete_instance_function_slot_async(resource_group_name, name, function_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20785,8 +20155,8 @@ def delete_instance_function_slot_async(resource_group_name, name, function_name # # @return [FunctionSecrets] operation results. # - def list_function_secrets_slot(resource_group_name, name, function_name, slot, custom_headers:nil) - response = list_function_secrets_slot_async(resource_group_name, name, function_name, slot, custom_headers:custom_headers).value! + def list_function_secrets_slot(resource_group_name, name, function_name, slot, custom_headers = nil) + response = list_function_secrets_slot_async(resource_group_name, name, function_name, slot, custom_headers).value! response.body unless response.nil? end @@ -20806,8 +20176,8 @@ def list_function_secrets_slot(resource_group_name, name, function_name, slot, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_function_secrets_slot_with_http_info(resource_group_name, name, function_name, slot, custom_headers:nil) - list_function_secrets_slot_async(resource_group_name, name, function_name, slot, custom_headers:custom_headers).value! + def list_function_secrets_slot_with_http_info(resource_group_name, name, function_name, slot, custom_headers = nil) + list_function_secrets_slot_async(resource_group_name, name, function_name, slot, custom_headers).value! end # @@ -20826,11 +20196,8 @@ def list_function_secrets_slot_with_http_info(resource_group_name, name, functio # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_function_secrets_slot_async(resource_group_name, name, function_name, slot, custom_headers:nil) + def list_function_secrets_slot_async(resource_group_name, name, function_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -20839,7 +20206,6 @@ def list_function_secrets_slot_async(resource_group_name, name, function_name, s request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -20899,8 +20265,8 @@ def list_function_secrets_slot_async(resource_group_name, name, function_name, s # # @return [Array] operation results. # - def list_host_name_bindings_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_host_name_bindings_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_host_name_bindings_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_host_name_bindings_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -20919,8 +20285,8 @@ def list_host_name_bindings_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_host_name_bindings_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_host_name_bindings_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -20938,11 +20304,8 @@ def list_host_name_bindings_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -20950,7 +20313,6 @@ def list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -21011,8 +20373,8 @@ def list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_h # # @return [HostNameBinding] operation results. # - def get_host_name_binding_slot(resource_group_name, name, slot, host_name, custom_headers:nil) - response = get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers:custom_headers).value! + def get_host_name_binding_slot(resource_group_name, name, slot, host_name, custom_headers = nil) + response = get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers).value! response.body unless response.nil? end @@ -21032,8 +20394,8 @@ def get_host_name_binding_slot(resource_group_name, name, slot, host_name, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_host_name_binding_slot_with_http_info(resource_group_name, name, slot, host_name, custom_headers:nil) - get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers:custom_headers).value! + def get_host_name_binding_slot_with_http_info(resource_group_name, name, slot, host_name, custom_headers = nil) + get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers).value! end # @@ -21052,11 +20414,8 @@ def get_host_name_binding_slot_with_http_info(resource_group_name, name, slot, h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers:nil) + def get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'host_name is nil' if host_name.nil? @@ -21065,7 +20424,6 @@ def get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -21128,8 +20486,8 @@ def get_host_name_binding_slot_async(resource_group_name, name, slot, host_name, # # @return [HostNameBinding] operation results. # - def create_or_update_host_name_binding_slot(resource_group_name, name, host_name, host_name_binding, slot, custom_headers:nil) - response = create_or_update_host_name_binding_slot_async(resource_group_name, name, host_name, host_name_binding, slot, custom_headers:custom_headers).value! + def create_or_update_host_name_binding_slot(resource_group_name, name, host_name, host_name_binding, slot, custom_headers = nil) + response = create_or_update_host_name_binding_slot_async(resource_group_name, name, host_name, host_name_binding, slot, custom_headers).value! response.body unless response.nil? end @@ -21151,8 +20509,8 @@ def create_or_update_host_name_binding_slot(resource_group_name, name, host_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_host_name_binding_slot_with_http_info(resource_group_name, name, host_name, host_name_binding, slot, custom_headers:nil) - create_or_update_host_name_binding_slot_async(resource_group_name, name, host_name, host_name_binding, slot, custom_headers:custom_headers).value! + def create_or_update_host_name_binding_slot_with_http_info(resource_group_name, name, host_name, host_name_binding, slot, custom_headers = nil) + create_or_update_host_name_binding_slot_async(resource_group_name, name, host_name, host_name_binding, slot, custom_headers).value! end # @@ -21173,11 +20531,8 @@ def create_or_update_host_name_binding_slot_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_host_name_binding_slot_async(resource_group_name, name, host_name, host_name_binding, slot, custom_headers:nil) + def create_or_update_host_name_binding_slot_async(resource_group_name, name, host_name, host_name_binding, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'host_name is nil' if host_name.nil? fail ArgumentError, 'host_name_binding is nil' if host_name_binding.nil? @@ -21187,12 +20542,13 @@ def create_or_update_host_name_binding_slot_async(resource_group_name, name, hos 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::Web::Mgmt::V2016_08_01::Models::HostNameBinding.mapper() request_content = @client.serialize(request_mapper, host_name_binding) @@ -21254,8 +20610,8 @@ def create_or_update_host_name_binding_slot_async(resource_group_name, name, hos # will be added to the HTTP request. # # - def delete_host_name_binding_slot(resource_group_name, name, slot, host_name, custom_headers:nil) - response = delete_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers:custom_headers).value! + def delete_host_name_binding_slot(resource_group_name, name, slot, host_name, custom_headers = nil) + response = delete_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers).value! nil end @@ -21275,8 +20631,8 @@ def delete_host_name_binding_slot(resource_group_name, name, slot, host_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_host_name_binding_slot_with_http_info(resource_group_name, name, slot, host_name, custom_headers:nil) - delete_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers:custom_headers).value! + def delete_host_name_binding_slot_with_http_info(resource_group_name, name, slot, host_name, custom_headers = nil) + delete_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers).value! end # @@ -21295,11 +20651,8 @@ def delete_host_name_binding_slot_with_http_info(resource_group_name, name, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers:nil) + def delete_host_name_binding_slot_async(resource_group_name, name, slot, host_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'host_name is nil' if host_name.nil? @@ -21308,7 +20661,6 @@ def delete_host_name_binding_slot_async(resource_group_name, name, slot, host_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -21359,8 +20711,8 @@ def delete_host_name_binding_slot_async(resource_group_name, name, slot, host_na # # @return [HybridConnection] operation results. # - def get_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) - response = get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:custom_headers).value! + def get_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) + response = get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers).value! response.body unless response.nil? end @@ -21380,8 +20732,8 @@ def get_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) - get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:custom_headers).value! + def get_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) + get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers).value! end # @@ -21400,11 +20752,8 @@ def get_hybrid_connection_slot_with_http_info(resource_group_name, name, namespa # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) + def get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -21414,7 +20763,6 @@ def get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -21477,8 +20825,8 @@ def get_hybrid_connection_slot_async(resource_group_name, name, namespace_name, # # @return [HybridConnection] operation results. # - def create_or_update_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:nil) - response = create_or_update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers = nil) + response = create_or_update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -21500,8 +20848,8 @@ def create_or_update_hybrid_connection_slot(resource_group_name, name, namespace # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:nil) - create_or_update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers = nil) + create_or_update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers).value! end # @@ -21522,11 +20870,8 @@ def create_or_update_hybrid_connection_slot_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:nil) + def create_or_update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -21537,12 +20882,13 @@ def create_or_update_hybrid_connection_slot_async(resource_group_name, name, 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::Web::Mgmt::V2016_08_01::Models::HybridConnection.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -21604,8 +20950,8 @@ def create_or_update_hybrid_connection_slot_async(resource_group_name, name, nam # will be added to the HTTP request. # # - def delete_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) - response = delete_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:custom_headers).value! + def delete_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) + response = delete_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers).value! nil end @@ -21625,8 +20971,8 @@ def delete_hybrid_connection_slot(resource_group_name, name, namespace_name, rel # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) - delete_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:custom_headers).value! + def delete_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) + delete_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers).value! end # @@ -21645,11 +20991,8 @@ def delete_hybrid_connection_slot_with_http_info(resource_group_name, name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) + def delete_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -21659,7 +21002,6 @@ def delete_hybrid_connection_slot_async(resource_group_name, name, namespace_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -21712,8 +21054,8 @@ def delete_hybrid_connection_slot_async(resource_group_name, name, namespace_nam # # @return [HybridConnection] operation results. # - def update_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:nil) - response = update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_hybrid_connection_slot(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers = nil) + response = update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -21735,8 +21077,8 @@ def update_hybrid_connection_slot(resource_group_name, name, namespace_name, rel # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:nil) - update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_hybrid_connection_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers = nil) + update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers).value! end # @@ -21757,11 +21099,8 @@ def update_hybrid_connection_slot_with_http_info(resource_group_name, name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers:nil) + def update_hybrid_connection_slot_async(resource_group_name, name, namespace_name, relay_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -21772,12 +21111,13 @@ def update_hybrid_connection_slot_async(resource_group_name, name, namespace_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::Web::Mgmt::V2016_08_01::Models::HybridConnection.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -21840,8 +21180,8 @@ def update_hybrid_connection_slot_async(resource_group_name, name, namespace_nam # # @return [HybridConnectionKey] operation results. # - def list_hybrid_connection_keys_slot(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) - response = list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:custom_headers).value! + def list_hybrid_connection_keys_slot(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) + response = list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers).value! response.body unless response.nil? end @@ -21861,8 +21201,8 @@ def list_hybrid_connection_keys_slot(resource_group_name, name, namespace_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connection_keys_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) - list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:custom_headers).value! + def list_hybrid_connection_keys_slot_with_http_info(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) + list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers).value! end # @@ -21881,11 +21221,8 @@ def list_hybrid_connection_keys_slot_with_http_info(resource_group_name, name, n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers:nil) + def list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_name, relay_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -21895,7 +21232,6 @@ def list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -21954,8 +21290,8 @@ def list_hybrid_connection_keys_slot_async(resource_group_name, name, namespace_ # # @return [HybridConnection] operation results. # - def list_hybrid_connections_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_hybrid_connections_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -21973,8 +21309,8 @@ def list_hybrid_connections_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connections_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_hybrid_connections_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -21991,11 +21327,8 @@ def list_hybrid_connections_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -22003,7 +21336,6 @@ def list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -22065,8 +21397,8 @@ def list_hybrid_connections_slot_async(resource_group_name, name, slot, custom_h # # @return [RelayServiceConnectionEntity] operation results. # - def list_relay_service_connections_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_relay_service_connections_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_relay_service_connections_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_relay_service_connections_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -22087,8 +21419,8 @@ def list_relay_service_connections_slot(resource_group_name, name, slot, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_relay_service_connections_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_relay_service_connections_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_relay_service_connections_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_relay_service_connections_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -22108,11 +21440,8 @@ def list_relay_service_connections_slot_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_relay_service_connections_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_relay_service_connections_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -22120,7 +21449,6 @@ def list_relay_service_connections_slot_async(resource_group_name, name, slot, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -22181,8 +21509,8 @@ def list_relay_service_connections_slot_async(resource_group_name, name, slot, c # # @return [RelayServiceConnectionEntity] operation results. # - def get_relay_service_connection_slot(resource_group_name, name, entity_name, slot, custom_headers:nil) - response = get_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers:custom_headers).value! + def get_relay_service_connection_slot(resource_group_name, name, entity_name, slot, custom_headers = nil) + response = get_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers).value! response.body unless response.nil? end @@ -22202,8 +21530,8 @@ def get_relay_service_connection_slot(resource_group_name, name, entity_name, sl # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, slot, custom_headers:nil) - get_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers:custom_headers).value! + def get_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, slot, custom_headers = nil) + get_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers).value! end # @@ -22222,11 +21550,8 @@ def get_relay_service_connection_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers:nil) + def get_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -22235,7 +21560,6 @@ def get_relay_service_connection_slot_async(resource_group_name, name, entity_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -22300,8 +21624,8 @@ def get_relay_service_connection_slot_async(resource_group_name, name, entity_na # # @return [RelayServiceConnectionEntity] operation results. # - def create_or_update_relay_service_connection_slot(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:nil) - response = create_or_update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_relay_service_connection_slot(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers = nil) + response = create_or_update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -22325,8 +21649,8 @@ def create_or_update_relay_service_connection_slot(resource_group_name, name, en # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:nil) - create_or_update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers = nil) + create_or_update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers).value! end # @@ -22349,11 +21673,8 @@ def create_or_update_relay_service_connection_slot_with_http_info(resource_group # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:nil) + def create_or_update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -22363,12 +21684,13 @@ def create_or_update_relay_service_connection_slot_async(resource_group_name, 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::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -22430,8 +21752,8 @@ def create_or_update_relay_service_connection_slot_async(resource_group_name, na # will be added to the HTTP request. # # - def delete_relay_service_connection_slot(resource_group_name, name, entity_name, slot, custom_headers:nil) - response = delete_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers:custom_headers).value! + def delete_relay_service_connection_slot(resource_group_name, name, entity_name, slot, custom_headers = nil) + response = delete_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers).value! nil end @@ -22451,8 +21773,8 @@ def delete_relay_service_connection_slot(resource_group_name, name, entity_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, slot, custom_headers:nil) - delete_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers:custom_headers).value! + def delete_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, slot, custom_headers = nil) + delete_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers).value! end # @@ -22471,11 +21793,8 @@ def delete_relay_service_connection_slot_with_http_info(resource_group_name, nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers:nil) + def delete_relay_service_connection_slot_async(resource_group_name, name, entity_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -22484,7 +21803,6 @@ def delete_relay_service_connection_slot_async(resource_group_name, name, entity request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -22539,8 +21857,8 @@ def delete_relay_service_connection_slot_async(resource_group_name, name, entity # # @return [RelayServiceConnectionEntity] operation results. # - def update_relay_service_connection_slot(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:nil) - response = update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_relay_service_connection_slot(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers = nil) + response = update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -22564,8 +21882,8 @@ def update_relay_service_connection_slot(resource_group_name, name, entity_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:nil) - update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_relay_service_connection_slot_with_http_info(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers = nil) + update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers).value! end # @@ -22588,11 +21906,8 @@ def update_relay_service_connection_slot_with_http_info(resource_group_name, nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers:nil) + def update_relay_service_connection_slot_async(resource_group_name, name, entity_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'entity_name is nil' if entity_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -22602,12 +21917,13 @@ def update_relay_service_connection_slot_async(resource_group_name, name, entity 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::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -22669,8 +21985,8 @@ def update_relay_service_connection_slot_async(resource_group_name, name, entity # # @return [Array] operation results. # - def list_instance_identifiers_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_instance_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_instance_identifiers_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_instance_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -22689,8 +22005,8 @@ def list_instance_identifiers_slot(resource_group_name, name, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_identifiers_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_instance_identifiers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_instance_identifiers_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_instance_identifiers_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -22708,11 +22024,8 @@ def list_instance_identifiers_slot_with_http_info(resource_group_name, name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_identifiers_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_instance_identifiers_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -22720,7 +22033,6 @@ def list_instance_identifiers_slot_async(resource_group_name, name, slot, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -22781,8 +22093,8 @@ def list_instance_identifiers_slot_async(resource_group_name, name, slot, custom # # @return [MSDeployStatus] operation results. # - def get_instance_ms_deploy_status_slot(resource_group_name, name, slot, instance_id, custom_headers:nil) - response = get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_ms_deploy_status_slot(resource_group_name, name, slot, instance_id, custom_headers = nil) + response = get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, instance_id, custom_headers).value! response.body unless response.nil? end @@ -22802,8 +22114,8 @@ def get_instance_ms_deploy_status_slot(resource_group_name, name, slot, instance # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_ms_deploy_status_slot_with_http_info(resource_group_name, name, slot, instance_id, custom_headers:nil) - get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_ms_deploy_status_slot_with_http_info(resource_group_name, name, slot, instance_id, custom_headers = nil) + get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, instance_id, custom_headers).value! end # @@ -22822,11 +22134,8 @@ def get_instance_ms_deploy_status_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, instance_id, custom_headers:nil) + def get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -22835,7 +22144,6 @@ def get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, in request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -22897,8 +22205,8 @@ def get_instance_ms_deploy_status_slot_async(resource_group_name, name, slot, in # # @return [MSDeployStatus] operation results. # - def create_instance_msdeploy_operation_slot(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:nil) - response = create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:custom_headers).value! + def create_instance_msdeploy_operation_slot(resource_group_name, name, slot, instance_id, msdeploy, custom_headers = nil) + response = create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -22916,9 +22224,9 @@ def create_instance_msdeploy_operation_slot(resource_group_name, name, slot, ins # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:nil) + def create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers = nil) # Send request - promise = begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:custom_headers) + promise = begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -22950,8 +22258,8 @@ def create_instance_msdeploy_operation_slot_async(resource_group_name, name, slo # # @return [MSDeployLog] operation results. # - def get_instance_msdeploy_log_slot(resource_group_name, name, slot, instance_id, custom_headers:nil) - response = get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_msdeploy_log_slot(resource_group_name, name, slot, instance_id, custom_headers = nil) + response = get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instance_id, custom_headers).value! response.body unless response.nil? end @@ -22971,8 +22279,8 @@ def get_instance_msdeploy_log_slot(resource_group_name, name, slot, instance_id, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_msdeploy_log_slot_with_http_info(resource_group_name, name, slot, instance_id, custom_headers:nil) - get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_msdeploy_log_slot_with_http_info(resource_group_name, name, slot, instance_id, custom_headers = nil) + get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instance_id, custom_headers).value! end # @@ -22991,11 +22299,8 @@ def get_instance_msdeploy_log_slot_with_http_info(resource_group_name, name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instance_id, custom_headers:nil) + def get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -23004,7 +22309,6 @@ def get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instan request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23069,8 +22373,8 @@ def get_instance_msdeploy_log_slot_async(resource_group_name, name, slot, instan # # @return [Array] operation results. # - def list_instance_processes_slot(resource_group_name, name, slot, instance_id, custom_headers:nil) - first_page = list_instance_processes_slot_as_lazy(resource_group_name, name, slot, instance_id, custom_headers:custom_headers) + def list_instance_processes_slot(resource_group_name, name, slot, instance_id, custom_headers = nil) + first_page = list_instance_processes_slot_as_lazy(resource_group_name, name, slot, instance_id, custom_headers) first_page.get_all_items end @@ -23094,8 +22398,8 @@ def list_instance_processes_slot(resource_group_name, name, slot, instance_id, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_processes_slot_with_http_info(resource_group_name, name, slot, instance_id, custom_headers:nil) - list_instance_processes_slot_async(resource_group_name, name, slot, instance_id, custom_headers:custom_headers).value! + def list_instance_processes_slot_with_http_info(resource_group_name, name, slot, instance_id, custom_headers = nil) + list_instance_processes_slot_async(resource_group_name, name, slot, instance_id, custom_headers).value! end # @@ -23118,11 +22422,8 @@ def list_instance_processes_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_processes_slot_async(resource_group_name, name, slot, instance_id, custom_headers:nil) + def list_instance_processes_slot_async(resource_group_name, name, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -23131,7 +22432,6 @@ def list_instance_processes_slot_async(resource_group_name, name, slot, instance request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23197,8 +22497,8 @@ def list_instance_processes_slot_async(resource_group_name, name, slot, instance # # @return [ProcessInfo] operation results. # - def get_instance_process_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - response = get_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + response = get_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! response.body unless response.nil? end @@ -23223,8 +22523,8 @@ def get_instance_process_slot(resource_group_name, name, process_id, slot, insta # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - get_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + get_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! end # @@ -23248,11 +22548,8 @@ def get_instance_process_slot_with_http_info(resource_group_name, name, process_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) + def get_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -23262,7 +22559,6 @@ def get_instance_process_slot_async(resource_group_name, name, process_id, slot, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23327,8 +22623,8 @@ def get_instance_process_slot_async(resource_group_name, name, process_id, slot, # will be added to the HTTP request. # # - def delete_instance_process_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - response = delete_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def delete_instance_process_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + response = delete_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! nil end @@ -23353,8 +22649,8 @@ def delete_instance_process_slot(resource_group_name, name, process_id, slot, in # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_instance_process_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - delete_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def delete_instance_process_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + delete_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! end # @@ -23378,11 +22674,8 @@ def delete_instance_process_slot_with_http_info(resource_group_name, name, proce # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) + def delete_instance_process_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -23392,7 +22685,6 @@ def delete_instance_process_slot_async(resource_group_name, name, process_id, sl request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23448,8 +22740,8 @@ def delete_instance_process_slot_async(resource_group_name, name, process_id, sl # # @return [NOT_IMPLEMENTED] operation results. # - def get_instance_process_dump_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - response = get_instance_process_dump_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_dump_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + response = get_instance_process_dump_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! response.body unless response.nil? end @@ -23474,8 +22766,8 @@ def get_instance_process_dump_slot(resource_group_name, name, process_id, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_dump_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - get_instance_process_dump_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_dump_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + get_instance_process_dump_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! end # @@ -23499,11 +22791,8 @@ def get_instance_process_dump_slot_with_http_info(resource_group_name, name, pro # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_dump_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) + def get_instance_process_dump_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -23513,7 +22802,6 @@ def get_instance_process_dump_slot_async(resource_group_name, name, process_id, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23546,7 +22834,6 @@ def get_instance_process_dump_slot_async(resource_group_name, name, process_id, 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: { @@ -23586,8 +22873,8 @@ def get_instance_process_dump_slot_async(resource_group_name, name, process_id, # # @return [Array] operation results. # - def list_instance_process_modules_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - first_page = list_instance_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers) + def list_instance_process_modules_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + first_page = list_instance_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers) first_page.get_all_items end @@ -23612,8 +22899,8 @@ def list_instance_process_modules_slot(resource_group_name, name, process_id, sl # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_modules_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - list_instance_process_modules_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def list_instance_process_modules_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + list_instance_process_modules_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! end # @@ -23637,11 +22924,8 @@ def list_instance_process_modules_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_modules_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) + def list_instance_process_modules_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -23651,7 +22935,6 @@ def list_instance_process_modules_slot_async(resource_group_name, name, process_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23718,8 +23001,8 @@ def list_instance_process_modules_slot_async(resource_group_name, name, process_ # # @return [ProcessModuleInfo] operation results. # - def get_instance_process_module_slot(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers:nil) - response = get_instance_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_module_slot(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers = nil) + response = get_instance_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers).value! response.body unless response.nil? end @@ -23745,8 +23028,8 @@ def get_instance_process_module_slot(resource_group_name, name, process_id, base # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_module_slot_with_http_info(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers:nil) - get_instance_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_module_slot_with_http_info(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers = nil) + get_instance_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers).value! end # @@ -23771,11 +23054,8 @@ def get_instance_process_module_slot_with_http_info(resource_group_name, name, p # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers:nil) + def get_instance_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'base_address is nil' if base_address.nil? @@ -23786,7 +23066,6 @@ def get_instance_process_module_slot_async(resource_group_name, name, process_id request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23852,8 +23131,8 @@ def get_instance_process_module_slot_async(resource_group_name, name, process_id # # @return [Array] operation results. # - def list_instance_process_threads_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - first_page = list_instance_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers) + def list_instance_process_threads_slot(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + first_page = list_instance_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers) first_page.get_all_items end @@ -23878,8 +23157,8 @@ def list_instance_process_threads_slot(resource_group_name, name, process_id, sl # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_threads_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - list_instance_process_threads_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def list_instance_process_threads_slot_with_http_info(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + list_instance_process_threads_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! end # @@ -23903,11 +23182,8 @@ def list_instance_process_threads_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_threads_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) + def list_instance_process_threads_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -23917,7 +23193,6 @@ def list_instance_process_threads_slot_async(resource_group_name, name, process_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -23984,8 +23259,8 @@ def list_instance_process_threads_slot_async(resource_group_name, name, process_ # # @return [ProcessThreadInfo] operation results. # - def get_instance_process_thread_slot(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers:nil) - response = get_instance_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_thread_slot(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers = nil) + response = get_instance_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers).value! response.body unless response.nil? end @@ -24011,8 +23286,8 @@ def get_instance_process_thread_slot(resource_group_name, name, process_id, thre # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_instance_process_thread_slot_with_http_info(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers:nil) - get_instance_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers:custom_headers).value! + def get_instance_process_thread_slot_with_http_info(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers = nil) + get_instance_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers).value! end # @@ -24037,11 +23312,8 @@ def get_instance_process_thread_slot_with_http_info(resource_group_name, name, p # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_instance_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers:nil) + def get_instance_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, instance_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'thread_id is nil' if thread_id.nil? @@ -24052,7 +23324,6 @@ def get_instance_process_thread_slot_async(resource_group_name, name, process_id request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24112,8 +23383,8 @@ def get_instance_process_thread_slot_async(resource_group_name, name, process_id # # @return [SiteCloneability] operation results. # - def is_cloneable_slot(resource_group_name, name, slot, custom_headers:nil) - response = is_cloneable_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def is_cloneable_slot(resource_group_name, name, slot, custom_headers = nil) + response = is_cloneable_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -24132,8 +23403,8 @@ def is_cloneable_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def is_cloneable_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - is_cloneable_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def is_cloneable_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + is_cloneable_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -24151,11 +23422,8 @@ def is_cloneable_slot_with_http_info(resource_group_name, name, slot, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def is_cloneable_slot_async(resource_group_name, name, slot, custom_headers:nil) + def is_cloneable_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24163,7 +23431,6 @@ def is_cloneable_slot_async(resource_group_name, name, slot, 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 @@ -24223,8 +23490,8 @@ def is_cloneable_slot_async(resource_group_name, name, slot, custom_headers:nil) # # @return [FunctionSecrets] operation results. # - def list_sync_function_triggers_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_sync_function_triggers_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -24243,8 +23510,8 @@ def list_sync_function_triggers_slot(resource_group_name, name, slot, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_sync_function_triggers_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_sync_function_triggers_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -24262,11 +23529,8 @@ def list_sync_function_triggers_slot_with_http_info(resource_group_name, name, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24274,7 +23538,6 @@ def list_sync_function_triggers_slot_async(resource_group_name, name, slot, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24334,8 +23597,8 @@ def list_sync_function_triggers_slot_async(resource_group_name, name, slot, cust # # @return [Array] operation results. # - def list_metric_definitions_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_metric_definitions_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_metric_definitions_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_metric_definitions_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -24354,8 +23617,8 @@ def list_metric_definitions_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_metric_definitions_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_metric_definitions_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_metric_definitions_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -24373,11 +23636,8 @@ def list_metric_definitions_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_metric_definitions_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24385,7 +23645,6 @@ def list_metric_definitions_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24451,8 +23710,8 @@ def list_metric_definitions_slot_async(resource_group_name, name, slot, custom_h # # @return [Array] operation results. # - def list_metrics_slot(resource_group_name, name, slot, details:nil, filter:nil, custom_headers:nil) - first_page = list_metrics_slot_as_lazy(resource_group_name, name, slot, details:details, filter:filter, custom_headers:custom_headers) + def list_metrics_slot(resource_group_name, name, slot, details = nil, filter = nil, custom_headers = nil) + first_page = list_metrics_slot_as_lazy(resource_group_name, name, slot, details, filter, custom_headers) first_page.get_all_items end @@ -24477,8 +23736,8 @@ def list_metrics_slot(resource_group_name, name, slot, details:nil, filter:nil, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_slot_with_http_info(resource_group_name, name, slot, details:nil, filter:nil, custom_headers:nil) - list_metrics_slot_async(resource_group_name, name, slot, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_slot_with_http_info(resource_group_name, name, slot, details = nil, filter = nil, custom_headers = nil) + list_metrics_slot_async(resource_group_name, name, slot, details, filter, custom_headers).value! end # @@ -24502,11 +23761,8 @@ def list_metrics_slot_with_http_info(resource_group_name, name, slot, details:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_slot_async(resource_group_name, name, slot, details:nil, filter:nil, custom_headers:nil) + def list_metrics_slot_async(resource_group_name, name, slot, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24514,7 +23770,6 @@ def list_metrics_slot_async(resource_group_name, name, slot, details:nil, filter request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24576,8 +23831,8 @@ def list_metrics_slot_async(resource_group_name, name, slot, details:nil, filter # # @return [MigrateMySqlStatus] operation results. # - def get_migrate_my_sql_status_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_migrate_my_sql_status_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -24597,8 +23852,8 @@ def get_migrate_my_sql_status_slot(resource_group_name, name, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_migrate_my_sql_status_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_migrate_my_sql_status_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -24617,11 +23872,8 @@ def get_migrate_my_sql_status_slot_with_http_info(resource_group_name, name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24629,7 +23881,6 @@ def get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24691,8 +23942,8 @@ def get_migrate_my_sql_status_slot_async(resource_group_name, name, slot, custom # # @return [NetworkFeatures] operation results. # - def list_network_features_slot(resource_group_name, name, view, slot, custom_headers:nil) - response = list_network_features_slot_async(resource_group_name, name, view, slot, custom_headers:custom_headers).value! + def list_network_features_slot(resource_group_name, name, view, slot, custom_headers = nil) + response = list_network_features_slot_async(resource_group_name, name, view, slot, custom_headers).value! response.body unless response.nil? end @@ -24713,8 +23964,8 @@ def list_network_features_slot(resource_group_name, name, view, slot, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_network_features_slot_with_http_info(resource_group_name, name, view, slot, custom_headers:nil) - list_network_features_slot_async(resource_group_name, name, view, slot, custom_headers:custom_headers).value! + def list_network_features_slot_with_http_info(resource_group_name, name, view, slot, custom_headers = nil) + list_network_features_slot_async(resource_group_name, name, view, slot, custom_headers).value! end # @@ -24734,11 +23985,8 @@ def list_network_features_slot_with_http_info(resource_group_name, name, view, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_network_features_slot_async(resource_group_name, name, view, slot, custom_headers:nil) + def list_network_features_slot_async(resource_group_name, name, view, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'view is nil' if view.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -24747,7 +23995,6 @@ def list_network_features_slot_async(resource_group_name, name, view, slot, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24811,8 +24058,8 @@ def list_network_features_slot_async(resource_group_name, name, view, slot, cust # # @return [String] operation results. # - def start_web_site_network_trace_slot(resource_group_name, name, slot, duration_in_seconds:nil, max_frame_length:nil, sas_url:nil, custom_headers:nil) - response = start_web_site_network_trace_slot_async(resource_group_name, name, slot, duration_in_seconds:duration_in_seconds, max_frame_length:max_frame_length, sas_url:sas_url, custom_headers:custom_headers).value! + def start_web_site_network_trace_slot(resource_group_name, name, slot, duration_in_seconds = nil, max_frame_length = nil, sas_url = nil, custom_headers = nil) + response = start_web_site_network_trace_slot_async(resource_group_name, name, slot, duration_in_seconds, max_frame_length, sas_url, custom_headers).value! response.body unless response.nil? end @@ -24835,8 +24082,8 @@ def start_web_site_network_trace_slot(resource_group_name, name, slot, duration_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def start_web_site_network_trace_slot_with_http_info(resource_group_name, name, slot, duration_in_seconds:nil, max_frame_length:nil, sas_url:nil, custom_headers:nil) - start_web_site_network_trace_slot_async(resource_group_name, name, slot, duration_in_seconds:duration_in_seconds, max_frame_length:max_frame_length, sas_url:sas_url, custom_headers:custom_headers).value! + def start_web_site_network_trace_slot_with_http_info(resource_group_name, name, slot, duration_in_seconds = nil, max_frame_length = nil, sas_url = nil, custom_headers = nil) + start_web_site_network_trace_slot_async(resource_group_name, name, slot, duration_in_seconds, max_frame_length, sas_url, custom_headers).value! end # @@ -24858,11 +24105,8 @@ def start_web_site_network_trace_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def start_web_site_network_trace_slot_async(resource_group_name, name, slot, duration_in_seconds:nil, max_frame_length:nil, sas_url:nil, custom_headers:nil) + def start_web_site_network_trace_slot_async(resource_group_name, name, slot, duration_in_seconds = nil, max_frame_length = nil, sas_url = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24870,7 +24114,6 @@ def start_web_site_network_trace_slot_async(resource_group_name, name, slot, dur request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -24903,7 +24146,6 @@ def start_web_site_network_trace_slot_async(resource_group_name, name, slot, dur 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: { @@ -24936,8 +24178,8 @@ def start_web_site_network_trace_slot_async(resource_group_name, name, slot, dur # # @return [String] operation results. # - def stop_web_site_network_trace_slot(resource_group_name, name, slot, custom_headers:nil) - response = stop_web_site_network_trace_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def stop_web_site_network_trace_slot(resource_group_name, name, slot, custom_headers = nil) + response = stop_web_site_network_trace_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -24955,8 +24197,8 @@ def stop_web_site_network_trace_slot(resource_group_name, name, slot, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def stop_web_site_network_trace_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - stop_web_site_network_trace_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def stop_web_site_network_trace_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + stop_web_site_network_trace_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -24973,11 +24215,8 @@ def stop_web_site_network_trace_slot_with_http_info(resource_group_name, name, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def stop_web_site_network_trace_slot_async(resource_group_name, name, slot, custom_headers:nil) + def stop_web_site_network_trace_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -24985,7 +24224,6 @@ def stop_web_site_network_trace_slot_async(resource_group_name, name, slot, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25018,7 +24256,6 @@ def stop_web_site_network_trace_slot_async(resource_group_name, name, slot, 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: { @@ -25053,8 +24290,8 @@ def stop_web_site_network_trace_slot_async(resource_group_name, name, slot, cust # will be added to the HTTP request. # # - def generate_new_site_publishing_password_slot(resource_group_name, name, slot, custom_headers:nil) - response = generate_new_site_publishing_password_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def generate_new_site_publishing_password_slot(resource_group_name, name, slot, custom_headers = nil) + response = generate_new_site_publishing_password_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -25075,8 +24312,8 @@ def generate_new_site_publishing_password_slot(resource_group_name, name, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def generate_new_site_publishing_password_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - generate_new_site_publishing_password_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def generate_new_site_publishing_password_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + generate_new_site_publishing_password_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -25096,11 +24333,8 @@ def generate_new_site_publishing_password_slot_with_http_info(resource_group_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def generate_new_site_publishing_password_slot_async(resource_group_name, name, slot, custom_headers:nil) + def generate_new_site_publishing_password_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -25108,7 +24342,6 @@ def generate_new_site_publishing_password_slot_async(resource_group_name, name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25162,8 +24395,8 @@ def generate_new_site_publishing_password_slot_async(resource_group_name, name, # # @return [Array] operation results. # - def list_perf_mon_counters_slot(resource_group_name, name, slot, filter:nil, custom_headers:nil) - first_page = list_perf_mon_counters_slot_as_lazy(resource_group_name, name, slot, filter:filter, custom_headers:custom_headers) + def list_perf_mon_counters_slot(resource_group_name, name, slot, filter = nil, custom_headers = nil) + first_page = list_perf_mon_counters_slot_as_lazy(resource_group_name, name, slot, filter, custom_headers) first_page.get_all_items end @@ -25186,8 +24419,8 @@ def list_perf_mon_counters_slot(resource_group_name, name, slot, filter:nil, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_perf_mon_counters_slot_with_http_info(resource_group_name, name, slot, filter:nil, custom_headers:nil) - list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter:filter, custom_headers:custom_headers).value! + def list_perf_mon_counters_slot_with_http_info(resource_group_name, name, slot, filter = nil, custom_headers = nil) + list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter, custom_headers).value! end # @@ -25209,11 +24442,8 @@ def list_perf_mon_counters_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter:nil, custom_headers:nil) + def list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -25221,7 +24451,6 @@ def list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25282,8 +24511,8 @@ def list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter:ni # # @return [SitePhpErrorLogFlag] operation results. # - def get_site_php_error_log_flag_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_site_php_error_log_flag_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -25302,8 +24531,8 @@ def get_site_php_error_log_flag_slot(resource_group_name, name, slot, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_php_error_log_flag_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_site_php_error_log_flag_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -25321,11 +24550,8 @@ def get_site_php_error_log_flag_slot_with_http_info(resource_group_name, name, s # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -25333,7 +24559,6 @@ def get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25393,8 +24618,8 @@ def get_site_php_error_log_flag_slot_async(resource_group_name, name, slot, cust # # @return [PremierAddOn] operation results. # - def list_premier_add_ons_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_premier_add_ons_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -25413,8 +24638,8 @@ def list_premier_add_ons_slot(resource_group_name, name, slot, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_premier_add_ons_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_premier_add_ons_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -25432,11 +24657,8 @@ def list_premier_add_ons_slot_with_http_info(resource_group_name, name, slot, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -25444,7 +24666,6 @@ def list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_head request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25505,8 +24726,8 @@ def list_premier_add_ons_slot_async(resource_group_name, name, slot, custom_head # # @return [PremierAddOn] operation results. # - def get_premier_add_on_slot(resource_group_name, name, premier_add_on_name, slot, custom_headers:nil) - response = get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers:custom_headers).value! + def get_premier_add_on_slot(resource_group_name, name, premier_add_on_name, slot, custom_headers = nil) + response = get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers).value! response.body unless response.nil? end @@ -25526,8 +24747,8 @@ def get_premier_add_on_slot(resource_group_name, name, premier_add_on_name, slot # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_premier_add_on_slot_with_http_info(resource_group_name, name, premier_add_on_name, slot, custom_headers:nil) - get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers:custom_headers).value! + def get_premier_add_on_slot_with_http_info(resource_group_name, name, premier_add_on_name, slot, custom_headers = nil) + get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers).value! end # @@ -25546,11 +24767,8 @@ def get_premier_add_on_slot_with_http_info(resource_group_name, name, premier_ad # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers:nil) + def get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'premier_add_on_name is nil' if premier_add_on_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -25559,7 +24777,6 @@ def get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25622,8 +24839,8 @@ def get_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name # # @return [PremierAddOn] operation results. # - def add_premier_add_on_slot(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers:nil) - response = add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers:custom_headers).value! + def add_premier_add_on_slot(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers = nil) + response = add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers).value! response.body unless response.nil? end @@ -25645,8 +24862,8 @@ def add_premier_add_on_slot(resource_group_name, name, premier_add_on_name, prem # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def add_premier_add_on_slot_with_http_info(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers:nil) - add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers:custom_headers).value! + def add_premier_add_on_slot_with_http_info(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers = nil) + add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers).value! end # @@ -25667,11 +24884,8 @@ def add_premier_add_on_slot_with_http_info(resource_group_name, name, premier_ad # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers:nil) + def add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, premier_add_on, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'premier_add_on_name is nil' if premier_add_on_name.nil? fail ArgumentError, 'premier_add_on is nil' if premier_add_on.nil? @@ -25681,12 +24895,13 @@ def add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_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::Web::Mgmt::V2016_08_01::Models::PremierAddOn.mapper() request_content = @client.serialize(request_mapper, premier_add_on) @@ -25748,8 +24963,8 @@ def add_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name # will be added to the HTTP request. # # - def delete_premier_add_on_slot(resource_group_name, name, premier_add_on_name, slot, custom_headers:nil) - response = delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers:custom_headers).value! + def delete_premier_add_on_slot(resource_group_name, name, premier_add_on_name, slot, custom_headers = nil) + response = delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers).value! nil end @@ -25769,8 +24984,8 @@ def delete_premier_add_on_slot(resource_group_name, name, premier_add_on_name, s # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_premier_add_on_slot_with_http_info(resource_group_name, name, premier_add_on_name, slot, custom_headers:nil) - delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers:custom_headers).value! + def delete_premier_add_on_slot_with_http_info(resource_group_name, name, premier_add_on_name, slot, custom_headers = nil) + delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers).value! end # @@ -25789,11 +25004,8 @@ def delete_premier_add_on_slot_with_http_info(resource_group_name, name, premier # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers:nil) + def delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'premier_add_on_name is nil' if premier_add_on_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -25802,7 +25014,6 @@ def delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -25854,8 +25065,8 @@ def delete_premier_add_on_slot_async(resource_group_name, name, premier_add_on_n # # @return [Array] operation results. # - def list_processes_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_processes_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_processes_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_processes_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -25876,8 +25087,8 @@ def list_processes_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_processes_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_processes_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_processes_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_processes_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -25897,11 +25108,8 @@ def list_processes_slot_with_http_info(resource_group_name, name, slot, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_processes_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_processes_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -25909,7 +25117,6 @@ def list_processes_slot_async(resource_group_name, name, slot, 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 @@ -25972,8 +25179,8 @@ def list_processes_slot_async(resource_group_name, name, slot, custom_headers:ni # # @return [ProcessInfo] operation results. # - def get_process_slot(resource_group_name, name, process_id, slot, custom_headers:nil) - response = get_process_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def get_process_slot(resource_group_name, name, process_id, slot, custom_headers = nil) + response = get_process_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! response.body unless response.nil? end @@ -25995,8 +25202,8 @@ def get_process_slot(resource_group_name, name, process_id, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers:nil) - get_process_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def get_process_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers = nil) + get_process_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! end # @@ -26017,11 +25224,8 @@ def get_process_slot_with_http_info(resource_group_name, name, process_id, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_slot_async(resource_group_name, name, process_id, slot, custom_headers:nil) + def get_process_slot_async(resource_group_name, name, process_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -26030,7 +25234,6 @@ def get_process_slot_async(resource_group_name, name, process_id, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26092,8 +25295,8 @@ def get_process_slot_async(resource_group_name, name, process_id, slot, custom_h # will be added to the HTTP request. # # - def delete_process_slot(resource_group_name, name, process_id, slot, custom_headers:nil) - response = delete_process_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def delete_process_slot(resource_group_name, name, process_id, slot, custom_headers = nil) + response = delete_process_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! nil end @@ -26115,8 +25318,8 @@ def delete_process_slot(resource_group_name, name, process_id, slot, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_process_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers:nil) - delete_process_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def delete_process_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers = nil) + delete_process_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! end # @@ -26137,11 +25340,8 @@ def delete_process_slot_with_http_info(resource_group_name, name, process_id, sl # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_process_slot_async(resource_group_name, name, process_id, slot, custom_headers:nil) + def delete_process_slot_async(resource_group_name, name, process_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -26150,7 +25350,6 @@ def delete_process_slot_async(resource_group_name, name, process_id, slot, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26203,8 +25402,8 @@ def delete_process_slot_async(resource_group_name, name, process_id, slot, custo # # @return [NOT_IMPLEMENTED] operation results. # - def get_process_dump_slot(resource_group_name, name, process_id, slot, custom_headers:nil) - response = get_process_dump_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def get_process_dump_slot(resource_group_name, name, process_id, slot, custom_headers = nil) + response = get_process_dump_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! response.body unless response.nil? end @@ -26226,8 +25425,8 @@ def get_process_dump_slot(resource_group_name, name, process_id, slot, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_dump_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers:nil) - get_process_dump_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def get_process_dump_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers = nil) + get_process_dump_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! end # @@ -26248,11 +25447,8 @@ def get_process_dump_slot_with_http_info(resource_group_name, name, process_id, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_dump_slot_async(resource_group_name, name, process_id, slot, custom_headers:nil) + def get_process_dump_slot_async(resource_group_name, name, process_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -26261,7 +25457,6 @@ def get_process_dump_slot_async(resource_group_name, name, process_id, slot, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26294,7 +25489,6 @@ def get_process_dump_slot_async(resource_group_name, name, process_id, slot, cus 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: { @@ -26331,8 +25525,8 @@ def get_process_dump_slot_async(resource_group_name, name, process_id, slot, cus # # @return [Array] operation results. # - def list_process_modules_slot(resource_group_name, name, process_id, slot, custom_headers:nil) - first_page = list_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers:custom_headers) + def list_process_modules_slot(resource_group_name, name, process_id, slot, custom_headers = nil) + first_page = list_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers) first_page.get_all_items end @@ -26354,8 +25548,8 @@ def list_process_modules_slot(resource_group_name, name, process_id, slot, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_modules_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers:nil) - list_process_modules_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def list_process_modules_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers = nil) + list_process_modules_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! end # @@ -26376,11 +25570,8 @@ def list_process_modules_slot_with_http_info(resource_group_name, name, process_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_modules_slot_async(resource_group_name, name, process_id, slot, custom_headers:nil) + def list_process_modules_slot_async(resource_group_name, name, process_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -26389,7 +25580,6 @@ def list_process_modules_slot_async(resource_group_name, name, process_id, slot, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26453,8 +25643,8 @@ def list_process_modules_slot_async(resource_group_name, name, process_id, slot, # # @return [ProcessModuleInfo] operation results. # - def get_process_module_slot(resource_group_name, name, process_id, base_address, slot, custom_headers:nil) - response = get_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, custom_headers:custom_headers).value! + def get_process_module_slot(resource_group_name, name, process_id, base_address, slot, custom_headers = nil) + response = get_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, custom_headers).value! response.body unless response.nil? end @@ -26477,8 +25667,8 @@ def get_process_module_slot(resource_group_name, name, process_id, base_address, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_module_slot_with_http_info(resource_group_name, name, process_id, base_address, slot, custom_headers:nil) - get_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, custom_headers:custom_headers).value! + def get_process_module_slot_with_http_info(resource_group_name, name, process_id, base_address, slot, custom_headers = nil) + get_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, custom_headers).value! end # @@ -26500,11 +25690,8 @@ def get_process_module_slot_with_http_info(resource_group_name, name, process_id # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, custom_headers:nil) + def get_process_module_slot_async(resource_group_name, name, process_id, base_address, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'base_address is nil' if base_address.nil? @@ -26514,7 +25701,6 @@ def get_process_module_slot_async(resource_group_name, name, process_id, base_ad request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26577,8 +25763,8 @@ def get_process_module_slot_async(resource_group_name, name, process_id, base_ad # # @return [Array] operation results. # - def list_process_threads_slot(resource_group_name, name, process_id, slot, custom_headers:nil) - first_page = list_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers:custom_headers) + def list_process_threads_slot(resource_group_name, name, process_id, slot, custom_headers = nil) + first_page = list_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers) first_page.get_all_items end @@ -26600,8 +25786,8 @@ def list_process_threads_slot(resource_group_name, name, process_id, slot, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_threads_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers:nil) - list_process_threads_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def list_process_threads_slot_with_http_info(resource_group_name, name, process_id, slot, custom_headers = nil) + list_process_threads_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! end # @@ -26622,11 +25808,8 @@ def list_process_threads_slot_with_http_info(resource_group_name, name, process_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_threads_slot_async(resource_group_name, name, process_id, slot, custom_headers:nil) + def list_process_threads_slot_async(resource_group_name, name, process_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -26635,7 +25818,6 @@ def list_process_threads_slot_async(resource_group_name, name, process_id, slot, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26699,8 +25881,8 @@ def list_process_threads_slot_async(resource_group_name, name, process_id, slot, # # @return [ProcessThreadInfo] operation results. # - def get_process_thread_slot(resource_group_name, name, process_id, thread_id, slot, custom_headers:nil) - response = get_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, custom_headers:custom_headers).value! + def get_process_thread_slot(resource_group_name, name, process_id, thread_id, slot, custom_headers = nil) + response = get_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, custom_headers).value! response.body unless response.nil? end @@ -26723,8 +25905,8 @@ def get_process_thread_slot(resource_group_name, name, process_id, thread_id, sl # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_process_thread_slot_with_http_info(resource_group_name, name, process_id, thread_id, slot, custom_headers:nil) - get_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, custom_headers:custom_headers).value! + def get_process_thread_slot_with_http_info(resource_group_name, name, process_id, thread_id, slot, custom_headers = nil) + get_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, custom_headers).value! end # @@ -26746,11 +25928,8 @@ def get_process_thread_slot_with_http_info(resource_group_name, name, process_id # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, custom_headers:nil) + def get_process_thread_slot_async(resource_group_name, name, process_id, thread_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'process_id is nil' if process_id.nil? fail ArgumentError, 'thread_id is nil' if thread_id.nil? @@ -26760,7 +25939,6 @@ def get_process_thread_slot_async(resource_group_name, name, process_id, thread_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26820,8 +25998,8 @@ def get_process_thread_slot_async(resource_group_name, name, process_id, thread_ # # @return [Array] operation results. # - def list_public_certificates_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_public_certificates_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_public_certificates_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_public_certificates_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -26840,8 +26018,8 @@ def list_public_certificates_slot(resource_group_name, name, slot, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_public_certificates_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_public_certificates_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_public_certificates_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_public_certificates_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -26859,11 +26037,8 @@ def list_public_certificates_slot_with_http_info(resource_group_name, name, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_public_certificates_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_public_certificates_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -26871,7 +26046,6 @@ def list_public_certificates_slot_async(resource_group_name, name, slot, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -26934,8 +26108,8 @@ def list_public_certificates_slot_async(resource_group_name, name, slot, custom_ # # @return [PublicCertificate] operation results. # - def get_public_certificate_slot(resource_group_name, name, slot, public_certificate_name, custom_headers:nil) - response = get_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers:custom_headers).value! + def get_public_certificate_slot(resource_group_name, name, slot, public_certificate_name, custom_headers = nil) + response = get_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers).value! response.body unless response.nil? end @@ -26957,8 +26131,8 @@ def get_public_certificate_slot(resource_group_name, name, slot, public_certific # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_public_certificate_slot_with_http_info(resource_group_name, name, slot, public_certificate_name, custom_headers:nil) - get_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers:custom_headers).value! + def get_public_certificate_slot_with_http_info(resource_group_name, name, slot, public_certificate_name, custom_headers = nil) + get_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers).value! end # @@ -26979,11 +26153,8 @@ def get_public_certificate_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers:nil) + def get_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'public_certificate_name is nil' if public_certificate_name.nil? @@ -26992,7 +26163,6 @@ def get_public_certificate_slot_async(resource_group_name, name, slot, public_ce request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -27055,8 +26225,8 @@ def get_public_certificate_slot_async(resource_group_name, name, slot, public_ce # # @return [PublicCertificate] operation results. # - def create_or_update_public_certificate_slot(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers:nil) - response = create_or_update_public_certificate_slot_async(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers:custom_headers).value! + def create_or_update_public_certificate_slot(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers = nil) + response = create_or_update_public_certificate_slot_async(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers).value! response.body unless response.nil? end @@ -27078,8 +26248,8 @@ def create_or_update_public_certificate_slot(resource_group_name, name, public_c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_public_certificate_slot_with_http_info(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers:nil) - create_or_update_public_certificate_slot_async(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers:custom_headers).value! + def create_or_update_public_certificate_slot_with_http_info(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers = nil) + create_or_update_public_certificate_slot_async(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers).value! end # @@ -27100,11 +26270,8 @@ def create_or_update_public_certificate_slot_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_public_certificate_slot_async(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers:nil) + def create_or_update_public_certificate_slot_async(resource_group_name, name, public_certificate_name, public_certificate, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'public_certificate_name is nil' if public_certificate_name.nil? fail ArgumentError, 'public_certificate is nil' if public_certificate.nil? @@ -27114,12 +26281,13 @@ def create_or_update_public_certificate_slot_async(resource_group_name, name, pu 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::Web::Mgmt::V2016_08_01::Models::PublicCertificate.mapper() request_content = @client.serialize(request_mapper, public_certificate) @@ -27181,8 +26349,8 @@ def create_or_update_public_certificate_slot_async(resource_group_name, name, pu # will be added to the HTTP request. # # - def delete_public_certificate_slot(resource_group_name, name, slot, public_certificate_name, custom_headers:nil) - response = delete_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers:custom_headers).value! + def delete_public_certificate_slot(resource_group_name, name, slot, public_certificate_name, custom_headers = nil) + response = delete_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers).value! nil end @@ -27202,8 +26370,8 @@ def delete_public_certificate_slot(resource_group_name, name, slot, public_certi # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_public_certificate_slot_with_http_info(resource_group_name, name, slot, public_certificate_name, custom_headers:nil) - delete_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers:custom_headers).value! + def delete_public_certificate_slot_with_http_info(resource_group_name, name, slot, public_certificate_name, custom_headers = nil) + delete_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers).value! end # @@ -27222,11 +26390,8 @@ def delete_public_certificate_slot_with_http_info(resource_group_name, name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers:nil) + def delete_public_certificate_slot_async(resource_group_name, name, slot, public_certificate_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'public_certificate_name is nil' if public_certificate_name.nil? @@ -27235,7 +26400,6 @@ def delete_public_certificate_slot_async(resource_group_name, name, slot, public request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -27288,8 +26452,8 @@ def delete_public_certificate_slot_async(resource_group_name, name, slot, public # # @return [NOT_IMPLEMENTED] operation results. # - def list_publishing_profile_xml_with_secrets_slot(resource_group_name, name, publishing_profile_options, slot, custom_headers:nil) - response = list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, name, publishing_profile_options, slot, custom_headers:custom_headers).value! + def list_publishing_profile_xml_with_secrets_slot(resource_group_name, name, publishing_profile_options, slot, custom_headers = nil) + response = list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, name, publishing_profile_options, slot, custom_headers).value! response.body unless response.nil? end @@ -27311,8 +26475,8 @@ def list_publishing_profile_xml_with_secrets_slot(resource_group_name, name, pub # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_publishing_profile_xml_with_secrets_slot_with_http_info(resource_group_name, name, publishing_profile_options, slot, custom_headers:nil) - list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, name, publishing_profile_options, slot, custom_headers:custom_headers).value! + def list_publishing_profile_xml_with_secrets_slot_with_http_info(resource_group_name, name, publishing_profile_options, slot, custom_headers = nil) + list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, name, publishing_profile_options, slot, custom_headers).value! end # @@ -27333,11 +26497,8 @@ def list_publishing_profile_xml_with_secrets_slot_with_http_info(resource_group_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, name, publishing_profile_options, slot, custom_headers:nil) + def list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, name, publishing_profile_options, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'publishing_profile_options is nil' if publishing_profile_options.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -27346,12 +26507,13 @@ def list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, 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::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions.mapper() request_content = @client.serialize(request_mapper, publishing_profile_options) @@ -27386,7 +26548,6 @@ def list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, nam 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: { @@ -27421,8 +26582,8 @@ def list_publishing_profile_xml_with_secrets_slot_async(resource_group_name, nam # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def recover_slot(resource_group_name, name, recovery_entity, slot, custom_headers:nil) - response = recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers:custom_headers).value! + def recover_slot(resource_group_name, name, recovery_entity, slot, custom_headers = nil) + response = recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers).value! nil end @@ -27441,9 +26602,9 @@ def recover_slot(resource_group_name, name, recovery_entity, slot, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers:nil) + def recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers = nil) # Send request - promise = begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers:custom_headers) + promise = begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -27473,8 +26634,8 @@ def recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_ # will be added to the HTTP request. # # - def reset_slot_configuration_slot(resource_group_name, name, slot, custom_headers:nil) - response = reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def reset_slot_configuration_slot(resource_group_name, name, slot, custom_headers = nil) + response = reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -27495,8 +26656,8 @@ def reset_slot_configuration_slot(resource_group_name, name, slot, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reset_slot_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def reset_slot_configuration_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -27516,11 +26677,8 @@ def reset_slot_configuration_slot_with_http_info(resource_group_name, name, slot # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_headers:nil) + def reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -27528,7 +26686,6 @@ def reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -27583,8 +26740,8 @@ def reset_slot_configuration_slot_async(resource_group_name, name, slot, custom_ # will be added to the HTTP request. # # - def restart_slot(resource_group_name, name, slot, soft_restart:nil, synchronous:nil, custom_headers:nil) - response = restart_slot_async(resource_group_name, name, slot, soft_restart:soft_restart, synchronous:synchronous, custom_headers:custom_headers).value! + def restart_slot(resource_group_name, name, slot, soft_restart = nil, synchronous = nil, custom_headers = nil) + response = restart_slot_async(resource_group_name, name, slot, soft_restart, synchronous, custom_headers).value! nil end @@ -27609,8 +26766,8 @@ def restart_slot(resource_group_name, name, slot, soft_restart:nil, synchronous: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def restart_slot_with_http_info(resource_group_name, name, slot, soft_restart:nil, synchronous:nil, custom_headers:nil) - restart_slot_async(resource_group_name, name, slot, soft_restart:soft_restart, synchronous:synchronous, custom_headers:custom_headers).value! + def restart_slot_with_http_info(resource_group_name, name, slot, soft_restart = nil, synchronous = nil, custom_headers = nil) + restart_slot_async(resource_group_name, name, slot, soft_restart, synchronous, custom_headers).value! end # @@ -27634,11 +26791,8 @@ def restart_slot_with_http_info(resource_group_name, name, slot, soft_restart:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def restart_slot_async(resource_group_name, name, slot, soft_restart:nil, synchronous:nil, custom_headers:nil) + def restart_slot_async(resource_group_name, name, slot, soft_restart = nil, synchronous = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -27646,7 +26800,6 @@ def restart_slot_async(resource_group_name, name, slot, soft_restart:nil, synchr request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -27682,9 +26835,9 @@ def restart_slot_async(resource_group_name, name, slot, soft_restart:nil, synchr end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -27696,15 +26849,15 @@ def restart_slot_async(resource_group_name, name, slot, soft_restart:nil, synchr # # @return [Array] operation results. # - def list_site_extensions_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_site_extensions_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_site_extensions_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_site_extensions_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -27716,14 +26869,14 @@ def list_site_extensions_slot(resource_group_name, name, slot, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_extensions_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_site_extensions_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_site_extensions_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_site_extensions_slot_async(resource_group_name, name, slot, custom_headers).value! end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -27735,11 +26888,8 @@ def list_site_extensions_slot_with_http_info(resource_group_name, name, slot, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_extensions_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_site_extensions_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -27747,7 +26897,6 @@ def list_site_extensions_slot_async(resource_group_name, name, slot, custom_head request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -27810,8 +26959,8 @@ def list_site_extensions_slot_async(resource_group_name, name, slot, custom_head # # @return [SiteExtensionInfo] operation results. # - def get_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - response = get_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def get_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + response = get_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! response.body unless response.nil? end @@ -27833,8 +26982,8 @@ def get_site_extension_slot(resource_group_name, name, site_extension_id, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_site_extension_slot_with_http_info(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - get_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def get_site_extension_slot_with_http_info(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + get_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! end # @@ -27855,11 +27004,8 @@ def get_site_extension_slot_with_http_info(resource_group_name, name, site_exten # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:nil) + def get_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_extension_id is nil' if site_extension_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -27868,7 +27014,6 @@ def get_site_extension_slot_async(resource_group_name, name, site_extension_id, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -27929,8 +27074,8 @@ def get_site_extension_slot_async(resource_group_name, name, site_extension_id, # # @return [SiteExtensionInfo] operation results. # - def install_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - response = install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def install_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + response = install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! response.body unless response.nil? end @@ -27947,9 +27092,9 @@ def install_site_extension_slot(resource_group_name, name, site_extension_id, sl # @return [Concurrent::Promise] promise which provides async access to http # response. # - def install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:nil) + def install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers = nil) # Send request - promise = begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers) + promise = begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -27980,8 +27125,8 @@ def install_site_extension_slot_async(resource_group_name, name, site_extension_ # will be added to the HTTP request. # # - def delete_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - response = delete_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def delete_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + response = delete_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! nil end @@ -28001,8 +27146,8 @@ def delete_site_extension_slot(resource_group_name, name, site_extension_id, slo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_site_extension_slot_with_http_info(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - delete_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def delete_site_extension_slot_with_http_info(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + delete_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! end # @@ -28021,11 +27166,8 @@ def delete_site_extension_slot_with_http_info(resource_group_name, name, site_ex # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:nil) + def delete_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_extension_id is nil' if site_extension_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -28034,7 +27176,6 @@ def delete_site_extension_slot_async(resource_group_name, name, site_extension_i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -28086,8 +27227,8 @@ def delete_site_extension_slot_async(resource_group_name, name, site_extension_i # # @return [Array] operation results. # - def list_slot_differences_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - first_page = list_slot_differences_slot_as_lazy(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers) + def list_slot_differences_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + first_page = list_slot_differences_slot_as_lazy(resource_group_name, name, slot_swap_entity, slot, custom_headers) first_page.get_all_items end @@ -28108,8 +27249,8 @@ def list_slot_differences_slot(resource_group_name, name, slot_swap_entity, slot # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slot_differences_slot_with_http_info(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def list_slot_differences_slot_with_http_info(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! end # @@ -28129,11 +27270,8 @@ def list_slot_differences_slot_with_http_info(resource_group_name, name, slot_sw # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) + def list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_swap_entity is nil' if slot_swap_entity.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -28142,12 +27280,13 @@ def list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity 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::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity.mapper() request_content = @client.serialize(request_mapper, slot_swap_entity) @@ -28209,8 +27348,8 @@ def list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def swap_slot_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - response = swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def swap_slot_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + response = swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! nil end @@ -28228,9 +27367,9 @@ def swap_slot_slot(resource_group_name, name, slot_swap_entity, slot, custom_hea # @return [Concurrent::Promise] promise which provides async access to http # response. # - def swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) + def swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) # Send request - promise = begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers) + promise = begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -28258,8 +27397,8 @@ def swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, cust # # @return [Array] operation results. # - def list_snapshots_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_snapshots_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_snapshots_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_snapshots_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -28277,8 +27416,8 @@ def list_snapshots_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_snapshots_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_snapshots_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_snapshots_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_snapshots_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -28295,11 +27434,8 @@ def list_snapshots_slot_with_http_info(resource_group_name, name, slot, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_snapshots_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_snapshots_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -28307,7 +27443,6 @@ def list_snapshots_slot_async(resource_group_name, name, slot, 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 @@ -28367,8 +27502,8 @@ def list_snapshots_slot_async(resource_group_name, name, slot, custom_headers:ni # # @return [SiteSourceControl] operation results. # - def get_source_control_slot(resource_group_name, name, slot, custom_headers:nil) - response = get_source_control_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_source_control_slot(resource_group_name, name, slot, custom_headers = nil) + response = get_source_control_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -28387,8 +27522,8 @@ def get_source_control_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_source_control_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - get_source_control_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def get_source_control_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + get_source_control_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -28406,11 +27541,8 @@ def get_source_control_slot_with_http_info(resource_group_name, name, slot, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_source_control_slot_async(resource_group_name, name, slot, custom_headers:nil) + def get_source_control_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -28418,7 +27550,6 @@ def get_source_control_slot_async(resource_group_name, name, slot, custom_header request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -28500,8 +27631,8 @@ def get_source_control_slot_async(resource_group_name, name, slot, custom_header # # @return [SiteSourceControl] operation results. # - def create_or_update_source_control_slot(resource_group_name, name, site_source_control, slot, custom_headers:nil) - response = create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:custom_headers).value! + def create_or_update_source_control_slot(resource_group_name, name, site_source_control, slot, custom_headers = nil) + response = create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers).value! response.body unless response.nil? end @@ -28519,9 +27650,9 @@ def create_or_update_source_control_slot(resource_group_name, name, site_source_ # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:nil) + def create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers = nil) # Send request - promise = begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:custom_headers) + promise = begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -28551,8 +27682,8 @@ def create_or_update_source_control_slot_async(resource_group_name, name, site_s # will be added to the HTTP request. # # - def delete_source_control_slot(resource_group_name, name, slot, custom_headers:nil) - response = delete_source_control_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def delete_source_control_slot(resource_group_name, name, slot, custom_headers = nil) + response = delete_source_control_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -28571,8 +27702,8 @@ def delete_source_control_slot(resource_group_name, name, slot, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_source_control_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - delete_source_control_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def delete_source_control_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + delete_source_control_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -28590,11 +27721,8 @@ def delete_source_control_slot_with_http_info(resource_group_name, name, slot, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_source_control_slot_async(resource_group_name, name, slot, custom_headers:nil) + def delete_source_control_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -28602,7 +27730,6 @@ def delete_source_control_slot_async(resource_group_name, name, slot, custom_hea request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -28654,8 +27781,8 @@ def delete_source_control_slot_async(resource_group_name, name, slot, custom_hea # # @return [SiteSourceControl] operation results. # - def update_source_control_slot(resource_group_name, name, site_source_control, slot, custom_headers:nil) - response = update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:custom_headers).value! + def update_source_control_slot(resource_group_name, name, site_source_control, slot, custom_headers = nil) + response = update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers).value! response.body unless response.nil? end @@ -28676,8 +27803,8 @@ def update_source_control_slot(resource_group_name, name, site_source_control, s # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_source_control_slot_with_http_info(resource_group_name, name, site_source_control, slot, custom_headers:nil) - update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:custom_headers).value! + def update_source_control_slot_with_http_info(resource_group_name, name, site_source_control, slot, custom_headers = nil) + update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers).value! end # @@ -28697,11 +27824,8 @@ def update_source_control_slot_with_http_info(resource_group_name, name, site_so # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:nil) + def update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_source_control is nil' if site_source_control.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -28710,12 +27834,13 @@ def update_source_control_slot_async(resource_group_name, name, site_source_cont 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::Web::Mgmt::V2016_08_01::Models::SiteSourceControl.mapper() request_content = @client.serialize(request_mapper, site_source_control) @@ -28786,8 +27911,8 @@ def update_source_control_slot_async(resource_group_name, name, site_source_cont # will be added to the HTTP request. # # - def start_slot(resource_group_name, name, slot, custom_headers:nil) - response = start_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def start_slot(resource_group_name, name, slot, custom_headers = nil) + response = start_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -28806,8 +27931,8 @@ def start_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def start_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - start_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def start_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + start_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -28825,11 +27950,8 @@ def start_slot_with_http_info(resource_group_name, name, slot, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def start_slot_async(resource_group_name, name, slot, custom_headers:nil) + def start_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -28837,7 +27959,6 @@ def start_slot_async(resource_group_name, name, slot, 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 @@ -28886,8 +28007,8 @@ def start_slot_async(resource_group_name, name, slot, custom_headers:nil) # will be added to the HTTP request. # # - def stop_slot(resource_group_name, name, slot, custom_headers:nil) - response = stop_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def stop_slot(resource_group_name, name, slot, custom_headers = nil) + response = stop_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -28906,8 +28027,8 @@ def stop_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def stop_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - stop_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def stop_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + stop_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -28925,11 +28046,8 @@ def stop_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def stop_slot_async(resource_group_name, name, slot, custom_headers:nil) + def stop_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -28937,7 +28055,6 @@ def stop_slot_async(resource_group_name, name, slot, 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 @@ -28986,8 +28103,8 @@ def stop_slot_async(resource_group_name, name, slot, custom_headers:nil) # will be added to the HTTP request. # # - def sync_repository_slot(resource_group_name, name, slot, custom_headers:nil) - response = sync_repository_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def sync_repository_slot(resource_group_name, name, slot, custom_headers = nil) + response = sync_repository_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -29006,8 +28123,8 @@ def sync_repository_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def sync_repository_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - sync_repository_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def sync_repository_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + sync_repository_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -29025,11 +28142,8 @@ def sync_repository_slot_with_http_info(resource_group_name, name, slot, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def sync_repository_slot_async(resource_group_name, name, slot, custom_headers:nil) + def sync_repository_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -29037,7 +28151,6 @@ def sync_repository_slot_async(resource_group_name, name, slot, 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 @@ -29086,8 +28199,8 @@ def sync_repository_slot_async(resource_group_name, name, slot, custom_headers:n # will be added to the HTTP request. # # - def sync_function_triggers_slot(resource_group_name, name, slot, custom_headers:nil) - response = sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def sync_function_triggers_slot(resource_group_name, name, slot, custom_headers = nil) + response = sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers).value! nil end @@ -29106,8 +28219,8 @@ def sync_function_triggers_slot(resource_group_name, name, slot, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def sync_function_triggers_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def sync_function_triggers_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -29125,11 +28238,8 @@ def sync_function_triggers_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers:nil) + def sync_function_triggers_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -29137,7 +28247,6 @@ def sync_function_triggers_slot_async(resource_group_name, name, slot, custom_he request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29187,8 +28296,8 @@ def sync_function_triggers_slot_async(resource_group_name, name, slot, custom_he # # @return [Array] operation results. # - def list_triggered_web_jobs_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_triggered_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_triggered_web_jobs_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_triggered_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -29207,8 +28316,8 @@ def list_triggered_web_jobs_slot(resource_group_name, name, slot, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_triggered_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -29226,11 +28335,8 @@ def list_triggered_web_jobs_slot_with_http_info(resource_group_name, name, slot, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -29238,7 +28344,6 @@ def list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29299,8 +28404,8 @@ def list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_h # # @return [TriggeredWebJob] operation results. # - def get_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def get_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! response.body unless response.nil? end @@ -29320,8 +28425,8 @@ def get_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def get_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -29340,11 +28445,8 @@ def get_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -29353,7 +28455,6 @@ def get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, sl request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29413,8 +28514,8 @@ def get_triggered_web_job_slot_async(resource_group_name, name, web_job_name, sl # will be added to the HTTP request. # # - def delete_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def delete_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! nil end @@ -29434,8 +28535,8 @@ def delete_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def delete_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -29454,11 +28555,8 @@ def delete_triggered_web_job_slot_with_http_info(resource_group_name, name, web_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -29467,7 +28565,6 @@ def delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29518,8 +28615,8 @@ def delete_triggered_web_job_slot_async(resource_group_name, name, web_job_name, # # @return [Array] operation results. # - def list_triggered_web_job_history_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - first_page = list_triggered_web_job_history_slot_as_lazy(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers) + def list_triggered_web_job_history_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + first_page = list_triggered_web_job_history_slot_as_lazy(resource_group_name, name, web_job_name, slot, custom_headers) first_page.get_all_items end @@ -29539,8 +28636,8 @@ def list_triggered_web_job_history_slot(resource_group_name, name, web_job_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_job_history_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - list_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def list_triggered_web_job_history_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + list_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -29559,11 +28656,8 @@ def list_triggered_web_job_history_slot_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def list_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -29572,7 +28666,6 @@ def list_triggered_web_job_history_slot_async(resource_group_name, name, web_job request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29636,8 +28729,8 @@ def list_triggered_web_job_history_slot_async(resource_group_name, name, web_job # # @return [TriggeredJobHistory] operation results. # - def get_triggered_web_job_history_slot(resource_group_name, name, web_job_name, id, slot, custom_headers:nil) - response = get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, id, slot, custom_headers:custom_headers).value! + def get_triggered_web_job_history_slot(resource_group_name, name, web_job_name, id, slot, custom_headers = nil) + response = get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, id, slot, custom_headers).value! response.body unless response.nil? end @@ -29660,8 +28753,8 @@ def get_triggered_web_job_history_slot(resource_group_name, name, web_job_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_triggered_web_job_history_slot_with_http_info(resource_group_name, name, web_job_name, id, slot, custom_headers:nil) - get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, id, slot, custom_headers:custom_headers).value! + def get_triggered_web_job_history_slot_with_http_info(resource_group_name, name, web_job_name, id, slot, custom_headers = nil) + get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, id, slot, custom_headers).value! end # @@ -29683,11 +28776,8 @@ def get_triggered_web_job_history_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, id, slot, custom_headers:nil) + def get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'id is nil' if id.nil? @@ -29697,7 +28787,6 @@ def get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29757,8 +28846,8 @@ def get_triggered_web_job_history_slot_async(resource_group_name, name, web_job_ # will be added to the HTTP request. # # - def run_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def run_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! nil end @@ -29778,8 +28867,8 @@ def run_triggered_web_job_slot(resource_group_name, name, web_job_name, slot, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def run_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def run_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -29798,11 +28887,8 @@ def run_triggered_web_job_slot_with_http_info(resource_group_name, name, web_job # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -29811,7 +28897,6 @@ def run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, sl request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29867,8 +28952,8 @@ def run_triggered_web_job_slot_async(resource_group_name, name, web_job_name, sl # # @return [Array] operation results. # - def list_usages_slot(resource_group_name, name, slot, filter:nil, custom_headers:nil) - first_page = list_usages_slot_as_lazy(resource_group_name, name, slot, filter:filter, custom_headers:custom_headers) + def list_usages_slot(resource_group_name, name, slot, filter = nil, custom_headers = nil) + first_page = list_usages_slot_as_lazy(resource_group_name, name, slot, filter, custom_headers) first_page.get_all_items end @@ -29893,8 +28978,8 @@ def list_usages_slot(resource_group_name, name, slot, filter:nil, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_slot_with_http_info(resource_group_name, name, slot, filter:nil, custom_headers:nil) - list_usages_slot_async(resource_group_name, name, slot, filter:filter, custom_headers:custom_headers).value! + def list_usages_slot_with_http_info(resource_group_name, name, slot, filter = nil, custom_headers = nil) + list_usages_slot_async(resource_group_name, name, slot, filter, custom_headers).value! end # @@ -29918,11 +29003,8 @@ def list_usages_slot_with_http_info(resource_group_name, name, slot, filter:nil, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_slot_async(resource_group_name, name, slot, filter:nil, custom_headers:nil) + def list_usages_slot_async(resource_group_name, name, slot, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -29930,7 +29012,6 @@ def list_usages_slot_async(resource_group_name, name, slot, filter:nil, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -29991,8 +29072,8 @@ def list_usages_slot_async(resource_group_name, name, slot, filter:nil, custom_h # # @return [Array] operation results. # - def list_vnet_connections_slot(resource_group_name, name, slot, custom_headers:nil) - response = list_vnet_connections_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_vnet_connections_slot(resource_group_name, name, slot, custom_headers = nil) + response = list_vnet_connections_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -30011,8 +29092,8 @@ def list_vnet_connections_slot(resource_group_name, name, slot, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_vnet_connections_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_vnet_connections_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_vnet_connections_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_vnet_connections_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -30030,11 +29111,8 @@ def list_vnet_connections_slot_with_http_info(resource_group_name, name, slot, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_vnet_connections_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_vnet_connections_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -30042,7 +29120,6 @@ def list_vnet_connections_slot_async(resource_group_name, name, slot, custom_hea request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -30075,13 +29152,11 @@ def list_vnet_connections_slot_async(resource_group_name, name, slot, custom_hea 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: 'VnetInfoElementType', type: { @@ -30119,8 +29194,8 @@ def list_vnet_connections_slot_async(resource_group_name, name, slot, custom_hea # # @return [VnetInfo] operation results. # - def get_vnet_connection_slot(resource_group_name, name, vnet_name, slot, custom_headers:nil) - response = get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers:custom_headers).value! + def get_vnet_connection_slot(resource_group_name, name, vnet_name, slot, custom_headers = nil) + response = get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers).value! response.body unless response.nil? end @@ -30140,8 +29215,8 @@ def get_vnet_connection_slot(resource_group_name, name, vnet_name, slot, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, slot, custom_headers:nil) - get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers:custom_headers).value! + def get_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, slot, custom_headers = nil) + get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers).value! end # @@ -30160,11 +29235,8 @@ def get_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers:nil) + def get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -30173,7 +29245,6 @@ def get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -30238,8 +29309,8 @@ def get_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, c # # @return [VnetInfo] operation results. # - def create_or_update_vnet_connection_slot(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:nil) - response = create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_slot(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers = nil) + response = create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -30263,8 +29334,8 @@ def create_or_update_vnet_connection_slot(resource_group_name, name, vnet_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:nil) - create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers = nil) + create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers).value! end # @@ -30287,11 +29358,8 @@ def create_or_update_vnet_connection_slot_with_http_info(resource_group_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:nil) + def create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -30301,12 +29369,13 @@ def create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_ 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::Web::Mgmt::V2016_08_01::Models::VnetInfo.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -30370,8 +29439,8 @@ def create_or_update_vnet_connection_slot_async(resource_group_name, name, vnet_ # will be added to the HTTP request. # # - def delete_vnet_connection_slot(resource_group_name, name, vnet_name, slot, custom_headers:nil) - response = delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers:custom_headers).value! + def delete_vnet_connection_slot(resource_group_name, name, vnet_name, slot, custom_headers = nil) + response = delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers).value! nil end @@ -30393,8 +29462,8 @@ def delete_vnet_connection_slot(resource_group_name, name, vnet_name, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, slot, custom_headers:nil) - delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers:custom_headers).value! + def delete_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, slot, custom_headers = nil) + delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers).value! end # @@ -30415,11 +29484,8 @@ def delete_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers:nil) + def delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -30428,7 +29494,6 @@ def delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -30483,8 +29548,8 @@ def delete_vnet_connection_slot_async(resource_group_name, name, vnet_name, slot # # @return [VnetInfo] operation results. # - def update_vnet_connection_slot(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:nil) - response = update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_vnet_connection_slot(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers = nil) + response = update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -30508,8 +29573,8 @@ def update_vnet_connection_slot(resource_group_name, name, vnet_name, connection # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:nil) - update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers = nil) + update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers).value! end # @@ -30532,11 +29597,8 @@ def update_vnet_connection_slot_with_http_info(resource_group_name, name, vnet_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers:nil) + def update_vnet_connection_slot_async(resource_group_name, name, vnet_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -30546,12 +29608,13 @@ def update_vnet_connection_slot_async(resource_group_name, name, vnet_name, conn 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::Web::Mgmt::V2016_08_01::Models::VnetInfo.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -30616,8 +29679,8 @@ def update_vnet_connection_slot_async(resource_group_name, name, vnet_name, conn # # @return [VnetGateway] operation results. # - def get_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers:nil) - response = get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers:custom_headers).value! + def get_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers = nil) + response = get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers).value! response.body unless response.nil? end @@ -30639,8 +29702,8 @@ def get_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gatew # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers:nil) - get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers:custom_headers).value! + def get_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers = nil) + get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers).value! end # @@ -30661,11 +29724,8 @@ def get_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, v # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers:nil) + def get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -30675,7 +29735,6 @@ def get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -30741,8 +29800,8 @@ def get_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, # # @return [VnetGateway] operation results. # - def create_or_update_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:nil) - response = create_or_update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers = nil) + response = create_or_update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -30767,8 +29826,8 @@ def create_or_update_vnet_connection_gateway_slot(resource_group_name, name, vne # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:nil) - create_or_update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers = nil) + create_or_update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers).value! end # @@ -30792,11 +29851,8 @@ def create_or_update_vnet_connection_gateway_slot_with_http_info(resource_group_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:nil) + def create_or_update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -30807,12 +29863,13 @@ def create_or_update_vnet_connection_gateway_slot_async(resource_group_name, 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::Web::Mgmt::V2016_08_01::Models::VnetGateway.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -30880,8 +29937,8 @@ def create_or_update_vnet_connection_gateway_slot_async(resource_group_name, nam # # @return [VnetGateway] operation results. # - def update_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:nil) - response = update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers = nil) + response = update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers).value! response.body unless response.nil? end @@ -30906,8 +29963,8 @@ def update_vnet_connection_gateway_slot(resource_group_name, name, vnet_name, ga # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:nil) - update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:custom_headers).value! + def update_vnet_connection_gateway_slot_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers = nil) + update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers).value! end # @@ -30931,11 +29988,8 @@ def update_vnet_connection_gateway_slot_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers:nil) + def update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -30946,12 +30000,13 @@ def update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_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::Web::Mgmt::V2016_08_01::Models::VnetGateway.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -31013,8 +30068,8 @@ def update_vnet_connection_gateway_slot_async(resource_group_name, name, vnet_na # # @return [Array] operation results. # - def list_web_jobs_slot(resource_group_name, name, slot, custom_headers:nil) - first_page = list_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:custom_headers) + def list_web_jobs_slot(resource_group_name, name, slot, custom_headers = nil) + first_page = list_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers) first_page.get_all_items end @@ -31033,8 +30088,8 @@ def list_web_jobs_slot(resource_group_name, name, slot, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -31052,11 +30107,8 @@ def list_web_jobs_slot_with_http_info(resource_group_name, name, slot, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:nil) + def list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -31064,7 +30116,6 @@ def list_web_jobs_slot_async(resource_group_name, name, slot, 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 @@ -31125,8 +30176,8 @@ def list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:nil # # @return [WebJob] operation results. # - def get_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def get_web_job_slot(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! response.body unless response.nil? end @@ -31146,8 +30197,8 @@ def get_web_job_slot(resource_group_name, name, web_job_name, slot, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers:nil) - get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def get_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slot, custom_headers = nil) + get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! end # @@ -31166,11 +30217,8 @@ def get_web_job_slot_with_http_info(resource_group_name, name, web_job_name, slo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:nil) + def get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -31179,7 +30227,6 @@ def get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -31239,8 +30286,8 @@ def get_web_job_slot_async(resource_group_name, name, web_job_name, slot, custom # # @return [Array] operation results. # - def list_slot_differences_from_production(resource_group_name, name, slot_swap_entity, custom_headers:nil) - first_page = list_slot_differences_from_production_as_lazy(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers) + def list_slot_differences_from_production(resource_group_name, name, slot_swap_entity, custom_headers = nil) + first_page = list_slot_differences_from_production_as_lazy(resource_group_name, name, slot_swap_entity, custom_headers) first_page.get_all_items end @@ -31259,8 +30306,8 @@ def list_slot_differences_from_production(resource_group_name, name, slot_swap_e # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slot_differences_from_production_with_http_info(resource_group_name, name, slot_swap_entity, custom_headers:nil) - list_slot_differences_from_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def list_slot_differences_from_production_with_http_info(resource_group_name, name, slot_swap_entity, custom_headers = nil) + list_slot_differences_from_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! end # @@ -31278,11 +30325,8 @@ def list_slot_differences_from_production_with_http_info(resource_group_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slot_differences_from_production_async(resource_group_name, name, slot_swap_entity, custom_headers:nil) + def list_slot_differences_from_production_async(resource_group_name, name, slot_swap_entity, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_swap_entity is nil' if slot_swap_entity.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -31290,12 +30334,13 @@ def list_slot_differences_from_production_async(resource_group_name, name, slot_ 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::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity.mapper() request_content = @client.serialize(request_mapper, slot_swap_entity) @@ -31355,8 +30400,8 @@ def list_slot_differences_from_production_async(resource_group_name, name, slot_ # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def swap_slot_with_production(resource_group_name, name, slot_swap_entity, custom_headers:nil) - response = swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def swap_slot_with_production(resource_group_name, name, slot_swap_entity, custom_headers = nil) + response = swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! nil end @@ -31372,9 +30417,9 @@ def swap_slot_with_production(resource_group_name, name, slot_swap_entity, custo # @return [Concurrent::Promise] promise which provides async access to http # response. # - def swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers:nil) + def swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers = nil) # Send request - promise = begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers) + promise = begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -31401,8 +30446,8 @@ def swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, # # @return [Array] operation results. # - def list_snapshots(resource_group_name, name, custom_headers:nil) - first_page = list_snapshots_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_snapshots(resource_group_name, name, custom_headers = nil) + first_page = list_snapshots_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -31419,8 +30464,8 @@ def list_snapshots(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_snapshots_with_http_info(resource_group_name, name, custom_headers:nil) - list_snapshots_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_snapshots_with_http_info(resource_group_name, name, custom_headers = nil) + list_snapshots_async(resource_group_name, name, custom_headers).value! end # @@ -31436,18 +30481,14 @@ def list_snapshots_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_snapshots_async(resource_group_name, name, custom_headers:nil) + def list_snapshots_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -31505,8 +30546,8 @@ def list_snapshots_async(resource_group_name, name, custom_headers:nil) # # @return [SiteSourceControl] operation results. # - def get_source_control(resource_group_name, name, custom_headers:nil) - response = get_source_control_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_source_control(resource_group_name, name, custom_headers = nil) + response = get_source_control_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -31523,8 +30564,8 @@ def get_source_control(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_source_control_with_http_info(resource_group_name, name, custom_headers:nil) - get_source_control_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_source_control_with_http_info(resource_group_name, name, custom_headers = nil) + get_source_control_async(resource_group_name, name, custom_headers).value! end # @@ -31540,18 +30581,14 @@ def get_source_control_with_http_info(resource_group_name, name, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_source_control_async(resource_group_name, name, custom_headers:nil) + def get_source_control_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -31631,8 +30668,8 @@ def get_source_control_async(resource_group_name, name, custom_headers:nil) # # @return [SiteSourceControl] operation results. # - def create_or_update_source_control(resource_group_name, name, site_source_control, custom_headers:nil) - response = create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers:custom_headers).value! + def create_or_update_source_control(resource_group_name, name, site_source_control, custom_headers = nil) + response = create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers).value! response.body unless response.nil? end @@ -31648,9 +30685,9 @@ def create_or_update_source_control(resource_group_name, name, site_source_contr # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers:nil) + def create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers = nil) # Send request - promise = begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers:custom_headers) + promise = begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -31678,8 +30715,8 @@ def create_or_update_source_control_async(resource_group_name, name, site_source # will be added to the HTTP request. # # - def delete_source_control(resource_group_name, name, custom_headers:nil) - response = delete_source_control_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete_source_control(resource_group_name, name, custom_headers = nil) + response = delete_source_control_async(resource_group_name, name, custom_headers).value! nil end @@ -31696,8 +30733,8 @@ def delete_source_control(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_source_control_with_http_info(resource_group_name, name, custom_headers:nil) - delete_source_control_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete_source_control_with_http_info(resource_group_name, name, custom_headers = nil) + delete_source_control_async(resource_group_name, name, custom_headers).value! end # @@ -31713,18 +30750,14 @@ def delete_source_control_with_http_info(resource_group_name, name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_source_control_async(resource_group_name, name, custom_headers:nil) + def delete_source_control_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -31774,8 +30807,8 @@ def delete_source_control_async(resource_group_name, name, custom_headers:nil) # # @return [SiteSourceControl] operation results. # - def update_source_control(resource_group_name, name, site_source_control, custom_headers:nil) - response = update_source_control_async(resource_group_name, name, site_source_control, custom_headers:custom_headers).value! + def update_source_control(resource_group_name, name, site_source_control, custom_headers = nil) + response = update_source_control_async(resource_group_name, name, site_source_control, custom_headers).value! response.body unless response.nil? end @@ -31794,8 +30827,8 @@ def update_source_control(resource_group_name, name, site_source_control, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_source_control_with_http_info(resource_group_name, name, site_source_control, custom_headers:nil) - update_source_control_async(resource_group_name, name, site_source_control, custom_headers:custom_headers).value! + def update_source_control_with_http_info(resource_group_name, name, site_source_control, custom_headers = nil) + update_source_control_async(resource_group_name, name, site_source_control, custom_headers).value! end # @@ -31813,11 +30846,8 @@ def update_source_control_with_http_info(resource_group_name, name, site_source_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_source_control_async(resource_group_name, name, site_source_control, custom_headers:nil) + def update_source_control_async(resource_group_name, name, site_source_control, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_source_control is nil' if site_source_control.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -31825,12 +30855,13 @@ def update_source_control_async(resource_group_name, name, site_source_control, 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::Web::Mgmt::V2016_08_01::Models::SiteSourceControl.mapper() request_content = @client.serialize(request_mapper, site_source_control) @@ -31899,8 +30930,8 @@ def update_source_control_async(resource_group_name, name, site_source_control, # will be added to the HTTP request. # # - def start(resource_group_name, name, custom_headers:nil) - response = start_async(resource_group_name, name, custom_headers:custom_headers).value! + def start(resource_group_name, name, custom_headers = nil) + response = start_async(resource_group_name, name, custom_headers).value! nil end @@ -31917,8 +30948,8 @@ def start(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def start_with_http_info(resource_group_name, name, custom_headers:nil) - start_async(resource_group_name, name, custom_headers:custom_headers).value! + def start_with_http_info(resource_group_name, name, custom_headers = nil) + start_async(resource_group_name, name, custom_headers).value! end # @@ -31934,18 +30965,14 @@ def start_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def start_async(resource_group_name, name, custom_headers:nil) + def start_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -31992,8 +31019,8 @@ def start_async(resource_group_name, name, custom_headers:nil) # will be added to the HTTP request. # # - def stop(resource_group_name, name, custom_headers:nil) - response = stop_async(resource_group_name, name, custom_headers:custom_headers).value! + def stop(resource_group_name, name, custom_headers = nil) + response = stop_async(resource_group_name, name, custom_headers).value! nil end @@ -32010,8 +31037,8 @@ def stop(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def stop_with_http_info(resource_group_name, name, custom_headers:nil) - stop_async(resource_group_name, name, custom_headers:custom_headers).value! + def stop_with_http_info(resource_group_name, name, custom_headers = nil) + stop_async(resource_group_name, name, custom_headers).value! end # @@ -32027,18 +31054,14 @@ def stop_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def stop_async(resource_group_name, name, custom_headers:nil) + def stop_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -32085,8 +31108,8 @@ def stop_async(resource_group_name, name, custom_headers:nil) # will be added to the HTTP request. # # - def sync_repository(resource_group_name, name, custom_headers:nil) - response = sync_repository_async(resource_group_name, name, custom_headers:custom_headers).value! + def sync_repository(resource_group_name, name, custom_headers = nil) + response = sync_repository_async(resource_group_name, name, custom_headers).value! nil end @@ -32103,8 +31126,8 @@ def sync_repository(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def sync_repository_with_http_info(resource_group_name, name, custom_headers:nil) - sync_repository_async(resource_group_name, name, custom_headers:custom_headers).value! + def sync_repository_with_http_info(resource_group_name, name, custom_headers = nil) + sync_repository_async(resource_group_name, name, custom_headers).value! end # @@ -32120,18 +31143,14 @@ def sync_repository_with_http_info(resource_group_name, name, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def sync_repository_async(resource_group_name, name, custom_headers:nil) + def sync_repository_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -32178,8 +31197,8 @@ def sync_repository_async(resource_group_name, name, custom_headers:nil) # will be added to the HTTP request. # # - def sync_function_triggers(resource_group_name, name, custom_headers:nil) - response = sync_function_triggers_async(resource_group_name, name, custom_headers:custom_headers).value! + def sync_function_triggers(resource_group_name, name, custom_headers = nil) + response = sync_function_triggers_async(resource_group_name, name, custom_headers).value! nil end @@ -32196,8 +31215,8 @@ def sync_function_triggers(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def sync_function_triggers_with_http_info(resource_group_name, name, custom_headers:nil) - sync_function_triggers_async(resource_group_name, name, custom_headers:custom_headers).value! + def sync_function_triggers_with_http_info(resource_group_name, name, custom_headers = nil) + sync_function_triggers_async(resource_group_name, name, custom_headers).value! end # @@ -32213,18 +31232,14 @@ def sync_function_triggers_with_http_info(resource_group_name, name, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def sync_function_triggers_async(resource_group_name, name, custom_headers:nil) + def sync_function_triggers_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -32272,8 +31287,8 @@ def sync_function_triggers_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_triggered_web_jobs(resource_group_name, name, custom_headers:nil) - first_page = list_triggered_web_jobs_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_triggered_web_jobs(resource_group_name, name, custom_headers = nil) + first_page = list_triggered_web_jobs_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -32290,8 +31305,8 @@ def list_triggered_web_jobs(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_jobs_with_http_info(resource_group_name, name, custom_headers:nil) - list_triggered_web_jobs_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_triggered_web_jobs_with_http_info(resource_group_name, name, custom_headers = nil) + list_triggered_web_jobs_async(resource_group_name, name, custom_headers).value! end # @@ -32307,18 +31322,14 @@ def list_triggered_web_jobs_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_jobs_async(resource_group_name, name, custom_headers:nil) + def list_triggered_web_jobs_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -32377,8 +31388,8 @@ def list_triggered_web_jobs_async(resource_group_name, name, custom_headers:nil) # # @return [TriggeredWebJob] operation results. # - def get_triggered_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def get_triggered_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! response.body unless response.nil? end @@ -32396,8 +31407,8 @@ def get_triggered_web_job(resource_group_name, name, web_job_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_triggered_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def get_triggered_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -32414,11 +31425,8 @@ def get_triggered_web_job_with_http_info(resource_group_name, name, web_job_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -32426,7 +31434,6 @@ def get_triggered_web_job_async(resource_group_name, name, web_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 @@ -32484,8 +31491,8 @@ def get_triggered_web_job_async(resource_group_name, name, web_job_name, custom_ # will be added to the HTTP request. # # - def delete_triggered_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = delete_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def delete_triggered_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = delete_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! nil end @@ -32503,8 +31510,8 @@ def delete_triggered_web_job(resource_group_name, name, web_job_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_triggered_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - delete_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def delete_triggered_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + delete_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -32521,11 +31528,8 @@ def delete_triggered_web_job_with_http_info(resource_group_name, name, web_job_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def delete_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -32533,7 +31537,6 @@ def delete_triggered_web_job_async(resource_group_name, name, web_job_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -32582,8 +31585,8 @@ def delete_triggered_web_job_async(resource_group_name, name, web_job_name, cust # # @return [Array] operation results. # - def list_triggered_web_job_history(resource_group_name, name, web_job_name, custom_headers:nil) - first_page = list_triggered_web_job_history_as_lazy(resource_group_name, name, web_job_name, custom_headers:custom_headers) + def list_triggered_web_job_history(resource_group_name, name, web_job_name, custom_headers = nil) + first_page = list_triggered_web_job_history_as_lazy(resource_group_name, name, web_job_name, custom_headers) first_page.get_all_items end @@ -32601,8 +31604,8 @@ def list_triggered_web_job_history(resource_group_name, name, web_job_name, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_job_history_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - list_triggered_web_job_history_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def list_triggered_web_job_history_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + list_triggered_web_job_history_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -32619,11 +31622,8 @@ def list_triggered_web_job_history_with_http_info(resource_group_name, name, web # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_job_history_async(resource_group_name, name, web_job_name, custom_headers:nil) + def list_triggered_web_job_history_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -32631,7 +31631,6 @@ def list_triggered_web_job_history_async(resource_group_name, name, web_job_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -32693,8 +31692,8 @@ def list_triggered_web_job_history_async(resource_group_name, name, web_job_name # # @return [TriggeredJobHistory] operation results. # - def get_triggered_web_job_history(resource_group_name, name, web_job_name, id, custom_headers:nil) - response = get_triggered_web_job_history_async(resource_group_name, name, web_job_name, id, custom_headers:custom_headers).value! + def get_triggered_web_job_history(resource_group_name, name, web_job_name, id, custom_headers = nil) + response = get_triggered_web_job_history_async(resource_group_name, name, web_job_name, id, custom_headers).value! response.body unless response.nil? end @@ -32715,8 +31714,8 @@ def get_triggered_web_job_history(resource_group_name, name, web_job_name, id, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_triggered_web_job_history_with_http_info(resource_group_name, name, web_job_name, id, custom_headers:nil) - get_triggered_web_job_history_async(resource_group_name, name, web_job_name, id, custom_headers:custom_headers).value! + def get_triggered_web_job_history_with_http_info(resource_group_name, name, web_job_name, id, custom_headers = nil) + get_triggered_web_job_history_async(resource_group_name, name, web_job_name, id, custom_headers).value! end # @@ -32736,11 +31735,8 @@ def get_triggered_web_job_history_with_http_info(resource_group_name, name, web_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_triggered_web_job_history_async(resource_group_name, name, web_job_name, id, custom_headers:nil) + def get_triggered_web_job_history_async(resource_group_name, name, web_job_name, id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, 'id is nil' if id.nil? @@ -32749,7 +31745,6 @@ def get_triggered_web_job_history_async(resource_group_name, name, web_job_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -32807,8 +31802,8 @@ def get_triggered_web_job_history_async(resource_group_name, name, web_job_name, # will be added to the HTTP request. # # - def run_triggered_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def run_triggered_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! nil end @@ -32826,8 +31821,8 @@ def run_triggered_web_job(resource_group_name, name, web_job_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def run_triggered_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def run_triggered_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -32844,11 +31839,8 @@ def run_triggered_web_job_with_http_info(resource_group_name, name, web_job_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -32856,7 +31848,6 @@ def run_triggered_web_job_async(resource_group_name, name, web_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 @@ -32910,8 +31901,8 @@ def run_triggered_web_job_async(resource_group_name, name, web_job_name, custom_ # # @return [Array] operation results. # - def list_usages(resource_group_name, name, filter:nil, custom_headers:nil) - first_page = list_usages_as_lazy(resource_group_name, name, filter:filter, custom_headers:custom_headers) + def list_usages(resource_group_name, name, filter = nil, custom_headers = nil) + first_page = list_usages_as_lazy(resource_group_name, name, filter, custom_headers) first_page.get_all_items end @@ -32934,8 +31925,8 @@ def list_usages(resource_group_name, name, filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_with_http_info(resource_group_name, name, filter:nil, custom_headers:nil) - list_usages_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_usages_with_http_info(resource_group_name, name, filter = nil, custom_headers = nil) + list_usages_async(resource_group_name, name, filter, custom_headers).value! end # @@ -32957,18 +31948,14 @@ def list_usages_with_http_info(resource_group_name, name, filter:nil, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_async(resource_group_name, name, filter:nil, custom_headers:nil) + def list_usages_async(resource_group_name, name, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -33027,8 +32014,8 @@ def list_usages_async(resource_group_name, name, filter:nil, custom_headers:nil) # # @return [Array] operation results. # - def list_vnet_connections(resource_group_name, name, custom_headers:nil) - response = list_vnet_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_vnet_connections(resource_group_name, name, custom_headers = nil) + response = list_vnet_connections_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -33045,8 +32032,8 @@ def list_vnet_connections(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_vnet_connections_with_http_info(resource_group_name, name, custom_headers:nil) - list_vnet_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_vnet_connections_with_http_info(resource_group_name, name, custom_headers = nil) + list_vnet_connections_async(resource_group_name, name, custom_headers).value! end # @@ -33062,18 +32049,14 @@ def list_vnet_connections_with_http_info(resource_group_name, name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_vnet_connections_async(resource_group_name, name, custom_headers:nil) + def list_vnet_connections_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -33106,13 +32089,11 @@ def list_vnet_connections_async(resource_group_name, 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: 'VnetInfoElementType', type: { @@ -33148,8 +32129,8 @@ def list_vnet_connections_async(resource_group_name, name, custom_headers:nil) # # @return [VnetInfo] operation results. # - def get_vnet_connection(resource_group_name, name, vnet_name, custom_headers:nil) - response = get_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def get_vnet_connection(resource_group_name, name, vnet_name, custom_headers = nil) + response = get_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers).value! response.body unless response.nil? end @@ -33167,8 +32148,8 @@ def get_vnet_connection(resource_group_name, name, vnet_name, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_vnet_connection_with_http_info(resource_group_name, name, vnet_name, custom_headers:nil) - get_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def get_vnet_connection_with_http_info(resource_group_name, name, vnet_name, custom_headers = nil) + get_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers).value! end # @@ -33185,11 +32166,8 @@ def get_vnet_connection_with_http_info(resource_group_name, name, vnet_name, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers:nil) + def get_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -33197,7 +32175,6 @@ def get_vnet_connection_async(resource_group_name, name, vnet_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 @@ -33260,8 +32237,8 @@ def get_vnet_connection_async(resource_group_name, name, vnet_name, custom_heade # # @return [VnetInfo] operation results. # - def create_or_update_vnet_connection(resource_group_name, name, vnet_name, connection_envelope, custom_headers:nil) - response = create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_vnet_connection(resource_group_name, name, vnet_name, connection_envelope, custom_headers = nil) + response = create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -33283,8 +32260,8 @@ def create_or_update_vnet_connection(resource_group_name, name, vnet_name, conne # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_vnet_connection_with_http_info(resource_group_name, name, vnet_name, connection_envelope, custom_headers:nil) - create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_with_http_info(resource_group_name, name, vnet_name, connection_envelope, custom_headers = nil) + create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers).value! end # @@ -33305,11 +32282,8 @@ def create_or_update_vnet_connection_with_http_info(resource_group_name, name, v # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers:nil) + def create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -33318,12 +32292,13 @@ def create_or_update_vnet_connection_async(resource_group_name, name, vnet_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::Web::Mgmt::V2016_08_01::Models::VnetInfo.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -33385,8 +32360,8 @@ def create_or_update_vnet_connection_async(resource_group_name, name, vnet_name, # will be added to the HTTP request. # # - def delete_vnet_connection(resource_group_name, name, vnet_name, custom_headers:nil) - response = delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def delete_vnet_connection(resource_group_name, name, vnet_name, custom_headers = nil) + response = delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers).value! nil end @@ -33406,8 +32381,8 @@ def delete_vnet_connection(resource_group_name, name, vnet_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_vnet_connection_with_http_info(resource_group_name, name, vnet_name, custom_headers:nil) - delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def delete_vnet_connection_with_http_info(resource_group_name, name, vnet_name, custom_headers = nil) + delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers).value! end # @@ -33426,11 +32401,8 @@ def delete_vnet_connection_with_http_info(resource_group_name, name, vnet_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers:nil) + def delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -33438,7 +32410,6 @@ def delete_vnet_connection_async(resource_group_name, name, vnet_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 @@ -33491,8 +32462,8 @@ def delete_vnet_connection_async(resource_group_name, name, vnet_name, custom_he # # @return [VnetInfo] operation results. # - def update_vnet_connection(resource_group_name, name, vnet_name, connection_envelope, custom_headers:nil) - response = update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers:custom_headers).value! + def update_vnet_connection(resource_group_name, name, vnet_name, connection_envelope, custom_headers = nil) + response = update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -33514,8 +32485,8 @@ def update_vnet_connection(resource_group_name, name, vnet_name, connection_enve # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_vnet_connection_with_http_info(resource_group_name, name, vnet_name, connection_envelope, custom_headers:nil) - update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers:custom_headers).value! + def update_vnet_connection_with_http_info(resource_group_name, name, vnet_name, connection_envelope, custom_headers = nil) + update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers).value! end # @@ -33536,11 +32507,8 @@ def update_vnet_connection_with_http_info(resource_group_name, name, vnet_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers:nil) + def update_vnet_connection_async(resource_group_name, name, vnet_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'connection_envelope is nil' if connection_envelope.nil? @@ -33549,12 +32517,13 @@ def update_vnet_connection_async(resource_group_name, name, vnet_name, connectio 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::Web::Mgmt::V2016_08_01::Models::VnetInfo.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -33617,8 +32586,8 @@ def update_vnet_connection_async(resource_group_name, name, vnet_name, connectio # # @return [VnetGateway] operation results. # - def get_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_name, custom_headers:nil) - response = get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers:custom_headers).value! + def get_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_name, custom_headers = nil) + response = get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers).value! response.body unless response.nil? end @@ -33638,8 +32607,8 @@ def get_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, custom_headers:nil) - get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers:custom_headers).value! + def get_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, custom_headers = nil) + get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers).value! end # @@ -33658,11 +32627,8 @@ def get_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers:nil) + def get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -33671,7 +32637,6 @@ def get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gate request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -33734,8 +32699,8 @@ def get_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gate # # @return [VnetGateway] operation results. # - def create_or_update_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) - response = create_or_update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) + response = create_or_update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -33757,8 +32722,8 @@ def create_or_update_vnet_connection_gateway(resource_group_name, name, vnet_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) - create_or_update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:custom_headers).value! + def create_or_update_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) + create_or_update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers).value! end # @@ -33779,11 +32744,8 @@ def create_or_update_vnet_connection_gateway_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) + def create_or_update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -33793,12 +32755,13 @@ def create_or_update_vnet_connection_gateway_async(resource_group_name, name, vn 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::Web::Mgmt::V2016_08_01::Models::VnetGateway.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -33863,8 +32826,8 @@ def create_or_update_vnet_connection_gateway_async(resource_group_name, name, vn # # @return [VnetGateway] operation results. # - def update_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) - response = update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:custom_headers).value! + def update_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) + response = update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -33886,8 +32849,8 @@ def update_vnet_connection_gateway(resource_group_name, name, vnet_name, gateway # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) - update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:custom_headers).value! + def update_vnet_connection_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) + update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers).value! end # @@ -33908,11 +32871,8 @@ def update_vnet_connection_gateway_with_http_info(resource_group_name, name, vne # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) + def update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -33922,12 +32882,13 @@ def update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, g 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::Web::Mgmt::V2016_08_01::Models::VnetGateway.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -33987,8 +32948,8 @@ def update_vnet_connection_gateway_async(resource_group_name, name, vnet_name, g # # @return [Array] operation results. # - def list_web_jobs(resource_group_name, name, custom_headers:nil) - first_page = list_web_jobs_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_web_jobs(resource_group_name, name, custom_headers = nil) + first_page = list_web_jobs_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -34005,8 +32966,8 @@ def list_web_jobs(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_jobs_with_http_info(resource_group_name, name, custom_headers:nil) - list_web_jobs_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_web_jobs_with_http_info(resource_group_name, name, custom_headers = nil) + list_web_jobs_async(resource_group_name, name, custom_headers).value! end # @@ -34022,18 +32983,14 @@ def list_web_jobs_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_jobs_async(resource_group_name, name, custom_headers:nil) + def list_web_jobs_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -34092,8 +33049,8 @@ def list_web_jobs_async(resource_group_name, name, custom_headers:nil) # # @return [WebJob] operation results. # - def get_web_job(resource_group_name, name, web_job_name, custom_headers:nil) - response = get_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def get_web_job(resource_group_name, name, web_job_name, custom_headers = nil) + response = get_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! response.body unless response.nil? end @@ -34111,8 +33068,8 @@ def get_web_job(resource_group_name, name, web_job_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers:nil) - get_web_job_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def get_web_job_with_http_info(resource_group_name, name, web_job_name, custom_headers = nil) + get_web_job_async(resource_group_name, name, web_job_name, custom_headers).value! end # @@ -34129,11 +33086,8 @@ def get_web_job_with_http_info(resource_group_name, name, web_job_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_web_job_async(resource_group_name, name, web_job_name, custom_headers:nil) + def get_web_job_async(resource_group_name, name, web_job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'web_job_name is nil' if web_job_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -34141,7 +33095,6 @@ def get_web_job_async(resource_group_name, name, web_job_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 @@ -34204,8 +33157,8 @@ def get_web_job_async(resource_group_name, name, web_job_name, custom_headers:ni # # @return [Site] operation results. # - def begin_create_or_update(resource_group_name, name, site_envelope, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, name, site_envelope, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers).value! response.body unless response.nil? end @@ -34227,8 +33180,8 @@ def begin_create_or_update(resource_group_name, name, site_envelope, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, name, site_envelope, custom_headers:nil) - begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, name, site_envelope, custom_headers = nil) + begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers).value! end # @@ -34249,11 +33202,8 @@ def begin_create_or_update_with_http_info(resource_group_name, name, site_envelo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, name, site_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_envelope is nil' if site_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -34261,12 +33211,13 @@ def begin_create_or_update_async(resource_group_name, name, site_envelope, custo 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::Web::Mgmt::V2016_08_01::Models::Site.mapper() request_content = @client.serialize(request_mapper, site_envelope) @@ -34338,8 +33289,8 @@ def begin_create_or_update_async(resource_group_name, name, site_envelope, custo # # @return [RestoreResponse] operation results. # - def begin_restore(resource_group_name, name, backup_id, request, custom_headers:nil) - response = begin_restore_async(resource_group_name, name, backup_id, request, custom_headers:custom_headers).value! + def begin_restore(resource_group_name, name, backup_id, request, custom_headers = nil) + response = begin_restore_async(resource_group_name, name, backup_id, request, custom_headers).value! response.body unless response.nil? end @@ -34358,8 +33309,8 @@ def begin_restore(resource_group_name, name, backup_id, request, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_restore_with_http_info(resource_group_name, name, backup_id, request, custom_headers:nil) - begin_restore_async(resource_group_name, name, backup_id, request, custom_headers:custom_headers).value! + def begin_restore_with_http_info(resource_group_name, name, backup_id, request, custom_headers = nil) + begin_restore_async(resource_group_name, name, backup_id, request, custom_headers).value! end # @@ -34377,11 +33328,8 @@ def begin_restore_with_http_info(resource_group_name, name, backup_id, request, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_restore_async(resource_group_name, name, backup_id, request, custom_headers:nil) + def begin_restore_async(resource_group_name, name, backup_id, request, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, 'request is nil' if request.nil? @@ -34390,12 +33338,13 @@ def begin_restore_async(resource_group_name, name, backup_id, request, custom_he 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::Web::Mgmt::V2016_08_01::Models::RestoreRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -34455,8 +33404,8 @@ def begin_restore_async(resource_group_name, name, backup_id, request, custom_he # # @return [User] operation results. # - def begin_list_publishing_credentials(resource_group_name, name, custom_headers:nil) - response = begin_list_publishing_credentials_async(resource_group_name, name, custom_headers:custom_headers).value! + def begin_list_publishing_credentials(resource_group_name, name, custom_headers = nil) + response = begin_list_publishing_credentials_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -34473,8 +33422,8 @@ def begin_list_publishing_credentials(resource_group_name, name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_list_publishing_credentials_with_http_info(resource_group_name, name, custom_headers:nil) - begin_list_publishing_credentials_async(resource_group_name, name, custom_headers:custom_headers).value! + def begin_list_publishing_credentials_with_http_info(resource_group_name, name, custom_headers = nil) + begin_list_publishing_credentials_async(resource_group_name, name, custom_headers).value! end # @@ -34490,18 +33439,14 @@ def begin_list_publishing_credentials_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_list_publishing_credentials_async(resource_group_name, name, custom_headers:nil) + def begin_list_publishing_credentials_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -34560,8 +33505,8 @@ def begin_list_publishing_credentials_async(resource_group_name, name, custom_he # # @return [MSDeployStatus] operation results. # - def begin_create_msdeploy_operation(resource_group_name, name, msdeploy, custom_headers:nil) - response = begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers:custom_headers).value! + def begin_create_msdeploy_operation(resource_group_name, name, msdeploy, custom_headers = nil) + response = begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -34579,8 +33524,8 @@ def begin_create_msdeploy_operation(resource_group_name, name, msdeploy, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_msdeploy_operation_with_http_info(resource_group_name, name, msdeploy, custom_headers:nil) - begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers:custom_headers).value! + def begin_create_msdeploy_operation_with_http_info(resource_group_name, name, msdeploy, custom_headers = nil) + begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers).value! end # @@ -34597,11 +33542,8 @@ def begin_create_msdeploy_operation_with_http_info(resource_group_name, name, ms # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers:nil) + def begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'msdeploy is nil' if msdeploy.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -34609,12 +33551,13 @@ def begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, 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::Web::Mgmt::V2016_08_01::Models::MSDeploy.mapper() request_content = @client.serialize(request_mapper, msdeploy) @@ -34676,8 +33619,8 @@ def begin_create_msdeploy_operation_async(resource_group_name, name, msdeploy, c # # @return [FunctionEnvelope] operation results. # - def begin_create_function(resource_group_name, name, function_name, function_envelope, custom_headers:nil) - response = begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers:custom_headers).value! + def begin_create_function(resource_group_name, name, function_name, function_envelope, custom_headers = nil) + response = begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers).value! response.body unless response.nil? end @@ -34696,8 +33639,8 @@ def begin_create_function(resource_group_name, name, function_name, function_env # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_function_with_http_info(resource_group_name, name, function_name, function_envelope, custom_headers:nil) - begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers:custom_headers).value! + def begin_create_function_with_http_info(resource_group_name, name, function_name, function_envelope, custom_headers = nil) + begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers).value! end # @@ -34715,11 +33658,8 @@ def begin_create_function_with_http_info(resource_group_name, name, function_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers:nil) + def begin_create_function_async(resource_group_name, name, function_name, function_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, 'function_envelope is nil' if function_envelope.nil? @@ -34728,12 +33668,13 @@ def begin_create_function_async(resource_group_name, name, function_name, functi 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::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope.mapper() request_content = @client.serialize(request_mapper, function_envelope) @@ -34795,8 +33736,8 @@ def begin_create_function_async(resource_group_name, name, function_name, functi # # @return [MSDeployStatus] operation results. # - def begin_create_instance_msdeploy_operation(resource_group_name, name, instance_id, msdeploy, custom_headers:nil) - response = begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers:custom_headers).value! + def begin_create_instance_msdeploy_operation(resource_group_name, name, instance_id, msdeploy, custom_headers = nil) + response = begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -34815,8 +33756,8 @@ def begin_create_instance_msdeploy_operation(resource_group_name, name, instance # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_instance_msdeploy_operation_with_http_info(resource_group_name, name, instance_id, msdeploy, custom_headers:nil) - begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers:custom_headers).value! + def begin_create_instance_msdeploy_operation_with_http_info(resource_group_name, name, instance_id, msdeploy, custom_headers = nil) + begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers).value! end # @@ -34834,11 +33775,8 @@ def begin_create_instance_msdeploy_operation_with_http_info(resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers:nil) + def begin_create_instance_msdeploy_operation_async(resource_group_name, name, instance_id, msdeploy, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? fail ArgumentError, 'msdeploy is nil' if msdeploy.nil? @@ -34847,12 +33785,13 @@ def begin_create_instance_msdeploy_operation_async(resource_group_name, name, in 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::Web::Mgmt::V2016_08_01::Models::MSDeploy.mapper() request_content = @client.serialize(request_mapper, msdeploy) @@ -34915,8 +33854,8 @@ def begin_create_instance_msdeploy_operation_async(resource_group_name, name, in # # @return [StorageMigrationResponse] operation results. # - def begin_migrate_storage(subscription_name, resource_group_name, name, migration_options, custom_headers:nil) - response = begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers:custom_headers).value! + def begin_migrate_storage(subscription_name, resource_group_name, name, migration_options, custom_headers = nil) + response = begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers).value! response.body unless response.nil? end @@ -34936,8 +33875,8 @@ def begin_migrate_storage(subscription_name, resource_group_name, name, migratio # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_migrate_storage_with_http_info(subscription_name, resource_group_name, name, migration_options, custom_headers:nil) - begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers:custom_headers).value! + def begin_migrate_storage_with_http_info(subscription_name, resource_group_name, name, migration_options, custom_headers = nil) + begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers).value! end # @@ -34956,12 +33895,9 @@ def begin_migrate_storage_with_http_info(subscription_name, resource_group_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers:nil) + def begin_migrate_storage_async(subscription_name, resource_group_name, name, migration_options, custom_headers = nil) fail ArgumentError, 'subscription_name is nil' if subscription_name.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'migration_options is nil' if migration_options.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -34969,12 +33905,13 @@ def begin_migrate_storage_async(subscription_name, resource_group_name, name, mi 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::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions.mapper() request_content = @client.serialize(request_mapper, migration_options) @@ -35036,8 +33973,8 @@ def begin_migrate_storage_async(subscription_name, resource_group_name, name, mi # # @return [Operation] operation results. # - def begin_migrate_my_sql(resource_group_name, name, migration_request_envelope, custom_headers:nil) - response = begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers:custom_headers).value! + def begin_migrate_my_sql(resource_group_name, name, migration_request_envelope, custom_headers = nil) + response = begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers).value! response.body unless response.nil? end @@ -35056,8 +33993,8 @@ def begin_migrate_my_sql(resource_group_name, name, migration_request_envelope, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_migrate_my_sql_with_http_info(resource_group_name, name, migration_request_envelope, custom_headers:nil) - begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers:custom_headers).value! + def begin_migrate_my_sql_with_http_info(resource_group_name, name, migration_request_envelope, custom_headers = nil) + begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers).value! end # @@ -35075,11 +34012,8 @@ def begin_migrate_my_sql_with_http_info(resource_group_name, name, migration_req # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers:nil) + def begin_migrate_my_sql_async(resource_group_name, name, migration_request_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'migration_request_envelope is nil' if migration_request_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -35087,12 +34021,13 @@ def begin_migrate_my_sql_async(resource_group_name, name, migration_request_enve 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::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest.mapper() request_content = @client.serialize(request_mapper, migration_request_envelope) @@ -35154,8 +34089,8 @@ def begin_migrate_my_sql_async(resource_group_name, name, migration_request_enve # will be added to the HTTP request. # # - def begin_recover(resource_group_name, name, recovery_entity, custom_headers:nil) - response = begin_recover_async(resource_group_name, name, recovery_entity, custom_headers:custom_headers).value! + def begin_recover(resource_group_name, name, recovery_entity, custom_headers = nil) + response = begin_recover_async(resource_group_name, name, recovery_entity, custom_headers).value! nil end @@ -35175,8 +34110,8 @@ def begin_recover(resource_group_name, name, recovery_entity, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_recover_with_http_info(resource_group_name, name, recovery_entity, custom_headers:nil) - begin_recover_async(resource_group_name, name, recovery_entity, custom_headers:custom_headers).value! + def begin_recover_with_http_info(resource_group_name, name, recovery_entity, custom_headers = nil) + begin_recover_async(resource_group_name, name, recovery_entity, custom_headers).value! end # @@ -35195,11 +34130,8 @@ def begin_recover_with_http_info(resource_group_name, name, recovery_entity, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_recover_async(resource_group_name, name, recovery_entity, custom_headers:nil) + def begin_recover_async(resource_group_name, name, recovery_entity, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'recovery_entity is nil' if recovery_entity.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -35207,12 +34139,13 @@ def begin_recover_async(resource_group_name, name, recovery_entity, custom_heade 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::Web::Mgmt::V2016_08_01::Models::SnapshotRecoveryRequest.mapper() request_content = @client.serialize(request_mapper, recovery_entity) @@ -35263,8 +34196,8 @@ def begin_recover_async(resource_group_name, name, recovery_entity, custom_heade # # @return [SiteExtensionInfo] operation results. # - def begin_install_site_extension(resource_group_name, name, site_extension_id, custom_headers:nil) - response = begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def begin_install_site_extension(resource_group_name, name, site_extension_id, custom_headers = nil) + response = begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! response.body unless response.nil? end @@ -35282,8 +34215,8 @@ def begin_install_site_extension(resource_group_name, name, site_extension_id, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_install_site_extension_with_http_info(resource_group_name, name, site_extension_id, custom_headers:nil) - begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:custom_headers).value! + def begin_install_site_extension_with_http_info(resource_group_name, name, site_extension_id, custom_headers = nil) + begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers).value! end # @@ -35300,11 +34233,8 @@ def begin_install_site_extension_with_http_info(resource_group_name, name, site_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers:nil) + def begin_install_site_extension_async(resource_group_name, name, site_extension_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_extension_id is nil' if site_extension_id.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -35312,7 +34242,6 @@ def begin_install_site_extension_async(resource_group_name, name, site_extension request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -35396,8 +34325,8 @@ def begin_install_site_extension_async(resource_group_name, name, site_extension # # @return [Site] operation results. # - def begin_create_or_update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) - response = begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:skip_dns_registration, skip_custom_domain_verification:skip_custom_domain_verification, force_dns_registration:force_dns_registration, ttl_in_seconds:ttl_in_seconds, custom_headers:custom_headers).value! + def begin_create_or_update_slot(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) + response = begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration, skip_custom_domain_verification, force_dns_registration, ttl_in_seconds, custom_headers).value! response.body unless response.nil? end @@ -35430,8 +34359,8 @@ def begin_create_or_update_slot(resource_group_name, name, site_envelope, slot, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_slot_with_http_info(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) - begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:skip_dns_registration, skip_custom_domain_verification:skip_custom_domain_verification, force_dns_registration:force_dns_registration, ttl_in_seconds:ttl_in_seconds, custom_headers:custom_headers).value! + def begin_create_or_update_slot_with_http_info(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) + begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration, skip_custom_domain_verification, force_dns_registration, ttl_in_seconds, custom_headers).value! end # @@ -35463,11 +34392,8 @@ def begin_create_or_update_slot_with_http_info(resource_group_name, name, site_e # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration:nil, skip_custom_domain_verification:nil, force_dns_registration:nil, ttl_in_seconds:nil, custom_headers:nil) + def begin_create_or_update_slot_async(resource_group_name, name, site_envelope, slot, skip_dns_registration = nil, skip_custom_domain_verification = nil, force_dns_registration = nil, ttl_in_seconds = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_envelope is nil' if site_envelope.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -35476,12 +34402,13 @@ def begin_create_or_update_slot_async(resource_group_name, name, site_envelope, 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::Web::Mgmt::V2016_08_01::Models::Site.mapper() request_content = @client.serialize(request_mapper, site_envelope) @@ -35555,8 +34482,8 @@ def begin_create_or_update_slot_async(resource_group_name, name, site_envelope, # # @return [RestoreResponse] operation results. # - def begin_restore_slot(resource_group_name, name, backup_id, request, slot, custom_headers:nil) - response = begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:custom_headers).value! + def begin_restore_slot(resource_group_name, name, backup_id, request, slot, custom_headers = nil) + response = begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers).value! response.body unless response.nil? end @@ -35577,8 +34504,8 @@ def begin_restore_slot(resource_group_name, name, backup_id, request, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_restore_slot_with_http_info(resource_group_name, name, backup_id, request, slot, custom_headers:nil) - begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:custom_headers).value! + def begin_restore_slot_with_http_info(resource_group_name, name, backup_id, request, slot, custom_headers = nil) + begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers).value! end # @@ -35598,11 +34525,8 @@ def begin_restore_slot_with_http_info(resource_group_name, name, backup_id, requ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers:nil) + def begin_restore_slot_async(resource_group_name, name, backup_id, request, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'backup_id is nil' if backup_id.nil? fail ArgumentError, 'request is nil' if request.nil? @@ -35612,12 +34536,13 @@ def begin_restore_slot_async(resource_group_name, name, backup_id, request, slot 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::Web::Mgmt::V2016_08_01::Models::RestoreRequest.mapper() request_content = @client.serialize(request_mapper, request) @@ -35679,8 +34604,8 @@ def begin_restore_slot_async(resource_group_name, name, backup_id, request, slot # # @return [User] operation results. # - def begin_list_publishing_credentials_slot(resource_group_name, name, slot, custom_headers:nil) - response = begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def begin_list_publishing_credentials_slot(resource_group_name, name, slot, custom_headers = nil) + response = begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers).value! response.body unless response.nil? end @@ -35699,8 +34624,8 @@ def begin_list_publishing_credentials_slot(resource_group_name, name, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_list_publishing_credentials_slot_with_http_info(resource_group_name, name, slot, custom_headers:nil) - begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def begin_list_publishing_credentials_slot_with_http_info(resource_group_name, name, slot, custom_headers = nil) + begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers).value! end # @@ -35718,11 +34643,8 @@ def begin_list_publishing_credentials_slot_with_http_info(resource_group_name, n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers:nil) + def begin_list_publishing_credentials_slot_async(resource_group_name, name, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -35730,7 +34652,6 @@ def begin_list_publishing_credentials_slot_async(resource_group_name, name, slot request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -35791,8 +34712,8 @@ def begin_list_publishing_credentials_slot_async(resource_group_name, name, slot # # @return [MSDeployStatus] operation results. # - def begin_create_msdeploy_operation_slot(resource_group_name, name, slot, msdeploy, custom_headers:nil) - response = begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers:custom_headers).value! + def begin_create_msdeploy_operation_slot(resource_group_name, name, slot, msdeploy, custom_headers = nil) + response = begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -35812,8 +34733,8 @@ def begin_create_msdeploy_operation_slot(resource_group_name, name, slot, msdepl # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_msdeploy_operation_slot_with_http_info(resource_group_name, name, slot, msdeploy, custom_headers:nil) - begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers:custom_headers).value! + def begin_create_msdeploy_operation_slot_with_http_info(resource_group_name, name, slot, msdeploy, custom_headers = nil) + begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers).value! end # @@ -35832,11 +34753,8 @@ def begin_create_msdeploy_operation_slot_with_http_info(resource_group_name, nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers:nil) + def begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, msdeploy, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'msdeploy is nil' if msdeploy.nil? @@ -35845,12 +34763,13 @@ def begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, 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::Web::Mgmt::V2016_08_01::Models::MSDeploy.mapper() request_content = @client.serialize(request_mapper, msdeploy) @@ -35914,8 +34833,8 @@ def begin_create_msdeploy_operation_slot_async(resource_group_name, name, slot, # # @return [FunctionEnvelope] operation results. # - def begin_create_instance_function_slot(resource_group_name, name, function_name, slot, function_envelope, custom_headers:nil) - response = begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers:custom_headers).value! + def begin_create_instance_function_slot(resource_group_name, name, function_name, slot, function_envelope, custom_headers = nil) + response = begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers).value! response.body unless response.nil? end @@ -35936,8 +34855,8 @@ def begin_create_instance_function_slot(resource_group_name, name, function_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_instance_function_slot_with_http_info(resource_group_name, name, function_name, slot, function_envelope, custom_headers:nil) - begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers:custom_headers).value! + def begin_create_instance_function_slot_with_http_info(resource_group_name, name, function_name, slot, function_envelope, custom_headers = nil) + begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers).value! end # @@ -35957,11 +34876,8 @@ def begin_create_instance_function_slot_with_http_info(resource_group_name, name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers:nil) + def begin_create_instance_function_slot_async(resource_group_name, name, function_name, slot, function_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'function_name is nil' if function_name.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -35971,12 +34887,13 @@ def begin_create_instance_function_slot_async(resource_group_name, name, functio 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::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope.mapper() request_content = @client.serialize(request_mapper, function_envelope) @@ -36040,8 +34957,8 @@ def begin_create_instance_function_slot_async(resource_group_name, name, functio # # @return [MSDeployStatus] operation results. # - def begin_create_instance_msdeploy_operation_slot(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:nil) - response = begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:custom_headers).value! + def begin_create_instance_msdeploy_operation_slot(resource_group_name, name, slot, instance_id, msdeploy, custom_headers = nil) + response = begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers).value! response.body unless response.nil? end @@ -36062,8 +34979,8 @@ def begin_create_instance_msdeploy_operation_slot(resource_group_name, name, slo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_instance_msdeploy_operation_slot_with_http_info(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:nil) - begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:custom_headers).value! + def begin_create_instance_msdeploy_operation_slot_with_http_info(resource_group_name, name, slot, instance_id, msdeploy, custom_headers = nil) + begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers).value! end # @@ -36083,11 +35000,8 @@ def begin_create_instance_msdeploy_operation_slot_with_http_info(resource_group_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers:nil) + def begin_create_instance_msdeploy_operation_slot_async(resource_group_name, name, slot, instance_id, msdeploy, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot is nil' if slot.nil? fail ArgumentError, 'instance_id is nil' if instance_id.nil? @@ -36097,12 +35011,13 @@ def begin_create_instance_msdeploy_operation_slot_async(resource_group_name, 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::Web::Mgmt::V2016_08_01::Models::MSDeploy.mapper() request_content = @client.serialize(request_mapper, msdeploy) @@ -36166,8 +35081,8 @@ def begin_create_instance_msdeploy_operation_slot_async(resource_group_name, nam # will be added to the HTTP request. # # - def begin_recover_slot(resource_group_name, name, recovery_entity, slot, custom_headers:nil) - response = begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers:custom_headers).value! + def begin_recover_slot(resource_group_name, name, recovery_entity, slot, custom_headers = nil) + response = begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers).value! nil end @@ -36189,8 +35104,8 @@ def begin_recover_slot(resource_group_name, name, recovery_entity, slot, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_recover_slot_with_http_info(resource_group_name, name, recovery_entity, slot, custom_headers:nil) - begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers:custom_headers).value! + def begin_recover_slot_with_http_info(resource_group_name, name, recovery_entity, slot, custom_headers = nil) + begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers).value! end # @@ -36211,11 +35126,8 @@ def begin_recover_slot_with_http_info(resource_group_name, name, recovery_entity # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers:nil) + def begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'recovery_entity is nil' if recovery_entity.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -36224,12 +35136,13 @@ def begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, 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::Web::Mgmt::V2016_08_01::Models::SnapshotRecoveryRequest.mapper() request_content = @client.serialize(request_mapper, recovery_entity) @@ -36282,8 +35195,8 @@ def begin_recover_slot_async(resource_group_name, name, recovery_entity, slot, c # # @return [SiteExtensionInfo] operation results. # - def begin_install_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - response = begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def begin_install_site_extension_slot(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + response = begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! response.body unless response.nil? end @@ -36303,8 +35216,8 @@ def begin_install_site_extension_slot(resource_group_name, name, site_extension_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_install_site_extension_slot_with_http_info(resource_group_name, name, site_extension_id, slot, custom_headers:nil) - begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:custom_headers).value! + def begin_install_site_extension_slot_with_http_info(resource_group_name, name, site_extension_id, slot, custom_headers = nil) + begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers).value! end # @@ -36323,11 +35236,8 @@ def begin_install_site_extension_slot_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers:nil) + def begin_install_site_extension_slot_async(resource_group_name, name, site_extension_id, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_extension_id is nil' if site_extension_id.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -36336,7 +35246,6 @@ def begin_install_site_extension_slot_async(resource_group_name, name, site_exte request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -36407,8 +35316,8 @@ def begin_install_site_extension_slot_async(resource_group_name, name, site_exte # will be added to the HTTP request. # # - def begin_swap_slot_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - response = begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def begin_swap_slot_slot(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + response = begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! nil end @@ -36429,8 +35338,8 @@ def begin_swap_slot_slot(resource_group_name, name, slot_swap_entity, slot, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_swap_slot_slot_with_http_info(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def begin_swap_slot_slot_with_http_info(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! end # @@ -36450,11 +35359,8 @@ def begin_swap_slot_slot_with_http_info(resource_group_name, name, slot_swap_ent # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) + def begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_swap_entity is nil' if slot_swap_entity.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -36463,12 +35369,13 @@ def begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot 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::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity.mapper() request_content = @client.serialize(request_mapper, slot_swap_entity) @@ -36522,8 +35429,8 @@ def begin_swap_slot_slot_async(resource_group_name, name, slot_swap_entity, slot # # @return [SiteSourceControl] operation results. # - def begin_create_or_update_source_control_slot(resource_group_name, name, site_source_control, slot, custom_headers:nil) - response = begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:custom_headers).value! + def begin_create_or_update_source_control_slot(resource_group_name, name, site_source_control, slot, custom_headers = nil) + response = begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers).value! response.body unless response.nil? end @@ -36544,8 +35451,8 @@ def begin_create_or_update_source_control_slot(resource_group_name, name, site_s # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_source_control_slot_with_http_info(resource_group_name, name, site_source_control, slot, custom_headers:nil) - begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:custom_headers).value! + def begin_create_or_update_source_control_slot_with_http_info(resource_group_name, name, site_source_control, slot, custom_headers = nil) + begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers).value! end # @@ -36565,11 +35472,8 @@ def begin_create_or_update_source_control_slot_with_http_info(resource_group_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers:nil) + def begin_create_or_update_source_control_slot_async(resource_group_name, name, site_source_control, slot, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_source_control is nil' if site_source_control.nil? fail ArgumentError, 'slot is nil' if slot.nil? @@ -36578,12 +35482,13 @@ def begin_create_or_update_source_control_slot_async(resource_group_name, 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::Web::Mgmt::V2016_08_01::Models::SiteSourceControl.mapper() request_content = @client.serialize(request_mapper, site_source_control) @@ -36664,8 +35569,8 @@ def begin_create_or_update_source_control_slot_async(resource_group_name, name, # will be added to the HTTP request. # # - def begin_swap_slot_with_production(resource_group_name, name, slot_swap_entity, custom_headers:nil) - response = begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def begin_swap_slot_with_production(resource_group_name, name, slot_swap_entity, custom_headers = nil) + response = begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! nil end @@ -36684,8 +35589,8 @@ def begin_swap_slot_with_production(resource_group_name, name, slot_swap_entity, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_swap_slot_with_production_with_http_info(resource_group_name, name, slot_swap_entity, custom_headers:nil) - begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def begin_swap_slot_with_production_with_http_info(resource_group_name, name, slot_swap_entity, custom_headers = nil) + begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! end # @@ -36703,11 +35608,8 @@ def begin_swap_slot_with_production_with_http_info(resource_group_name, name, sl # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers:nil) + def begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_entity, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'slot_swap_entity is nil' if slot_swap_entity.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -36715,12 +35617,13 @@ def begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_e 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::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity.mapper() request_content = @client.serialize(request_mapper, slot_swap_entity) @@ -36772,8 +35675,8 @@ def begin_swap_slot_with_production_async(resource_group_name, name, slot_swap_e # # @return [SiteSourceControl] operation results. # - def begin_create_or_update_source_control(resource_group_name, name, site_source_control, custom_headers:nil) - response = begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers:custom_headers).value! + def begin_create_or_update_source_control(resource_group_name, name, site_source_control, custom_headers = nil) + response = begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers).value! response.body unless response.nil? end @@ -36792,8 +35695,8 @@ def begin_create_or_update_source_control(resource_group_name, name, site_source # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_source_control_with_http_info(resource_group_name, name, site_source_control, custom_headers:nil) - begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers:custom_headers).value! + def begin_create_or_update_source_control_with_http_info(resource_group_name, name, site_source_control, custom_headers = nil) + begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers).value! end # @@ -36811,11 +35714,8 @@ def begin_create_or_update_source_control_with_http_info(resource_group_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers:nil) + def begin_create_or_update_source_control_async(resource_group_name, name, site_source_control, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'site_source_control is nil' if site_source_control.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -36823,12 +35723,13 @@ def begin_create_or_update_source_control_async(resource_group_name, name, site_ 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::Web::Mgmt::V2016_08_01::Models::SiteSourceControl.mapper() request_content = @client.serialize(request_mapper, site_source_control) @@ -36907,8 +35808,8 @@ def begin_create_or_update_source_control_async(resource_group_name, name, site_ # # @return [WebAppCollection] 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 @@ -36924,8 +35825,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 # @@ -36940,12 +35841,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 @@ -37001,8 +35901,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] 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 @@ -37018,8 +35918,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 # @@ -37034,12 +35934,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 @@ -37095,8 +35994,8 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # # @return [BackupItemCollection] operation results. # - def list_backups_next(next_page_link, custom_headers:nil) - response = list_backups_next_async(next_page_link, custom_headers:custom_headers).value! + def list_backups_next(next_page_link, custom_headers = nil) + response = list_backups_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37112,8 +36011,8 @@ def list_backups_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_backups_next_with_http_info(next_page_link, custom_headers:nil) - list_backups_next_async(next_page_link, custom_headers:custom_headers).value! + def list_backups_next_with_http_info(next_page_link, custom_headers = nil) + list_backups_next_async(next_page_link, custom_headers).value! end # @@ -37128,12 +36027,11 @@ def list_backups_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_backups_next_async(next_page_link, custom_headers:nil) + def list_backups_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 @@ -37189,8 +36087,8 @@ def list_backups_next_async(next_page_link, custom_headers:nil) # # @return [SiteConfigResourceCollection] operation results. # - def list_configurations_next(next_page_link, custom_headers:nil) - response = list_configurations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configurations_next(next_page_link, custom_headers = nil) + response = list_configurations_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37206,8 +36104,8 @@ def list_configurations_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configurations_next_with_http_info(next_page_link, custom_headers:nil) - list_configurations_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configurations_next_with_http_info(next_page_link, custom_headers = nil) + list_configurations_next_async(next_page_link, custom_headers).value! end # @@ -37222,12 +36120,11 @@ def list_configurations_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configurations_next_async(next_page_link, custom_headers:nil) + def list_configurations_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 @@ -37285,8 +36182,8 @@ def list_configurations_next_async(next_page_link, custom_headers:nil) # # @return [SiteConfigurationSnapshotInfoCollection] operation results. # - def list_configuration_snapshot_info_next(next_page_link, custom_headers:nil) - response = list_configuration_snapshot_info_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_next(next_page_link, custom_headers = nil) + response = list_configuration_snapshot_info_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37304,8 +36201,8 @@ def list_configuration_snapshot_info_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configuration_snapshot_info_next_with_http_info(next_page_link, custom_headers:nil) - list_configuration_snapshot_info_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_next_with_http_info(next_page_link, custom_headers = nil) + list_configuration_snapshot_info_next_async(next_page_link, custom_headers).value! end # @@ -37322,12 +36219,11 @@ def list_configuration_snapshot_info_next_with_http_info(next_page_link, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configuration_snapshot_info_next_async(next_page_link, custom_headers:nil) + def list_configuration_snapshot_info_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 @@ -37383,8 +36279,8 @@ def list_configuration_snapshot_info_next_async(next_page_link, custom_headers:n # # @return [ContinuousWebJobCollection] operation results. # - def list_continuous_web_jobs_next(next_page_link, custom_headers:nil) - response = list_continuous_web_jobs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_continuous_web_jobs_next(next_page_link, custom_headers = nil) + response = list_continuous_web_jobs_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37400,8 +36296,8 @@ def list_continuous_web_jobs_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_continuous_web_jobs_next_with_http_info(next_page_link, custom_headers:nil) - list_continuous_web_jobs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_continuous_web_jobs_next_with_http_info(next_page_link, custom_headers = nil) + list_continuous_web_jobs_next_async(next_page_link, custom_headers).value! end # @@ -37416,12 +36312,11 @@ def list_continuous_web_jobs_next_with_http_info(next_page_link, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_continuous_web_jobs_next_async(next_page_link, custom_headers:nil) + def list_continuous_web_jobs_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 @@ -37477,8 +36372,8 @@ def list_continuous_web_jobs_next_async(next_page_link, custom_headers:nil) # # @return [DeploymentCollection] operation results. # - def list_deployments_next(next_page_link, custom_headers:nil) - response = list_deployments_next_async(next_page_link, custom_headers:custom_headers).value! + def list_deployments_next(next_page_link, custom_headers = nil) + response = list_deployments_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37494,8 +36389,8 @@ def list_deployments_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_deployments_next_with_http_info(next_page_link, custom_headers:nil) - list_deployments_next_async(next_page_link, custom_headers:custom_headers).value! + def list_deployments_next_with_http_info(next_page_link, custom_headers = nil) + list_deployments_next_async(next_page_link, custom_headers).value! end # @@ -37510,12 +36405,11 @@ def list_deployments_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_deployments_next_async(next_page_link, custom_headers:nil) + def list_deployments_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 @@ -37571,8 +36465,8 @@ def list_deployments_next_async(next_page_link, custom_headers:nil) # # @return [IdentifierCollection] operation results. # - def list_domain_ownership_identifiers_next(next_page_link, custom_headers:nil) - response = list_domain_ownership_identifiers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_next(next_page_link, custom_headers = nil) + response = list_domain_ownership_identifiers_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37588,8 +36482,8 @@ def list_domain_ownership_identifiers_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_domain_ownership_identifiers_next_with_http_info(next_page_link, custom_headers:nil) - list_domain_ownership_identifiers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_next_with_http_info(next_page_link, custom_headers = nil) + list_domain_ownership_identifiers_next_async(next_page_link, custom_headers).value! end # @@ -37604,12 +36498,11 @@ def list_domain_ownership_identifiers_next_with_http_info(next_page_link, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_domain_ownership_identifiers_next_async(next_page_link, custom_headers:nil) + def list_domain_ownership_identifiers_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 @@ -37665,8 +36558,8 @@ def list_domain_ownership_identifiers_next_async(next_page_link, custom_headers: # # @return [FunctionEnvelopeCollection] operation results. # - def list_functions_next(next_page_link, custom_headers:nil) - response = list_functions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_functions_next(next_page_link, custom_headers = nil) + response = list_functions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37682,8 +36575,8 @@ def list_functions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_functions_next_with_http_info(next_page_link, custom_headers:nil) - list_functions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_functions_next_with_http_info(next_page_link, custom_headers = nil) + list_functions_next_async(next_page_link, custom_headers).value! end # @@ -37698,12 +36591,11 @@ def list_functions_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_functions_next_async(next_page_link, custom_headers:nil) + def list_functions_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 @@ -37759,8 +36651,8 @@ def list_functions_next_async(next_page_link, custom_headers:nil) # # @return [HostNameBindingCollection] operation results. # - def list_host_name_bindings_next(next_page_link, custom_headers:nil) - response = list_host_name_bindings_next_async(next_page_link, custom_headers:custom_headers).value! + def list_host_name_bindings_next(next_page_link, custom_headers = nil) + response = list_host_name_bindings_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37776,8 +36668,8 @@ def list_host_name_bindings_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_host_name_bindings_next_with_http_info(next_page_link, custom_headers:nil) - list_host_name_bindings_next_async(next_page_link, custom_headers:custom_headers).value! + def list_host_name_bindings_next_with_http_info(next_page_link, custom_headers = nil) + list_host_name_bindings_next_async(next_page_link, custom_headers).value! end # @@ -37792,12 +36684,11 @@ def list_host_name_bindings_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_host_name_bindings_next_async(next_page_link, custom_headers:nil) + def list_host_name_bindings_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 @@ -37853,8 +36744,8 @@ def list_host_name_bindings_next_async(next_page_link, custom_headers:nil) # # @return [WebAppInstanceCollection] operation results. # - def list_instance_identifiers_next(next_page_link, custom_headers:nil) - response = list_instance_identifiers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_identifiers_next(next_page_link, custom_headers = nil) + response = list_instance_identifiers_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37870,8 +36761,8 @@ def list_instance_identifiers_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_identifiers_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_identifiers_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_identifiers_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_identifiers_next_async(next_page_link, custom_headers).value! end # @@ -37886,12 +36777,11 @@ def list_instance_identifiers_next_with_http_info(next_page_link, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_identifiers_next_async(next_page_link, custom_headers:nil) + def list_instance_identifiers_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 @@ -37949,8 +36839,8 @@ def list_instance_identifiers_next_async(next_page_link, custom_headers:nil) # # @return [ProcessInfoCollection] operation results. # - def list_instance_processes_next(next_page_link, custom_headers:nil) - response = list_instance_processes_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_processes_next(next_page_link, custom_headers = nil) + response = list_instance_processes_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -37968,8 +36858,8 @@ def list_instance_processes_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_processes_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_processes_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_processes_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_processes_next_async(next_page_link, custom_headers).value! end # @@ -37986,12 +36876,11 @@ def list_instance_processes_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_processes_next_async(next_page_link, custom_headers:nil) + def list_instance_processes_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 @@ -38049,8 +36938,8 @@ def list_instance_processes_next_async(next_page_link, custom_headers:nil) # # @return [ProcessModuleInfoCollection] operation results. # - def list_instance_process_modules_next(next_page_link, custom_headers:nil) - response = list_instance_process_modules_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_modules_next(next_page_link, custom_headers = nil) + response = list_instance_process_modules_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38068,8 +36957,8 @@ def list_instance_process_modules_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_modules_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_process_modules_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_modules_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_process_modules_next_async(next_page_link, custom_headers).value! end # @@ -38086,12 +36975,11 @@ def list_instance_process_modules_next_with_http_info(next_page_link, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_modules_next_async(next_page_link, custom_headers:nil) + def list_instance_process_modules_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 @@ -38149,8 +37037,8 @@ def list_instance_process_modules_next_async(next_page_link, custom_headers:nil) # # @return [ProcessThreadInfoCollection] operation results. # - def list_instance_process_threads_next(next_page_link, custom_headers:nil) - response = list_instance_process_threads_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_threads_next(next_page_link, custom_headers = nil) + response = list_instance_process_threads_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38168,8 +37056,8 @@ def list_instance_process_threads_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_threads_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_process_threads_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_threads_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_process_threads_next_async(next_page_link, custom_headers).value! end # @@ -38186,12 +37074,11 @@ def list_instance_process_threads_next_with_http_info(next_page_link, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_threads_next_async(next_page_link, custom_headers:nil) + def list_instance_process_threads_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 @@ -38247,8 +37134,8 @@ def list_instance_process_threads_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_metric_definitions_next(next_page_link, custom_headers:nil) - response = list_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metric_definitions_next(next_page_link, custom_headers = nil) + response = list_metric_definitions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38264,8 +37151,8 @@ def list_metric_definitions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_next_with_http_info(next_page_link, custom_headers:nil) - list_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metric_definitions_next_with_http_info(next_page_link, custom_headers = nil) + list_metric_definitions_next_async(next_page_link, custom_headers).value! end # @@ -38280,12 +37167,11 @@ def list_metric_definitions_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_next_async(next_page_link, custom_headers:nil) + def list_metric_definitions_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 @@ -38341,8 +37227,8 @@ def list_metric_definitions_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricCollection] operation results. # - def list_metrics_next(next_page_link, custom_headers:nil) - response = list_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_next(next_page_link, custom_headers = nil) + response = list_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38358,8 +37244,8 @@ def list_metrics_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_metrics_next_async(next_page_link, custom_headers).value! end # @@ -38374,12 +37260,11 @@ def list_metrics_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_next_async(next_page_link, custom_headers:nil) + def list_metrics_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 @@ -38435,8 +37320,8 @@ def list_metrics_next_async(next_page_link, custom_headers:nil) # # @return [PerfMonCounterCollection] operation results. # - def list_perf_mon_counters_next(next_page_link, custom_headers:nil) - response = list_perf_mon_counters_next_async(next_page_link, custom_headers:custom_headers).value! + def list_perf_mon_counters_next(next_page_link, custom_headers = nil) + response = list_perf_mon_counters_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38452,8 +37337,8 @@ def list_perf_mon_counters_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_perf_mon_counters_next_with_http_info(next_page_link, custom_headers:nil) - list_perf_mon_counters_next_async(next_page_link, custom_headers:custom_headers).value! + def list_perf_mon_counters_next_with_http_info(next_page_link, custom_headers = nil) + list_perf_mon_counters_next_async(next_page_link, custom_headers).value! end # @@ -38468,12 +37353,11 @@ def list_perf_mon_counters_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_perf_mon_counters_next_async(next_page_link, custom_headers:nil) + def list_perf_mon_counters_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 @@ -38531,8 +37415,8 @@ def list_perf_mon_counters_next_async(next_page_link, custom_headers:nil) # # @return [ProcessInfoCollection] operation results. # - def list_processes_next(next_page_link, custom_headers:nil) - response = list_processes_next_async(next_page_link, custom_headers:custom_headers).value! + def list_processes_next(next_page_link, custom_headers = nil) + response = list_processes_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38550,8 +37434,8 @@ def list_processes_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_processes_next_with_http_info(next_page_link, custom_headers:nil) - list_processes_next_async(next_page_link, custom_headers:custom_headers).value! + def list_processes_next_with_http_info(next_page_link, custom_headers = nil) + list_processes_next_async(next_page_link, custom_headers).value! end # @@ -38568,12 +37452,11 @@ def list_processes_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_processes_next_async(next_page_link, custom_headers:nil) + def list_processes_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 @@ -38631,8 +37514,8 @@ def list_processes_next_async(next_page_link, custom_headers:nil) # # @return [ProcessModuleInfoCollection] operation results. # - def list_process_modules_next(next_page_link, custom_headers:nil) - response = list_process_modules_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_modules_next(next_page_link, custom_headers = nil) + response = list_process_modules_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38650,8 +37533,8 @@ def list_process_modules_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_modules_next_with_http_info(next_page_link, custom_headers:nil) - list_process_modules_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_modules_next_with_http_info(next_page_link, custom_headers = nil) + list_process_modules_next_async(next_page_link, custom_headers).value! end # @@ -38668,12 +37551,11 @@ def list_process_modules_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_modules_next_async(next_page_link, custom_headers:nil) + def list_process_modules_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 @@ -38731,8 +37613,8 @@ def list_process_modules_next_async(next_page_link, custom_headers:nil) # # @return [ProcessThreadInfoCollection] operation results. # - def list_process_threads_next(next_page_link, custom_headers:nil) - response = list_process_threads_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_threads_next(next_page_link, custom_headers = nil) + response = list_process_threads_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38750,8 +37632,8 @@ def list_process_threads_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_threads_next_with_http_info(next_page_link, custom_headers:nil) - list_process_threads_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_threads_next_with_http_info(next_page_link, custom_headers = nil) + list_process_threads_next_async(next_page_link, custom_headers).value! end # @@ -38768,12 +37650,11 @@ def list_process_threads_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_threads_next_async(next_page_link, custom_headers:nil) + def list_process_threads_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 @@ -38829,8 +37710,8 @@ def list_process_threads_next_async(next_page_link, custom_headers:nil) # # @return [PublicCertificateCollection] operation results. # - def list_public_certificates_next(next_page_link, custom_headers:nil) - response = list_public_certificates_next_async(next_page_link, custom_headers:custom_headers).value! + def list_public_certificates_next(next_page_link, custom_headers = nil) + response = list_public_certificates_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -38846,8 +37727,8 @@ def list_public_certificates_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_public_certificates_next_with_http_info(next_page_link, custom_headers:nil) - list_public_certificates_next_async(next_page_link, custom_headers:custom_headers).value! + def list_public_certificates_next_with_http_info(next_page_link, custom_headers = nil) + list_public_certificates_next_async(next_page_link, custom_headers).value! end # @@ -38862,12 +37743,11 @@ def list_public_certificates_next_with_http_info(next_page_link, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_public_certificates_next_async(next_page_link, custom_headers:nil) + def list_public_certificates_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 @@ -38912,9 +37792,9 @@ def list_public_certificates_next_async(next_page_link, custom_headers:nil) end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -38923,15 +37803,15 @@ def list_public_certificates_next_async(next_page_link, custom_headers:nil) # # @return [SiteExtensionInfoCollection] operation results. # - def list_site_extensions_next(next_page_link, custom_headers:nil) - response = list_site_extensions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_extensions_next(next_page_link, custom_headers = nil) + response = list_site_extensions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -38940,14 +37820,14 @@ def list_site_extensions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_extensions_next_with_http_info(next_page_link, custom_headers:nil) - list_site_extensions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_extensions_next_with_http_info(next_page_link, custom_headers = nil) + list_site_extensions_next_async(next_page_link, custom_headers).value! end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -38956,12 +37836,11 @@ def list_site_extensions_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_extensions_next_async(next_page_link, custom_headers:nil) + def list_site_extensions_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 @@ -39017,8 +37896,8 @@ def list_site_extensions_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def list_slots_next(next_page_link, custom_headers:nil) - response = list_slots_next_async(next_page_link, custom_headers:custom_headers).value! + def list_slots_next(next_page_link, custom_headers = nil) + response = list_slots_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39034,8 +37913,8 @@ def list_slots_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slots_next_with_http_info(next_page_link, custom_headers:nil) - list_slots_next_async(next_page_link, custom_headers:custom_headers).value! + def list_slots_next_with_http_info(next_page_link, custom_headers = nil) + list_slots_next_async(next_page_link, custom_headers).value! end # @@ -39050,12 +37929,11 @@ def list_slots_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slots_next_async(next_page_link, custom_headers:nil) + def list_slots_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 @@ -39111,8 +37989,8 @@ def list_slots_next_async(next_page_link, custom_headers:nil) # # @return [BackupItemCollection] operation results. # - def list_backups_slot_next(next_page_link, custom_headers:nil) - response = list_backups_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_backups_slot_next(next_page_link, custom_headers = nil) + response = list_backups_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39128,8 +38006,8 @@ def list_backups_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_backups_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_backups_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_backups_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_backups_slot_next_async(next_page_link, custom_headers).value! end # @@ -39144,12 +38022,11 @@ def list_backups_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_backups_slot_next_async(next_page_link, custom_headers:nil) + def list_backups_slot_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 @@ -39205,8 +38082,8 @@ def list_backups_slot_next_async(next_page_link, custom_headers:nil) # # @return [SiteConfigResourceCollection] operation results. # - def list_configurations_slot_next(next_page_link, custom_headers:nil) - response = list_configurations_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configurations_slot_next(next_page_link, custom_headers = nil) + response = list_configurations_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39222,8 +38099,8 @@ def list_configurations_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configurations_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_configurations_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configurations_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_configurations_slot_next_async(next_page_link, custom_headers).value! end # @@ -39238,12 +38115,11 @@ def list_configurations_slot_next_with_http_info(next_page_link, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configurations_slot_next_async(next_page_link, custom_headers:nil) + def list_configurations_slot_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 @@ -39301,8 +38177,8 @@ def list_configurations_slot_next_async(next_page_link, custom_headers:nil) # # @return [SiteConfigurationSnapshotInfoCollection] operation results. # - def list_configuration_snapshot_info_slot_next(next_page_link, custom_headers:nil) - response = list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_slot_next(next_page_link, custom_headers = nil) + response = list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39320,8 +38196,8 @@ def list_configuration_snapshot_info_slot_next(next_page_link, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_configuration_snapshot_info_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers).value! end # @@ -39338,12 +38214,11 @@ def list_configuration_snapshot_info_slot_next_with_http_info(next_page_link, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers:nil) + def list_configuration_snapshot_info_slot_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 @@ -39399,8 +38274,8 @@ def list_configuration_snapshot_info_slot_next_async(next_page_link, custom_head # # @return [ContinuousWebJobCollection] operation results. # - def list_continuous_web_jobs_slot_next(next_page_link, custom_headers:nil) - response = list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_continuous_web_jobs_slot_next(next_page_link, custom_headers = nil) + response = list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39416,8 +38291,8 @@ def list_continuous_web_jobs_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_continuous_web_jobs_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_continuous_web_jobs_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers).value! end # @@ -39432,12 +38307,11 @@ def list_continuous_web_jobs_slot_next_with_http_info(next_page_link, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers:nil) + def list_continuous_web_jobs_slot_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 @@ -39493,8 +38367,8 @@ def list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers:nil) # # @return [DeploymentCollection] operation results. # - def list_deployments_slot_next(next_page_link, custom_headers:nil) - response = list_deployments_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_deployments_slot_next(next_page_link, custom_headers = nil) + response = list_deployments_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39510,8 +38384,8 @@ def list_deployments_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_deployments_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_deployments_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_deployments_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_deployments_slot_next_async(next_page_link, custom_headers).value! end # @@ -39526,12 +38400,11 @@ def list_deployments_slot_next_with_http_info(next_page_link, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_deployments_slot_next_async(next_page_link, custom_headers:nil) + def list_deployments_slot_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 @@ -39587,8 +38460,8 @@ def list_deployments_slot_next_async(next_page_link, custom_headers:nil) # # @return [IdentifierCollection] operation results. # - def list_domain_ownership_identifiers_slot_next(next_page_link, custom_headers:nil) - response = list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_slot_next(next_page_link, custom_headers = nil) + response = list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39604,8 +38477,8 @@ def list_domain_ownership_identifiers_slot_next(next_page_link, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_domain_ownership_identifiers_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers).value! end # @@ -39620,12 +38493,11 @@ def list_domain_ownership_identifiers_slot_next_with_http_info(next_page_link, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers:nil) + def list_domain_ownership_identifiers_slot_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 @@ -39681,8 +38553,8 @@ def list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_hea # # @return [FunctionEnvelopeCollection] operation results. # - def list_instance_functions_slot_next(next_page_link, custom_headers:nil) - response = list_instance_functions_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_functions_slot_next(next_page_link, custom_headers = nil) + response = list_instance_functions_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39698,8 +38570,8 @@ def list_instance_functions_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_functions_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_functions_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_functions_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_functions_slot_next_async(next_page_link, custom_headers).value! end # @@ -39714,12 +38586,11 @@ def list_instance_functions_slot_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_functions_slot_next_async(next_page_link, custom_headers:nil) + def list_instance_functions_slot_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 @@ -39775,8 +38646,8 @@ def list_instance_functions_slot_next_async(next_page_link, custom_headers:nil) # # @return [HostNameBindingCollection] operation results. # - def list_host_name_bindings_slot_next(next_page_link, custom_headers:nil) - response = list_host_name_bindings_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_host_name_bindings_slot_next(next_page_link, custom_headers = nil) + response = list_host_name_bindings_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39792,8 +38663,8 @@ def list_host_name_bindings_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_host_name_bindings_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_host_name_bindings_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_host_name_bindings_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_host_name_bindings_slot_next_async(next_page_link, custom_headers).value! end # @@ -39808,12 +38679,11 @@ def list_host_name_bindings_slot_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_host_name_bindings_slot_next_async(next_page_link, custom_headers:nil) + def list_host_name_bindings_slot_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 @@ -39869,8 +38739,8 @@ def list_host_name_bindings_slot_next_async(next_page_link, custom_headers:nil) # # @return [WebAppInstanceCollection] operation results. # - def list_instance_identifiers_slot_next(next_page_link, custom_headers:nil) - response = list_instance_identifiers_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_identifiers_slot_next(next_page_link, custom_headers = nil) + response = list_instance_identifiers_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39886,8 +38756,8 @@ def list_instance_identifiers_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_identifiers_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_identifiers_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_identifiers_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_identifiers_slot_next_async(next_page_link, custom_headers).value! end # @@ -39902,12 +38772,11 @@ def list_instance_identifiers_slot_next_with_http_info(next_page_link, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_identifiers_slot_next_async(next_page_link, custom_headers:nil) + def list_instance_identifiers_slot_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 @@ -39965,8 +38834,8 @@ def list_instance_identifiers_slot_next_async(next_page_link, custom_headers:nil # # @return [ProcessInfoCollection] operation results. # - def list_instance_processes_slot_next(next_page_link, custom_headers:nil) - response = list_instance_processes_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_processes_slot_next(next_page_link, custom_headers = nil) + response = list_instance_processes_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -39984,8 +38853,8 @@ def list_instance_processes_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_processes_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_processes_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_processes_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_processes_slot_next_async(next_page_link, custom_headers).value! end # @@ -40002,12 +38871,11 @@ def list_instance_processes_slot_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_processes_slot_next_async(next_page_link, custom_headers:nil) + def list_instance_processes_slot_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 @@ -40065,8 +38933,8 @@ def list_instance_processes_slot_next_async(next_page_link, custom_headers:nil) # # @return [ProcessModuleInfoCollection] operation results. # - def list_instance_process_modules_slot_next(next_page_link, custom_headers:nil) - response = list_instance_process_modules_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_modules_slot_next(next_page_link, custom_headers = nil) + response = list_instance_process_modules_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40084,8 +38952,8 @@ def list_instance_process_modules_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_modules_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_process_modules_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_modules_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_process_modules_slot_next_async(next_page_link, custom_headers).value! end # @@ -40102,12 +38970,11 @@ def list_instance_process_modules_slot_next_with_http_info(next_page_link, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_modules_slot_next_async(next_page_link, custom_headers:nil) + def list_instance_process_modules_slot_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 @@ -40165,8 +39032,8 @@ def list_instance_process_modules_slot_next_async(next_page_link, custom_headers # # @return [ProcessThreadInfoCollection] operation results. # - def list_instance_process_threads_slot_next(next_page_link, custom_headers:nil) - response = list_instance_process_threads_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_threads_slot_next(next_page_link, custom_headers = nil) + response = list_instance_process_threads_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40184,8 +39051,8 @@ def list_instance_process_threads_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_instance_process_threads_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_instance_process_threads_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_instance_process_threads_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_instance_process_threads_slot_next_async(next_page_link, custom_headers).value! end # @@ -40202,12 +39069,11 @@ def list_instance_process_threads_slot_next_with_http_info(next_page_link, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_instance_process_threads_slot_next_async(next_page_link, custom_headers:nil) + def list_instance_process_threads_slot_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 @@ -40263,8 +39129,8 @@ def list_instance_process_threads_slot_next_async(next_page_link, custom_headers # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_metric_definitions_slot_next(next_page_link, custom_headers:nil) - response = list_metric_definitions_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metric_definitions_slot_next(next_page_link, custom_headers = nil) + response = list_metric_definitions_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40280,8 +39146,8 @@ def list_metric_definitions_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_metric_definitions_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metric_definitions_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_metric_definitions_slot_next_async(next_page_link, custom_headers).value! end # @@ -40296,12 +39162,11 @@ def list_metric_definitions_slot_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_slot_next_async(next_page_link, custom_headers:nil) + def list_metric_definitions_slot_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 @@ -40357,8 +39222,8 @@ def list_metric_definitions_slot_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricCollection] operation results. # - def list_metrics_slot_next(next_page_link, custom_headers:nil) - response = list_metrics_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_slot_next(next_page_link, custom_headers = nil) + response = list_metrics_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40374,8 +39239,8 @@ def list_metrics_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_metrics_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_metrics_slot_next_async(next_page_link, custom_headers).value! end # @@ -40390,12 +39255,11 @@ def list_metrics_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_slot_next_async(next_page_link, custom_headers:nil) + def list_metrics_slot_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 @@ -40451,8 +39315,8 @@ def list_metrics_slot_next_async(next_page_link, custom_headers:nil) # # @return [PerfMonCounterCollection] operation results. # - def list_perf_mon_counters_slot_next(next_page_link, custom_headers:nil) - response = list_perf_mon_counters_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_perf_mon_counters_slot_next(next_page_link, custom_headers = nil) + response = list_perf_mon_counters_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40468,8 +39332,8 @@ def list_perf_mon_counters_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_perf_mon_counters_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_perf_mon_counters_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_perf_mon_counters_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_perf_mon_counters_slot_next_async(next_page_link, custom_headers).value! end # @@ -40484,12 +39348,11 @@ def list_perf_mon_counters_slot_next_with_http_info(next_page_link, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_perf_mon_counters_slot_next_async(next_page_link, custom_headers:nil) + def list_perf_mon_counters_slot_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 @@ -40547,8 +39410,8 @@ def list_perf_mon_counters_slot_next_async(next_page_link, custom_headers:nil) # # @return [ProcessInfoCollection] operation results. # - def list_processes_slot_next(next_page_link, custom_headers:nil) - response = list_processes_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_processes_slot_next(next_page_link, custom_headers = nil) + response = list_processes_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40566,8 +39429,8 @@ def list_processes_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_processes_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_processes_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_processes_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_processes_slot_next_async(next_page_link, custom_headers).value! end # @@ -40584,12 +39447,11 @@ def list_processes_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_processes_slot_next_async(next_page_link, custom_headers:nil) + def list_processes_slot_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 @@ -40647,8 +39509,8 @@ def list_processes_slot_next_async(next_page_link, custom_headers:nil) # # @return [ProcessModuleInfoCollection] operation results. # - def list_process_modules_slot_next(next_page_link, custom_headers:nil) - response = list_process_modules_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_modules_slot_next(next_page_link, custom_headers = nil) + response = list_process_modules_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40666,8 +39528,8 @@ def list_process_modules_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_modules_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_process_modules_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_modules_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_process_modules_slot_next_async(next_page_link, custom_headers).value! end # @@ -40684,12 +39546,11 @@ def list_process_modules_slot_next_with_http_info(next_page_link, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_modules_slot_next_async(next_page_link, custom_headers:nil) + def list_process_modules_slot_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 @@ -40747,8 +39608,8 @@ def list_process_modules_slot_next_async(next_page_link, custom_headers:nil) # # @return [ProcessThreadInfoCollection] operation results. # - def list_process_threads_slot_next(next_page_link, custom_headers:nil) - response = list_process_threads_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_threads_slot_next(next_page_link, custom_headers = nil) + response = list_process_threads_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40766,8 +39627,8 @@ def list_process_threads_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_process_threads_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_process_threads_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_process_threads_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_process_threads_slot_next_async(next_page_link, custom_headers).value! end # @@ -40784,12 +39645,11 @@ def list_process_threads_slot_next_with_http_info(next_page_link, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_process_threads_slot_next_async(next_page_link, custom_headers:nil) + def list_process_threads_slot_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 @@ -40845,8 +39705,8 @@ def list_process_threads_slot_next_async(next_page_link, custom_headers:nil) # # @return [PublicCertificateCollection] operation results. # - def list_public_certificates_slot_next(next_page_link, custom_headers:nil) - response = list_public_certificates_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_public_certificates_slot_next(next_page_link, custom_headers = nil) + response = list_public_certificates_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -40862,8 +39722,8 @@ def list_public_certificates_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_public_certificates_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_public_certificates_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_public_certificates_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_public_certificates_slot_next_async(next_page_link, custom_headers).value! end # @@ -40878,12 +39738,11 @@ def list_public_certificates_slot_next_with_http_info(next_page_link, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_public_certificates_slot_next_async(next_page_link, custom_headers:nil) + def list_public_certificates_slot_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 @@ -40928,9 +39787,9 @@ def list_public_certificates_slot_next_async(next_page_link, custom_headers:nil) end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -40939,15 +39798,15 @@ def list_public_certificates_slot_next_async(next_page_link, custom_headers:nil) # # @return [SiteExtensionInfoCollection] operation results. # - def list_site_extensions_slot_next(next_page_link, custom_headers:nil) - response = list_site_extensions_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_extensions_slot_next(next_page_link, custom_headers = nil) + response = list_site_extensions_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -40956,14 +39815,14 @@ def list_site_extensions_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_site_extensions_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_site_extensions_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_site_extensions_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_site_extensions_slot_next_async(next_page_link, custom_headers).value! end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -40972,12 +39831,11 @@ def list_site_extensions_slot_next_with_http_info(next_page_link, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_site_extensions_slot_next_async(next_page_link, custom_headers:nil) + def list_site_extensions_slot_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 @@ -41033,8 +39891,8 @@ def list_site_extensions_slot_next_async(next_page_link, custom_headers:nil) # # @return [SlotDifferenceCollection] operation results. # - def list_slot_differences_slot_next(next_page_link, custom_headers:nil) - response = list_slot_differences_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_slot_differences_slot_next(next_page_link, custom_headers = nil) + response = list_slot_differences_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41050,8 +39908,8 @@ def list_slot_differences_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slot_differences_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_slot_differences_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_slot_differences_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_slot_differences_slot_next_async(next_page_link, custom_headers).value! end # @@ -41066,12 +39924,11 @@ def list_slot_differences_slot_next_with_http_info(next_page_link, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slot_differences_slot_next_async(next_page_link, custom_headers:nil) + def list_slot_differences_slot_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 @@ -41127,8 +39984,8 @@ def list_slot_differences_slot_next_async(next_page_link, custom_headers:nil) # # @return [SnapshotCollection] operation results. # - def list_snapshots_slot_next(next_page_link, custom_headers:nil) - response = list_snapshots_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_snapshots_slot_next(next_page_link, custom_headers = nil) + response = list_snapshots_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41144,8 +40001,8 @@ def list_snapshots_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_snapshots_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_snapshots_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_snapshots_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_snapshots_slot_next_async(next_page_link, custom_headers).value! end # @@ -41160,12 +40017,11 @@ def list_snapshots_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_snapshots_slot_next_async(next_page_link, custom_headers:nil) + def list_snapshots_slot_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 @@ -41221,8 +40077,8 @@ def list_snapshots_slot_next_async(next_page_link, custom_headers:nil) # # @return [TriggeredWebJobCollection] operation results. # - def list_triggered_web_jobs_slot_next(next_page_link, custom_headers:nil) - response = list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_jobs_slot_next(next_page_link, custom_headers = nil) + response = list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41238,8 +40094,8 @@ def list_triggered_web_jobs_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_jobs_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_jobs_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers).value! end # @@ -41254,12 +40110,11 @@ def list_triggered_web_jobs_slot_next_with_http_info(next_page_link, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers:nil) + def list_triggered_web_jobs_slot_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 @@ -41315,8 +40170,8 @@ def list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers:nil) # # @return [TriggeredJobHistoryCollection] operation results. # - def list_triggered_web_job_history_slot_next(next_page_link, custom_headers:nil) - response = list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_job_history_slot_next(next_page_link, custom_headers = nil) + response = list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41332,8 +40187,8 @@ def list_triggered_web_job_history_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_job_history_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_job_history_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers).value! end # @@ -41348,12 +40203,11 @@ def list_triggered_web_job_history_slot_next_with_http_info(next_page_link, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers:nil) + def list_triggered_web_job_history_slot_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 @@ -41411,8 +40265,8 @@ def list_triggered_web_job_history_slot_next_async(next_page_link, custom_header # # @return [CsmUsageQuotaCollection] operation results. # - def list_usages_slot_next(next_page_link, custom_headers:nil) - response = list_usages_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_slot_next(next_page_link, custom_headers = nil) + response = list_usages_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41430,8 +40284,8 @@ def list_usages_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_usages_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_usages_slot_next_async(next_page_link, custom_headers).value! end # @@ -41448,12 +40302,11 @@ def list_usages_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_slot_next_async(next_page_link, custom_headers:nil) + def list_usages_slot_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 @@ -41509,8 +40362,8 @@ def list_usages_slot_next_async(next_page_link, custom_headers:nil) # # @return [WebJobCollection] operation results. # - def list_web_jobs_slot_next(next_page_link, custom_headers:nil) - response = list_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_jobs_slot_next(next_page_link, custom_headers = nil) + response = list_web_jobs_slot_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41526,8 +40379,8 @@ def list_web_jobs_slot_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_jobs_slot_next_with_http_info(next_page_link, custom_headers:nil) - list_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_jobs_slot_next_with_http_info(next_page_link, custom_headers = nil) + list_web_jobs_slot_next_async(next_page_link, custom_headers).value! end # @@ -41542,12 +40395,11 @@ def list_web_jobs_slot_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_jobs_slot_next_async(next_page_link, custom_headers:nil) + def list_web_jobs_slot_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 @@ -41603,8 +40455,8 @@ def list_web_jobs_slot_next_async(next_page_link, custom_headers:nil) # # @return [SlotDifferenceCollection] operation results. # - def list_slot_differences_from_production_next(next_page_link, custom_headers:nil) - response = list_slot_differences_from_production_next_async(next_page_link, custom_headers:custom_headers).value! + def list_slot_differences_from_production_next(next_page_link, custom_headers = nil) + response = list_slot_differences_from_production_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41620,8 +40472,8 @@ def list_slot_differences_from_production_next(next_page_link, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_slot_differences_from_production_next_with_http_info(next_page_link, custom_headers:nil) - list_slot_differences_from_production_next_async(next_page_link, custom_headers:custom_headers).value! + def list_slot_differences_from_production_next_with_http_info(next_page_link, custom_headers = nil) + list_slot_differences_from_production_next_async(next_page_link, custom_headers).value! end # @@ -41636,12 +40488,11 @@ def list_slot_differences_from_production_next_with_http_info(next_page_link, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_slot_differences_from_production_next_async(next_page_link, custom_headers:nil) + def list_slot_differences_from_production_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 @@ -41697,8 +40548,8 @@ def list_slot_differences_from_production_next_async(next_page_link, custom_head # # @return [SnapshotCollection] operation results. # - def list_snapshots_next(next_page_link, custom_headers:nil) - response = list_snapshots_next_async(next_page_link, custom_headers:custom_headers).value! + def list_snapshots_next(next_page_link, custom_headers = nil) + response = list_snapshots_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41714,8 +40565,8 @@ def list_snapshots_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_snapshots_next_with_http_info(next_page_link, custom_headers:nil) - list_snapshots_next_async(next_page_link, custom_headers:custom_headers).value! + def list_snapshots_next_with_http_info(next_page_link, custom_headers = nil) + list_snapshots_next_async(next_page_link, custom_headers).value! end # @@ -41730,12 +40581,11 @@ def list_snapshots_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_snapshots_next_async(next_page_link, custom_headers:nil) + def list_snapshots_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 @@ -41791,8 +40641,8 @@ def list_snapshots_next_async(next_page_link, custom_headers:nil) # # @return [TriggeredWebJobCollection] operation results. # - def list_triggered_web_jobs_next(next_page_link, custom_headers:nil) - response = list_triggered_web_jobs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_jobs_next(next_page_link, custom_headers = nil) + response = list_triggered_web_jobs_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41808,8 +40658,8 @@ def list_triggered_web_jobs_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_jobs_next_with_http_info(next_page_link, custom_headers:nil) - list_triggered_web_jobs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_jobs_next_with_http_info(next_page_link, custom_headers = nil) + list_triggered_web_jobs_next_async(next_page_link, custom_headers).value! end # @@ -41824,12 +40674,11 @@ def list_triggered_web_jobs_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_jobs_next_async(next_page_link, custom_headers:nil) + def list_triggered_web_jobs_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 @@ -41885,8 +40734,8 @@ def list_triggered_web_jobs_next_async(next_page_link, custom_headers:nil) # # @return [TriggeredJobHistoryCollection] operation results. # - def list_triggered_web_job_history_next(next_page_link, custom_headers:nil) - response = list_triggered_web_job_history_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_job_history_next(next_page_link, custom_headers = nil) + response = list_triggered_web_job_history_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -41902,8 +40751,8 @@ def list_triggered_web_job_history_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_triggered_web_job_history_next_with_http_info(next_page_link, custom_headers:nil) - list_triggered_web_job_history_next_async(next_page_link, custom_headers:custom_headers).value! + def list_triggered_web_job_history_next_with_http_info(next_page_link, custom_headers = nil) + list_triggered_web_job_history_next_async(next_page_link, custom_headers).value! end # @@ -41918,12 +40767,11 @@ def list_triggered_web_job_history_next_with_http_info(next_page_link, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_triggered_web_job_history_next_async(next_page_link, custom_headers:nil) + def list_triggered_web_job_history_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 @@ -41981,8 +40829,8 @@ def list_triggered_web_job_history_next_async(next_page_link, custom_headers:nil # # @return [CsmUsageQuotaCollection] operation results. # - def list_usages_next(next_page_link, custom_headers:nil) - response = list_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_next(next_page_link, custom_headers = nil) + response = list_usages_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -42000,8 +40848,8 @@ def list_usages_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_next_with_http_info(next_page_link, custom_headers:nil) - list_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_next_with_http_info(next_page_link, custom_headers = nil) + list_usages_next_async(next_page_link, custom_headers).value! end # @@ -42018,12 +40866,11 @@ def list_usages_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_next_async(next_page_link, custom_headers:nil) + def list_usages_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 @@ -42079,8 +40926,8 @@ def list_usages_next_async(next_page_link, custom_headers:nil) # # @return [WebJobCollection] operation results. # - def list_web_jobs_next(next_page_link, custom_headers:nil) - response = list_web_jobs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_jobs_next(next_page_link, custom_headers = nil) + response = list_web_jobs_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -42096,8 +40943,8 @@ def list_web_jobs_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_jobs_next_with_http_info(next_page_link, custom_headers:nil) - list_web_jobs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_jobs_next_with_http_info(next_page_link, custom_headers = nil) + list_web_jobs_next_async(next_page_link, custom_headers).value! end # @@ -42112,12 +40959,11 @@ def list_web_jobs_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_jobs_next_async(next_page_link, custom_headers:nil) + def list_web_jobs_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 @@ -42172,12 +41018,12 @@ def list_web_jobs_next_async(next_page_link, custom_headers:nil) # @return [WebAppCollection] 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 @@ -42199,12 +41045,12 @@ def list_as_lazy(custom_headers:nil) # @return [WebAppCollection] which provide lazy access to pages of the # response. # - def list_by_resource_group_as_lazy(resource_group_name, include_slots:nil, custom_headers:nil) - response = list_by_resource_group_async(resource_group_name, include_slots:include_slots, custom_headers:custom_headers).value! + def list_by_resource_group_as_lazy(resource_group_name, include_slots = nil, custom_headers = nil) + response = list_by_resource_group_async(resource_group_name, include_slots, 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 @@ -42224,12 +41070,12 @@ def list_by_resource_group_as_lazy(resource_group_name, include_slots:nil, custo # @return [BackupItemCollection] which provide lazy access to pages of the # response. # - def list_backups_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_backups_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_backups_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_backups_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_backups_next_async(next_page_link, custom_headers:custom_headers) + list_backups_next_async(next_page_link, custom_headers) end page end @@ -42249,12 +41095,12 @@ def list_backups_as_lazy(resource_group_name, name, custom_headers:nil) # @return [SiteConfigResourceCollection] which provide lazy access to pages of # the response. # - def list_configurations_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_configurations_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_configurations_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_configurations_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_configurations_next_async(next_page_link, custom_headers:custom_headers) + list_configurations_next_async(next_page_link, custom_headers) end page end @@ -42276,12 +41122,12 @@ def list_configurations_as_lazy(resource_group_name, name, custom_headers:nil) # @return [SiteConfigurationSnapshotInfoCollection] which provide lazy access # to pages of the response. # - def list_configuration_snapshot_info_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_configuration_snapshot_info_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_configuration_snapshot_info_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_configuration_snapshot_info_next_async(next_page_link, custom_headers:custom_headers) + list_configuration_snapshot_info_next_async(next_page_link, custom_headers) end page end @@ -42301,12 +41147,12 @@ def list_configuration_snapshot_info_as_lazy(resource_group_name, name, custom_h # @return [ContinuousWebJobCollection] which provide lazy access to pages of # the response. # - def list_continuous_web_jobs_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_continuous_web_jobs_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_continuous_web_jobs_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_continuous_web_jobs_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_continuous_web_jobs_next_async(next_page_link, custom_headers:custom_headers) + list_continuous_web_jobs_next_async(next_page_link, custom_headers) end page end @@ -42326,12 +41172,12 @@ def list_continuous_web_jobs_as_lazy(resource_group_name, name, custom_headers:n # @return [DeploymentCollection] which provide lazy access to pages of the # response. # - def list_deployments_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_deployments_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_deployments_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_deployments_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_deployments_next_async(next_page_link, custom_headers:custom_headers) + list_deployments_next_async(next_page_link, custom_headers) end page end @@ -42351,12 +41197,12 @@ def list_deployments_as_lazy(resource_group_name, name, custom_headers:nil) # @return [IdentifierCollection] which provide lazy access to pages of the # response. # - def list_domain_ownership_identifiers_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_domain_ownership_identifiers_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_domain_ownership_identifiers_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_domain_ownership_identifiers_next_async(next_page_link, custom_headers:custom_headers) + list_domain_ownership_identifiers_next_async(next_page_link, custom_headers) end page end @@ -42376,12 +41222,12 @@ def list_domain_ownership_identifiers_as_lazy(resource_group_name, name, custom_ # @return [FunctionEnvelopeCollection] which provide lazy access to pages of # the response. # - def list_functions_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_functions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_functions_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_functions_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_functions_next_async(next_page_link, custom_headers:custom_headers) + list_functions_next_async(next_page_link, custom_headers) end page end @@ -42401,12 +41247,12 @@ def list_functions_as_lazy(resource_group_name, name, custom_headers:nil) # @return [HostNameBindingCollection] which provide lazy access to pages of the # response. # - def list_host_name_bindings_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_host_name_bindings_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_host_name_bindings_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_host_name_bindings_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_host_name_bindings_next_async(next_page_link, custom_headers:custom_headers) + list_host_name_bindings_next_async(next_page_link, custom_headers) end page end @@ -42426,12 +41272,12 @@ def list_host_name_bindings_as_lazy(resource_group_name, name, custom_headers:ni # @return [WebAppInstanceCollection] which provide lazy access to pages of the # response. # - def list_instance_identifiers_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_instance_identifiers_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_instance_identifiers_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_instance_identifiers_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_identifiers_next_async(next_page_link, custom_headers:custom_headers) + list_instance_identifiers_next_async(next_page_link, custom_headers) end page end @@ -42456,12 +41302,12 @@ def list_instance_identifiers_as_lazy(resource_group_name, name, custom_headers: # @return [ProcessInfoCollection] which provide lazy access to pages of the # response. # - def list_instance_processes_as_lazy(resource_group_name, name, instance_id, custom_headers:nil) - response = list_instance_processes_async(resource_group_name, name, instance_id, custom_headers:custom_headers).value! + def list_instance_processes_as_lazy(resource_group_name, name, instance_id, custom_headers = nil) + response = list_instance_processes_async(resource_group_name, name, instance_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_processes_next_async(next_page_link, custom_headers:custom_headers) + list_instance_processes_next_async(next_page_link, custom_headers) end page end @@ -42487,12 +41333,12 @@ def list_instance_processes_as_lazy(resource_group_name, name, instance_id, cust # @return [ProcessModuleInfoCollection] which provide lazy access to pages of # the response. # - def list_instance_process_modules_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers:nil) - response = list_instance_process_modules_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def list_instance_process_modules_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers = nil) + response = list_instance_process_modules_async(resource_group_name, name, process_id, instance_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_process_modules_next_async(next_page_link, custom_headers:custom_headers) + list_instance_process_modules_next_async(next_page_link, custom_headers) end page end @@ -42518,12 +41364,12 @@ def list_instance_process_modules_as_lazy(resource_group_name, name, process_id, # @return [ProcessThreadInfoCollection] which provide lazy access to pages of # the response. # - def list_instance_process_threads_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers:nil) - response = list_instance_process_threads_async(resource_group_name, name, process_id, instance_id, custom_headers:custom_headers).value! + def list_instance_process_threads_as_lazy(resource_group_name, name, process_id, instance_id, custom_headers = nil) + response = list_instance_process_threads_async(resource_group_name, name, process_id, instance_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_process_threads_next_async(next_page_link, custom_headers:custom_headers) + list_instance_process_threads_next_async(next_page_link, custom_headers) end page end @@ -42543,12 +41389,12 @@ def list_instance_process_threads_as_lazy(resource_group_name, name, process_id, # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_metric_definitions_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_metric_definitions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metric_definitions_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_metric_definitions_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metric_definitions_next_async(next_page_link, custom_headers:custom_headers) + list_metric_definitions_next_async(next_page_link, custom_headers) end page end @@ -42574,12 +41420,12 @@ def list_metric_definitions_as_lazy(resource_group_name, name, custom_headers:ni # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_metrics_as_lazy(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - response = list_metrics_async(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_as_lazy(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + response = list_metrics_async(resource_group_name, name, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_metrics_next_async(next_page_link, custom_headers) end page end @@ -42603,12 +41449,12 @@ def list_metrics_as_lazy(resource_group_name, name, details:nil, filter:nil, cus # @return [PerfMonCounterCollection] which provide lazy access to pages of the # response. # - def list_perf_mon_counters_as_lazy(resource_group_name, name, filter:nil, custom_headers:nil) - response = list_perf_mon_counters_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_perf_mon_counters_as_lazy(resource_group_name, name, filter = nil, custom_headers = nil) + response = list_perf_mon_counters_async(resource_group_name, name, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_perf_mon_counters_next_async(next_page_link, custom_headers:custom_headers) + list_perf_mon_counters_next_async(next_page_link, custom_headers) end page end @@ -42630,12 +41476,12 @@ def list_perf_mon_counters_as_lazy(resource_group_name, name, filter:nil, custom # @return [ProcessInfoCollection] which provide lazy access to pages of the # response. # - def list_processes_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_processes_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_processes_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_processes_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_processes_next_async(next_page_link, custom_headers:custom_headers) + list_processes_next_async(next_page_link, custom_headers) end page end @@ -42658,12 +41504,12 @@ def list_processes_as_lazy(resource_group_name, name, custom_headers:nil) # @return [ProcessModuleInfoCollection] which provide lazy access to pages of # the response. # - def list_process_modules_as_lazy(resource_group_name, name, process_id, custom_headers:nil) - response = list_process_modules_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def list_process_modules_as_lazy(resource_group_name, name, process_id, custom_headers = nil) + response = list_process_modules_async(resource_group_name, name, process_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_process_modules_next_async(next_page_link, custom_headers:custom_headers) + list_process_modules_next_async(next_page_link, custom_headers) end page end @@ -42686,12 +41532,12 @@ def list_process_modules_as_lazy(resource_group_name, name, process_id, custom_h # @return [ProcessThreadInfoCollection] which provide lazy access to pages of # the response. # - def list_process_threads_as_lazy(resource_group_name, name, process_id, custom_headers:nil) - response = list_process_threads_async(resource_group_name, name, process_id, custom_headers:custom_headers).value! + def list_process_threads_as_lazy(resource_group_name, name, process_id, custom_headers = nil) + response = list_process_threads_async(resource_group_name, name, process_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_process_threads_next_async(next_page_link, custom_headers:custom_headers) + list_process_threads_next_async(next_page_link, custom_headers) end page end @@ -42711,21 +41557,21 @@ def list_process_threads_as_lazy(resource_group_name, name, process_id, custom_h # @return [PublicCertificateCollection] which provide lazy access to pages of # the response. # - def list_public_certificates_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_public_certificates_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_public_certificates_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_public_certificates_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_public_certificates_next_async(next_page_link, custom_headers:custom_headers) + list_public_certificates_next_async(next_page_link, custom_headers) end page end end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -42736,12 +41582,12 @@ def list_public_certificates_as_lazy(resource_group_name, name, custom_headers:n # @return [SiteExtensionInfoCollection] which provide lazy access to pages of # the response. # - def list_site_extensions_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_site_extensions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_site_extensions_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_site_extensions_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_extensions_next_async(next_page_link, custom_headers:custom_headers) + list_site_extensions_next_async(next_page_link, custom_headers) end page end @@ -42761,12 +41607,12 @@ def list_site_extensions_as_lazy(resource_group_name, name, custom_headers:nil) # @return [WebAppCollection] which provide lazy access to pages of the # response. # - def list_slots_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_slots_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_slots_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_slots_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_slots_next_async(next_page_link, custom_headers:custom_headers) + list_slots_next_async(next_page_link, custom_headers) end page end @@ -42788,12 +41634,12 @@ def list_slots_as_lazy(resource_group_name, name, custom_headers:nil) # @return [BackupItemCollection] which provide lazy access to pages of the # response. # - def list_backups_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_backups_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_backups_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_backups_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_backups_slot_next_async(next_page_link, custom_headers:custom_headers) + list_backups_slot_next_async(next_page_link, custom_headers) end page end @@ -42815,12 +41661,12 @@ def list_backups_slot_as_lazy(resource_group_name, name, slot, custom_headers:ni # @return [SiteConfigResourceCollection] which provide lazy access to pages of # the response. # - def list_configurations_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_configurations_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_configurations_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_configurations_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_configurations_slot_next_async(next_page_link, custom_headers:custom_headers) + list_configurations_slot_next_async(next_page_link, custom_headers) end page end @@ -42844,12 +41690,12 @@ def list_configurations_slot_as_lazy(resource_group_name, name, slot, custom_hea # @return [SiteConfigurationSnapshotInfoCollection] which provide lazy access # to pages of the response. # - def list_configuration_snapshot_info_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_configuration_snapshot_info_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_configuration_snapshot_info_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers:custom_headers) + list_configuration_snapshot_info_slot_next_async(next_page_link, custom_headers) end page end @@ -42871,12 +41717,12 @@ def list_configuration_snapshot_info_slot_as_lazy(resource_group_name, name, slo # @return [ContinuousWebJobCollection] which provide lazy access to pages of # the response. # - def list_continuous_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_continuous_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_continuous_web_jobs_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers) + list_continuous_web_jobs_slot_next_async(next_page_link, custom_headers) end page end @@ -42898,12 +41744,12 @@ def list_continuous_web_jobs_slot_as_lazy(resource_group_name, name, slot, custo # @return [DeploymentCollection] which provide lazy access to pages of the # response. # - def list_deployments_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_deployments_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_deployments_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_deployments_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_deployments_slot_next_async(next_page_link, custom_headers:custom_headers) + list_deployments_slot_next_async(next_page_link, custom_headers) end page end @@ -42925,12 +41771,12 @@ def list_deployments_slot_as_lazy(resource_group_name, name, slot, custom_header # @return [IdentifierCollection] which provide lazy access to pages of the # response. # - def list_domain_ownership_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_domain_ownership_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_domain_ownership_identifiers_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers:custom_headers) + list_domain_ownership_identifiers_slot_next_async(next_page_link, custom_headers) end page end @@ -42952,12 +41798,12 @@ def list_domain_ownership_identifiers_slot_as_lazy(resource_group_name, name, sl # @return [FunctionEnvelopeCollection] which provide lazy access to pages of # the response. # - def list_instance_functions_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_instance_functions_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_instance_functions_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_instance_functions_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_functions_slot_next_async(next_page_link, custom_headers:custom_headers) + list_instance_functions_slot_next_async(next_page_link, custom_headers) end page end @@ -42979,12 +41825,12 @@ def list_instance_functions_slot_as_lazy(resource_group_name, name, slot, custom # @return [HostNameBindingCollection] which provide lazy access to pages of the # response. # - def list_host_name_bindings_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_host_name_bindings_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_host_name_bindings_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_host_name_bindings_slot_next_async(next_page_link, custom_headers:custom_headers) + list_host_name_bindings_slot_next_async(next_page_link, custom_headers) end page end @@ -43006,12 +41852,12 @@ def list_host_name_bindings_slot_as_lazy(resource_group_name, name, slot, custom # @return [WebAppInstanceCollection] which provide lazy access to pages of the # response. # - def list_instance_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_instance_identifiers_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_instance_identifiers_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_instance_identifiers_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_identifiers_slot_next_async(next_page_link, custom_headers:custom_headers) + list_instance_identifiers_slot_next_async(next_page_link, custom_headers) end page end @@ -43038,12 +41884,12 @@ def list_instance_identifiers_slot_as_lazy(resource_group_name, name, slot, cust # @return [ProcessInfoCollection] which provide lazy access to pages of the # response. # - def list_instance_processes_slot_as_lazy(resource_group_name, name, slot, instance_id, custom_headers:nil) - response = list_instance_processes_slot_async(resource_group_name, name, slot, instance_id, custom_headers:custom_headers).value! + def list_instance_processes_slot_as_lazy(resource_group_name, name, slot, instance_id, custom_headers = nil) + response = list_instance_processes_slot_async(resource_group_name, name, slot, instance_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_processes_slot_next_async(next_page_link, custom_headers:custom_headers) + list_instance_processes_slot_next_async(next_page_link, custom_headers) end page end @@ -43071,12 +41917,12 @@ def list_instance_processes_slot_as_lazy(resource_group_name, name, slot, instan # @return [ProcessModuleInfoCollection] which provide lazy access to pages of # the response. # - def list_instance_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - response = list_instance_process_modules_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def list_instance_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + response = list_instance_process_modules_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_process_modules_slot_next_async(next_page_link, custom_headers:custom_headers) + list_instance_process_modules_slot_next_async(next_page_link, custom_headers) end page end @@ -43104,12 +41950,12 @@ def list_instance_process_modules_slot_as_lazy(resource_group_name, name, proces # @return [ProcessThreadInfoCollection] which provide lazy access to pages of # the response. # - def list_instance_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers:nil) - response = list_instance_process_threads_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers:custom_headers).value! + def list_instance_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, instance_id, custom_headers = nil) + response = list_instance_process_threads_slot_async(resource_group_name, name, process_id, slot, instance_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_instance_process_threads_slot_next_async(next_page_link, custom_headers:custom_headers) + list_instance_process_threads_slot_next_async(next_page_link, custom_headers) end page end @@ -43131,12 +41977,12 @@ def list_instance_process_threads_slot_as_lazy(resource_group_name, name, proces # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_metric_definitions_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_metric_definitions_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_metric_definitions_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_metric_definitions_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metric_definitions_slot_next_async(next_page_link, custom_headers:custom_headers) + list_metric_definitions_slot_next_async(next_page_link, custom_headers) end page end @@ -43164,12 +42010,12 @@ def list_metric_definitions_slot_as_lazy(resource_group_name, name, slot, custom # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_metrics_slot_as_lazy(resource_group_name, name, slot, details:nil, filter:nil, custom_headers:nil) - response = list_metrics_slot_async(resource_group_name, name, slot, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_slot_as_lazy(resource_group_name, name, slot, details = nil, filter = nil, custom_headers = nil) + response = list_metrics_slot_async(resource_group_name, name, slot, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metrics_slot_next_async(next_page_link, custom_headers:custom_headers) + list_metrics_slot_next_async(next_page_link, custom_headers) end page end @@ -43195,12 +42041,12 @@ def list_metrics_slot_as_lazy(resource_group_name, name, slot, details:nil, filt # @return [PerfMonCounterCollection] which provide lazy access to pages of the # response. # - def list_perf_mon_counters_slot_as_lazy(resource_group_name, name, slot, filter:nil, custom_headers:nil) - response = list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter:filter, custom_headers:custom_headers).value! + def list_perf_mon_counters_slot_as_lazy(resource_group_name, name, slot, filter = nil, custom_headers = nil) + response = list_perf_mon_counters_slot_async(resource_group_name, name, slot, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_perf_mon_counters_slot_next_async(next_page_link, custom_headers:custom_headers) + list_perf_mon_counters_slot_next_async(next_page_link, custom_headers) end page end @@ -43224,12 +42070,12 @@ def list_perf_mon_counters_slot_as_lazy(resource_group_name, name, slot, filter: # @return [ProcessInfoCollection] which provide lazy access to pages of the # response. # - def list_processes_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_processes_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_processes_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_processes_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_processes_slot_next_async(next_page_link, custom_headers:custom_headers) + list_processes_slot_next_async(next_page_link, custom_headers) end page end @@ -43254,12 +42100,12 @@ def list_processes_slot_as_lazy(resource_group_name, name, slot, custom_headers: # @return [ProcessModuleInfoCollection] which provide lazy access to pages of # the response. # - def list_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers:nil) - response = list_process_modules_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def list_process_modules_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers = nil) + response = list_process_modules_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_process_modules_slot_next_async(next_page_link, custom_headers:custom_headers) + list_process_modules_slot_next_async(next_page_link, custom_headers) end page end @@ -43284,12 +42130,12 @@ def list_process_modules_slot_as_lazy(resource_group_name, name, process_id, slo # @return [ProcessThreadInfoCollection] which provide lazy access to pages of # the response. # - def list_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers:nil) - response = list_process_threads_slot_async(resource_group_name, name, process_id, slot, custom_headers:custom_headers).value! + def list_process_threads_slot_as_lazy(resource_group_name, name, process_id, slot, custom_headers = nil) + response = list_process_threads_slot_async(resource_group_name, name, process_id, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_process_threads_slot_next_async(next_page_link, custom_headers:custom_headers) + list_process_threads_slot_next_async(next_page_link, custom_headers) end page end @@ -43311,21 +42157,21 @@ def list_process_threads_slot_as_lazy(resource_group_name, name, process_id, slo # @return [PublicCertificateCollection] which provide lazy access to pages of # the response. # - def list_public_certificates_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_public_certificates_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_public_certificates_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_public_certificates_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_public_certificates_slot_next_async(next_page_link, custom_headers:custom_headers) + list_public_certificates_slot_next_async(next_page_link, custom_headers) end page end end # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # - # Get list of siteextensions for a web site, or a deployment slot. + # Get list of site extensions for a web site, or a deployment slot. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -43338,12 +42184,12 @@ def list_public_certificates_slot_as_lazy(resource_group_name, name, slot, custo # @return [SiteExtensionInfoCollection] which provide lazy access to pages of # the response. # - def list_site_extensions_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_site_extensions_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_site_extensions_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_site_extensions_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_site_extensions_slot_next_async(next_page_link, custom_headers:custom_headers) + list_site_extensions_slot_next_async(next_page_link, custom_headers) end page end @@ -43367,12 +42213,12 @@ def list_site_extensions_slot_as_lazy(resource_group_name, name, slot, custom_he # @return [SlotDifferenceCollection] which provide lazy access to pages of the # response. # - def list_slot_differences_slot_as_lazy(resource_group_name, name, slot_swap_entity, slot, custom_headers:nil) - response = list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers:custom_headers).value! + def list_slot_differences_slot_as_lazy(resource_group_name, name, slot_swap_entity, slot, custom_headers = nil) + response = list_slot_differences_slot_async(resource_group_name, name, slot_swap_entity, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_slot_differences_slot_next_async(next_page_link, custom_headers:custom_headers) + list_slot_differences_slot_next_async(next_page_link, custom_headers) end page end @@ -43393,12 +42239,12 @@ def list_slot_differences_slot_as_lazy(resource_group_name, name, slot_swap_enti # @return [SnapshotCollection] which provide lazy access to pages of the # response. # - def list_snapshots_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_snapshots_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_snapshots_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_snapshots_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_snapshots_slot_next_async(next_page_link, custom_headers:custom_headers) + list_snapshots_slot_next_async(next_page_link, custom_headers) end page end @@ -43420,12 +42266,12 @@ def list_snapshots_slot_as_lazy(resource_group_name, name, slot, custom_headers: # @return [TriggeredWebJobCollection] which provide lazy access to pages of the # response. # - def list_triggered_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_triggered_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_triggered_web_jobs_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers) + list_triggered_web_jobs_slot_next_async(next_page_link, custom_headers) end page end @@ -43448,12 +42294,12 @@ def list_triggered_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom # @return [TriggeredJobHistoryCollection] which provide lazy access to pages of # the response. # - def list_triggered_web_job_history_slot_as_lazy(resource_group_name, name, web_job_name, slot, custom_headers:nil) - response = list_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, slot, custom_headers:custom_headers).value! + def list_triggered_web_job_history_slot_as_lazy(resource_group_name, name, web_job_name, slot, custom_headers = nil) + response = list_triggered_web_job_history_slot_async(resource_group_name, name, web_job_name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers:custom_headers) + list_triggered_web_job_history_slot_next_async(next_page_link, custom_headers) end page end @@ -43481,12 +42327,12 @@ def list_triggered_web_job_history_slot_as_lazy(resource_group_name, name, web_j # @return [CsmUsageQuotaCollection] which provide lazy access to pages of the # response. # - def list_usages_slot_as_lazy(resource_group_name, name, slot, filter:nil, custom_headers:nil) - response = list_usages_slot_async(resource_group_name, name, slot, filter:filter, custom_headers:custom_headers).value! + def list_usages_slot_as_lazy(resource_group_name, name, slot, filter = nil, custom_headers = nil) + response = list_usages_slot_async(resource_group_name, name, slot, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_usages_slot_next_async(next_page_link, custom_headers:custom_headers) + list_usages_slot_next_async(next_page_link, custom_headers) end page end @@ -43508,12 +42354,12 @@ def list_usages_slot_as_lazy(resource_group_name, name, slot, filter:nil, custom # @return [WebJobCollection] which provide lazy access to pages of the # response. # - def list_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:nil) - response = list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers:custom_headers).value! + def list_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers = nil) + response = list_web_jobs_slot_async(resource_group_name, name, slot, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_jobs_slot_next_async(next_page_link, custom_headers:custom_headers) + list_web_jobs_slot_next_async(next_page_link, custom_headers) end page end @@ -43535,12 +42381,12 @@ def list_web_jobs_slot_as_lazy(resource_group_name, name, slot, custom_headers:n # @return [SlotDifferenceCollection] which provide lazy access to pages of the # response. # - def list_slot_differences_from_production_as_lazy(resource_group_name, name, slot_swap_entity, custom_headers:nil) - response = list_slot_differences_from_production_async(resource_group_name, name, slot_swap_entity, custom_headers:custom_headers).value! + def list_slot_differences_from_production_as_lazy(resource_group_name, name, slot_swap_entity, custom_headers = nil) + response = list_slot_differences_from_production_async(resource_group_name, name, slot_swap_entity, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_slot_differences_from_production_next_async(next_page_link, custom_headers:custom_headers) + list_slot_differences_from_production_next_async(next_page_link, custom_headers) end page end @@ -43560,12 +42406,12 @@ def list_slot_differences_from_production_as_lazy(resource_group_name, name, slo # @return [SnapshotCollection] which provide lazy access to pages of the # response. # - def list_snapshots_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_snapshots_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_snapshots_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_snapshots_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_snapshots_next_async(next_page_link, custom_headers:custom_headers) + list_snapshots_next_async(next_page_link, custom_headers) end page end @@ -43585,12 +42431,12 @@ def list_snapshots_as_lazy(resource_group_name, name, custom_headers:nil) # @return [TriggeredWebJobCollection] which provide lazy access to pages of the # response. # - def list_triggered_web_jobs_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_triggered_web_jobs_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_triggered_web_jobs_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_triggered_web_jobs_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_triggered_web_jobs_next_async(next_page_link, custom_headers:custom_headers) + list_triggered_web_jobs_next_async(next_page_link, custom_headers) end page end @@ -43611,12 +42457,12 @@ def list_triggered_web_jobs_as_lazy(resource_group_name, name, custom_headers:ni # @return [TriggeredJobHistoryCollection] which provide lazy access to pages of # the response. # - def list_triggered_web_job_history_as_lazy(resource_group_name, name, web_job_name, custom_headers:nil) - response = list_triggered_web_job_history_async(resource_group_name, name, web_job_name, custom_headers:custom_headers).value! + def list_triggered_web_job_history_as_lazy(resource_group_name, name, web_job_name, custom_headers = nil) + response = list_triggered_web_job_history_async(resource_group_name, name, web_job_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_triggered_web_job_history_next_async(next_page_link, custom_headers:custom_headers) + list_triggered_web_job_history_next_async(next_page_link, custom_headers) end page end @@ -43642,12 +42488,12 @@ def list_triggered_web_job_history_as_lazy(resource_group_name, name, web_job_na # @return [CsmUsageQuotaCollection] which provide lazy access to pages of the # response. # - def list_usages_as_lazy(resource_group_name, name, filter:nil, custom_headers:nil) - response = list_usages_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_usages_as_lazy(resource_group_name, name, filter = nil, custom_headers = nil) + response = list_usages_async(resource_group_name, name, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_usages_next_async(next_page_link, custom_headers:custom_headers) + list_usages_next_async(next_page_link, custom_headers) end page end @@ -43667,12 +42513,12 @@ def list_usages_as_lazy(resource_group_name, name, filter:nil, custom_headers:ni # @return [WebJobCollection] which provide lazy access to pages of the # response. # - def list_web_jobs_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_web_jobs_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_web_jobs_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_web_jobs_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_jobs_next_async(next_page_link, custom_headers:custom_headers) + list_web_jobs_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb index 3949ba04c6..1c59a180b6 100644 --- a/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb +++ b/management/azure_mgmt_web/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb @@ -24,16 +24,15 @@ class WebSiteManagementClient < MsRestAzure::AzureServiceClient # @return [String] API Version 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 [WebApps] web_apps @@ -106,9 +105,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? @@ -125,7 +121,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_web' - sdk_information = "#{sdk_information}/0.17.2" + if defined? Azure::Web::Mgmt::V2016_08_01::VERSION + sdk_information = "#{sdk_information}/#{Azure::Web::Mgmt::V2016_08_01::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_environments.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_environments.rb index c55e905033..2e8c1c65f9 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_environments.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_environments.rb @@ -31,8 +31,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 @@ -46,8 +46,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 # @@ -60,13 +60,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 @@ -123,8 +122,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 @@ -140,8 +139,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 # @@ -156,17 +155,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, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -224,8 +219,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [AppServiceEnvironmentResource] operation results. # - def get(resource_group_name, name, custom_headers:nil) - response = get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get(resource_group_name, name, custom_headers = nil) + response = get_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -242,8 +237,8 @@ def get(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, name, custom_headers:nil) - get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, name, custom_headers = nil) + get_async(resource_group_name, name, custom_headers).value! end # @@ -259,18 +254,14 @@ def get_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, name, custom_headers:nil) + def get_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -330,8 +321,8 @@ def get_async(resource_group_name, name, custom_headers:nil) # # @return [AppServiceEnvironmentResource] operation results. # - def create_or_update(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) - response = create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) + response = create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers).value! response.body unless response.nil? end @@ -347,9 +338,9 @@ def create_or_update(resource_group_name, name, hosting_environment_envelope, cu # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) + def create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -379,8 +370,8 @@ def create_or_update_async(resource_group_name, name, hosting_environment_envelo # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, name, force_delete:nil, custom_headers:nil) - response = delete_async(resource_group_name, name, force_delete:force_delete, custom_headers:custom_headers).value! + def delete(resource_group_name, name, force_delete = nil, custom_headers = nil) + response = delete_async(resource_group_name, name, force_delete, custom_headers).value! nil end @@ -397,9 +388,9 @@ def delete(resource_group_name, name, force_delete:nil, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, name, force_delete:nil, custom_headers:nil) + def delete_async(resource_group_name, name, force_delete = nil, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, name, force_delete:force_delete, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, name, force_delete, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -428,8 +419,8 @@ def delete_async(resource_group_name, name, force_delete:nil, custom_headers:nil # # @return [AppServiceEnvironmentResource] operation results. # - def update(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) - response = update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:custom_headers).value! + def update(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) + response = update_async(resource_group_name, name, hosting_environment_envelope, custom_headers).value! response.body unless response.nil? end @@ -448,8 +439,8 @@ def update(resource_group_name, name, hosting_environment_envelope, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) - update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) + update_async(resource_group_name, name, hosting_environment_envelope, custom_headers).value! end # @@ -467,11 +458,8 @@ def update_with_http_info(resource_group_name, name, hosting_environment_envelop # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) + def update_async(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'hosting_environment_envelope is nil' if hosting_environment_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -479,12 +467,13 @@ def update_async(resource_group_name, name, hosting_environment_envelope, 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::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource.mapper() request_content = @client.serialize(request_mapper, hosting_environment_envelope) @@ -556,8 +545,8 @@ def update_async(resource_group_name, name, hosting_environment_envelope, custom # # @return [Array] operation results. # - def list_capacities(resource_group_name, name, custom_headers:nil) - first_page = list_capacities_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_capacities(resource_group_name, name, custom_headers = nil) + first_page = list_capacities_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -576,8 +565,8 @@ def list_capacities(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_capacities_with_http_info(resource_group_name, name, custom_headers:nil) - list_capacities_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_capacities_with_http_info(resource_group_name, name, custom_headers = nil) + list_capacities_async(resource_group_name, name, custom_headers).value! end # @@ -595,18 +584,14 @@ def list_capacities_with_http_info(resource_group_name, name, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_capacities_async(resource_group_name, name, custom_headers:nil) + def list_capacities_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -664,8 +649,8 @@ def list_capacities_async(resource_group_name, name, custom_headers:nil) # # @return [AddressResponse] operation results. # - def list_vips(resource_group_name, name, custom_headers:nil) - response = list_vips_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_vips(resource_group_name, name, custom_headers = nil) + response = list_vips_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -682,8 +667,8 @@ def list_vips(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_vips_with_http_info(resource_group_name, name, custom_headers:nil) - list_vips_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_vips_with_http_info(resource_group_name, name, custom_headers = nil) + list_vips_async(resource_group_name, name, custom_headers).value! end # @@ -699,18 +684,14 @@ def list_vips_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_vips_async(resource_group_name, name, custom_headers:nil) + def list_vips_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -768,8 +749,8 @@ def list_vips_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_diagnostics(resource_group_name, name, custom_headers:nil) - response = list_diagnostics_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_diagnostics(resource_group_name, name, custom_headers = nil) + response = list_diagnostics_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -786,8 +767,8 @@ def list_diagnostics(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_diagnostics_with_http_info(resource_group_name, name, custom_headers:nil) - list_diagnostics_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_diagnostics_with_http_info(resource_group_name, name, custom_headers = nil) + list_diagnostics_async(resource_group_name, name, custom_headers).value! end # @@ -803,18 +784,14 @@ def list_diagnostics_with_http_info(resource_group_name, name, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_diagnostics_async(resource_group_name, name, custom_headers:nil) + def list_diagnostics_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -847,13 +824,11 @@ def list_diagnostics_async(resource_group_name, 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: 'HostingEnvironmentDiagnosticsElementType', type: { @@ -889,8 +864,8 @@ def list_diagnostics_async(resource_group_name, name, custom_headers:nil) # # @return [HostingEnvironmentDiagnostics] operation results. # - def get_diagnostics_item(resource_group_name, name, diagnostics_name, custom_headers:nil) - response = get_diagnostics_item_async(resource_group_name, name, diagnostics_name, custom_headers:custom_headers).value! + def get_diagnostics_item(resource_group_name, name, diagnostics_name, custom_headers = nil) + response = get_diagnostics_item_async(resource_group_name, name, diagnostics_name, custom_headers).value! response.body unless response.nil? end @@ -908,8 +883,8 @@ def get_diagnostics_item(resource_group_name, name, diagnostics_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_diagnostics_item_with_http_info(resource_group_name, name, diagnostics_name, custom_headers:nil) - get_diagnostics_item_async(resource_group_name, name, diagnostics_name, custom_headers:custom_headers).value! + def get_diagnostics_item_with_http_info(resource_group_name, name, diagnostics_name, custom_headers = nil) + get_diagnostics_item_async(resource_group_name, name, diagnostics_name, custom_headers).value! end # @@ -926,11 +901,8 @@ def get_diagnostics_item_with_http_info(resource_group_name, name, diagnostics_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_diagnostics_item_async(resource_group_name, name, diagnostics_name, custom_headers:nil) + def get_diagnostics_item_async(resource_group_name, name, diagnostics_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'diagnostics_name is nil' if diagnostics_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -938,7 +910,6 @@ def get_diagnostics_item_async(resource_group_name, name, diagnostics_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -996,8 +967,8 @@ def get_diagnostics_item_async(resource_group_name, name, diagnostics_name, cust # # @return [MetricDefinition] operation results. # - def list_metric_definitions(resource_group_name, name, custom_headers:nil) - response = list_metric_definitions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metric_definitions(resource_group_name, name, custom_headers = nil) + response = list_metric_definitions_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -1014,8 +985,8 @@ def list_metric_definitions(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_with_http_info(resource_group_name, name, custom_headers:nil) - list_metric_definitions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metric_definitions_with_http_info(resource_group_name, name, custom_headers = nil) + list_metric_definitions_async(resource_group_name, name, custom_headers).value! end # @@ -1031,18 +1002,14 @@ def list_metric_definitions_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_async(resource_group_name, name, custom_headers:nil) + def list_metric_definitions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1106,8 +1073,8 @@ def list_metric_definitions_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_metrics(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - first_page = list_metrics_as_lazy(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers) + def list_metrics(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + first_page = list_metrics_as_lazy(resource_group_name, name, details, filter, custom_headers) first_page.get_all_items end @@ -1130,8 +1097,8 @@ def list_metrics(resource_group_name, name, details:nil, filter:nil, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_with_http_info(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - list_metrics_async(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_with_http_info(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + list_metrics_async(resource_group_name, name, details, filter, custom_headers).value! end # @@ -1153,18 +1120,14 @@ def list_metrics_with_http_info(resource_group_name, name, details:nil, filter:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) + def list_metrics_async(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1223,8 +1186,8 @@ def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custo # # @return [Array] operation results. # - def list_multi_role_pools(resource_group_name, name, custom_headers:nil) - first_page = list_multi_role_pools_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_multi_role_pools(resource_group_name, name, custom_headers = nil) + first_page = list_multi_role_pools_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -1241,8 +1204,8 @@ def list_multi_role_pools(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pools_with_http_info(resource_group_name, name, custom_headers:nil) - list_multi_role_pools_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_pools_with_http_info(resource_group_name, name, custom_headers = nil) + list_multi_role_pools_async(resource_group_name, name, custom_headers).value! end # @@ -1258,18 +1221,14 @@ def list_multi_role_pools_with_http_info(resource_group_name, name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pools_async(resource_group_name, name, custom_headers:nil) + def list_multi_role_pools_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1327,8 +1286,8 @@ def list_multi_role_pools_async(resource_group_name, name, custom_headers:nil) # # @return [WorkerPoolResource] operation results. # - def get_multi_role_pool(resource_group_name, name, custom_headers:nil) - response = get_multi_role_pool_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_multi_role_pool(resource_group_name, name, custom_headers = nil) + response = get_multi_role_pool_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -1345,8 +1304,8 @@ def get_multi_role_pool(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_multi_role_pool_with_http_info(resource_group_name, name, custom_headers:nil) - get_multi_role_pool_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_multi_role_pool_with_http_info(resource_group_name, name, custom_headers = nil) + get_multi_role_pool_async(resource_group_name, name, custom_headers).value! end # @@ -1362,18 +1321,14 @@ def get_multi_role_pool_with_http_info(resource_group_name, name, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_multi_role_pool_async(resource_group_name, name, custom_headers:nil) + def get_multi_role_pool_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1433,8 +1388,8 @@ def get_multi_role_pool_async(resource_group_name, name, custom_headers:nil) # # @return [WorkerPoolResource] operation results. # - def create_or_update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) - response = create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:custom_headers).value! + def create_or_update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) + response = create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers).value! response.body unless response.nil? end @@ -1450,9 +1405,9 @@ def create_or_update_multi_role_pool(resource_group_name, name, multi_role_pool_ # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) + def create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) # Send request - promise = begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:custom_headers) + promise = begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -1483,8 +1438,8 @@ def create_or_update_multi_role_pool_async(resource_group_name, name, multi_role # # @return [WorkerPoolResource] operation results. # - def update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) - response = update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:custom_headers).value! + def update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) + response = update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers).value! response.body unless response.nil? end @@ -1503,8 +1458,8 @@ def update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_multi_role_pool_with_http_info(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) - update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:custom_headers).value! + def update_multi_role_pool_with_http_info(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) + update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers).value! end # @@ -1522,11 +1477,8 @@ def update_multi_role_pool_with_http_info(resource_group_name, name, multi_role_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) + def update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'multi_role_pool_envelope is nil' if multi_role_pool_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1534,12 +1486,13 @@ def update_multi_role_pool_async(resource_group_name, name, multi_role_pool_enve 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::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource.mapper() request_content = @client.serialize(request_mapper, multi_role_pool_envelope) @@ -1612,8 +1565,8 @@ def update_multi_role_pool_async(resource_group_name, name, multi_role_pool_enve # # @return [Array] operation results. # - def list_multi_role_pool_instance_metric_definitions(resource_group_name, name, instance, custom_headers:nil) - first_page = list_multi_role_pool_instance_metric_definitions_as_lazy(resource_group_name, name, instance, custom_headers:custom_headers) + def list_multi_role_pool_instance_metric_definitions(resource_group_name, name, instance, custom_headers = nil) + first_page = list_multi_role_pool_instance_metric_definitions_as_lazy(resource_group_name, name, instance, custom_headers) first_page.get_all_items end @@ -1633,8 +1586,8 @@ def list_multi_role_pool_instance_metric_definitions(resource_group_name, name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pool_instance_metric_definitions_with_http_info(resource_group_name, name, instance, custom_headers:nil) - list_multi_role_pool_instance_metric_definitions_async(resource_group_name, name, instance, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metric_definitions_with_http_info(resource_group_name, name, instance, custom_headers = nil) + list_multi_role_pool_instance_metric_definitions_async(resource_group_name, name, instance, custom_headers).value! end # @@ -1653,11 +1606,8 @@ def list_multi_role_pool_instance_metric_definitions_with_http_info(resource_gro # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pool_instance_metric_definitions_async(resource_group_name, name, instance, custom_headers:nil) + def list_multi_role_pool_instance_metric_definitions_async(resource_group_name, name, instance, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'instance is nil' if instance.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1665,7 +1615,6 @@ def list_multi_role_pool_instance_metric_definitions_async(resource_group_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1728,8 +1677,8 @@ def list_multi_role_pool_instance_metric_definitions_async(resource_group_name, # # @return [Array] operation results. # - def list_multi_role_pool_instance_metrics(resource_group_name, name, instance, details:nil, custom_headers:nil) - first_page = list_multi_role_pool_instance_metrics_as_lazy(resource_group_name, name, instance, details:details, custom_headers:custom_headers) + def list_multi_role_pool_instance_metrics(resource_group_name, name, instance, details = nil, custom_headers = nil) + first_page = list_multi_role_pool_instance_metrics_as_lazy(resource_group_name, name, instance, details, custom_headers) first_page.get_all_items end @@ -1751,8 +1700,8 @@ def list_multi_role_pool_instance_metrics(resource_group_name, name, instance, d # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pool_instance_metrics_with_http_info(resource_group_name, name, instance, details:nil, custom_headers:nil) - list_multi_role_pool_instance_metrics_async(resource_group_name, name, instance, details:details, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metrics_with_http_info(resource_group_name, name, instance, details = nil, custom_headers = nil) + list_multi_role_pool_instance_metrics_async(resource_group_name, name, instance, details, custom_headers).value! end # @@ -1773,11 +1722,8 @@ def list_multi_role_pool_instance_metrics_with_http_info(resource_group_name, na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pool_instance_metrics_async(resource_group_name, name, instance, details:nil, custom_headers:nil) + def list_multi_role_pool_instance_metrics_async(resource_group_name, name, instance, details = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'instance is nil' if instance.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -1785,7 +1731,6 @@ def list_multi_role_pool_instance_metrics_async(resource_group_name, name, insta request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1843,8 +1788,8 @@ def list_multi_role_pool_instance_metrics_async(resource_group_name, name, insta # # @return [Array] operation results. # - def list_multi_role_metric_definitions(resource_group_name, name, custom_headers:nil) - first_page = list_multi_role_metric_definitions_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_multi_role_metric_definitions(resource_group_name, name, custom_headers = nil) + first_page = list_multi_role_metric_definitions_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -1861,8 +1806,8 @@ def list_multi_role_metric_definitions(resource_group_name, name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_metric_definitions_with_http_info(resource_group_name, name, custom_headers:nil) - list_multi_role_metric_definitions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_metric_definitions_with_http_info(resource_group_name, name, custom_headers = nil) + list_multi_role_metric_definitions_async(resource_group_name, name, custom_headers).value! end # @@ -1878,18 +1823,14 @@ def list_multi_role_metric_definitions_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_metric_definitions_async(resource_group_name, name, custom_headers:nil) + def list_multi_role_metric_definitions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1956,8 +1897,8 @@ def list_multi_role_metric_definitions_async(resource_group_name, name, custom_h # # @return [Array] operation results. # - def list_multi_role_metrics(resource_group_name, name, start_time:nil, end_time:nil, time_grain:nil, details:nil, filter:nil, custom_headers:nil) - first_page = list_multi_role_metrics_as_lazy(resource_group_name, name, start_time:start_time, end_time:end_time, time_grain:time_grain, details:details, filter:filter, custom_headers:custom_headers) + def list_multi_role_metrics(resource_group_name, name, start_time = nil, end_time = nil, time_grain = nil, details = nil, filter = nil, custom_headers = nil) + first_page = list_multi_role_metrics_as_lazy(resource_group_name, name, start_time, end_time, time_grain, details, filter, custom_headers) first_page.get_all_items end @@ -1983,8 +1924,8 @@ def list_multi_role_metrics(resource_group_name, name, start_time:nil, end_time: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_metrics_with_http_info(resource_group_name, name, start_time:nil, end_time:nil, time_grain:nil, details:nil, filter:nil, custom_headers:nil) - list_multi_role_metrics_async(resource_group_name, name, start_time:start_time, end_time:end_time, time_grain:time_grain, details:details, filter:filter, custom_headers:custom_headers).value! + def list_multi_role_metrics_with_http_info(resource_group_name, name, start_time = nil, end_time = nil, time_grain = nil, details = nil, filter = nil, custom_headers = nil) + list_multi_role_metrics_async(resource_group_name, name, start_time, end_time, time_grain, details, filter, custom_headers).value! end # @@ -2009,18 +1950,14 @@ def list_multi_role_metrics_with_http_info(resource_group_name, name, start_time # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_metrics_async(resource_group_name, name, start_time:nil, end_time:nil, time_grain:nil, details:nil, filter:nil, custom_headers:nil) + def list_multi_role_metrics_async(resource_group_name, name, start_time = nil, end_time = nil, time_grain = nil, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2079,8 +2016,8 @@ def list_multi_role_metrics_async(resource_group_name, name, start_time:nil, end # # @return [Array] operation results. # - def list_multi_role_pool_skus(resource_group_name, name, custom_headers:nil) - first_page = list_multi_role_pool_skus_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_multi_role_pool_skus(resource_group_name, name, custom_headers = nil) + first_page = list_multi_role_pool_skus_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -2097,8 +2034,8 @@ def list_multi_role_pool_skus(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pool_skus_with_http_info(resource_group_name, name, custom_headers:nil) - list_multi_role_pool_skus_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_pool_skus_with_http_info(resource_group_name, name, custom_headers = nil) + list_multi_role_pool_skus_async(resource_group_name, name, custom_headers).value! end # @@ -2114,18 +2051,14 @@ def list_multi_role_pool_skus_with_http_info(resource_group_name, name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pool_skus_async(resource_group_name, name, custom_headers:nil) + def list_multi_role_pool_skus_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2183,8 +2116,8 @@ def list_multi_role_pool_skus_async(resource_group_name, name, custom_headers:ni # # @return [Array] operation results. # - def list_multi_role_usages(resource_group_name, name, custom_headers:nil) - first_page = list_multi_role_usages_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_multi_role_usages(resource_group_name, name, custom_headers = nil) + first_page = list_multi_role_usages_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -2201,8 +2134,8 @@ def list_multi_role_usages(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_usages_with_http_info(resource_group_name, name, custom_headers:nil) - list_multi_role_usages_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_usages_with_http_info(resource_group_name, name, custom_headers = nil) + list_multi_role_usages_async(resource_group_name, name, custom_headers).value! end # @@ -2218,18 +2151,14 @@ def list_multi_role_usages_with_http_info(resource_group_name, name, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_usages_async(resource_group_name, name, custom_headers:nil) + def list_multi_role_usages_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2287,8 +2216,8 @@ def list_multi_role_usages_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_operations(resource_group_name, name, custom_headers:nil) - response = list_operations_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_operations(resource_group_name, name, custom_headers = nil) + response = list_operations_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -2305,8 +2234,8 @@ def list_operations(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_operations_with_http_info(resource_group_name, name, custom_headers:nil) - list_operations_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_operations_with_http_info(resource_group_name, name, custom_headers = nil) + list_operations_async(resource_group_name, name, custom_headers).value! end # @@ -2322,18 +2251,14 @@ def list_operations_with_http_info(resource_group_name, name, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_operations_async(resource_group_name, name, custom_headers:nil) + def list_operations_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2366,13 +2291,11 @@ def list_operations_async(resource_group_name, 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: 'OperationElementType', type: { @@ -2406,8 +2329,8 @@ def list_operations_async(resource_group_name, name, custom_headers:nil) # will be added to the HTTP request. # # - def reboot(resource_group_name, name, custom_headers:nil) - response = reboot_async(resource_group_name, name, custom_headers:custom_headers).value! + def reboot(resource_group_name, name, custom_headers = nil) + response = reboot_async(resource_group_name, name, custom_headers).value! nil end @@ -2424,8 +2347,8 @@ def reboot(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reboot_with_http_info(resource_group_name, name, custom_headers:nil) - reboot_async(resource_group_name, name, custom_headers:custom_headers).value! + def reboot_with_http_info(resource_group_name, name, custom_headers = nil) + reboot_async(resource_group_name, name, custom_headers).value! end # @@ -2441,18 +2364,14 @@ def reboot_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reboot_async(resource_group_name, name, custom_headers:nil) + def reboot_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2500,12 +2419,12 @@ def reboot_async(resource_group_name, name, custom_headers:nil) # # @return [Array] which provide lazy access to pages of the response. # - def resume(resource_group_name, name, custom_headers:nil) - response = resume_async(resource_group_name, name, custom_headers:custom_headers).value! + def resume(resource_group_name, name, custom_headers = nil) + response = resume_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - resume_next_async(next_page_link, custom_headers:custom_headers) + resume_next_async(next_page_link, custom_headers) end page end @@ -2523,8 +2442,8 @@ def resume(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def resume(resource_group_name, name, custom_headers:nil) - first_page = resume_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def resume(resource_group_name, name, custom_headers = nil) + first_page = resume_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -2538,9 +2457,9 @@ def resume(resource_group_name, name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def resume_async(resource_group_name, name, custom_headers:nil) + def resume_async(resource_group_name, name, custom_headers = nil) # Send request - promise = begin_resume_async(resource_group_name, name, custom_headers:custom_headers) + promise = begin_resume_async(resource_group_name, name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -2569,8 +2488,8 @@ def resume_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_app_service_plans(resource_group_name, name, custom_headers:nil) - first_page = list_app_service_plans_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_app_service_plans(resource_group_name, name, custom_headers = nil) + first_page = list_app_service_plans_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -2587,8 +2506,8 @@ def list_app_service_plans(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_app_service_plans_with_http_info(resource_group_name, name, custom_headers:nil) - list_app_service_plans_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_app_service_plans_with_http_info(resource_group_name, name, custom_headers = nil) + list_app_service_plans_async(resource_group_name, name, custom_headers).value! end # @@ -2604,18 +2523,14 @@ def list_app_service_plans_with_http_info(resource_group_name, name, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_app_service_plans_async(resource_group_name, name, custom_headers:nil) + def list_app_service_plans_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2675,8 +2590,8 @@ def list_app_service_plans_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_web_apps(resource_group_name, name, properties_to_include:nil, custom_headers:nil) - first_page = list_web_apps_as_lazy(resource_group_name, name, properties_to_include:properties_to_include, custom_headers:custom_headers) + def list_web_apps(resource_group_name, name, properties_to_include = nil, custom_headers = nil) + first_page = list_web_apps_as_lazy(resource_group_name, name, properties_to_include, custom_headers) first_page.get_all_items end @@ -2695,8 +2610,8 @@ def list_web_apps(resource_group_name, name, properties_to_include:nil, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_apps_with_http_info(resource_group_name, name, properties_to_include:nil, custom_headers:nil) - list_web_apps_async(resource_group_name, name, properties_to_include:properties_to_include, custom_headers:custom_headers).value! + def list_web_apps_with_http_info(resource_group_name, name, properties_to_include = nil, custom_headers = nil) + list_web_apps_async(resource_group_name, name, properties_to_include, custom_headers).value! end # @@ -2714,18 +2629,14 @@ def list_web_apps_with_http_info(resource_group_name, name, properties_to_includ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_apps_async(resource_group_name, name, properties_to_include:nil, custom_headers:nil) + def list_web_apps_async(resource_group_name, name, properties_to_include = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2783,12 +2694,12 @@ def list_web_apps_async(resource_group_name, name, properties_to_include:nil, cu # # @return [Array] which provide lazy access to pages of the response. # - def suspend(resource_group_name, name, custom_headers:nil) - response = suspend_async(resource_group_name, name, custom_headers:custom_headers).value! + def suspend(resource_group_name, name, custom_headers = nil) + response = suspend_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - suspend_next_async(next_page_link, custom_headers:custom_headers) + suspend_next_async(next_page_link, custom_headers) end page end @@ -2806,8 +2717,8 @@ def suspend(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def suspend(resource_group_name, name, custom_headers:nil) - first_page = suspend_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def suspend(resource_group_name, name, custom_headers = nil) + first_page = suspend_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -2821,9 +2732,9 @@ def suspend(resource_group_name, name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def suspend_async(resource_group_name, name, custom_headers:nil) + def suspend_async(resource_group_name, name, custom_headers = nil) # Send request - promise = begin_suspend_async(resource_group_name, name, custom_headers:custom_headers) + promise = begin_suspend_async(resource_group_name, name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -2856,8 +2767,8 @@ def suspend_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_usages(resource_group_name, name, filter:nil, custom_headers:nil) - first_page = list_usages_as_lazy(resource_group_name, name, filter:filter, custom_headers:custom_headers) + def list_usages(resource_group_name, name, filter = nil, custom_headers = nil) + first_page = list_usages_as_lazy(resource_group_name, name, filter, custom_headers) first_page.get_all_items end @@ -2878,8 +2789,8 @@ def list_usages(resource_group_name, name, filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_with_http_info(resource_group_name, name, filter:nil, custom_headers:nil) - list_usages_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_usages_with_http_info(resource_group_name, name, filter = nil, custom_headers = nil) + list_usages_async(resource_group_name, name, filter, custom_headers).value! end # @@ -2899,18 +2810,14 @@ def list_usages_with_http_info(resource_group_name, name, filter:nil, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_async(resource_group_name, name, filter:nil, custom_headers:nil) + def list_usages_async(resource_group_name, name, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2969,8 +2876,8 @@ def list_usages_async(resource_group_name, name, filter:nil, custom_headers:nil) # # @return [Array] operation results. # - def list_worker_pools(resource_group_name, name, custom_headers:nil) - first_page = list_worker_pools_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_worker_pools(resource_group_name, name, custom_headers = nil) + first_page = list_worker_pools_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -2987,8 +2894,8 @@ def list_worker_pools(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pools_with_http_info(resource_group_name, name, custom_headers:nil) - list_worker_pools_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_worker_pools_with_http_info(resource_group_name, name, custom_headers = nil) + list_worker_pools_async(resource_group_name, name, custom_headers).value! end # @@ -3004,18 +2911,14 @@ def list_worker_pools_with_http_info(resource_group_name, name, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pools_async(resource_group_name, name, custom_headers:nil) + def list_worker_pools_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -3074,8 +2977,8 @@ def list_worker_pools_async(resource_group_name, name, custom_headers:nil) # # @return [WorkerPoolResource] operation results. # - def get_worker_pool(resource_group_name, name, worker_pool_name, custom_headers:nil) - response = get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def get_worker_pool(resource_group_name, name, worker_pool_name, custom_headers = nil) + response = get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_headers).value! response.body unless response.nil? end @@ -3093,8 +2996,8 @@ def get_worker_pool(resource_group_name, name, worker_pool_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, custom_headers:nil) - get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def get_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, custom_headers = nil) + get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_headers).value! end # @@ -3111,11 +3014,8 @@ def get_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_headers:nil) + def get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3123,7 +3023,6 @@ def get_worker_pool_async(resource_group_name, name, worker_pool_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 @@ -3184,8 +3083,8 @@ def get_worker_pool_async(resource_group_name, name, worker_pool_name, custom_he # # @return [WorkerPoolResource] operation results. # - def create_or_update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) - response = create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:custom_headers).value! + def create_or_update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) + response = create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers).value! response.body unless response.nil? end @@ -3202,9 +3101,9 @@ def create_or_update_worker_pool(resource_group_name, name, worker_pool_name, wo # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) + def create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) # Send request - promise = begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:custom_headers) + promise = begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -3236,8 +3135,8 @@ def create_or_update_worker_pool_async(resource_group_name, name, worker_pool_na # # @return [WorkerPoolResource] operation results. # - def update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) - response = update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:custom_headers).value! + def update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) + response = update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers).value! response.body unless response.nil? end @@ -3257,8 +3156,8 @@ def update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) - update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:custom_headers).value! + def update_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) + update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers).value! end # @@ -3277,11 +3176,8 @@ def update_worker_pool_with_http_info(resource_group_name, name, worker_pool_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) + def update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, 'worker_pool_envelope is nil' if worker_pool_envelope.nil? @@ -3290,12 +3186,13 @@ def update_worker_pool_async(resource_group_name, name, worker_pool_name, worker 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::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource.mapper() request_content = @client.serialize(request_mapper, worker_pool_envelope) @@ -3369,8 +3266,8 @@ def update_worker_pool_async(resource_group_name, name, worker_pool_name, worker # # @return [Array] operation results. # - def list_worker_pool_instance_metric_definitions(resource_group_name, name, worker_pool_name, instance, custom_headers:nil) - first_page = list_worker_pool_instance_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, instance, custom_headers:custom_headers) + def list_worker_pool_instance_metric_definitions(resource_group_name, name, worker_pool_name, instance, custom_headers = nil) + first_page = list_worker_pool_instance_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, instance, custom_headers) first_page.get_all_items end @@ -3391,8 +3288,8 @@ def list_worker_pool_instance_metric_definitions(resource_group_name, name, work # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pool_instance_metric_definitions_with_http_info(resource_group_name, name, worker_pool_name, instance, custom_headers:nil) - list_worker_pool_instance_metric_definitions_async(resource_group_name, name, worker_pool_name, instance, custom_headers:custom_headers).value! + def list_worker_pool_instance_metric_definitions_with_http_info(resource_group_name, name, worker_pool_name, instance, custom_headers = nil) + list_worker_pool_instance_metric_definitions_async(resource_group_name, name, worker_pool_name, instance, custom_headers).value! end # @@ -3412,11 +3309,8 @@ def list_worker_pool_instance_metric_definitions_with_http_info(resource_group_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pool_instance_metric_definitions_async(resource_group_name, name, worker_pool_name, instance, custom_headers:nil) + def list_worker_pool_instance_metric_definitions_async(resource_group_name, name, worker_pool_name, instance, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, 'instance is nil' if instance.nil? @@ -3425,7 +3319,6 @@ def list_worker_pool_instance_metric_definitions_async(resource_group_name, name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -3493,8 +3386,8 @@ def list_worker_pool_instance_metric_definitions_async(resource_group_name, name # # @return [Array] operation results. # - def list_worker_pool_instance_metrics(resource_group_name, name, worker_pool_name, instance, details:nil, filter:nil, custom_headers:nil) - first_page = list_worker_pool_instance_metrics_as_lazy(resource_group_name, name, worker_pool_name, instance, details:details, filter:filter, custom_headers:custom_headers) + def list_worker_pool_instance_metrics(resource_group_name, name, worker_pool_name, instance, details = nil, filter = nil, custom_headers = nil) + first_page = list_worker_pool_instance_metrics_as_lazy(resource_group_name, name, worker_pool_name, instance, details, filter, custom_headers) first_page.get_all_items end @@ -3521,8 +3414,8 @@ def list_worker_pool_instance_metrics(resource_group_name, name, worker_pool_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pool_instance_metrics_with_http_info(resource_group_name, name, worker_pool_name, instance, details:nil, filter:nil, custom_headers:nil) - list_worker_pool_instance_metrics_async(resource_group_name, name, worker_pool_name, instance, details:details, filter:filter, custom_headers:custom_headers).value! + def list_worker_pool_instance_metrics_with_http_info(resource_group_name, name, worker_pool_name, instance, details = nil, filter = nil, custom_headers = nil) + list_worker_pool_instance_metrics_async(resource_group_name, name, worker_pool_name, instance, details, filter, custom_headers).value! end # @@ -3548,11 +3441,8 @@ def list_worker_pool_instance_metrics_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pool_instance_metrics_async(resource_group_name, name, worker_pool_name, instance, details:nil, filter:nil, custom_headers:nil) + def list_worker_pool_instance_metrics_async(resource_group_name, name, worker_pool_name, instance, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, 'instance is nil' if instance.nil? @@ -3561,7 +3451,6 @@ def list_worker_pool_instance_metrics_async(resource_group_name, name, worker_po request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -3621,8 +3510,8 @@ def list_worker_pool_instance_metrics_async(resource_group_name, name, worker_po # # @return [Array] operation results. # - def list_web_worker_metric_definitions(resource_group_name, name, worker_pool_name, custom_headers:nil) - first_page = list_web_worker_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, custom_headers:custom_headers) + def list_web_worker_metric_definitions(resource_group_name, name, worker_pool_name, custom_headers = nil) + first_page = list_web_worker_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, custom_headers) first_page.get_all_items end @@ -3640,8 +3529,8 @@ def list_web_worker_metric_definitions(resource_group_name, name, worker_pool_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_worker_metric_definitions_with_http_info(resource_group_name, name, worker_pool_name, custom_headers:nil) - list_web_worker_metric_definitions_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def list_web_worker_metric_definitions_with_http_info(resource_group_name, name, worker_pool_name, custom_headers = nil) + list_web_worker_metric_definitions_async(resource_group_name, name, worker_pool_name, custom_headers).value! end # @@ -3658,11 +3547,8 @@ def list_web_worker_metric_definitions_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_worker_metric_definitions_async(resource_group_name, name, worker_pool_name, custom_headers:nil) + def list_web_worker_metric_definitions_async(resource_group_name, name, worker_pool_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3670,7 +3556,6 @@ def list_web_worker_metric_definitions_async(resource_group_name, name, worker_p request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -3737,8 +3622,8 @@ def list_web_worker_metric_definitions_async(resource_group_name, name, worker_p # # @return [Array] operation results. # - def list_web_worker_metrics(resource_group_name, name, worker_pool_name, details:nil, filter:nil, custom_headers:nil) - first_page = list_web_worker_metrics_as_lazy(resource_group_name, name, worker_pool_name, details:details, filter:filter, custom_headers:custom_headers) + def list_web_worker_metrics(resource_group_name, name, worker_pool_name, details = nil, filter = nil, custom_headers = nil) + first_page = list_web_worker_metrics_as_lazy(resource_group_name, name, worker_pool_name, details, filter, custom_headers) first_page.get_all_items end @@ -3764,8 +3649,8 @@ def list_web_worker_metrics(resource_group_name, name, worker_pool_name, details # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_worker_metrics_with_http_info(resource_group_name, name, worker_pool_name, details:nil, filter:nil, custom_headers:nil) - list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_web_worker_metrics_with_http_info(resource_group_name, name, worker_pool_name, details = nil, filter = nil, custom_headers = nil) + list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, details, filter, custom_headers).value! end # @@ -3790,11 +3675,8 @@ def list_web_worker_metrics_with_http_info(resource_group_name, name, worker_poo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, details:nil, filter:nil, custom_headers:nil) + def list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3802,7 +3684,6 @@ def list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, d request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -3862,8 +3743,8 @@ def list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, d # # @return [Array] operation results. # - def list_worker_pool_skus(resource_group_name, name, worker_pool_name, custom_headers:nil) - first_page = list_worker_pool_skus_as_lazy(resource_group_name, name, worker_pool_name, custom_headers:custom_headers) + def list_worker_pool_skus(resource_group_name, name, worker_pool_name, custom_headers = nil) + first_page = list_worker_pool_skus_as_lazy(resource_group_name, name, worker_pool_name, custom_headers) first_page.get_all_items end @@ -3881,8 +3762,8 @@ def list_worker_pool_skus(resource_group_name, name, worker_pool_name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pool_skus_with_http_info(resource_group_name, name, worker_pool_name, custom_headers:nil) - list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def list_worker_pool_skus_with_http_info(resource_group_name, name, worker_pool_name, custom_headers = nil) + list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, custom_headers).value! end # @@ -3899,11 +3780,8 @@ def list_worker_pool_skus_with_http_info(resource_group_name, name, worker_pool_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, custom_headers:nil) + def list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3911,7 +3789,6 @@ def list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -3970,8 +3847,8 @@ def list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, cus # # @return [Array] operation results. # - def list_web_worker_usages(resource_group_name, name, worker_pool_name, custom_headers:nil) - first_page = list_web_worker_usages_as_lazy(resource_group_name, name, worker_pool_name, custom_headers:custom_headers) + def list_web_worker_usages(resource_group_name, name, worker_pool_name, custom_headers = nil) + first_page = list_web_worker_usages_as_lazy(resource_group_name, name, worker_pool_name, custom_headers) first_page.get_all_items end @@ -3989,8 +3866,8 @@ def list_web_worker_usages(resource_group_name, name, worker_pool_name, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_worker_usages_with_http_info(resource_group_name, name, worker_pool_name, custom_headers:nil) - list_web_worker_usages_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def list_web_worker_usages_with_http_info(resource_group_name, name, worker_pool_name, custom_headers = nil) + list_web_worker_usages_async(resource_group_name, name, worker_pool_name, custom_headers).value! end # @@ -4007,11 +3884,8 @@ def list_web_worker_usages_with_http_info(resource_group_name, name, worker_pool # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_worker_usages_async(resource_group_name, name, worker_pool_name, custom_headers:nil) + def list_web_worker_usages_async(resource_group_name, name, worker_pool_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4019,7 +3893,6 @@ def list_web_worker_usages_async(resource_group_name, name, worker_pool_name, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -4079,8 +3952,8 @@ def list_web_worker_usages_async(resource_group_name, name, worker_pool_name, cu # # @return [AppServiceEnvironmentResource] operation results. # - def begin_create_or_update(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers).value! response.body unless response.nil? end @@ -4099,8 +3972,8 @@ def begin_create_or_update(resource_group_name, name, hosting_environment_envelo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) - begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) + begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers).value! end # @@ -4118,11 +3991,8 @@ def begin_create_or_update_with_http_info(resource_group_name, name, hosting_env # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, name, hosting_environment_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'hosting_environment_envelope is nil' if hosting_environment_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4130,12 +4000,13 @@ def begin_create_or_update_async(resource_group_name, name, hosting_environment_ 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::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource.mapper() request_content = @client.serialize(request_mapper, hosting_environment_envelope) @@ -4207,8 +4078,8 @@ def begin_create_or_update_async(resource_group_name, name, hosting_environment_ # will be added to the HTTP request. # # - def begin_delete(resource_group_name, name, force_delete:nil, custom_headers:nil) - response = begin_delete_async(resource_group_name, name, force_delete:force_delete, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, name, force_delete = nil, custom_headers = nil) + response = begin_delete_async(resource_group_name, name, force_delete, custom_headers).value! nil end @@ -4228,8 +4099,8 @@ def begin_delete(resource_group_name, name, force_delete:nil, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, name, force_delete:nil, custom_headers:nil) - begin_delete_async(resource_group_name, name, force_delete:force_delete, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, name, force_delete = nil, custom_headers = nil) + begin_delete_async(resource_group_name, name, force_delete, custom_headers).value! end # @@ -4248,18 +4119,14 @@ def begin_delete_with_http_info(resource_group_name, name, force_delete:nil, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, name, force_delete:nil, custom_headers:nil) + def begin_delete_async(resource_group_name, name, force_delete = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4309,8 +4176,8 @@ def begin_delete_async(resource_group_name, name, force_delete:nil, custom_heade # # @return [WorkerPoolResource] operation results. # - def begin_create_or_update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) - response = begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:custom_headers).value! + def begin_create_or_update_multi_role_pool(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) + response = begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers).value! response.body unless response.nil? end @@ -4329,8 +4196,8 @@ def begin_create_or_update_multi_role_pool(resource_group_name, name, multi_role # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_multi_role_pool_with_http_info(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) - begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:custom_headers).value! + def begin_create_or_update_multi_role_pool_with_http_info(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) + begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers).value! end # @@ -4348,11 +4215,8 @@ def begin_create_or_update_multi_role_pool_with_http_info(resource_group_name, n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers:nil) + def begin_create_or_update_multi_role_pool_async(resource_group_name, name, multi_role_pool_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'multi_role_pool_envelope is nil' if multi_role_pool_envelope.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -4360,12 +4224,13 @@ def begin_create_or_update_multi_role_pool_async(resource_group_name, name, mult 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::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource.mapper() request_content = @client.serialize(request_mapper, multi_role_pool_envelope) @@ -4435,8 +4300,8 @@ def begin_create_or_update_multi_role_pool_async(resource_group_name, name, mult # # @return [Array] operation results. # - def begin_resume(resource_group_name, name, custom_headers:nil) - first_page = begin_resume_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def begin_resume(resource_group_name, name, custom_headers = nil) + first_page = begin_resume_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -4453,8 +4318,8 @@ def begin_resume(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_resume_with_http_info(resource_group_name, name, custom_headers:nil) - begin_resume_async(resource_group_name, name, custom_headers:custom_headers).value! + def begin_resume_with_http_info(resource_group_name, name, custom_headers = nil) + begin_resume_async(resource_group_name, name, custom_headers).value! end # @@ -4470,18 +4335,14 @@ def begin_resume_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_resume_async(resource_group_name, name, custom_headers:nil) + def begin_resume_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4549,8 +4410,8 @@ def begin_resume_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def begin_suspend(resource_group_name, name, custom_headers:nil) - first_page = begin_suspend_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def begin_suspend(resource_group_name, name, custom_headers = nil) + first_page = begin_suspend_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -4567,8 +4428,8 @@ def begin_suspend(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_suspend_with_http_info(resource_group_name, name, custom_headers:nil) - begin_suspend_async(resource_group_name, name, custom_headers:custom_headers).value! + def begin_suspend_with_http_info(resource_group_name, name, custom_headers = nil) + begin_suspend_async(resource_group_name, name, custom_headers).value! end # @@ -4584,18 +4445,14 @@ def begin_suspend_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_suspend_async(resource_group_name, name, custom_headers:nil) + def begin_suspend_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -4666,8 +4523,8 @@ def begin_suspend_async(resource_group_name, name, custom_headers:nil) # # @return [WorkerPoolResource] operation results. # - def begin_create_or_update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) - response = begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:custom_headers).value! + def begin_create_or_update_worker_pool(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) + response = begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers).value! response.body unless response.nil? end @@ -4687,8 +4544,8 @@ def begin_create_or_update_worker_pool(resource_group_name, name, worker_pool_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) - begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:custom_headers).value! + def begin_create_or_update_worker_pool_with_http_info(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) + begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers).value! end # @@ -4707,11 +4564,8 @@ def begin_create_or_update_worker_pool_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers:nil) + def begin_create_or_update_worker_pool_async(resource_group_name, name, worker_pool_name, worker_pool_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_pool_name is nil' if worker_pool_name.nil? fail ArgumentError, 'worker_pool_envelope is nil' if worker_pool_envelope.nil? @@ -4720,12 +4574,13 @@ def begin_create_or_update_worker_pool_async(resource_group_name, name, worker_p 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::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource.mapper() request_content = @client.serialize(request_mapper, worker_pool_envelope) @@ -4794,8 +4649,8 @@ def begin_create_or_update_worker_pool_async(resource_group_name, name, worker_p # # @return [AppServiceEnvironmentCollection] 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 @@ -4811,8 +4666,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 # @@ -4827,12 +4682,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 @@ -4888,8 +4742,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [AppServiceEnvironmentCollection] 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 @@ -4905,8 +4759,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 # @@ -4921,12 +4775,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 @@ -4984,8 +4837,8 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # # @return [StampCapacityCollection] operation results. # - def list_capacities_next(next_page_link, custom_headers:nil) - response = list_capacities_next_async(next_page_link, custom_headers:custom_headers).value! + def list_capacities_next(next_page_link, custom_headers = nil) + response = list_capacities_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5003,8 +4856,8 @@ def list_capacities_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_capacities_next_with_http_info(next_page_link, custom_headers:nil) - list_capacities_next_async(next_page_link, custom_headers:custom_headers).value! + def list_capacities_next_with_http_info(next_page_link, custom_headers = nil) + list_capacities_next_async(next_page_link, custom_headers).value! end # @@ -5021,12 +4874,11 @@ def list_capacities_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_capacities_next_async(next_page_link, custom_headers:nil) + def list_capacities_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 @@ -5082,8 +4934,8 @@ def list_capacities_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricCollection] operation results. # - def list_metrics_next(next_page_link, custom_headers:nil) - response = list_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_next(next_page_link, custom_headers = nil) + response = list_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5099,8 +4951,8 @@ def list_metrics_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_metrics_next_async(next_page_link, custom_headers).value! end # @@ -5115,12 +4967,11 @@ def list_metrics_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_next_async(next_page_link, custom_headers:nil) + def list_metrics_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 @@ -5176,8 +5027,8 @@ def list_metrics_next_async(next_page_link, custom_headers:nil) # # @return [WorkerPoolCollection] operation results. # - def list_multi_role_pools_next(next_page_link, custom_headers:nil) - response = list_multi_role_pools_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pools_next(next_page_link, custom_headers = nil) + response = list_multi_role_pools_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5193,8 +5044,8 @@ def list_multi_role_pools_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pools_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_pools_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pools_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_pools_next_async(next_page_link, custom_headers).value! end # @@ -5209,12 +5060,11 @@ def list_multi_role_pools_next_with_http_info(next_page_link, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pools_next_async(next_page_link, custom_headers:nil) + def list_multi_role_pools_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 @@ -5272,8 +5122,8 @@ def list_multi_role_pools_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_multi_role_pool_instance_metric_definitions_next(next_page_link, custom_headers:nil) - response = list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metric_definitions_next(next_page_link, custom_headers = nil) + response = list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5291,8 +5141,8 @@ def list_multi_role_pool_instance_metric_definitions_next(next_page_link, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pool_instance_metric_definitions_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metric_definitions_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers).value! end # @@ -5309,12 +5159,11 @@ def list_multi_role_pool_instance_metric_definitions_next_with_http_info(next_pa # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:nil) + def list_multi_role_pool_instance_metric_definitions_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 @@ -5372,8 +5221,8 @@ def list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, # # @return [ResourceMetricCollection] operation results. # - def list_multi_role_pool_instance_metrics_next(next_page_link, custom_headers:nil) - response = list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metrics_next(next_page_link, custom_headers = nil) + response = list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5391,8 +5240,8 @@ def list_multi_role_pool_instance_metrics_next(next_page_link, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pool_instance_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers).value! end # @@ -5409,12 +5258,11 @@ def list_multi_role_pool_instance_metrics_next_with_http_info(next_page_link, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers:nil) + def list_multi_role_pool_instance_metrics_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 @@ -5470,8 +5318,8 @@ def list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_head # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_multi_role_metric_definitions_next(next_page_link, custom_headers:nil) - response = list_multi_role_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_metric_definitions_next(next_page_link, custom_headers = nil) + response = list_multi_role_metric_definitions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5487,8 +5335,8 @@ def list_multi_role_metric_definitions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_metric_definitions_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_metric_definitions_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_metric_definitions_next_async(next_page_link, custom_headers).value! end # @@ -5503,12 +5351,11 @@ def list_multi_role_metric_definitions_next_with_http_info(next_page_link, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_metric_definitions_next_async(next_page_link, custom_headers:nil) + def list_multi_role_metric_definitions_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 @@ -5564,8 +5411,8 @@ def list_multi_role_metric_definitions_next_async(next_page_link, custom_headers # # @return [ResourceMetricCollection] operation results. # - def list_multi_role_metrics_next(next_page_link, custom_headers:nil) - response = list_multi_role_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_metrics_next(next_page_link, custom_headers = nil) + response = list_multi_role_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5581,8 +5428,8 @@ def list_multi_role_metrics_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_metrics_next_async(next_page_link, custom_headers).value! end # @@ -5597,12 +5444,11 @@ def list_multi_role_metrics_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_metrics_next_async(next_page_link, custom_headers:nil) + def list_multi_role_metrics_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 @@ -5658,8 +5504,8 @@ def list_multi_role_metrics_next_async(next_page_link, custom_headers:nil) # # @return [SkuInfoCollection] operation results. # - def list_multi_role_pool_skus_next(next_page_link, custom_headers:nil) - response = list_multi_role_pool_skus_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pool_skus_next(next_page_link, custom_headers = nil) + response = list_multi_role_pool_skus_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5675,8 +5521,8 @@ def list_multi_role_pool_skus_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_pool_skus_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_pool_skus_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_pool_skus_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_pool_skus_next_async(next_page_link, custom_headers).value! end # @@ -5691,12 +5537,11 @@ def list_multi_role_pool_skus_next_with_http_info(next_page_link, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_pool_skus_next_async(next_page_link, custom_headers:nil) + def list_multi_role_pool_skus_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 @@ -5752,8 +5597,8 @@ def list_multi_role_pool_skus_next_async(next_page_link, custom_headers:nil) # # @return [UsageCollection] operation results. # - def list_multi_role_usages_next(next_page_link, custom_headers:nil) - response = list_multi_role_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_usages_next(next_page_link, custom_headers = nil) + response = list_multi_role_usages_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5769,8 +5614,8 @@ def list_multi_role_usages_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_multi_role_usages_next_with_http_info(next_page_link, custom_headers:nil) - list_multi_role_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_multi_role_usages_next_with_http_info(next_page_link, custom_headers = nil) + list_multi_role_usages_next_async(next_page_link, custom_headers).value! end # @@ -5785,12 +5630,11 @@ def list_multi_role_usages_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_multi_role_usages_next_async(next_page_link, custom_headers:nil) + def list_multi_role_usages_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 @@ -5846,8 +5690,8 @@ def list_multi_role_usages_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def resume_next(next_page_link, custom_headers:nil) - response = resume_next_async(next_page_link, custom_headers:custom_headers).value! + def resume_next(next_page_link, custom_headers = nil) + response = resume_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5860,9 +5704,9 @@ def resume_next(next_page_link, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def resume_next_async(next_page_link, custom_headers:nil) + def resume_next_async(next_page_link, custom_headers = nil) # Send request - promise = begin_resume_next_async(next_page_link, custom_headers:custom_headers) + promise = begin_resume_next_async(next_page_link, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -5890,8 +5734,8 @@ def resume_next_async(next_page_link, custom_headers:nil) # # @return [AppServicePlanCollection] operation results. # - def list_app_service_plans_next(next_page_link, custom_headers:nil) - response = list_app_service_plans_next_async(next_page_link, custom_headers:custom_headers).value! + def list_app_service_plans_next(next_page_link, custom_headers = nil) + response = list_app_service_plans_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -5907,8 +5751,8 @@ def list_app_service_plans_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_app_service_plans_next_with_http_info(next_page_link, custom_headers:nil) - list_app_service_plans_next_async(next_page_link, custom_headers:custom_headers).value! + def list_app_service_plans_next_with_http_info(next_page_link, custom_headers = nil) + list_app_service_plans_next_async(next_page_link, custom_headers).value! end # @@ -5923,12 +5767,11 @@ def list_app_service_plans_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_app_service_plans_next_async(next_page_link, custom_headers:nil) + def list_app_service_plans_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 @@ -5984,8 +5827,8 @@ def list_app_service_plans_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def list_web_apps_next(next_page_link, custom_headers:nil) - response = list_web_apps_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_apps_next(next_page_link, custom_headers = nil) + response = list_web_apps_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6001,8 +5844,8 @@ def list_web_apps_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_apps_next_with_http_info(next_page_link, custom_headers:nil) - list_web_apps_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_apps_next_with_http_info(next_page_link, custom_headers = nil) + list_web_apps_next_async(next_page_link, custom_headers).value! end # @@ -6017,12 +5860,11 @@ def list_web_apps_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_apps_next_async(next_page_link, custom_headers:nil) + def list_web_apps_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 @@ -6078,8 +5920,8 @@ def list_web_apps_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def suspend_next(next_page_link, custom_headers:nil) - response = suspend_next_async(next_page_link, custom_headers:custom_headers).value! + def suspend_next(next_page_link, custom_headers = nil) + response = suspend_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6092,9 +5934,9 @@ def suspend_next(next_page_link, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def suspend_next_async(next_page_link, custom_headers:nil) + def suspend_next_async(next_page_link, custom_headers = nil) # Send request - promise = begin_suspend_next_async(next_page_link, custom_headers:custom_headers) + promise = begin_suspend_next_async(next_page_link, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -6122,8 +5964,8 @@ def suspend_next_async(next_page_link, custom_headers:nil) # # @return [CsmUsageQuotaCollection] operation results. # - def list_usages_next(next_page_link, custom_headers:nil) - response = list_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_next(next_page_link, custom_headers = nil) + response = list_usages_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6139,8 +5981,8 @@ def list_usages_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_next_with_http_info(next_page_link, custom_headers:nil) - list_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_next_with_http_info(next_page_link, custom_headers = nil) + list_usages_next_async(next_page_link, custom_headers).value! end # @@ -6155,12 +5997,11 @@ def list_usages_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_next_async(next_page_link, custom_headers:nil) + def list_usages_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 @@ -6216,8 +6057,8 @@ def list_usages_next_async(next_page_link, custom_headers:nil) # # @return [WorkerPoolCollection] operation results. # - def list_worker_pools_next(next_page_link, custom_headers:nil) - response = list_worker_pools_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pools_next(next_page_link, custom_headers = nil) + response = list_worker_pools_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6233,8 +6074,8 @@ def list_worker_pools_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pools_next_with_http_info(next_page_link, custom_headers:nil) - list_worker_pools_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pools_next_with_http_info(next_page_link, custom_headers = nil) + list_worker_pools_next_async(next_page_link, custom_headers).value! end # @@ -6249,12 +6090,11 @@ def list_worker_pools_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pools_next_async(next_page_link, custom_headers:nil) + def list_worker_pools_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 @@ -6312,8 +6152,8 @@ def list_worker_pools_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_worker_pool_instance_metric_definitions_next(next_page_link, custom_headers:nil) - response = list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pool_instance_metric_definitions_next(next_page_link, custom_headers = nil) + response = list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6331,8 +6171,8 @@ def list_worker_pool_instance_metric_definitions_next(next_page_link, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pool_instance_metric_definitions_next_with_http_info(next_page_link, custom_headers:nil) - list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pool_instance_metric_definitions_next_with_http_info(next_page_link, custom_headers = nil) + list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers).value! end # @@ -6349,12 +6189,11 @@ def list_worker_pool_instance_metric_definitions_next_with_http_info(next_page_l # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:nil) + def list_worker_pool_instance_metric_definitions_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 @@ -6412,8 +6251,8 @@ def list_worker_pool_instance_metric_definitions_next_async(next_page_link, cust # # @return [ResourceMetricCollection] operation results. # - def list_worker_pool_instance_metrics_next(next_page_link, custom_headers:nil) - response = list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pool_instance_metrics_next(next_page_link, custom_headers = nil) + response = list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6431,8 +6270,8 @@ def list_worker_pool_instance_metrics_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pool_instance_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pool_instance_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers).value! end # @@ -6449,12 +6288,11 @@ def list_worker_pool_instance_metrics_next_with_http_info(next_page_link, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers:nil) + def list_worker_pool_instance_metrics_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 @@ -6510,8 +6348,8 @@ def list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers: # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_web_worker_metric_definitions_next(next_page_link, custom_headers:nil) - response = list_web_worker_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_worker_metric_definitions_next(next_page_link, custom_headers = nil) + response = list_web_worker_metric_definitions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6527,8 +6365,8 @@ def list_web_worker_metric_definitions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_worker_metric_definitions_next_with_http_info(next_page_link, custom_headers:nil) - list_web_worker_metric_definitions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_worker_metric_definitions_next_with_http_info(next_page_link, custom_headers = nil) + list_web_worker_metric_definitions_next_async(next_page_link, custom_headers).value! end # @@ -6543,12 +6381,11 @@ def list_web_worker_metric_definitions_next_with_http_info(next_page_link, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_worker_metric_definitions_next_async(next_page_link, custom_headers:nil) + def list_web_worker_metric_definitions_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 @@ -6606,8 +6443,8 @@ def list_web_worker_metric_definitions_next_async(next_page_link, custom_headers # # @return [ResourceMetricCollection] operation results. # - def list_web_worker_metrics_next(next_page_link, custom_headers:nil) - response = list_web_worker_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_worker_metrics_next(next_page_link, custom_headers = nil) + response = list_web_worker_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6625,8 +6462,8 @@ def list_web_worker_metrics_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_worker_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_web_worker_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_worker_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_web_worker_metrics_next_async(next_page_link, custom_headers).value! end # @@ -6643,12 +6480,11 @@ def list_web_worker_metrics_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_worker_metrics_next_async(next_page_link, custom_headers:nil) + def list_web_worker_metrics_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 @@ -6704,8 +6540,8 @@ def list_web_worker_metrics_next_async(next_page_link, custom_headers:nil) # # @return [SkuInfoCollection] operation results. # - def list_worker_pool_skus_next(next_page_link, custom_headers:nil) - response = list_worker_pool_skus_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pool_skus_next(next_page_link, custom_headers = nil) + response = list_worker_pool_skus_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6721,8 +6557,8 @@ def list_worker_pool_skus_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_worker_pool_skus_next_with_http_info(next_page_link, custom_headers:nil) - list_worker_pool_skus_next_async(next_page_link, custom_headers:custom_headers).value! + def list_worker_pool_skus_next_with_http_info(next_page_link, custom_headers = nil) + list_worker_pool_skus_next_async(next_page_link, custom_headers).value! end # @@ -6737,12 +6573,11 @@ def list_worker_pool_skus_next_with_http_info(next_page_link, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_worker_pool_skus_next_async(next_page_link, custom_headers:nil) + def list_worker_pool_skus_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 @@ -6798,8 +6633,8 @@ def list_worker_pool_skus_next_async(next_page_link, custom_headers:nil) # # @return [UsageCollection] operation results. # - def list_web_worker_usages_next(next_page_link, custom_headers:nil) - response = list_web_worker_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_worker_usages_next(next_page_link, custom_headers = nil) + response = list_web_worker_usages_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6815,8 +6650,8 @@ def list_web_worker_usages_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_worker_usages_next_with_http_info(next_page_link, custom_headers:nil) - list_web_worker_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_worker_usages_next_with_http_info(next_page_link, custom_headers = nil) + list_web_worker_usages_next_async(next_page_link, custom_headers).value! end # @@ -6831,12 +6666,11 @@ def list_web_worker_usages_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_worker_usages_next_async(next_page_link, custom_headers:nil) + def list_web_worker_usages_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 @@ -6892,8 +6726,8 @@ def list_web_worker_usages_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def begin_resume_next(next_page_link, custom_headers:nil) - response = begin_resume_next_async(next_page_link, custom_headers:custom_headers).value! + def begin_resume_next(next_page_link, custom_headers = nil) + response = begin_resume_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -6909,8 +6743,8 @@ def begin_resume_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_resume_next_with_http_info(next_page_link, custom_headers:nil) - begin_resume_next_async(next_page_link, custom_headers:custom_headers).value! + def begin_resume_next_with_http_info(next_page_link, custom_headers = nil) + begin_resume_next_async(next_page_link, custom_headers).value! end # @@ -6925,12 +6759,11 @@ def begin_resume_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_resume_next_async(next_page_link, custom_headers:nil) + def begin_resume_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 @@ -6996,8 +6829,8 @@ def begin_resume_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def begin_suspend_next(next_page_link, custom_headers:nil) - response = begin_suspend_next_async(next_page_link, custom_headers:custom_headers).value! + def begin_suspend_next(next_page_link, custom_headers = nil) + response = begin_suspend_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -7013,8 +6846,8 @@ def begin_suspend_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_suspend_next_with_http_info(next_page_link, custom_headers:nil) - begin_suspend_next_async(next_page_link, custom_headers:custom_headers).value! + def begin_suspend_next_with_http_info(next_page_link, custom_headers = nil) + begin_suspend_next_async(next_page_link, custom_headers).value! end # @@ -7029,12 +6862,11 @@ def begin_suspend_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_suspend_next_async(next_page_link, custom_headers:nil) + def begin_suspend_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 @@ -7099,12 +6931,12 @@ def begin_suspend_next_async(next_page_link, custom_headers:nil) # @return [AppServiceEnvironmentCollection] 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 @@ -7123,12 +6955,12 @@ def list_as_lazy(custom_headers:nil) # @return [AppServiceEnvironmentCollection] 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 @@ -7150,12 +6982,12 @@ def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) # @return [StampCapacityCollection] which provide lazy access to pages of the # response. # - def list_capacities_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_capacities_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_capacities_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_capacities_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_capacities_next_async(next_page_link, custom_headers:custom_headers) + list_capacities_next_async(next_page_link, custom_headers) end page end @@ -7181,12 +7013,12 @@ def list_capacities_as_lazy(resource_group_name, name, custom_headers:nil) # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_metrics_as_lazy(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - response = list_metrics_async(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_as_lazy(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + response = list_metrics_async(resource_group_name, name, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_metrics_next_async(next_page_link, custom_headers) end page end @@ -7206,12 +7038,12 @@ def list_metrics_as_lazy(resource_group_name, name, details:nil, filter:nil, cus # @return [WorkerPoolCollection] which provide lazy access to pages of the # response. # - def list_multi_role_pools_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_multi_role_pools_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_pools_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_multi_role_pools_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_pools_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_pools_next_async(next_page_link, custom_headers) end page end @@ -7234,12 +7066,12 @@ def list_multi_role_pools_as_lazy(resource_group_name, name, custom_headers:nil) # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_multi_role_pool_instance_metric_definitions_as_lazy(resource_group_name, name, instance, custom_headers:nil) - response = list_multi_role_pool_instance_metric_definitions_async(resource_group_name, name, instance, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metric_definitions_as_lazy(resource_group_name, name, instance, custom_headers = nil) + response = list_multi_role_pool_instance_metric_definitions_async(resource_group_name, name, instance, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_pool_instance_metric_definitions_next_async(next_page_link, custom_headers) end page end @@ -7264,12 +7096,12 @@ def list_multi_role_pool_instance_metric_definitions_as_lazy(resource_group_name # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_multi_role_pool_instance_metrics_as_lazy(resource_group_name, name, instance, details:nil, custom_headers:nil) - response = list_multi_role_pool_instance_metrics_async(resource_group_name, name, instance, details:details, custom_headers:custom_headers).value! + def list_multi_role_pool_instance_metrics_as_lazy(resource_group_name, name, instance, details = nil, custom_headers = nil) + response = list_multi_role_pool_instance_metrics_async(resource_group_name, name, instance, details, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_pool_instance_metrics_next_async(next_page_link, custom_headers) end page end @@ -7289,12 +7121,12 @@ def list_multi_role_pool_instance_metrics_as_lazy(resource_group_name, name, ins # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_multi_role_metric_definitions_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_multi_role_metric_definitions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_metric_definitions_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_multi_role_metric_definitions_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_metric_definitions_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_metric_definitions_next_async(next_page_link, custom_headers) end page end @@ -7323,12 +7155,12 @@ def list_multi_role_metric_definitions_as_lazy(resource_group_name, name, custom # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_multi_role_metrics_as_lazy(resource_group_name, name, start_time:nil, end_time:nil, time_grain:nil, details:nil, filter:nil, custom_headers:nil) - response = list_multi_role_metrics_async(resource_group_name, name, start_time:start_time, end_time:end_time, time_grain:time_grain, details:details, filter:filter, custom_headers:custom_headers).value! + def list_multi_role_metrics_as_lazy(resource_group_name, name, start_time = nil, end_time = nil, time_grain = nil, details = nil, filter = nil, custom_headers = nil) + response = list_multi_role_metrics_async(resource_group_name, name, start_time, end_time, time_grain, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_metrics_next_async(next_page_link, custom_headers) end page end @@ -7348,12 +7180,12 @@ def list_multi_role_metrics_as_lazy(resource_group_name, name, start_time:nil, e # @return [SkuInfoCollection] which provide lazy access to pages of the # response. # - def list_multi_role_pool_skus_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_multi_role_pool_skus_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_pool_skus_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_multi_role_pool_skus_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_pool_skus_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_pool_skus_next_async(next_page_link, custom_headers) end page end @@ -7372,12 +7204,12 @@ def list_multi_role_pool_skus_as_lazy(resource_group_name, name, custom_headers: # # @return [UsageCollection] which provide lazy access to pages of the response. # - def list_multi_role_usages_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_multi_role_usages_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_multi_role_usages_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_multi_role_usages_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_multi_role_usages_next_async(next_page_link, custom_headers:custom_headers) + list_multi_role_usages_next_async(next_page_link, custom_headers) end page end @@ -7397,12 +7229,12 @@ def list_multi_role_usages_as_lazy(resource_group_name, name, custom_headers:nil # @return [AppServicePlanCollection] which provide lazy access to pages of the # response. # - def list_app_service_plans_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_app_service_plans_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_app_service_plans_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_app_service_plans_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_app_service_plans_next_async(next_page_link, custom_headers:custom_headers) + list_app_service_plans_next_async(next_page_link, custom_headers) end page end @@ -7424,12 +7256,12 @@ def list_app_service_plans_as_lazy(resource_group_name, name, custom_headers:nil # @return [WebAppCollection] which provide lazy access to pages of the # response. # - def list_web_apps_as_lazy(resource_group_name, name, properties_to_include:nil, custom_headers:nil) - response = list_web_apps_async(resource_group_name, name, properties_to_include:properties_to_include, custom_headers:custom_headers).value! + def list_web_apps_as_lazy(resource_group_name, name, properties_to_include = nil, custom_headers = nil) + response = list_web_apps_async(resource_group_name, name, properties_to_include, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_apps_next_async(next_page_link, custom_headers:custom_headers) + list_web_apps_next_async(next_page_link, custom_headers) end page end @@ -7453,12 +7285,12 @@ def list_web_apps_as_lazy(resource_group_name, name, properties_to_include:nil, # @return [CsmUsageQuotaCollection] which provide lazy access to pages of the # response. # - def list_usages_as_lazy(resource_group_name, name, filter:nil, custom_headers:nil) - response = list_usages_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_usages_as_lazy(resource_group_name, name, filter = nil, custom_headers = nil) + response = list_usages_async(resource_group_name, name, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_usages_next_async(next_page_link, custom_headers:custom_headers) + list_usages_next_async(next_page_link, custom_headers) end page end @@ -7478,12 +7310,12 @@ def list_usages_as_lazy(resource_group_name, name, filter:nil, custom_headers:ni # @return [WorkerPoolCollection] which provide lazy access to pages of the # response. # - def list_worker_pools_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_worker_pools_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_worker_pools_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_worker_pools_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_worker_pools_next_async(next_page_link, custom_headers:custom_headers) + list_worker_pools_next_async(next_page_link, custom_headers) end page end @@ -7507,12 +7339,12 @@ def list_worker_pools_as_lazy(resource_group_name, name, custom_headers:nil) # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_worker_pool_instance_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, instance, custom_headers:nil) - response = list_worker_pool_instance_metric_definitions_async(resource_group_name, name, worker_pool_name, instance, custom_headers:custom_headers).value! + def list_worker_pool_instance_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, instance, custom_headers = nil) + response = list_worker_pool_instance_metric_definitions_async(resource_group_name, name, worker_pool_name, instance, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers:custom_headers) + list_worker_pool_instance_metric_definitions_next_async(next_page_link, custom_headers) end page end @@ -7542,12 +7374,12 @@ def list_worker_pool_instance_metric_definitions_as_lazy(resource_group_name, na # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_worker_pool_instance_metrics_as_lazy(resource_group_name, name, worker_pool_name, instance, details:nil, filter:nil, custom_headers:nil) - response = list_worker_pool_instance_metrics_async(resource_group_name, name, worker_pool_name, instance, details:details, filter:filter, custom_headers:custom_headers).value! + def list_worker_pool_instance_metrics_as_lazy(resource_group_name, name, worker_pool_name, instance, details = nil, filter = nil, custom_headers = nil) + response = list_worker_pool_instance_metrics_async(resource_group_name, name, worker_pool_name, instance, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_worker_pool_instance_metrics_next_async(next_page_link, custom_headers) end page end @@ -7568,12 +7400,12 @@ def list_worker_pool_instance_metrics_as_lazy(resource_group_name, name, worker_ # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_web_worker_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, custom_headers:nil) - response = list_web_worker_metric_definitions_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def list_web_worker_metric_definitions_as_lazy(resource_group_name, name, worker_pool_name, custom_headers = nil) + response = list_web_worker_metric_definitions_async(resource_group_name, name, worker_pool_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_worker_metric_definitions_next_async(next_page_link, custom_headers:custom_headers) + list_web_worker_metric_definitions_next_async(next_page_link, custom_headers) end page end @@ -7602,12 +7434,12 @@ def list_web_worker_metric_definitions_as_lazy(resource_group_name, name, worker # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_web_worker_metrics_as_lazy(resource_group_name, name, worker_pool_name, details:nil, filter:nil, custom_headers:nil) - response = list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_web_worker_metrics_as_lazy(resource_group_name, name, worker_pool_name, details = nil, filter = nil, custom_headers = nil) + response = list_web_worker_metrics_async(resource_group_name, name, worker_pool_name, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_worker_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_web_worker_metrics_next_async(next_page_link, custom_headers) end page end @@ -7628,12 +7460,12 @@ def list_web_worker_metrics_as_lazy(resource_group_name, name, worker_pool_name, # @return [SkuInfoCollection] which provide lazy access to pages of the # response. # - def list_worker_pool_skus_as_lazy(resource_group_name, name, worker_pool_name, custom_headers:nil) - response = list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def list_worker_pool_skus_as_lazy(resource_group_name, name, worker_pool_name, custom_headers = nil) + response = list_worker_pool_skus_async(resource_group_name, name, worker_pool_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_worker_pool_skus_next_async(next_page_link, custom_headers:custom_headers) + list_worker_pool_skus_next_async(next_page_link, custom_headers) end page end @@ -7653,12 +7485,12 @@ def list_worker_pool_skus_as_lazy(resource_group_name, name, worker_pool_name, c # # @return [UsageCollection] which provide lazy access to pages of the response. # - def list_web_worker_usages_as_lazy(resource_group_name, name, worker_pool_name, custom_headers:nil) - response = list_web_worker_usages_async(resource_group_name, name, worker_pool_name, custom_headers:custom_headers).value! + def list_web_worker_usages_as_lazy(resource_group_name, name, worker_pool_name, custom_headers = nil) + response = list_web_worker_usages_async(resource_group_name, name, worker_pool_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_worker_usages_next_async(next_page_link, custom_headers:custom_headers) + list_web_worker_usages_next_async(next_page_link, custom_headers) end page end @@ -7678,12 +7510,12 @@ def list_web_worker_usages_as_lazy(resource_group_name, name, worker_pool_name, # @return [WebAppCollection] which provide lazy access to pages of the # response. # - def begin_resume_as_lazy(resource_group_name, name, custom_headers:nil) - response = begin_resume_async(resource_group_name, name, custom_headers:custom_headers).value! + def begin_resume_as_lazy(resource_group_name, name, custom_headers = nil) + response = begin_resume_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - begin_resume_next_async(next_page_link, custom_headers:custom_headers) + begin_resume_next_async(next_page_link, custom_headers) end page end @@ -7703,12 +7535,12 @@ def begin_resume_as_lazy(resource_group_name, name, custom_headers:nil) # @return [WebAppCollection] which provide lazy access to pages of the # response. # - def begin_suspend_as_lazy(resource_group_name, name, custom_headers:nil) - response = begin_suspend_async(resource_group_name, name, custom_headers:custom_headers).value! + def begin_suspend_as_lazy(resource_group_name, name, custom_headers = nil) + response = begin_suspend_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - begin_suspend_next_async(next_page_link, custom_headers:custom_headers) + begin_suspend_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_plans.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_plans.rb index ab12b87d86..40dcf32afe 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_plans.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/app_service_plans.rb @@ -22,9 +22,9 @@ def initialize(client) attr_reader :client # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param detailed [Boolean] Specify true to return all App Service # plan properties. The default is false, which returns a subset of @@ -35,15 +35,15 @@ def initialize(client) # # @return [Array] operation results. # - def list(detailed:nil, custom_headers:nil) - first_page = list_as_lazy(detailed:detailed, custom_headers:custom_headers) + def list(detailed = nil, custom_headers = nil) + first_page = list_as_lazy(detailed, custom_headers) first_page.get_all_items end # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param detailed [Boolean] Specify true to return all App Service # plan properties. The default is false, which returns a subset of @@ -54,14 +54,14 @@ def list(detailed:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(detailed:nil, custom_headers:nil) - list_async(detailed:detailed, custom_headers:custom_headers).value! + def list_with_http_info(detailed = nil, custom_headers = nil) + list_async(detailed, custom_headers).value! end # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param detailed [Boolean] Specify true to return all App Service # plan properties. The default is false, which returns a subset of @@ -72,13 +72,12 @@ def list_with_http_info(detailed:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(detailed:nil, custom_headers:nil) + def list_async(detailed = nil, 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 @@ -135,8 +134,8 @@ def list_async(detailed:nil, 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 @@ -152,8 +151,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 # @@ -168,17 +167,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, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).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 @@ -236,8 +231,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [AppServicePlan] operation results. # - def get(resource_group_name, name, custom_headers:nil) - response = get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get(resource_group_name, name, custom_headers = nil) + response = get_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -254,8 +249,8 @@ def get(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, name, custom_headers:nil) - get_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, name, custom_headers = nil) + get_async(resource_group_name, name, custom_headers).value! end # @@ -271,18 +266,14 @@ def get_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, name, custom_headers:nil) + def get_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -341,8 +332,8 @@ def get_async(resource_group_name, name, custom_headers:nil) # # @return [AppServicePlan] operation results. # - def create_or_update(resource_group_name, name, app_service_plan, custom_headers:nil) - response = create_or_update_async(resource_group_name, name, app_service_plan, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, name, app_service_plan, custom_headers = nil) + response = create_or_update_async(resource_group_name, name, app_service_plan, custom_headers).value! response.body unless response.nil? end @@ -357,9 +348,9 @@ def create_or_update(resource_group_name, name, app_service_plan, custom_headers # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, name, app_service_plan, custom_headers:nil) + def create_or_update_async(resource_group_name, name, app_service_plan, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -387,8 +378,8 @@ def create_or_update_async(resource_group_name, name, app_service_plan, custom_h # will be added to the HTTP request. # # - def delete(resource_group_name, name, custom_headers:nil) - response = delete_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete(resource_group_name, name, custom_headers = nil) + response = delete_async(resource_group_name, name, custom_headers).value! nil end @@ -405,8 +396,8 @@ def delete(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, name, custom_headers:nil) - delete_async(resource_group_name, name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, name, custom_headers = nil) + delete_async(resource_group_name, name, custom_headers).value! end # @@ -422,18 +413,14 @@ def delete_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, name, custom_headers:nil) + def delete_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -483,8 +470,8 @@ def delete_async(resource_group_name, name, custom_headers:nil) # # @return [AppServicePlan] operation results. # - def update(resource_group_name, name, app_service_plan, custom_headers:nil) - response = update_async(resource_group_name, name, app_service_plan, custom_headers:custom_headers).value! + def update(resource_group_name, name, app_service_plan, custom_headers = nil) + response = update_async(resource_group_name, name, app_service_plan, custom_headers).value! response.body unless response.nil? end @@ -503,8 +490,8 @@ def update(resource_group_name, name, app_service_plan, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, name, app_service_plan, custom_headers:nil) - update_async(resource_group_name, name, app_service_plan, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, name, app_service_plan, custom_headers = nil) + update_async(resource_group_name, name, app_service_plan, custom_headers).value! end # @@ -522,11 +509,8 @@ def update_with_http_info(resource_group_name, name, app_service_plan, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, name, app_service_plan, custom_headers:nil) + def update_async(resource_group_name, name, app_service_plan, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'app_service_plan is nil' if app_service_plan.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -534,12 +518,13 @@ def update_async(resource_group_name, name, app_service_plan, 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 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::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource.mapper() request_content = @client.serialize(request_mapper, app_service_plan) @@ -609,8 +594,8 @@ def update_async(resource_group_name, name, app_service_plan, custom_headers:nil # # @return [Array] operation results. # - def list_capabilities(resource_group_name, name, custom_headers:nil) - response = list_capabilities_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_capabilities(resource_group_name, name, custom_headers = nil) + response = list_capabilities_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -627,8 +612,8 @@ def list_capabilities(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_capabilities_with_http_info(resource_group_name, name, custom_headers:nil) - list_capabilities_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_capabilities_with_http_info(resource_group_name, name, custom_headers = nil) + list_capabilities_async(resource_group_name, name, custom_headers).value! end # @@ -644,18 +629,14 @@ def list_capabilities_with_http_info(resource_group_name, name, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_capabilities_async(resource_group_name, name, custom_headers:nil) + def list_capabilities_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -688,13 +669,11 @@ def list_capabilities_async(resource_group_name, 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: 'CapabilityElementType', type: { @@ -731,8 +710,8 @@ def list_capabilities_async(resource_group_name, name, custom_headers:nil) # # @return [HybridConnection] operation results. # - def get_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def get_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! response.body unless response.nil? end @@ -751,8 +730,8 @@ def get_hybrid_connection(resource_group_name, name, namespace_name, relay_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def get_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -770,11 +749,8 @@ def get_hybrid_connection_with_http_info(resource_group_name, name, namespace_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -783,7 +759,6 @@ def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -842,8 +817,8 @@ def get_hybrid_connection_async(resource_group_name, name, namespace_name, relay # will be added to the HTTP request. # # - def delete_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def delete_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! nil end @@ -862,8 +837,8 @@ def delete_hybrid_connection(resource_group_name, name, namespace_name, relay_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def delete_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -881,11 +856,8 @@ def delete_hybrid_connection_with_http_info(resource_group_name, name, namespace # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def delete_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -894,7 +866,6 @@ def delete_hybrid_connection_async(resource_group_name, name, namespace_name, re request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -944,8 +915,8 @@ def delete_hybrid_connection_async(resource_group_name, name, namespace_name, re # # @return [HybridConnectionKey] operation results. # - def list_hybrid_connection_keys(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def list_hybrid_connection_keys(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! response.body unless response.nil? end @@ -964,8 +935,8 @@ def list_hybrid_connection_keys(resource_group_name, name, namespace_name, relay # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connection_keys_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def list_hybrid_connection_keys_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -983,11 +954,8 @@ def list_hybrid_connection_keys_with_http_info(resource_group_name, name, namesp # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -996,7 +964,6 @@ def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1056,8 +1023,8 @@ def list_hybrid_connection_keys_async(resource_group_name, name, namespace_name, # # @return [Array] operation results. # - def list_web_apps_by_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - first_page = list_web_apps_by_hybrid_connection_as_lazy(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers) + def list_web_apps_by_hybrid_connection(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + first_page = list_web_apps_by_hybrid_connection_as_lazy(resource_group_name, name, namespace_name, relay_name, custom_headers) first_page.get_all_items end @@ -1076,8 +1043,8 @@ def list_web_apps_by_hybrid_connection(resource_group_name, name, namespace_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_apps_by_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def list_web_apps_by_hybrid_connection_with_http_info(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! end # @@ -1095,11 +1062,8 @@ def list_web_apps_by_hybrid_connection_with_http_info(resource_group_name, name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) + def list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? fail ArgumentError, 'relay_name is nil' if relay_name.nil? @@ -1108,7 +1072,6 @@ def list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespac request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1166,8 +1129,8 @@ def list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespac # # @return [HybridConnectionLimits] operation results. # - def get_hybrid_connection_plan_limit(resource_group_name, name, custom_headers:nil) - response = get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_hybrid_connection_plan_limit(resource_group_name, name, custom_headers = nil) + response = get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -1184,8 +1147,8 @@ def get_hybrid_connection_plan_limit(resource_group_name, name, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_hybrid_connection_plan_limit_with_http_info(resource_group_name, name, custom_headers:nil) - get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_hybrid_connection_plan_limit_with_http_info(resource_group_name, name, custom_headers = nil) + get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers).value! end # @@ -1201,18 +1164,14 @@ def get_hybrid_connection_plan_limit_with_http_info(resource_group_name, name, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers:nil) + def get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1270,8 +1229,8 @@ def get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_hea # # @return [Array] operation results. # - def list_hybrid_connections(resource_group_name, name, custom_headers:nil) - first_page = list_hybrid_connections_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_hybrid_connections(resource_group_name, name, custom_headers = nil) + first_page = list_hybrid_connections_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -1288,8 +1247,8 @@ def list_hybrid_connections(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connections_with_http_info(resource_group_name, name, custom_headers:nil) - list_hybrid_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_hybrid_connections_with_http_info(resource_group_name, name, custom_headers = nil) + list_hybrid_connections_async(resource_group_name, name, custom_headers).value! end # @@ -1305,18 +1264,14 @@ def list_hybrid_connections_with_http_info(resource_group_name, name, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connections_async(resource_group_name, name, custom_headers:nil) + def list_hybrid_connections_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1376,8 +1331,8 @@ def list_hybrid_connections_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_metric_defintions(resource_group_name, name, custom_headers:nil) - first_page = list_metric_defintions_as_lazy(resource_group_name, name, custom_headers:custom_headers) + def list_metric_defintions(resource_group_name, name, custom_headers = nil) + first_page = list_metric_defintions_as_lazy(resource_group_name, name, custom_headers) first_page.get_all_items end @@ -1396,8 +1351,8 @@ def list_metric_defintions(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_defintions_with_http_info(resource_group_name, name, custom_headers:nil) - list_metric_defintions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metric_defintions_with_http_info(resource_group_name, name, custom_headers = nil) + list_metric_defintions_async(resource_group_name, name, custom_headers).value! end # @@ -1415,18 +1370,14 @@ def list_metric_defintions_with_http_info(resource_group_name, name, custom_head # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_defintions_async(resource_group_name, name, custom_headers:nil) + def list_metric_defintions_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1472,9 +1423,9 @@ def list_metric_defintions_async(resource_group_name, name, custom_headers:nil) end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -1490,15 +1441,15 @@ def list_metric_defintions_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_metrics(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - first_page = list_metrics_as_lazy(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers) + def list_metrics(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + first_page = list_metrics_as_lazy(resource_group_name, name, details, filter, custom_headers) first_page.get_all_items end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -1514,14 +1465,14 @@ def list_metrics(resource_group_name, name, details:nil, filter:nil, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_with_http_info(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - list_metrics_async(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_with_http_info(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + list_metrics_async(resource_group_name, name, details, filter, custom_headers).value! end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -1537,18 +1488,14 @@ def list_metrics_with_http_info(resource_group_name, name, details:nil, filter:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) + def list_metrics_async(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1602,7 +1549,7 @@ def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custo # @param resource_group_name [String] Name of the resource group to which the # resource belongs. # @param name [String] Name of the App Service plan. - # @param soft_restart [Boolean] Specify true to performa a soft + # @param soft_restart [Boolean] Specify true to perform a soft # restart, applies the configuration settings and restarts the apps if # necessary. The default is false, which always restarts and # reprovisions the apps @@ -1610,8 +1557,8 @@ def list_metrics_async(resource_group_name, name, details:nil, filter:nil, custo # will be added to the HTTP request. # # - def restart_web_apps(resource_group_name, name, soft_restart:nil, custom_headers:nil) - response = restart_web_apps_async(resource_group_name, name, soft_restart:soft_restart, custom_headers:custom_headers).value! + def restart_web_apps(resource_group_name, name, soft_restart = nil, custom_headers = nil) + response = restart_web_apps_async(resource_group_name, name, soft_restart, custom_headers).value! nil end @@ -1623,7 +1570,7 @@ def restart_web_apps(resource_group_name, name, soft_restart:nil, custom_headers # @param resource_group_name [String] Name of the resource group to which the # resource belongs. # @param name [String] Name of the App Service plan. - # @param soft_restart [Boolean] Specify true to performa a soft + # @param soft_restart [Boolean] Specify true to perform a soft # restart, applies the configuration settings and restarts the apps if # necessary. The default is false, which always restarts and # reprovisions the apps @@ -1632,8 +1579,8 @@ def restart_web_apps(resource_group_name, name, soft_restart:nil, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def restart_web_apps_with_http_info(resource_group_name, name, soft_restart:nil, custom_headers:nil) - restart_web_apps_async(resource_group_name, name, soft_restart:soft_restart, custom_headers:custom_headers).value! + def restart_web_apps_with_http_info(resource_group_name, name, soft_restart = nil, custom_headers = nil) + restart_web_apps_async(resource_group_name, name, soft_restart, custom_headers).value! end # @@ -1644,7 +1591,7 @@ def restart_web_apps_with_http_info(resource_group_name, name, soft_restart:nil, # @param resource_group_name [String] Name of the resource group to which the # resource belongs. # @param name [String] Name of the App Service plan. - # @param soft_restart [Boolean] Specify true to performa a soft + # @param soft_restart [Boolean] Specify true to perform a soft # restart, applies the configuration settings and restarts the apps if # necessary. The default is false, which always restarts and # reprovisions the apps @@ -1653,18 +1600,14 @@ def restart_web_apps_with_http_info(resource_group_name, name, soft_restart:nil, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def restart_web_apps_async(resource_group_name, name, soft_restart:nil, custom_headers:nil) + def restart_web_apps_async(resource_group_name, name, soft_restart = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1719,8 +1662,8 @@ def restart_web_apps_async(resource_group_name, name, soft_restart:nil, custom_h # # @return [Array] operation results. # - def list_web_apps(resource_group_name, name, skip_token:nil, filter:nil, top:nil, custom_headers:nil) - first_page = list_web_apps_as_lazy(resource_group_name, name, skip_token:skip_token, filter:filter, top:top, custom_headers:custom_headers) + def list_web_apps(resource_group_name, name, skip_token = nil, filter = nil, top = nil, custom_headers = nil) + first_page = list_web_apps_as_lazy(resource_group_name, name, skip_token, filter, top, custom_headers) first_page.get_all_items end @@ -1744,8 +1687,8 @@ def list_web_apps(resource_group_name, name, skip_token:nil, filter:nil, top:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_apps_with_http_info(resource_group_name, name, skip_token:nil, filter:nil, top:nil, custom_headers:nil) - list_web_apps_async(resource_group_name, name, skip_token:skip_token, filter:filter, top:top, custom_headers:custom_headers).value! + def list_web_apps_with_http_info(resource_group_name, name, skip_token = nil, filter = nil, top = nil, custom_headers = nil) + list_web_apps_async(resource_group_name, name, skip_token, filter, top, custom_headers).value! end # @@ -1768,18 +1711,14 @@ def list_web_apps_with_http_info(resource_group_name, name, skip_token:nil, filt # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_apps_async(resource_group_name, name, skip_token:nil, filter:nil, top:nil, custom_headers:nil) + def list_web_apps_async(resource_group_name, name, skip_token = nil, filter = nil, top = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1826,9 +1765,9 @@ def list_web_apps_async(resource_group_name, name, skip_token:nil, filter:nil, t end # - # Gets all selectable sku's for a given App Service Plan + # Gets all selectable SKUs for a given App Service Plan # - # Gets all selectable sku's for a given App Service Plan + # Gets all selectable SKUs for a given App Service Plan # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -1838,15 +1777,15 @@ def list_web_apps_async(resource_group_name, name, skip_token:nil, filter:nil, t # # @return [Object] operation results. # - def get_server_farm_skus(resource_group_name, name, custom_headers:nil) - response = get_server_farm_skus_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_server_farm_skus(resource_group_name, name, custom_headers = nil) + response = get_server_farm_skus_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end # - # Gets all selectable sku's for a given App Service Plan + # Gets all selectable SKUs for a given App Service Plan # - # Gets all selectable sku's for a given App Service Plan + # Gets all selectable SKUs for a given App Service Plan # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -1856,14 +1795,14 @@ def get_server_farm_skus(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_server_farm_skus_with_http_info(resource_group_name, name, custom_headers:nil) - get_server_farm_skus_async(resource_group_name, name, custom_headers:custom_headers).value! + def get_server_farm_skus_with_http_info(resource_group_name, name, custom_headers = nil) + get_server_farm_skus_async(resource_group_name, name, custom_headers).value! end # - # Gets all selectable sku's for a given App Service Plan + # Gets all selectable SKUs for a given App Service Plan # - # Gets all selectable sku's for a given App Service Plan + # Gets all selectable SKUs for a given App Service Plan # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -1873,18 +1812,14 @@ def get_server_farm_skus_with_http_info(resource_group_name, name, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_server_farm_skus_async(resource_group_name, name, custom_headers:nil) + def get_server_farm_skus_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -1935,8 +1870,8 @@ def get_server_farm_skus_async(resource_group_name, name, custom_headers:nil) # # @return [Array] operation results. # - def list_usages(resource_group_name, name, filter:nil, custom_headers:nil) - first_page = list_usages_as_lazy(resource_group_name, name, filter:filter, custom_headers:custom_headers) + def list_usages(resource_group_name, name, filter = nil, custom_headers = nil) + first_page = list_usages_as_lazy(resource_group_name, name, filter, custom_headers) first_page.get_all_items end @@ -1956,8 +1891,8 @@ def list_usages(resource_group_name, name, filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_with_http_info(resource_group_name, name, filter:nil, custom_headers:nil) - list_usages_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_usages_with_http_info(resource_group_name, name, filter = nil, custom_headers = nil) + list_usages_async(resource_group_name, name, filter, custom_headers).value! end # @@ -1976,18 +1911,14 @@ def list_usages_with_http_info(resource_group_name, name, filter:nil, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_async(resource_group_name, name, filter:nil, custom_headers:nil) + def list_usages_async(resource_group_name, name, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2046,8 +1977,8 @@ def list_usages_async(resource_group_name, name, filter:nil, custom_headers:nil) # # @return [Array] operation results. # - def list_vnets(resource_group_name, name, custom_headers:nil) - response = list_vnets_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_vnets(resource_group_name, name, custom_headers = nil) + response = list_vnets_async(resource_group_name, name, custom_headers).value! response.body unless response.nil? end @@ -2064,8 +1995,8 @@ def list_vnets(resource_group_name, name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_vnets_with_http_info(resource_group_name, name, custom_headers:nil) - list_vnets_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_vnets_with_http_info(resource_group_name, name, custom_headers = nil) + list_vnets_async(resource_group_name, name, custom_headers).value! end # @@ -2081,18 +2012,14 @@ def list_vnets_with_http_info(resource_group_name, name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_vnets_async(resource_group_name, name, custom_headers:nil) + def list_vnets_async(resource_group_name, name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if 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 @@ -2125,13 +2052,11 @@ def list_vnets_async(resource_group_name, 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: 'VnetInfoElementType', type: { @@ -2167,8 +2092,8 @@ def list_vnets_async(resource_group_name, name, custom_headers:nil) # # @return [VnetInfo] operation results. # - def get_vnet_from_server_farm(resource_group_name, name, vnet_name, custom_headers:nil) - response = get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def get_vnet_from_server_farm(resource_group_name, name, vnet_name, custom_headers = nil) + response = get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom_headers).value! response.body unless response.nil? end @@ -2186,8 +2111,8 @@ def get_vnet_from_server_farm(resource_group_name, name, vnet_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_vnet_from_server_farm_with_http_info(resource_group_name, name, vnet_name, custom_headers:nil) - get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def get_vnet_from_server_farm_with_http_info(resource_group_name, name, vnet_name, custom_headers = nil) + get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom_headers).value! end # @@ -2204,11 +2129,8 @@ def get_vnet_from_server_farm_with_http_info(resource_group_name, name, vnet_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom_headers:nil) + def get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2216,7 +2138,6 @@ def get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -2277,8 +2198,8 @@ def get_vnet_from_server_farm_async(resource_group_name, name, vnet_name, custom # # @return [VnetGateway] operation results. # - def get_vnet_gateway(resource_group_name, name, vnet_name, gateway_name, custom_headers:nil) - response = get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers:custom_headers).value! + def get_vnet_gateway(resource_group_name, name, vnet_name, gateway_name, custom_headers = nil) + response = get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers).value! response.body unless response.nil? end @@ -2298,8 +2219,8 @@ def get_vnet_gateway(resource_group_name, name, vnet_name, gateway_name, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_vnet_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, custom_headers:nil) - get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers:custom_headers).value! + def get_vnet_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, custom_headers = nil) + get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers).value! end # @@ -2318,11 +2239,8 @@ def get_vnet_gateway_with_http_info(resource_group_name, name, vnet_name, gatewa # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers:nil) + def get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -2331,7 +2249,6 @@ def get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -2393,8 +2310,8 @@ def get_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, c # # @return [VnetGateway] operation results. # - def update_vnet_gateway(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) - response = update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:custom_headers).value! + def update_vnet_gateway(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) + response = update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers).value! response.body unless response.nil? end @@ -2415,8 +2332,8 @@ def update_vnet_gateway(resource_group_name, name, vnet_name, gateway_name, conn # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_vnet_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) - update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:custom_headers).value! + def update_vnet_gateway_with_http_info(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) + update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers).value! end # @@ -2436,11 +2353,8 @@ def update_vnet_gateway_with_http_info(resource_group_name, name, vnet_name, gat # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers:nil) + def update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name, connection_envelope, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'gateway_name is nil' if gateway_name.nil? @@ -2450,12 +2364,13 @@ def update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_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::Web::Mgmt::V2016_09_01::Models::VnetGateway.mapper() request_content = @client.serialize(request_mapper, connection_envelope) @@ -2518,8 +2433,8 @@ def update_vnet_gateway_async(resource_group_name, name, vnet_name, gateway_name # # @return [Array] operation results. # - def list_routes_for_vnet(resource_group_name, name, vnet_name, custom_headers:nil) - response = list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def list_routes_for_vnet(resource_group_name, name, vnet_name, custom_headers = nil) + response = list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_headers).value! response.body unless response.nil? end @@ -2539,8 +2454,8 @@ def list_routes_for_vnet(resource_group_name, name, vnet_name, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_routes_for_vnet_with_http_info(resource_group_name, name, vnet_name, custom_headers:nil) - list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_headers:custom_headers).value! + def list_routes_for_vnet_with_http_info(resource_group_name, name, vnet_name, custom_headers = nil) + list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_headers).value! end # @@ -2559,11 +2474,8 @@ def list_routes_for_vnet_with_http_info(resource_group_name, name, vnet_name, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_headers:nil) + def list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -2571,7 +2483,6 @@ def list_routes_for_vnet_async(resource_group_name, name, vnet_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 @@ -2604,13 +2515,11 @@ def list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_head 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: 'VnetRouteElementType', type: { @@ -2647,8 +2556,8 @@ def list_routes_for_vnet_async(resource_group_name, name, vnet_name, custom_head # # @return [Array] operation results. # - def get_route_for_vnet(resource_group_name, name, vnet_name, route_name, custom_headers:nil) - response = get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, custom_headers:custom_headers).value! + def get_route_for_vnet(resource_group_name, name, vnet_name, route_name, custom_headers = nil) + response = get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, custom_headers).value! response.body unless response.nil? end @@ -2667,8 +2576,8 @@ def get_route_for_vnet(resource_group_name, name, vnet_name, route_name, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_route_for_vnet_with_http_info(resource_group_name, name, vnet_name, route_name, custom_headers:nil) - get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, custom_headers:custom_headers).value! + def get_route_for_vnet_with_http_info(resource_group_name, name, vnet_name, route_name, custom_headers = nil) + get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, custom_headers).value! end # @@ -2686,11 +2595,8 @@ def get_route_for_vnet_with_http_info(resource_group_name, name, vnet_name, rout # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, custom_headers:nil) + def get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'route_name is nil' if route_name.nil? @@ -2699,7 +2605,6 @@ def get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -2732,13 +2637,11 @@ def get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, c 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: 'VnetRouteElementType', type: { @@ -2776,8 +2679,8 @@ def get_route_for_vnet_async(resource_group_name, name, vnet_name, route_name, c # # @return [VnetRoute] operation results. # - def create_or_update_vnet_route(resource_group_name, name, vnet_name, route_name, route, custom_headers:nil) - response = create_or_update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers:custom_headers).value! + def create_or_update_vnet_route(resource_group_name, name, vnet_name, route_name, route, custom_headers = nil) + response = create_or_update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers).value! response.body unless response.nil? end @@ -2797,8 +2700,8 @@ def create_or_update_vnet_route(resource_group_name, name, vnet_name, route_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_vnet_route_with_http_info(resource_group_name, name, vnet_name, route_name, route, custom_headers:nil) - create_or_update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers:custom_headers).value! + def create_or_update_vnet_route_with_http_info(resource_group_name, name, vnet_name, route_name, route, custom_headers = nil) + create_or_update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers).value! end # @@ -2817,11 +2720,8 @@ def create_or_update_vnet_route_with_http_info(resource_group_name, name, vnet_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers:nil) + def create_or_update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'route_name is nil' if route_name.nil? @@ -2831,12 +2731,13 @@ def create_or_update_vnet_route_async(resource_group_name, name, vnet_name, rout 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::Web::Mgmt::V2016_09_01::Models::VnetRoute.mapper() request_content = @client.serialize(request_mapper, route) @@ -2897,8 +2798,8 @@ def create_or_update_vnet_route_async(resource_group_name, name, vnet_name, rout # will be added to the HTTP request. # # - def delete_vnet_route(resource_group_name, name, vnet_name, route_name, custom_headers:nil) - response = delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, custom_headers:custom_headers).value! + def delete_vnet_route(resource_group_name, name, vnet_name, route_name, custom_headers = nil) + response = delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, custom_headers).value! nil end @@ -2917,8 +2818,8 @@ def delete_vnet_route(resource_group_name, name, vnet_name, route_name, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_vnet_route_with_http_info(resource_group_name, name, vnet_name, route_name, custom_headers:nil) - delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, custom_headers:custom_headers).value! + def delete_vnet_route_with_http_info(resource_group_name, name, vnet_name, route_name, custom_headers = nil) + delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, custom_headers).value! end # @@ -2936,11 +2837,8 @@ def delete_vnet_route_with_http_info(resource_group_name, name, vnet_name, route # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, custom_headers:nil) + def delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'route_name is nil' if route_name.nil? @@ -2949,7 +2847,6 @@ def delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -3000,8 +2897,8 @@ def delete_vnet_route_async(resource_group_name, name, vnet_name, route_name, cu # # @return [VnetRoute] operation results. # - def update_vnet_route(resource_group_name, name, vnet_name, route_name, route, custom_headers:nil) - response = update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers:custom_headers).value! + def update_vnet_route(resource_group_name, name, vnet_name, route_name, route, custom_headers = nil) + response = update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers).value! response.body unless response.nil? end @@ -3021,8 +2918,8 @@ def update_vnet_route(resource_group_name, name, vnet_name, route_name, route, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_vnet_route_with_http_info(resource_group_name, name, vnet_name, route_name, route, custom_headers:nil) - update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers:custom_headers).value! + def update_vnet_route_with_http_info(resource_group_name, name, vnet_name, route_name, route, custom_headers = nil) + update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers).value! end # @@ -3041,11 +2938,8 @@ def update_vnet_route_with_http_info(resource_group_name, name, vnet_name, route # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers:nil) + def update_vnet_route_async(resource_group_name, name, vnet_name, route_name, route, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'vnet_name is nil' if vnet_name.nil? fail ArgumentError, 'route_name is nil' if route_name.nil? @@ -3055,12 +2949,13 @@ def update_vnet_route_async(resource_group_name, name, vnet_name, route_name, ro 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::Web::Mgmt::V2016_09_01::Models::VnetRoute.mapper() request_content = @client.serialize(request_mapper, route) @@ -3121,8 +3016,8 @@ def update_vnet_route_async(resource_group_name, name, vnet_name, route_name, ro # will be added to the HTTP request. # # - def reboot_worker(resource_group_name, name, worker_name, custom_headers:nil) - response = reboot_worker_async(resource_group_name, name, worker_name, custom_headers:custom_headers).value! + def reboot_worker(resource_group_name, name, worker_name, custom_headers = nil) + response = reboot_worker_async(resource_group_name, name, worker_name, custom_headers).value! nil end @@ -3141,8 +3036,8 @@ def reboot_worker(resource_group_name, name, worker_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def reboot_worker_with_http_info(resource_group_name, name, worker_name, custom_headers:nil) - reboot_worker_async(resource_group_name, name, worker_name, custom_headers:custom_headers).value! + def reboot_worker_with_http_info(resource_group_name, name, worker_name, custom_headers = nil) + reboot_worker_async(resource_group_name, name, worker_name, custom_headers).value! end # @@ -3160,11 +3055,8 @@ def reboot_worker_with_http_info(resource_group_name, name, worker_name, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def reboot_worker_async(resource_group_name, name, worker_name, custom_headers:nil) + def reboot_worker_async(resource_group_name, name, worker_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'worker_name is nil' if worker_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3172,7 +3064,6 @@ def reboot_worker_async(resource_group_name, name, worker_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 @@ -3221,8 +3112,8 @@ def reboot_worker_async(resource_group_name, name, worker_name, custom_headers:n # # @return [AppServicePlan] operation results. # - def begin_create_or_update(resource_group_name, name, app_service_plan, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, name, app_service_plan, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers).value! response.body unless response.nil? end @@ -3240,8 +3131,8 @@ def begin_create_or_update(resource_group_name, name, app_service_plan, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, name, app_service_plan, custom_headers:nil) - begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, name, app_service_plan, custom_headers = nil) + begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers).value! end # @@ -3258,11 +3149,8 @@ def begin_create_or_update_with_http_info(resource_group_name, name, app_service # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, name, app_service_plan, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1 - fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+[^\.]$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+[^\.]$$')).nil? fail ArgumentError, 'name is nil' if name.nil? fail ArgumentError, 'app_service_plan is nil' if app_service_plan.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -3270,12 +3158,13 @@ def begin_create_or_update_async(resource_group_name, name, app_service_plan, 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::Web::Mgmt::V2016_09_01::Models::AppServicePlan.mapper() request_content = @client.serialize(request_mapper, app_service_plan) @@ -3299,7 +3188,7 @@ def begin_create_or_update_async(resource_group_name, name, app_service_plan, cu http_response = result.response status_code = http_response.status response_content = http_response.body - unless status_code == 200 || status_code == 202 + unless status_code == 200 || status_code == 201 || status_code == 202 error_model = JSON.load(response_content) fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) end @@ -3316,6 +3205,16 @@ def begin_create_or_update_async(resource_group_name, name, app_service_plan, cu end end # Deserialize Response + if status_code == 201 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan.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 == 202 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) @@ -3333,9 +3232,9 @@ def begin_create_or_update_async(resource_group_name, name, app_service_plan, cu end # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -3344,15 +3243,15 @@ def begin_create_or_update_async(resource_group_name, name, app_service_plan, cu # # @return [AppServicePlanCollection] 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 # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -3361,14 +3260,14 @@ 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 # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -3377,12 +3276,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 @@ -3438,8 +3336,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [AppServicePlanCollection] 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 @@ -3455,8 +3353,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 # @@ -3471,12 +3369,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 @@ -3532,8 +3429,8 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # # @return [ResourceCollection] operation results. # - def list_web_apps_by_hybrid_connection_next(next_page_link, custom_headers:nil) - response = list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_apps_by_hybrid_connection_next(next_page_link, custom_headers = nil) + response = list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3549,8 +3446,8 @@ def list_web_apps_by_hybrid_connection_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_apps_by_hybrid_connection_next_with_http_info(next_page_link, custom_headers:nil) - list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_apps_by_hybrid_connection_next_with_http_info(next_page_link, custom_headers = nil) + list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers).value! end # @@ -3565,12 +3462,11 @@ def list_web_apps_by_hybrid_connection_next_with_http_info(next_page_link, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers:nil) + def list_web_apps_by_hybrid_connection_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 @@ -3626,8 +3522,8 @@ def list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers # # @return [HybridConnectionCollection] operation results. # - def list_hybrid_connections_next(next_page_link, custom_headers:nil) - response = list_hybrid_connections_next_async(next_page_link, custom_headers:custom_headers).value! + def list_hybrid_connections_next(next_page_link, custom_headers = nil) + response = list_hybrid_connections_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3643,8 +3539,8 @@ def list_hybrid_connections_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hybrid_connections_next_with_http_info(next_page_link, custom_headers:nil) - list_hybrid_connections_next_async(next_page_link, custom_headers:custom_headers).value! + def list_hybrid_connections_next_with_http_info(next_page_link, custom_headers = nil) + list_hybrid_connections_next_async(next_page_link, custom_headers).value! end # @@ -3659,12 +3555,11 @@ def list_hybrid_connections_next_with_http_info(next_page_link, custom_headers:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hybrid_connections_next_async(next_page_link, custom_headers:nil) + def list_hybrid_connections_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 @@ -3722,8 +3617,8 @@ def list_hybrid_connections_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricDefinitionCollection] operation results. # - def list_metric_defintions_next(next_page_link, custom_headers:nil) - response = list_metric_defintions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metric_defintions_next(next_page_link, custom_headers = nil) + response = list_metric_defintions_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3741,8 +3636,8 @@ def list_metric_defintions_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_defintions_next_with_http_info(next_page_link, custom_headers:nil) - list_metric_defintions_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metric_defintions_next_with_http_info(next_page_link, custom_headers = nil) + list_metric_defintions_next_async(next_page_link, custom_headers).value! end # @@ -3759,12 +3654,11 @@ def list_metric_defintions_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_defintions_next_async(next_page_link, custom_headers:nil) + def list_metric_defintions_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 @@ -3809,9 +3703,9 @@ def list_metric_defintions_next_async(next_page_link, custom_headers:nil) end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -3820,15 +3714,15 @@ def list_metric_defintions_next_async(next_page_link, custom_headers:nil) # # @return [ResourceMetricCollection] operation results. # - def list_metrics_next(next_page_link, custom_headers:nil) - response = list_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_next(next_page_link, custom_headers = nil) + response = list_metrics_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -3837,14 +3731,14 @@ def list_metrics_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_next_with_http_info(next_page_link, custom_headers:nil) - list_metrics_next_async(next_page_link, custom_headers:custom_headers).value! + def list_metrics_next_with_http_info(next_page_link, custom_headers = nil) + list_metrics_next_async(next_page_link, custom_headers).value! end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param next_page_link [String] The NextLink from the previous successful call # to List operation. @@ -3853,12 +3747,11 @@ def list_metrics_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_next_async(next_page_link, custom_headers:nil) + def list_metrics_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 @@ -3914,8 +3807,8 @@ def list_metrics_next_async(next_page_link, custom_headers:nil) # # @return [WebAppCollection] operation results. # - def list_web_apps_next(next_page_link, custom_headers:nil) - response = list_web_apps_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_apps_next(next_page_link, custom_headers = nil) + response = list_web_apps_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -3931,8 +3824,8 @@ def list_web_apps_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_web_apps_next_with_http_info(next_page_link, custom_headers:nil) - list_web_apps_next_async(next_page_link, custom_headers:custom_headers).value! + def list_web_apps_next_with_http_info(next_page_link, custom_headers = nil) + list_web_apps_next_async(next_page_link, custom_headers).value! end # @@ -3947,12 +3840,11 @@ def list_web_apps_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_web_apps_next_async(next_page_link, custom_headers:nil) + def list_web_apps_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 @@ -4008,8 +3900,8 @@ def list_web_apps_next_async(next_page_link, custom_headers:nil) # # @return [CsmUsageQuotaCollection] operation results. # - def list_usages_next(next_page_link, custom_headers:nil) - response = list_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_next(next_page_link, custom_headers = nil) + response = list_usages_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -4025,8 +3917,8 @@ def list_usages_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_usages_next_with_http_info(next_page_link, custom_headers:nil) - list_usages_next_async(next_page_link, custom_headers:custom_headers).value! + def list_usages_next_with_http_info(next_page_link, custom_headers = nil) + list_usages_next_async(next_page_link, custom_headers).value! end # @@ -4041,12 +3933,11 @@ def list_usages_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_usages_next_async(next_page_link, custom_headers:nil) + def list_usages_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 @@ -4091,9 +3982,9 @@ def list_usages_next_async(next_page_link, custom_headers:nil) end # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # - # Get all App Service plans for a subcription. + # Get all App Service plans for a subscription. # # @param detailed [Boolean] Specify true to return all App Service # plan properties. The default is false, which returns a subset of @@ -4105,12 +3996,12 @@ def list_usages_next_async(next_page_link, custom_headers:nil) # @return [AppServicePlanCollection] which provide lazy access to pages of the # response. # - def list_as_lazy(detailed:nil, custom_headers:nil) - response = list_async(detailed:detailed, custom_headers:custom_headers).value! + def list_as_lazy(detailed = nil, custom_headers = nil) + response = list_async(detailed, 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 @@ -4129,12 +4020,12 @@ def list_as_lazy(detailed:nil, custom_headers:nil) # @return [AppServicePlanCollection] 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 @@ -4156,12 +4047,12 @@ def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) # @return [ResourceCollection] which provide lazy access to pages of the # response. # - def list_web_apps_by_hybrid_connection_as_lazy(resource_group_name, name, namespace_name, relay_name, custom_headers:nil) - response = list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers:custom_headers).value! + def list_web_apps_by_hybrid_connection_as_lazy(resource_group_name, name, namespace_name, relay_name, custom_headers = nil) + response = list_web_apps_by_hybrid_connection_async(resource_group_name, name, namespace_name, relay_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers:custom_headers) + list_web_apps_by_hybrid_connection_next_async(next_page_link, custom_headers) end page end @@ -4181,12 +4072,12 @@ def list_web_apps_by_hybrid_connection_as_lazy(resource_group_name, name, namesp # @return [HybridConnectionCollection] which provide lazy access to pages of # the response. # - def list_hybrid_connections_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_hybrid_connections_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_hybrid_connections_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_hybrid_connections_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_hybrid_connections_next_async(next_page_link, custom_headers:custom_headers) + list_hybrid_connections_next_async(next_page_link, custom_headers) end page end @@ -4208,21 +4099,21 @@ def list_hybrid_connections_as_lazy(resource_group_name, name, custom_headers:ni # @return [ResourceMetricDefinitionCollection] which provide lazy access to # pages of the response. # - def list_metric_defintions_as_lazy(resource_group_name, name, custom_headers:nil) - response = list_metric_defintions_async(resource_group_name, name, custom_headers:custom_headers).value! + def list_metric_defintions_as_lazy(resource_group_name, name, custom_headers = nil) + response = list_metric_defintions_async(resource_group_name, name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metric_defintions_next_async(next_page_link, custom_headers:custom_headers) + list_metric_defintions_next_async(next_page_link, custom_headers) end page end end # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # - # Get metrics for an App Serice plan. + # Get metrics for an App Service plan. # # @param resource_group_name [String] Name of the resource group to which the # resource belongs. @@ -4239,12 +4130,12 @@ def list_metric_defintions_as_lazy(resource_group_name, name, custom_headers:nil # @return [ResourceMetricCollection] which provide lazy access to pages of the # response. # - def list_metrics_as_lazy(resource_group_name, name, details:nil, filter:nil, custom_headers:nil) - response = list_metrics_async(resource_group_name, name, details:details, filter:filter, custom_headers:custom_headers).value! + def list_metrics_as_lazy(resource_group_name, name, details = nil, filter = nil, custom_headers = nil) + response = list_metrics_async(resource_group_name, name, details, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_metrics_next_async(next_page_link, custom_headers:custom_headers) + list_metrics_next_async(next_page_link, custom_headers) end page end @@ -4271,12 +4162,12 @@ def list_metrics_as_lazy(resource_group_name, name, details:nil, filter:nil, cus # @return [WebAppCollection] which provide lazy access to pages of the # response. # - def list_web_apps_as_lazy(resource_group_name, name, skip_token:nil, filter:nil, top:nil, custom_headers:nil) - response = list_web_apps_async(resource_group_name, name, skip_token:skip_token, filter:filter, top:top, custom_headers:custom_headers).value! + def list_web_apps_as_lazy(resource_group_name, name, skip_token = nil, filter = nil, top = nil, custom_headers = nil) + response = list_web_apps_async(resource_group_name, name, skip_token, filter, top, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_web_apps_next_async(next_page_link, custom_headers:custom_headers) + list_web_apps_next_async(next_page_link, custom_headers) end page end @@ -4299,12 +4190,12 @@ def list_web_apps_as_lazy(resource_group_name, name, skip_token:nil, filter:nil, # @return [CsmUsageQuotaCollection] which provide lazy access to pages of the # response. # - def list_usages_as_lazy(resource_group_name, name, filter:nil, custom_headers:nil) - response = list_usages_async(resource_group_name, name, filter:filter, custom_headers:custom_headers).value! + def list_usages_as_lazy(resource_group_name, name, filter = nil, custom_headers = nil) + response = list_usages_async(resource_group_name, name, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_usages_next_async(next_page_link, custom_headers:custom_headers) + list_usages_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/address_response.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/address_response.rb index 626eb4ff21..88a23956a7 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/address_response.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/address_response.rb @@ -32,7 +32,6 @@ class AddressResponse # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AddressResponse', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AddressResponse', model_properties: { service_ip_address: { - client_side_validation: true, required: false, serialized_name: 'serviceIpAddress', type: { @@ -48,7 +46,6 @@ def self.mapper() } }, internal_ip_address: { - client_side_validation: true, required: false, serialized_name: 'internalIpAddress', type: { @@ -56,13 +53,11 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, serialized_name: 'outboundIpAddresses', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -72,13 +67,11 @@ def self.mapper() } }, vip_mappings: { - client_side_validation: true, required: false, serialized_name: 'vipMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualIPMappingElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/api_definition_info.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/api_definition_info.rb index 05b197e7d3..12722ed359 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/api_definition_info.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/api_definition_info.rb @@ -22,7 +22,6 @@ class ApiDefinitionInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApiDefinitionInfo', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ApiDefinitionInfo', model_properties: { url: { - client_side_validation: true, required: false, serialized_name: 'url', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_collection.rb index fc9cb48f58..260b154bb8 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceEnvironmentCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'AppServiceEnvironmentCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AppServiceEnvironmentResourceElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_patch_resource.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_patch_resource.rb index dbd8cea727..1c390ef82f 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_patch_resource.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_09_01 module Models # - # ARM resource for a app service enviroment. + # ARM resource for a app service environment. # class AppServiceEnvironmentPatchResource < ProxyOnlyResource @@ -156,7 +156,6 @@ class AppServiceEnvironmentPatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceEnvironmentPatchResource', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'AppServiceEnvironmentPatchResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -199,7 +194,6 @@ def self.mapper() } }, app_service_environment_patch_resource_name: { - client_side_validation: true, required: true, serialized_name: 'properties.name', type: { @@ -207,7 +201,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'properties.location', type: { @@ -215,7 +208,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -225,7 +217,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -235,7 +226,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -243,7 +233,6 @@ def self.mapper() } }, vnet_resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceGroupName', type: { @@ -251,7 +240,6 @@ def self.mapper() } }, vnet_subnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetSubnetName', type: { @@ -259,7 +247,6 @@ def self.mapper() } }, virtual_network: { - client_side_validation: true, required: true, serialized_name: 'properties.virtualNetwork', type: { @@ -268,7 +255,6 @@ def self.mapper() } }, internal_load_balancing_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.internalLoadBalancingMode', type: { @@ -277,7 +263,6 @@ def self.mapper() } }, multi_size: { - client_side_validation: true, required: false, serialized_name: 'properties.multiSize', type: { @@ -285,7 +270,6 @@ def self.mapper() } }, multi_role_count: { - client_side_validation: true, required: false, serialized_name: 'properties.multiRoleCount', type: { @@ -293,13 +277,11 @@ def self.mapper() } }, worker_pools: { - client_side_validation: true, required: true, serialized_name: 'properties.workerPools', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'WorkerPoolElementType', type: { @@ -310,7 +292,6 @@ def self.mapper() } }, ipssl_address_count: { - client_side_validation: true, required: false, serialized_name: 'properties.ipsslAddressCount', type: { @@ -318,7 +299,6 @@ def self.mapper() } }, database_edition: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseEdition', @@ -327,7 +307,6 @@ def self.mapper() } }, database_service_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseServiceObjective', @@ -336,7 +315,6 @@ def self.mapper() } }, upgrade_domains: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.upgradeDomains', @@ -345,7 +323,6 @@ def self.mapper() } }, subscription_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscriptionId', @@ -354,7 +331,6 @@ def self.mapper() } }, dns_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsSuffix', type: { @@ -362,7 +338,6 @@ def self.mapper() } }, last_action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastAction', @@ -371,7 +346,6 @@ def self.mapper() } }, last_action_result: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastActionResult', @@ -380,7 +354,6 @@ def self.mapper() } }, allowed_multi_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.allowedMultiSizes', @@ -389,7 +362,6 @@ def self.mapper() } }, allowed_worker_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.allowedWorkerSizes', @@ -398,7 +370,6 @@ def self.mapper() } }, maximum_number_of_machines: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfMachines', @@ -407,14 +378,12 @@ def self.mapper() } }, vip_mappings: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.vipMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualIPMappingElementType', type: { @@ -425,14 +394,12 @@ def self.mapper() } }, environment_capacities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.environmentCapacities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StampCapacityElementType', type: { @@ -443,13 +410,11 @@ def self.mapper() } }, network_access_control_list: { - client_side_validation: true, required: false, serialized_name: 'properties.networkAccessControlList', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NetworkAccessControlEntryElementType', type: { @@ -460,7 +425,6 @@ def self.mapper() } }, environment_is_healthy: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.environmentIsHealthy', @@ -469,7 +433,6 @@ def self.mapper() } }, environment_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.environmentStatus', @@ -478,7 +441,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -487,7 +449,6 @@ def self.mapper() } }, front_end_scale_factor: { - client_side_validation: true, required: false, serialized_name: 'properties.frontEndScaleFactor', type: { @@ -495,7 +456,6 @@ def self.mapper() } }, default_front_end_scale_factor: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultFrontEndScaleFactor', @@ -504,7 +464,6 @@ def self.mapper() } }, api_management_account_id: { - client_side_validation: true, required: false, serialized_name: 'properties.apiManagementAccountId', type: { @@ -512,7 +471,6 @@ def self.mapper() } }, suspended: { - client_side_validation: true, required: false, serialized_name: 'properties.suspended', type: { @@ -520,7 +478,6 @@ def self.mapper() } }, dynamic_cache_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicCacheEnabled', type: { @@ -528,13 +485,11 @@ def self.mapper() } }, cluster_settings: { - client_side_validation: true, required: false, serialized_name: 'properties.clusterSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -545,13 +500,11 @@ def self.mapper() } }, user_whitelisted_ip_ranges: { - client_side_validation: true, required: false, serialized_name: 'properties.userWhitelistedIpRanges', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_resource.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_resource.rb index 05128b0874..8e7695634f 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_resource.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_environment_resource.rb @@ -156,7 +156,6 @@ class AppServiceEnvironmentResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServiceEnvironmentResource', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'AppServiceEnvironmentResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -198,7 +193,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -207,13 +201,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: { @@ -223,7 +215,6 @@ def self.mapper() } }, app_service_environment_resource_name: { - client_side_validation: true, required: true, serialized_name: 'properties.name', type: { @@ -231,7 +222,6 @@ def self.mapper() } }, app_service_environment_resource_location: { - client_side_validation: true, required: true, serialized_name: 'properties.location', type: { @@ -239,7 +229,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -249,7 +238,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -259,7 +247,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -267,7 +254,6 @@ def self.mapper() } }, vnet_resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceGroupName', type: { @@ -275,7 +261,6 @@ def self.mapper() } }, vnet_subnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetSubnetName', type: { @@ -283,7 +268,6 @@ def self.mapper() } }, virtual_network: { - client_side_validation: true, required: true, serialized_name: 'properties.virtualNetwork', type: { @@ -292,7 +276,6 @@ def self.mapper() } }, internal_load_balancing_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.internalLoadBalancingMode', type: { @@ -301,7 +284,6 @@ def self.mapper() } }, multi_size: { - client_side_validation: true, required: false, serialized_name: 'properties.multiSize', type: { @@ -309,7 +291,6 @@ def self.mapper() } }, multi_role_count: { - client_side_validation: true, required: false, serialized_name: 'properties.multiRoleCount', type: { @@ -317,13 +298,11 @@ def self.mapper() } }, worker_pools: { - client_side_validation: true, required: true, serialized_name: 'properties.workerPools', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'WorkerPoolElementType', type: { @@ -334,7 +313,6 @@ def self.mapper() } }, ipssl_address_count: { - client_side_validation: true, required: false, serialized_name: 'properties.ipsslAddressCount', type: { @@ -342,7 +320,6 @@ def self.mapper() } }, database_edition: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseEdition', @@ -351,7 +328,6 @@ def self.mapper() } }, database_service_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseServiceObjective', @@ -360,7 +336,6 @@ def self.mapper() } }, upgrade_domains: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.upgradeDomains', @@ -369,7 +344,6 @@ def self.mapper() } }, subscription_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscriptionId', @@ -378,7 +352,6 @@ def self.mapper() } }, dns_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsSuffix', type: { @@ -386,7 +359,6 @@ def self.mapper() } }, last_action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastAction', @@ -395,7 +367,6 @@ def self.mapper() } }, last_action_result: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastActionResult', @@ -404,7 +375,6 @@ def self.mapper() } }, allowed_multi_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.allowedMultiSizes', @@ -413,7 +383,6 @@ def self.mapper() } }, allowed_worker_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.allowedWorkerSizes', @@ -422,7 +391,6 @@ def self.mapper() } }, maximum_number_of_machines: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfMachines', @@ -431,14 +399,12 @@ def self.mapper() } }, vip_mappings: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.vipMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualIPMappingElementType', type: { @@ -449,14 +415,12 @@ def self.mapper() } }, environment_capacities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.environmentCapacities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StampCapacityElementType', type: { @@ -467,13 +431,11 @@ def self.mapper() } }, network_access_control_list: { - client_side_validation: true, required: false, serialized_name: 'properties.networkAccessControlList', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NetworkAccessControlEntryElementType', type: { @@ -484,7 +446,6 @@ def self.mapper() } }, environment_is_healthy: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.environmentIsHealthy', @@ -493,7 +454,6 @@ def self.mapper() } }, environment_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.environmentStatus', @@ -502,7 +462,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -511,7 +470,6 @@ def self.mapper() } }, front_end_scale_factor: { - client_side_validation: true, required: false, serialized_name: 'properties.frontEndScaleFactor', type: { @@ -519,7 +477,6 @@ def self.mapper() } }, default_front_end_scale_factor: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultFrontEndScaleFactor', @@ -528,7 +485,6 @@ def self.mapper() } }, api_management_account_id: { - client_side_validation: true, required: false, serialized_name: 'properties.apiManagementAccountId', type: { @@ -536,7 +492,6 @@ def self.mapper() } }, suspended: { - client_side_validation: true, required: false, serialized_name: 'properties.suspended', type: { @@ -544,7 +499,6 @@ def self.mapper() } }, dynamic_cache_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicCacheEnabled', type: { @@ -552,13 +506,11 @@ def self.mapper() } }, cluster_settings: { - client_side_validation: true, required: false, serialized_name: 'properties.clusterSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -569,13 +521,11 @@ def self.mapper() } }, user_whitelisted_ip_ranges: { - client_side_validation: true, required: false, serialized_name: 'properties.userWhitelistedIpRanges', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan.rb index 67ab97ab7c..12ca4bd850 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan.rb @@ -84,7 +84,6 @@ class AppServicePlan < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlan', type: { @@ -92,7 +91,6 @@ def self.mapper() class_name: 'AppServicePlan', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -101,7 +99,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -110,7 +107,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -118,7 +114,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -126,7 +121,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -135,13 +129,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: { @@ -151,7 +143,6 @@ def self.mapper() } }, app_service_plan_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -159,7 +150,6 @@ def self.mapper() } }, worker_tier_name: { - client_side_validation: true, required: false, serialized_name: 'properties.workerTierName', type: { @@ -167,7 +157,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -177,7 +166,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscription', @@ -186,7 +174,6 @@ def self.mapper() } }, admin_site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.adminSiteName', type: { @@ -194,7 +181,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -203,7 +189,6 @@ def self.mapper() } }, maximum_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfWorkers', @@ -212,7 +197,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -221,7 +205,6 @@ def self.mapper() } }, per_site_scaling: { - client_side_validation: true, required: false, serialized_name: 'properties.perSiteScaling', default_value: false, @@ -230,7 +213,6 @@ def self.mapper() } }, number_of_sites: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.numberOfSites', @@ -239,7 +221,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -247,7 +228,6 @@ def self.mapper() } }, spot_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.spotExpirationTime', type: { @@ -255,7 +235,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -264,7 +243,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -273,7 +251,6 @@ def self.mapper() } }, target_worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerCount', type: { @@ -281,7 +258,6 @@ def self.mapper() } }, target_worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerSizeId', type: { @@ -289,7 +265,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -299,7 +274,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb index 8e2873f042..0f3b3cb0a2 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlanCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'AppServicePlanCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AppServicePlanElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, serialized_name: 'nextLink', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_patch_resource.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_patch_resource.rb index ca38073f96..3d47f819c1 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_patch_resource.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/app_service_plan_patch_resource.rb @@ -81,7 +81,6 @@ class AppServicePlanPatchResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AppServicePlanPatchResource', type: { @@ -89,7 +88,6 @@ def self.mapper() class_name: 'AppServicePlanPatchResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -98,7 +96,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -107,7 +104,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -115,7 +111,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -124,7 +119,6 @@ def self.mapper() } }, app_service_plan_patch_resource_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -132,7 +126,6 @@ def self.mapper() } }, worker_tier_name: { - client_side_validation: true, required: false, serialized_name: 'properties.workerTierName', type: { @@ -140,7 +133,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -150,7 +142,6 @@ def self.mapper() } }, subscription: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subscription', @@ -159,7 +150,6 @@ def self.mapper() } }, admin_site_name: { - client_side_validation: true, required: false, serialized_name: 'properties.adminSiteName', type: { @@ -167,7 +157,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -176,7 +165,6 @@ def self.mapper() } }, maximum_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximumNumberOfWorkers', @@ -185,7 +173,6 @@ def self.mapper() } }, geo_region: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.geoRegion', @@ -194,7 +181,6 @@ def self.mapper() } }, per_site_scaling: { - client_side_validation: true, required: false, serialized_name: 'properties.perSiteScaling', default_value: false, @@ -203,7 +189,6 @@ def self.mapper() } }, number_of_sites: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.numberOfSites', @@ -212,7 +197,6 @@ def self.mapper() } }, is_spot: { - client_side_validation: true, required: false, serialized_name: 'properties.isSpot', type: { @@ -220,7 +204,6 @@ def self.mapper() } }, spot_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'properties.spotExpirationTime', type: { @@ -228,7 +211,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -237,7 +219,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -246,7 +227,6 @@ def self.mapper() } }, target_worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerCount', type: { @@ -254,7 +234,6 @@ def self.mapper() } }, target_worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.targetWorkerSizeId', type: { @@ -262,7 +241,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_actions.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_actions.rb index e5e2975541..ad089e74ed 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_actions.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_actions.rb @@ -30,7 +30,6 @@ class AutoHealActions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealActions', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'AutoHealActions', model_properties: { action_type: { - client_side_validation: true, required: false, serialized_name: 'actionType', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, custom_action: { - client_side_validation: true, required: false, serialized_name: 'customAction', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, min_process_execution_time: { - client_side_validation: true, required: false, serialized_name: 'minProcessExecutionTime', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb index 0226e0ff52..1ab4730e31 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb @@ -26,7 +26,6 @@ class AutoHealCustomAction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealCustomAction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'AutoHealCustomAction', model_properties: { exe: { - client_side_validation: true, required: false, serialized_name: 'exe', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_rules.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_rules.rb index f779854abf..1b4a845ffe 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_rules.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_rules.rb @@ -27,7 +27,6 @@ class AutoHealRules # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealRules', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'AutoHealRules', model_properties: { triggers: { - client_side_validation: true, required: false, serialized_name: 'triggers', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, actions: { - client_side_validation: true, required: false, serialized_name: 'actions', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb index 192cb5d029..dfad25985b 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb @@ -32,7 +32,6 @@ class AutoHealTriggers # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutoHealTriggers', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'AutoHealTriggers', model_properties: { requests: { - client_side_validation: true, required: false, serialized_name: 'requests', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, private_bytes_in_kb: { - client_side_validation: true, required: false, serialized_name: 'privateBytesInKB', type: { @@ -57,13 +54,11 @@ def self.mapper() } }, status_codes: { - client_side_validation: true, required: false, serialized_name: 'statusCodes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTriggerElementType', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, slow_requests: { - client_side_validation: true, required: false, serialized_name: 'slowRequests', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/capability.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/capability.rb index cc3a6a9ff5..252ad66f02 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/capability.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/capability.rb @@ -28,7 +28,6 @@ class Capability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Capability', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'Capability', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, serialized_name: 'reason', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cloning_info.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cloning_info.rb index 28f2f8452c..4d7827cbc1 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cloning_info.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cloning_info.rb @@ -70,7 +70,6 @@ class CloningInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CloningInfo', type: { @@ -78,7 +77,6 @@ def self.mapper() class_name: 'CloningInfo', model_properties: { correlation_id: { - client_side_validation: true, required: false, serialized_name: 'correlationId', type: { @@ -86,7 +84,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'overwrite', type: { @@ -94,7 +91,6 @@ def self.mapper() } }, clone_custom_host_names: { - client_side_validation: true, required: false, serialized_name: 'cloneCustomHostNames', type: { @@ -102,7 +98,6 @@ def self.mapper() } }, clone_source_control: { - client_side_validation: true, required: false, serialized_name: 'cloneSourceControl', type: { @@ -110,7 +105,6 @@ def self.mapper() } }, source_web_app_id: { - client_side_validation: true, required: true, serialized_name: 'sourceWebAppId', type: { @@ -118,7 +112,6 @@ def self.mapper() } }, hosting_environment: { - client_side_validation: true, required: false, serialized_name: 'hostingEnvironment', type: { @@ -126,13 +119,11 @@ def self.mapper() } }, app_settings_overrides: { - client_side_validation: true, required: false, serialized_name: 'appSettingsOverrides', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -142,7 +133,6 @@ def self.mapper() } }, configure_load_balancing: { - client_side_validation: true, required: false, serialized_name: 'configureLoadBalancing', type: { @@ -150,7 +140,6 @@ def self.mapper() } }, traffic_manager_profile_id: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileId', type: { @@ -158,7 +147,6 @@ def self.mapper() } }, traffic_manager_profile_name: { - client_side_validation: true, required: false, serialized_name: 'trafficManagerProfileName', type: { @@ -166,7 +154,6 @@ def self.mapper() } }, ignore_quotas: { - client_side_validation: true, required: false, serialized_name: 'ignoreQuotas', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/conn_string_info.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/conn_string_info.rb index 50ca94b0fd..41354d8372 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/conn_string_info.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/conn_string_info.rb @@ -30,7 +30,6 @@ class ConnStringInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfo', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ConnStringInfo', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, connection_string: { - client_side_validation: true, required: false, serialized_name: 'connectionString', type: { @@ -54,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cors_settings.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cors_settings.rb index de3c536744..fde0886511 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cors_settings.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/cors_settings.rb @@ -24,7 +24,6 @@ class CorsSettings # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CorsSettings', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'CorsSettings', model_properties: { allowed_origins: { - client_side_validation: true, required: false, serialized_name: 'allowedOrigins', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota.rb index 2941449d83..6f82c5f208 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota.rb @@ -12,7 +12,7 @@ class CsmUsageQuota include MsRestAzure - # @return [String] Units of measurement for the quota resourse. + # @return [String] Units of measurement for the quota resource. attr_accessor :unit # @return [DateTime] Next reset time for the resource counter. @@ -34,7 +34,6 @@ class CsmUsageQuota # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuota', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'CsmUsageQuota', model_properties: { unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, next_reset_time: { - client_side_validation: true, required: false, serialized_name: 'nextResetTime', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, serialized_name: 'currentValue', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, serialized_name: 'limit', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb index dee907c8d7..42fb875afc 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuotaCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'CsmUsageQuotaCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CsmUsageQuotaElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/error_entity.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/error_entity.rb index 4564e4dbba..51b5e045f1 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/error_entity.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/error_entity.rb @@ -37,7 +37,6 @@ class ErrorEntity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ErrorEntity', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'ErrorEntity', model_properties: { extended_code: { - client_side_validation: true, required: false, serialized_name: 'extendedCode', type: { @@ -53,7 +51,6 @@ def self.mapper() } }, message_template: { - client_side_validation: true, required: false, serialized_name: 'messageTemplate', type: { @@ -61,13 +58,11 @@ def self.mapper() } }, parameters: { - client_side_validation: true, required: false, serialized_name: 'parameters', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -77,13 +72,11 @@ def self.mapper() } }, inner_errors: { - client_side_validation: true, required: false, serialized_name: 'innerErrors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ErrorEntityElementType', type: { @@ -94,7 +87,6 @@ def self.mapper() } }, code: { - client_side_validation: true, required: false, serialized_name: 'code', type: { @@ -102,7 +94,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'message', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/experiments.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/experiments.rb index 8751d023c6..982dc79f08 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/experiments.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/experiments.rb @@ -22,7 +22,6 @@ class Experiments # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Experiments', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'Experiments', model_properties: { ramp_up_rules: { - client_side_validation: true, required: false, serialized_name: 'rampUpRules', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RampUpRuleElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/handler_mapping.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/handler_mapping.rb index 6df4adfe65..672ce37644 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/handler_mapping.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/handler_mapping.rb @@ -33,7 +33,6 @@ class HandlerMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HandlerMapping', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'HandlerMapping', model_properties: { extension: { - client_side_validation: true, required: false, serialized_name: 'extension', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, script_processor: { - client_side_validation: true, required: false, serialized_name: 'scriptProcessor', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, arguments: { - client_side_validation: true, required: false, serialized_name: 'arguments', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb index 367d8ef44f..4d06eb0101 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb @@ -40,7 +40,6 @@ class HostNameSslState # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostNameSslState', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'HostNameSslState', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -56,7 +54,6 @@ def self.mapper() } }, ssl_state: { - client_side_validation: true, required: false, serialized_name: 'sslState', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'thumbprint', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, to_update: { - client_side_validation: true, required: false, serialized_name: 'toUpdate', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, host_type: { - client_side_validation: true, required: false, serialized_name: 'hostType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb index ae9ec6b85b..3ad6acb7b0 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb @@ -25,7 +25,6 @@ class HostingEnvironmentDiagnostics # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentDiagnostics', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'HostingEnvironmentDiagnostics', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, diagnosics_output: { - client_side_validation: true, required: false, serialized_name: 'diagnosicsOutput', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb index 5dc36d37f0..e0b68734bf 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb @@ -28,7 +28,6 @@ class HostingEnvironmentProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HostingEnvironmentProfile', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'HostingEnvironmentProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection.rb index 5acd3a772f..9d14b3770c 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection.rb @@ -48,7 +48,6 @@ class HybridConnection < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnection', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'HybridConnection', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -82,7 +78,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +86,6 @@ def self.mapper() } }, service_bus_namespace: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusNamespace', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, relay_name: { - client_side_validation: true, required: false, serialized_name: 'properties.relayName', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, relay_arm_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.relayArmUri', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, hostname: { - client_side_validation: true, required: false, serialized_name: 'properties.hostname', type: { @@ -123,7 +114,6 @@ def self.mapper() } }, port: { - client_side_validation: true, required: false, serialized_name: 'properties.port', type: { @@ -131,7 +121,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyName', type: { @@ -139,7 +128,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, serialized_name: 'properties.sendKeyValue', type: { @@ -147,7 +135,6 @@ def self.mapper() } }, service_bus_suffix: { - client_side_validation: true, required: false, serialized_name: 'properties.serviceBusSuffix', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_collection.rb index 6c96642c5f..c04be8f1af 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'HybridConnectionCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb index 05b9c43cae..13135946d2 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb @@ -26,7 +26,6 @@ class HybridConnectionKey < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionKey', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'HybridConnectionKey', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, send_key_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyName', @@ -78,7 +72,6 @@ def self.mapper() } }, send_key_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sendKeyValue', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_limits.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_limits.rb index 9d6b06f08c..5b1c11fb79 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_limits.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/hybrid_connection_limits.rb @@ -26,7 +26,6 @@ class HybridConnectionLimits < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'HybridConnectionLimits', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'HybridConnectionLimits', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, current: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.current', @@ -78,7 +72,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maximum', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/identifier.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/identifier.rb index 276311fb52..dcf3ac5009 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/identifier.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/identifier.rb @@ -22,7 +22,6 @@ class Identifier < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Identifier', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'Identifier', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -56,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +60,6 @@ def self.mapper() } }, identifier_id: { - client_side_validation: true, required: false, serialized_name: 'properties.id', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ip_security_restriction.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ip_security_restriction.rb index 5a9c2e8cbc..717b3acbfb 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ip_security_restriction.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ip_security_restriction.rb @@ -26,7 +26,6 @@ class IpSecurityRestriction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestriction', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'IpSecurityRestriction', model_properties: { ip_address: { - client_side_validation: true, required: true, serialized_name: 'ipAddress', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, subnet_mask: { - client_side_validation: true, required: false, serialized_name: 'subnetMask', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/localizable_string.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/localizable_string.rb index 9dfb8959e7..359216cf74 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/localizable_string.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/localizable_string.rb @@ -25,7 +25,6 @@ class LocalizableString # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'LocalizableString', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'LocalizableString', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, localized_value: { - client_side_validation: true, required: false, serialized_name: 'localizedValue', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/managed_service_identity.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/managed_service_identity.rb index 0f68bdb09e..f975536c69 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/managed_service_identity.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/managed_service_identity.rb @@ -29,7 +29,6 @@ class ManagedServiceIdentity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedServiceIdentity', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'ManagedServiceIdentity', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', @@ -54,7 +51,6 @@ def self.mapper() } }, principal_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_availabilily.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_availabilily.rb index 4126315669..09c512dd94 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_availabilily.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_availabilily.rb @@ -25,7 +25,6 @@ class MetricAvailabilily # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricAvailabilily', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'MetricAvailabilily', model_properties: { time_grain: { - client_side_validation: true, required: false, serialized_name: 'timeGrain', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, retention: { - client_side_validation: true, required: false, serialized_name: 'retention', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_definition.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_definition.rb index ed1f9230d6..8f1c32ed36 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_definition.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/metric_definition.rb @@ -35,7 +35,6 @@ class MetricDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricDefinition', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'MetricDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +73,6 @@ def self.mapper() } }, metric_definition_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -87,7 +81,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -96,7 +89,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.primaryAggregationType', @@ -105,14 +97,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricAvailabililyElementType', type: { @@ -123,7 +113,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.displayName', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/name_value_pair.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/name_value_pair.rb index 855d1604bf..f9f89dec06 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/name_value_pair.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/name_value_pair.rb @@ -25,7 +25,6 @@ class NameValuePair # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NameValuePair', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'NameValuePair', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/network_access_control_entry.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/network_access_control_entry.rb index d12fe4ac03..3aca8bcaba 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/network_access_control_entry.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/network_access_control_entry.rb @@ -32,7 +32,6 @@ class NetworkAccessControlEntry # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'NetworkAccessControlEntry', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'NetworkAccessControlEntry', model_properties: { action: { - client_side_validation: true, required: false, serialized_name: 'action', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'description', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, order: { - client_side_validation: true, required: false, serialized_name: 'order', type: { @@ -65,7 +61,6 @@ def self.mapper() } }, remote_subnet: { - client_side_validation: true, required: false, serialized_name: 'remoteSubnet', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/operation.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/operation.rb index d2ec7d99a3..cd7460e8e6 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/operation.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/operation.rb @@ -45,7 +45,6 @@ class Operation # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Operation', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'Operation', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -61,7 +59,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -69,7 +66,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -78,13 +74,11 @@ def self.mapper() } }, errors: { - client_side_validation: true, required: false, serialized_name: 'errors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ErrorEntityElementType', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, created_time: { - client_side_validation: true, required: false, serialized_name: 'createdTime', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, modified_time: { - client_side_validation: true, required: false, serialized_name: 'modifiedTime', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, expiration_time: { - client_side_validation: true, required: false, serialized_name: 'expirationTime', type: { @@ -119,7 +110,6 @@ def self.mapper() } }, geo_master_operation_id: { - client_side_validation: true, required: false, serialized_name: 'geoMasterOperationId', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/proxy_only_resource.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/proxy_only_resource.rb index 0ac93f0507..717a2755f1 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/proxy_only_resource.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/proxy_only_resource.rb @@ -32,7 +32,6 @@ class ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyOnlyResource', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ProxyOnlyResource', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/push_settings.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/push_settings.rb index 9fb159c132..2824393399 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/push_settings.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/push_settings.rb @@ -40,7 +40,6 @@ class PushSettings < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PushSettings', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'PushSettings', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, is_push_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.isPushEnabled', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, tag_whitelist_json: { - client_side_validation: true, required: false, serialized_name: 'properties.tagWhitelistJson', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, tags_requiring_auth: { - client_side_validation: true, required: false, serialized_name: 'properties.tagsRequiringAuth', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, dynamic_tags_json: { - client_side_validation: true, required: false, serialized_name: 'properties.dynamicTagsJson', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ramp_up_rule.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ramp_up_rule.rb index e8367fb8ab..a5b2f094e3 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ramp_up_rule.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/ramp_up_rule.rb @@ -22,16 +22,16 @@ class RampUpRule # ActionHostName. attr_accessor :reroute_percentage - # @return [Float] In auto ramp up scenario this is the step to to - # add/remove from ReroutePercentage until it reaches + # @return [Float] In auto ramp up scenario this is the step to add/remove + # from ReroutePercentage until it reaches # MinReroutePercentage or MaxReroutePercentage. - # Site metrics are checked every N minutes specificed in + # Site metrics are checked every N minutes specified in # ChangeIntervalInMinutes. # Custom decision algorithm can be provided in TiPCallback site extension # which URL can be specified in ChangeDecisionCallbackUrl. attr_accessor :change_step - # @return [Integer] Specifies interval in mimuntes to reevaluate + # @return [Integer] Specifies interval in minutes to reevaluate # ReroutePercentage. attr_accessor :change_interval_in_minutes @@ -61,7 +61,6 @@ class RampUpRule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RampUpRule', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'RampUpRule', model_properties: { action_host_name: { - client_side_validation: true, required: false, serialized_name: 'actionHostName', type: { @@ -77,7 +75,6 @@ def self.mapper() } }, reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'reroutePercentage', type: { @@ -85,7 +82,6 @@ def self.mapper() } }, change_step: { - client_side_validation: true, required: false, serialized_name: 'changeStep', type: { @@ -93,7 +89,6 @@ def self.mapper() } }, change_interval_in_minutes: { - client_side_validation: true, required: false, serialized_name: 'changeIntervalInMinutes', type: { @@ -101,7 +96,6 @@ def self.mapper() } }, min_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'minReroutePercentage', type: { @@ -109,7 +103,6 @@ def self.mapper() } }, max_reroute_percentage: { - client_side_validation: true, required: false, serialized_name: 'maxReroutePercentage', type: { @@ -117,7 +110,6 @@ def self.mapper() } }, change_decision_callback_url: { - client_side_validation: true, required: false, serialized_name: 'changeDecisionCallbackUrl', type: { @@ -125,7 +117,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/requests_based_trigger.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/requests_based_trigger.rb index ea7d55e969..49aee834c3 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/requests_based_trigger.rb @@ -25,7 +25,6 @@ class RequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RequestsBasedTrigger', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'RequestsBasedTrigger', model_properties: { count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource.rb index 28e05b83bb..4858a3b214 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource.rb @@ -31,22 +31,12 @@ class Resource attr_accessor :tags - # @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: { @@ -54,7 +44,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +52,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +60,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -80,7 +67,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -88,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -97,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: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_collection.rb index 384524b15b..e691cb2416 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ResourceCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -81,7 +78,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric.rb index df4a9d5b19..8b0285c703 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric.rb @@ -47,7 +47,6 @@ class ResourceMetric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetric', type: { @@ -55,7 +54,6 @@ def self.mapper() class_name: 'ResourceMetric', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -65,7 +63,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -74,7 +71,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -83,7 +79,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'startTime', @@ -92,7 +87,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'endTime', @@ -101,7 +95,6 @@ def self.mapper() } }, resource_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceId', @@ -110,7 +103,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -119,14 +111,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: 'ResourceMetricValueElementType', type: { @@ -137,14 +127,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricPropertyElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_availability.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_availability.rb index d5fe3c1361..f29f4a5fe5 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_availability.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_availability.rb @@ -25,7 +25,6 @@ class ResourceMetricAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailability', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricAvailability', model_properties: { time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -42,7 +40,6 @@ def self.mapper() } }, retention: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'retention', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_collection.rb index af62186269..c48316cbb9 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ResourceMetricCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition.rb index c20fcdcc81..99d52d94a3 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition.rb @@ -41,7 +41,6 @@ class ResourceMetricDefinition < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinition', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricDefinition', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -75,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -84,7 +79,6 @@ def self.mapper() } }, resource_metric_definition_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -94,7 +88,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -103,7 +96,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.primaryAggregationType', @@ -112,14 +104,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricAvailabilityElementType', type: { @@ -130,7 +120,6 @@ def self.mapper() } }, resource_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceUri', @@ -139,7 +128,6 @@ def self.mapper() } }, resource_metric_definition_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -148,14 +136,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb index 293516e237..031a43aece 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinitionCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ResourceMetricDefinitionCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricDefinitionElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_name.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_name.rb index 94c1ea4173..b0f779a380 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_name.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_name.rb @@ -25,7 +25,6 @@ class ResourceMetricName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricName', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricName', 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_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_property.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_property.rb index 7161f4258d..05dd06f8dc 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_property.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_property.rb @@ -25,7 +25,6 @@ class ResourceMetricProperty # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricProperty', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'ResourceMetricProperty', model_properties: { key: { - client_side_validation: true, required: false, serialized_name: 'key', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_value.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_value.rb index fe3fe3cec4..c74ea6cc7f 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_value.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/resource_metric_value.rb @@ -41,7 +41,6 @@ class ResourceMetricValue # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricValue', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'ResourceMetricValue', model_properties: { timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestamp', @@ -58,7 +56,6 @@ def self.mapper() } }, average: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'average', @@ -67,7 +64,6 @@ def self.mapper() } }, minimum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'minimum', @@ -76,7 +72,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'maximum', @@ -85,7 +80,6 @@ def self.mapper() } }, total: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'total', @@ -94,7 +88,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'count', @@ -103,14 +96,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceMetricPropertyElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site.rb index 97d6da6bf7..b3ebb4c5d7 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site.rb @@ -156,7 +156,6 @@ class Site < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Site', type: { @@ -164,7 +163,6 @@ def self.mapper() class_name: 'Site', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -173,7 +171,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -182,7 +179,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -190,7 +186,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -198,7 +193,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -207,13 +201,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: { @@ -223,7 +215,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -232,14 +223,12 @@ def self.mapper() } }, host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -249,7 +238,6 @@ def self.mapper() } }, repository_site_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.repositorySiteName', @@ -258,7 +246,6 @@ def self.mapper() } }, usage_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageState', @@ -268,7 +255,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.enabled', type: { @@ -276,14 +262,12 @@ def self.mapper() } }, enabled_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabledHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -293,7 +277,6 @@ def self.mapper() } }, availability_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.availabilityState', @@ -303,13 +286,11 @@ def self.mapper() } }, host_name_ssl_states: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNameSslStates', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HostNameSslStateElementType', type: { @@ -320,7 +301,6 @@ def self.mapper() } }, server_farm_id: { - client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { @@ -328,7 +308,6 @@ def self.mapper() } }, reserved: { - client_side_validation: true, required: false, serialized_name: 'properties.reserved', default_value: false, @@ -337,7 +316,6 @@ def self.mapper() } }, last_modified_time_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTimeUtc', @@ -346,7 +324,6 @@ def self.mapper() } }, site_config: { - client_side_validation: true, required: false, serialized_name: 'properties.siteConfig', type: { @@ -355,14 +332,12 @@ def self.mapper() } }, traffic_manager_host_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trafficManagerHostNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -372,7 +347,6 @@ def self.mapper() } }, scm_site_also_stopped: { - client_side_validation: true, required: false, serialized_name: 'properties.scmSiteAlsoStopped', default_value: false, @@ -381,7 +355,6 @@ def self.mapper() } }, target_swap_slot: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.targetSwapSlot', @@ -390,7 +363,6 @@ def self.mapper() } }, hosting_environment_profile: { - client_side_validation: true, required: false, serialized_name: 'properties.hostingEnvironmentProfile', type: { @@ -399,7 +371,6 @@ def self.mapper() } }, client_affinity_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientAffinityEnabled', type: { @@ -407,7 +378,6 @@ def self.mapper() } }, client_cert_enabled: { - client_side_validation: true, required: false, serialized_name: 'properties.clientCertEnabled', type: { @@ -415,7 +385,6 @@ def self.mapper() } }, host_names_disabled: { - client_side_validation: true, required: false, serialized_name: 'properties.hostNamesDisabled', type: { @@ -423,7 +392,6 @@ def self.mapper() } }, outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outboundIpAddresses', @@ -432,7 +400,6 @@ def self.mapper() } }, possible_outbound_ip_addresses: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.possibleOutboundIpAddresses', @@ -441,7 +408,6 @@ def self.mapper() } }, container_size: { - client_side_validation: true, required: false, serialized_name: 'properties.containerSize', type: { @@ -449,7 +415,6 @@ def self.mapper() } }, daily_memory_time_quota: { - client_side_validation: true, required: false, serialized_name: 'properties.dailyMemoryTimeQuota', type: { @@ -457,7 +422,6 @@ def self.mapper() } }, suspended_till: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suspendedTill', @@ -466,7 +430,6 @@ def self.mapper() } }, max_number_of_workers: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxNumberOfWorkers', @@ -475,7 +438,6 @@ def self.mapper() } }, cloning_info: { - client_side_validation: true, required: false, serialized_name: 'properties.cloningInfo', type: { @@ -484,7 +446,6 @@ def self.mapper() } }, snapshot_info: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotInfo', type: { @@ -493,7 +454,6 @@ def self.mapper() } }, resource_group: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGroup', @@ -502,7 +462,6 @@ def self.mapper() } }, is_default_container: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefaultContainer', @@ -511,7 +470,6 @@ def self.mapper() } }, default_host_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultHostName', @@ -520,7 +478,6 @@ def self.mapper() } }, slot_swap_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.slotSwapStatus', @@ -530,7 +487,6 @@ def self.mapper() } }, https_only: { - client_side_validation: true, required: false, serialized_name: 'properties.httpsOnly', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_config.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_config.rb index 1b4836e898..25ab172e67 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_config.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_config.rb @@ -118,7 +118,7 @@ class SiteConfig # 'WeightedTotalTraffic', 'RequestHash' attr_accessor :load_balancing - # @return [Experiments] This is work around for polymophic types. + # @return [Experiments] This is work around for polymorphic types. attr_accessor :experiments # @return [SiteLimits] Site limits. @@ -173,7 +173,6 @@ class SiteConfig # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteConfig', type: { @@ -181,7 +180,6 @@ def self.mapper() class_name: 'SiteConfig', model_properties: { number_of_workers: { - client_side_validation: true, required: false, serialized_name: 'numberOfWorkers', type: { @@ -189,13 +187,11 @@ def self.mapper() } }, default_documents: { - client_side_validation: true, required: false, serialized_name: 'defaultDocuments', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -205,7 +201,6 @@ def self.mapper() } }, net_framework_version: { - client_side_validation: true, required: false, serialized_name: 'netFrameworkVersion', default_value: 'v4.6', @@ -214,7 +209,6 @@ def self.mapper() } }, php_version: { - client_side_validation: true, required: false, serialized_name: 'phpVersion', type: { @@ -222,7 +216,6 @@ def self.mapper() } }, python_version: { - client_side_validation: true, required: false, serialized_name: 'pythonVersion', type: { @@ -230,7 +223,6 @@ def self.mapper() } }, node_version: { - client_side_validation: true, required: false, serialized_name: 'nodeVersion', type: { @@ -238,7 +230,6 @@ def self.mapper() } }, linux_fx_version: { - client_side_validation: true, required: false, serialized_name: 'linuxFxVersion', type: { @@ -246,7 +237,6 @@ def self.mapper() } }, request_tracing_enabled: { - client_side_validation: true, required: false, serialized_name: 'requestTracingEnabled', type: { @@ -254,7 +244,6 @@ def self.mapper() } }, request_tracing_expiration_time: { - client_side_validation: true, required: false, serialized_name: 'requestTracingExpirationTime', type: { @@ -262,7 +251,6 @@ def self.mapper() } }, remote_debugging_enabled: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingEnabled', type: { @@ -270,7 +258,6 @@ def self.mapper() } }, remote_debugging_version: { - client_side_validation: true, required: false, serialized_name: 'remoteDebuggingVersion', type: { @@ -278,7 +265,6 @@ def self.mapper() } }, http_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'httpLoggingEnabled', type: { @@ -286,7 +272,6 @@ def self.mapper() } }, logs_directory_size_limit: { - client_side_validation: true, required: false, serialized_name: 'logsDirectorySizeLimit', type: { @@ -294,7 +279,6 @@ def self.mapper() } }, detailed_error_logging_enabled: { - client_side_validation: true, required: false, serialized_name: 'detailedErrorLoggingEnabled', type: { @@ -302,7 +286,6 @@ def self.mapper() } }, publishing_username: { - client_side_validation: true, required: false, serialized_name: 'publishingUsername', type: { @@ -310,13 +293,11 @@ def self.mapper() } }, app_settings: { - client_side_validation: true, required: false, serialized_name: 'appSettings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'NameValuePairElementType', type: { @@ -327,13 +308,11 @@ def self.mapper() } }, connection_strings: { - client_side_validation: true, required: false, serialized_name: 'connectionStrings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ConnStringInfoElementType', type: { @@ -344,7 +323,6 @@ def self.mapper() } }, machine_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'machineKey', @@ -354,13 +332,11 @@ def self.mapper() } }, handler_mappings: { - client_side_validation: true, required: false, serialized_name: 'handlerMappings', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'HandlerMappingElementType', type: { @@ -371,7 +347,6 @@ def self.mapper() } }, document_root: { - client_side_validation: true, required: false, serialized_name: 'documentRoot', type: { @@ -379,7 +354,6 @@ def self.mapper() } }, scm_type: { - client_side_validation: true, required: false, serialized_name: 'scmType', type: { @@ -387,7 +361,6 @@ def self.mapper() } }, use32bit_worker_process: { - client_side_validation: true, required: false, serialized_name: 'use32BitWorkerProcess', type: { @@ -395,7 +368,6 @@ def self.mapper() } }, web_sockets_enabled: { - client_side_validation: true, required: false, serialized_name: 'webSocketsEnabled', type: { @@ -403,7 +375,6 @@ def self.mapper() } }, always_on: { - client_side_validation: true, required: false, serialized_name: 'alwaysOn', type: { @@ -411,7 +382,6 @@ def self.mapper() } }, java_version: { - client_side_validation: true, required: false, serialized_name: 'javaVersion', type: { @@ -419,7 +389,6 @@ def self.mapper() } }, java_container: { - client_side_validation: true, required: false, serialized_name: 'javaContainer', type: { @@ -427,7 +396,6 @@ def self.mapper() } }, java_container_version: { - client_side_validation: true, required: false, serialized_name: 'javaContainerVersion', type: { @@ -435,7 +403,6 @@ def self.mapper() } }, app_command_line: { - client_side_validation: true, required: false, serialized_name: 'appCommandLine', type: { @@ -443,7 +410,6 @@ def self.mapper() } }, managed_pipeline_mode: { - client_side_validation: true, required: false, serialized_name: 'managedPipelineMode', type: { @@ -452,13 +418,11 @@ def self.mapper() } }, virtual_applications: { - client_side_validation: true, required: false, serialized_name: 'virtualApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualApplicationElementType', type: { @@ -469,7 +433,6 @@ def self.mapper() } }, load_balancing: { - client_side_validation: true, required: false, serialized_name: 'loadBalancing', type: { @@ -478,7 +441,6 @@ def self.mapper() } }, experiments: { - client_side_validation: true, required: false, serialized_name: 'experiments', type: { @@ -487,7 +449,6 @@ def self.mapper() } }, limits: { - client_side_validation: true, required: false, serialized_name: 'limits', type: { @@ -496,7 +457,6 @@ def self.mapper() } }, auto_heal_enabled: { - client_side_validation: true, required: false, serialized_name: 'autoHealEnabled', type: { @@ -504,7 +464,6 @@ def self.mapper() } }, auto_heal_rules: { - client_side_validation: true, required: false, serialized_name: 'autoHealRules', type: { @@ -513,7 +472,6 @@ def self.mapper() } }, tracing_options: { - client_side_validation: true, required: false, serialized_name: 'tracingOptions', type: { @@ -521,7 +479,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'vnetName', type: { @@ -529,7 +486,6 @@ def self.mapper() } }, cors: { - client_side_validation: true, required: false, serialized_name: 'cors', type: { @@ -538,7 +494,6 @@ def self.mapper() } }, push: { - client_side_validation: true, required: false, serialized_name: 'push', type: { @@ -547,7 +502,6 @@ def self.mapper() } }, api_definition: { - client_side_validation: true, required: false, serialized_name: 'apiDefinition', type: { @@ -556,7 +510,6 @@ def self.mapper() } }, auto_swap_slot_name: { - client_side_validation: true, required: false, serialized_name: 'autoSwapSlotName', type: { @@ -564,7 +517,6 @@ def self.mapper() } }, local_my_sql_enabled: { - client_side_validation: true, required: false, serialized_name: 'localMySqlEnabled', default_value: false, @@ -573,13 +525,11 @@ def self.mapper() } }, ip_security_restrictions: { - client_side_validation: true, required: false, serialized_name: 'ipSecurityRestrictions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'IpSecurityRestrictionElementType', type: { @@ -590,7 +540,6 @@ def self.mapper() } }, http20enabled: { - client_side_validation: true, required: false, serialized_name: 'http20Enabled', default_value: true, @@ -599,7 +548,6 @@ def self.mapper() } }, min_tls_version: { - client_side_validation: true, required: false, serialized_name: 'minTlsVersion', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_limits.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_limits.rb index 25fc1cbd9f..3b5ce6e163 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_limits.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_limits.rb @@ -28,7 +28,6 @@ class SiteLimits # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteLimits', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SiteLimits', model_properties: { max_percentage_cpu: { - client_side_validation: true, required: false, serialized_name: 'maxPercentageCpu', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, max_memory_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxMemoryInMb', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, max_disk_size_in_mb: { - client_side_validation: true, required: false, serialized_name: 'maxDiskSizeInMb', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_machine_key.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_machine_key.rb index 8c2fd899bd..384a80aec5 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_machine_key.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/site_machine_key.rb @@ -31,7 +31,6 @@ class SiteMachineKey # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SiteMachineKey', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SiteMachineKey', model_properties: { validation: { - client_side_validation: true, required: false, serialized_name: 'validation', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, validation_key: { - client_side_validation: true, required: false, serialized_name: 'validationKey', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, decryption: { - client_side_validation: true, required: false, serialized_name: 'decryption', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, decryption_key: { - client_side_validation: true, required: false, serialized_name: 'decryptionKey', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_capacity.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_capacity.rb index ef95781b80..f520fbbfb2 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_capacity.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_capacity.rb @@ -35,7 +35,6 @@ class SkuCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuCapacity', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'SkuCapacity', model_properties: { minimum: { - client_side_validation: true, required: false, serialized_name: 'minimum', type: { @@ -51,7 +49,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, serialized_name: 'maximum', type: { @@ -59,7 +56,6 @@ def self.mapper() } }, default: { - client_side_validation: true, required: false, serialized_name: 'default', type: { @@ -67,7 +63,6 @@ def self.mapper() } }, scale_type: { - client_side_validation: true, required: false, serialized_name: 'scaleType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_description.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_description.rb index 29afde398a..b4e6d2effd 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_description.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_description.rb @@ -44,7 +44,6 @@ class SkuDescription # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuDescription', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'SkuDescription', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -60,7 +58,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -68,7 +65,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, sku_capacity: { - client_side_validation: true, required: false, serialized_name: 'skuCapacity', type: { @@ -101,13 +94,11 @@ def self.mapper() } }, locations: { - client_side_validation: true, required: false, serialized_name: 'locations', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -117,13 +108,11 @@ def self.mapper() } }, capabilities: { - client_side_validation: true, required: false, serialized_name: 'capabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'CapabilityElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info.rb index 57a92b80da..74f31a653b 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info.rb @@ -28,7 +28,6 @@ class SkuInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuInfo', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SkuInfo', model_properties: { resource_type: { - client_side_validation: true, required: false, serialized_name: 'resourceType', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info_collection.rb index 708309b140..9a362ff858 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/sku_info_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SkuInfoCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'SkuInfoCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SkuInfoElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb index 29f0639573..353bacb8ad 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_09_01 module Models # - # The status of the last successfull slot swap operation. + # The status of the last successful slot swap operation. # class SlotSwapStatus @@ -28,7 +28,6 @@ class SlotSwapStatus # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlotSwapStatus', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlotSwapStatus', model_properties: { timestamp_utc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestampUtc', @@ -45,7 +43,6 @@ def self.mapper() } }, source_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceSlotName', @@ -54,7 +51,6 @@ def self.mapper() } }, destination_slot_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'destinationSlotName', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb index 4b6d4d6484..7737f4f5da 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb @@ -28,7 +28,6 @@ class SlowRequestsBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SlowRequestsBasedTrigger', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SlowRequestsBasedTrigger', model_properties: { time_taken: { - client_side_validation: true, required: false, serialized_name: 'timeTaken', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb index d721bf9451..6ca01c9b4b 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_request.rb @@ -40,7 +40,6 @@ class SnapshotRecoveryRequest < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryRequest', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'SnapshotRecoveryRequest', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -57,7 +55,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -66,7 +63,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -74,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +78,6 @@ def self.mapper() } }, snapshot_time: { - client_side_validation: true, required: false, serialized_name: 'properties.snapshotTime', type: { @@ -91,7 +85,6 @@ def self.mapper() } }, recovery_target: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryTarget', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, overwrite: { - client_side_validation: true, required: false, serialized_name: 'properties.overwrite', type: { @@ -108,7 +100,6 @@ def self.mapper() } }, recover_configuration: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverConfiguration', type: { @@ -116,7 +107,6 @@ def self.mapper() } }, ignore_conflicting_host_names: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreConflictingHostNames', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb index 8a5eacbf8a..b750f88f67 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/snapshot_recovery_target.rb @@ -30,7 +30,6 @@ class SnapshotRecoveryTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SnapshotRecoveryTarget', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'SnapshotRecoveryTarget', model_properties: { location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity.rb index 402951b4a5..33a8a56904 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity.rb @@ -58,7 +58,6 @@ class StampCapacity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StampCapacity', type: { @@ -66,7 +65,6 @@ def self.mapper() class_name: 'StampCapacity', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -74,7 +72,6 @@ def self.mapper() } }, available_capacity: { - client_side_validation: true, required: false, serialized_name: 'availableCapacity', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, total_capacity: { - client_side_validation: true, required: false, serialized_name: 'totalCapacity', type: { @@ -90,7 +86,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, serialized_name: 'unit', type: { @@ -98,7 +93,6 @@ def self.mapper() } }, compute_mode: { - client_side_validation: true, required: false, serialized_name: 'computeMode', type: { @@ -107,7 +101,6 @@ def self.mapper() } }, worker_size: { - client_side_validation: true, required: false, serialized_name: 'workerSize', type: { @@ -116,7 +109,6 @@ def self.mapper() } }, worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'workerSizeId', type: { @@ -124,7 +116,6 @@ def self.mapper() } }, exclude_from_capacity_allocation: { - client_side_validation: true, required: false, serialized_name: 'excludeFromCapacityAllocation', type: { @@ -132,7 +123,6 @@ def self.mapper() } }, is_applicable_for_all_compute_modes: { - client_side_validation: true, required: false, serialized_name: 'isApplicableForAllComputeModes', type: { @@ -140,7 +130,6 @@ def self.mapper() } }, site_mode: { - client_side_validation: true, required: false, serialized_name: 'siteMode', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity_collection.rb index 353b9bbd08..247104783f 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/stamp_capacity_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StampCapacityCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'StampCapacityCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StampCapacityElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb index a644224b4e..34382b43fa 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb @@ -34,7 +34,6 @@ class StatusCodesBasedTrigger # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'StatusCodesBasedTrigger', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'StatusCodesBasedTrigger', model_properties: { status: { - client_side_validation: true, required: false, serialized_name: 'status', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, sub_status: { - client_side_validation: true, required: false, serialized_name: 'subStatus', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, win32status: { - client_side_validation: true, required: false, serialized_name: 'win32Status', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, count: { - client_side_validation: true, required: false, serialized_name: 'count', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, time_interval: { - client_side_validation: true, required: false, serialized_name: 'timeInterval', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage.rb index 827a8329f1..d662dcaab2 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage.rb @@ -47,7 +47,6 @@ class Usage < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Usage', type: { @@ -55,7 +54,6 @@ def self.mapper() class_name: 'Usage', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -81,7 +77,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -90,7 +85,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.displayName', @@ -99,7 +93,6 @@ def self.mapper() } }, usage_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -108,7 +101,6 @@ def self.mapper() } }, resource_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceName', @@ -117,7 +109,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', @@ -126,7 +117,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentValue', @@ -135,7 +125,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.limit', @@ -144,7 +133,6 @@ def self.mapper() } }, next_reset_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.nextResetTime', @@ -153,7 +141,6 @@ def self.mapper() } }, compute_mode: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.computeMode', @@ -163,7 +150,6 @@ def self.mapper() } }, site_mode: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.siteMode', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage_collection.rb index 2d0c62031a..1f08bb9e75 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/usage_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UsageCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'UsageCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'UsageElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/user.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/user.rb index 7123d68931..fcef033936 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/user.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/user.rb @@ -6,7 +6,7 @@ module Azure::Web::Mgmt::V2016_09_01 module Models # - # User crendentials used for publishing activity. + # User credentials used for publishing activity. # class User < ProxyOnlyResource @@ -34,7 +34,6 @@ class User < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'User', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'User', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -51,7 +49,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -60,7 +57,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -68,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +72,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, publishing_user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingUserName', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, publishing_password: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPassword', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, publishing_password_hash: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHash', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, publishing_password_hash_salt: { - client_side_validation: true, required: false, serialized_name: 'properties.publishingPasswordHashSalt', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_application.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_application.rb index daa27f08ef..be3d12a482 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_application.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_application.rb @@ -33,7 +33,6 @@ class VirtualApplication # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualApplication', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'VirtualApplication', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -49,7 +47,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { @@ -57,7 +54,6 @@ def self.mapper() } }, preload_enabled: { - client_side_validation: true, required: false, serialized_name: 'preloadEnabled', type: { @@ -65,13 +61,11 @@ def self.mapper() } }, virtual_directories: { - client_side_validation: true, required: false, serialized_name: 'virtualDirectories', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectoryElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_directory.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_directory.rb index 547bfb0c57..edc41a8008 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_directory.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_directory.rb @@ -25,7 +25,6 @@ class VirtualDirectory # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualDirectory', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'VirtualDirectory', model_properties: { virtual_path: { - client_side_validation: true, required: false, serialized_name: 'virtualPath', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, physical_path: { - client_side_validation: true, required: false, serialized_name: 'physicalPath', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb index 4d0d7d3b10..86cdb03de1 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb @@ -31,7 +31,6 @@ class VirtualIPMapping # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualIPMapping', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'VirtualIPMapping', model_properties: { virtual_ip: { - client_side_validation: true, required: false, serialized_name: 'virtualIP', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, internal_http_port: { - client_side_validation: true, required: false, serialized_name: 'internalHttpPort', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, internal_https_port: { - client_side_validation: true, required: false, serialized_name: 'internalHttpsPort', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, in_use: { - client_side_validation: true, required: false, serialized_name: 'inUse', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_network_profile.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_network_profile.rb index f6d2bc1f3f..f41e1a56de 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_network_profile.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/virtual_network_profile.rb @@ -31,7 +31,6 @@ class VirtualNetworkProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualNetworkProfile', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'VirtualNetworkProfile', model_properties: { id: { - client_side_validation: true, required: false, serialized_name: 'id', type: { @@ -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() } }, subnet: { - client_side_validation: true, required: false, serialized_name: 'subnet', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_gateway.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_gateway.rb index b1177f6efb..f663462742 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_gateway.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_gateway.rb @@ -26,7 +26,6 @@ class VnetGateway < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetGateway', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'VnetGateway', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -69,7 +64,6 @@ def self.mapper() } }, vnet_name: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetName', type: { @@ -77,7 +71,6 @@ def self.mapper() } }, vpn_package_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.vpnPackageUri', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_info.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_info.rb index 7cb8d3a99e..92fad4d0c0 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_info.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_info.rb @@ -42,7 +42,6 @@ class VnetInfo < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetInfo', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'VnetInfo', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +80,6 @@ def self.mapper() } }, vnet_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.vnetResourceId', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, cert_thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.certThumbprint', @@ -102,7 +95,6 @@ def self.mapper() } }, cert_blob: { - client_side_validation: true, required: false, serialized_name: 'properties.certBlob', type: { @@ -110,14 +102,12 @@ def self.mapper() } }, routes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.routes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VnetRouteElementType', type: { @@ -128,7 +118,6 @@ def self.mapper() } }, resync_required: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resyncRequired', @@ -137,7 +126,6 @@ def self.mapper() } }, dns_servers: { - client_side_validation: true, required: false, serialized_name: 'properties.dnsServers', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_route.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_route.rb index 5606d5fa8c..501790f886 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_route.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/vnet_route.rb @@ -44,7 +44,6 @@ class VnetRoute < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VnetRoute', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'VnetRoute', 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() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +82,6 @@ def self.mapper() } }, vnet_route_name: { - client_side_validation: true, required: false, serialized_name: 'properties.name', type: { @@ -95,7 +89,6 @@ def self.mapper() } }, start_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, end_address: { - client_side_validation: true, required: false, serialized_name: 'properties.endAddress', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, route_type: { - client_side_validation: true, required: false, serialized_name: 'properties.routeType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/web_app_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/web_app_collection.rb index ff6e09c12b..2b2c4b4848 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/web_app_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/web_app_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WebAppCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'WebAppCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SiteElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool.rb index b648e65506..4658fadbbb 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool.rb @@ -36,7 +36,6 @@ class WorkerPool # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WorkerPool', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'WorkerPool', model_properties: { worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'workerSizeId', type: { @@ -52,7 +50,6 @@ def self.mapper() } }, compute_mode: { - client_side_validation: true, required: false, serialized_name: 'computeMode', type: { @@ -61,7 +58,6 @@ def self.mapper() } }, worker_size: { - client_side_validation: true, required: false, serialized_name: 'workerSize', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, worker_count: { - client_side_validation: true, required: false, serialized_name: 'workerCount', type: { @@ -77,14 +72,12 @@ def self.mapper() } }, instance_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'instanceNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_collection.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_collection.rb index 817e16d3a2..7d95692569 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_collection.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_collection.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WorkerPoolCollection', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'WorkerPoolCollection', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'WorkerPoolResourceElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_resource.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_resource.rb index 215eff5694..af21ff4174 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_resource.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/models/worker_pool_resource.rb @@ -39,7 +39,6 @@ class WorkerPoolResource < ProxyOnlyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'WorkerPoolResource', type: { @@ -47,7 +46,6 @@ def self.mapper() class_name: 'WorkerPoolResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -56,7 +54,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -65,7 +62,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -82,7 +77,6 @@ def self.mapper() } }, worker_size_id: { - client_side_validation: true, required: false, serialized_name: 'properties.workerSizeId', type: { @@ -90,7 +84,6 @@ def self.mapper() } }, compute_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.computeMode', type: { @@ -99,7 +92,6 @@ def self.mapper() } }, worker_size: { - client_side_validation: true, required: false, serialized_name: 'properties.workerSize', type: { @@ -107,7 +99,6 @@ def self.mapper() } }, worker_count: { - client_side_validation: true, required: false, serialized_name: 'properties.workerCount', type: { @@ -115,14 +106,12 @@ def self.mapper() } }, instance_names: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.instanceNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -132,7 +121,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/version.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/version.rb new file mode 100644 index 0000000000..214f4bdea8 --- /dev/null +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/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::Web::Mgmt::V2016_09_01 + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb index 8d9aae323b..2bda8f3519 100644 --- a/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb +++ b/management/azure_mgmt_web/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb @@ -24,16 +24,15 @@ class WebSiteManagementClient < MsRestAzure::AzureServiceClient # @return [String] API Version 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 [AppServiceEnvironments] app_service_environments @@ -110,9 +109,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? @@ -129,7 +125,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_web' - sdk_information = "#{sdk_information}/0.17.2" + if defined? Azure::Web::Mgmt::V2016_09_01::VERSION + sdk_information = "#{sdk_information}/#{Azure::Web::Mgmt::V2016_09_01::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_web/lib/azure_mgmt_web.rb b/management/azure_mgmt_web/lib/azure_mgmt_web.rb index 1431f59a36..a4458fdee7 100644 --- a/management/azure_mgmt_web/lib/azure_mgmt_web.rb +++ b/management/azure_mgmt_web/lib/azure_mgmt_web.rb @@ -2,11 +2,11 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -require '2015-04-01/generated/azure_mgmt_web' +require '2016-08-01/generated/azure_mgmt_web' require '2018-02-01/generated/azure_mgmt_web' +require '2016-09-01/generated/azure_mgmt_web' require '2016-03-01/generated/azure_mgmt_web' +require '2015-04-01/generated/azure_mgmt_web' require '2015-08-01/generated/azure_mgmt_web' -require '2016-09-01/generated/azure_mgmt_web' -require '2016-08-01/generated/azure_mgmt_web' -require 'profiles/latest/web_latest_profile_client' require 'profiles/v2018_03_01/web_v2018_03_01_profile_client' +require 'profiles/latest/web_latest_profile_client' diff --git a/management/azure_mgmt_web/lib/profiles/latest/modules/web_profile_module.rb b/management/azure_mgmt_web/lib/profiles/latest/modules/web_profile_module.rb index 8914fefc8e..f31632142e 100644 --- a/management/azure_mgmt_web/lib/profiles/latest/modules/web_profile_module.rb +++ b/management/azure_mgmt_web/lib/profiles/latest/modules/web_profile_module.rb @@ -11,224 +11,304 @@ module Mgmt Domains = Azure::Web::Mgmt::V2018_02_01::Domains TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps 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 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 + 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 + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier + 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 + 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 + MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + 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 + 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 + TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection 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 - 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 - DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet - DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse - DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification - ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData - Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension - 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 - DataTableResponseColumn = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn - CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection - DataTableResponseObject = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact - DetectorInfo = Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent - Rendering = Azure::Web::Mgmt::V2018_02_01::Models::Rendering DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult - 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 - 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 - 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 - DiagnosticCategoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork - 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 + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + 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 + 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 + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + 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 + 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 + Snapshot = Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + 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 + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + 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 + AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType + ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType + 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 + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + 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 + DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + MSDeployLogEntryType = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName + MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + 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 - DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + 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 + 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 + 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 + CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension + ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability + ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection 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 + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation + SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution + ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + 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 + 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 + DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet + Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments + DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource + SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData + HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + AnalysisData = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData 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 - 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 - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + 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 + AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment + DataTableResponseObject = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject + ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + DetectorInfo = Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo + ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + Rendering = Azure::Web::Mgmt::V2018_02_01::Models::Rendering + AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + DiagnosticData = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData + 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 + 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 + SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource + DiagnosticCategoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + DiagnosticDetectorCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + ApplicationStackCollection = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + NameValuePair = Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate 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 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 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 DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse @@ -241,130 +321,50 @@ module Models 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 - AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource - 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 - MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy - MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog - MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus - MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest - MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus - 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 + ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata 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 + 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 end # # WebManagementClass # 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 :app_service_certificate_orders, :certificate_registration_provider, :domains, :top_level_domains, :domain_registration_provider, :web_apps, :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :app_service_environments, :app_service_plans, :resource_health_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -389,12 +389,12 @@ def initialize(options = {}) @domains = @client_0.domains @top_level_domains = @client_0.top_level_domains @domain_registration_provider = @client_0.domain_registration_provider + @web_apps = @client_0.web_apps @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 @@ -418,861 +418,921 @@ def method_missing(method, *args) end class ModelClasses - def identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + end + def msdeploy_log_entry + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + end + def backup_schedule + Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + end + def perf_mon_sample + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + end + def slot_difference_collection + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + end + def deployment_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + end + def http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + end + def site_config_resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + end + def function_envelope_collection + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + end + def perf_mon_response + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + end + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + end + def csm_slot_entity + Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + end + def site_extension_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + end + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier + end + def backup_item + Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + end + def backup_request + Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest + end + def connection_string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary end - def top_level_domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection + def continuous_web_job + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob end - def deployment_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult end - def certificate_details - Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails + def deployment + Azure::Web::Mgmt::V2018_02_01::Models::Deployment end - def certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + def function_envelope + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope end - def app_service_certificate_order_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection + def function_secrets + Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets end - def snapshot_recovery_source - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + def host_name_binding + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding end - def process_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection + def msdeploy + Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy end - def virtual_network_profile - Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + def msdeploy_log + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog end - def perf_mon_response - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + def msdeploy_status + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus end - def worker_pool - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool + def migrate_my_sql_request + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest end - def perf_mon_sample - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + def migrate_my_sql_status + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus end - def virtual_ipmapping - Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + def relay_service_connection_entity + Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity end - def site_seal_request - Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest + def network_features + Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures end - def stamp_capacity - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity + def premier_add_on + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn end - def process_module_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection + def process_thread_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo end - def network_access_control_entry - Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + def process_module_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo end - def public_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection + def process_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo end - def app_service_environment - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment + def public_certificate + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate end - def resource_metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability + def restore_request + Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest end - def app_service_plan_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + def site_auth_settings + Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end - def site_config_resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance end - def host_name_binding_collection - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + def top_level_domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + def certificate_details + Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + def app_service_certificate_order_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection end - def cloning_info - Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + def snapshot_recovery_source + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + end + def site_seal_request + Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest end def app_service_certificate Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate end - def ip_security_restriction - Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + def azure_storage_info_value + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def triggered_job_history_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + def log_specification + Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + def contact + Azure::Web::Mgmt::V2018_02_01::Models::Contact end - def resource_metric_name - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + def domain_purchase_consent + Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent end - def auto_heal_actions - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end - def resource_metric_property - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def status_codes_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def resource_metric_value - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters end - def auto_heal_triggers - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def resource_metric - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end - def site_limits - Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def resource_metric_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end - def experiments - Azure::Web::Mgmt::V2018_02_01::Models::Experiments + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end - def virtual_application - Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end - def web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet end - def site_machine_key - Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def deleted_web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def azure_storage_info_value - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end - def solution - Azure::Web::Mgmt::V2018_02_01::Models::Solution + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def site_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + def app_service_certificate_order + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end - def site_extension_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + def app_service_certificate_order_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource end - def abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource end - def sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def certificate_email + Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail end - def triggered_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + def certificate_order_action + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction end - def slot_difference_collection - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + def reissue_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + def renew_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def default_error_response_error_details_item - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + def domain + Azure::Web::Mgmt::V2018_02_01::Models::Domain + 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 azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + end + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + end + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + end + def snapshot + Azure::Web::Mgmt::V2018_02_01::Models::Snapshot end - def diagnostic_metric_set - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def default_error_response - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def data_source - Azure::Web::Mgmt::V2018_02_01::Models::DataSource + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def log_specification - Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + def site_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource end - def response_meta_data - Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag end - def dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension + def site_source_control + Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end - def analysis_data - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def service_specification - Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end - def csm_slot_entity - Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions 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 swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def data_table_response_object - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end - def contact - Azure::Web::Mgmt::V2018_02_01::Models::Contact + def triggered_job_history + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory end - def detector_info - Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo + def triggered_web_job + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob end - def domain_purchase_consent - Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + def web_job + Azure::Web::Mgmt::V2018_02_01::Models::WebJob end - def rendering - Azure::Web::Mgmt::V2018_02_01::Models::Rendering + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def diagnostic_data - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def detector_response_collection - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection + def resource_scope_type + Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end - def continuous_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + def azure_resource_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + def site_availability_state + Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState end - def enabled_config - Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + def status_options + Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def web_app_instance_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def app_service_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + def hosting_environment_status + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus end - def diagnostic_category_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + def internal_load_balancing_mode + Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + def worker_size_options + Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions end - def perf_mon_set - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + def access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def operation_status + Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus end - def stack_minor_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end - def site_cloneability_criterion - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType end - def stack_major_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + def host_name_type + Azure::Web::Mgmt::V2018_02_01::Models::HostNameType end - def msdeploy_log_entry - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def application_stack - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + def notification_level + Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel end - def proxy_only_resource - Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + def channels + Azure::Web::Mgmt::V2018_02_01::Models::Channels end - def application_stack_collection - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + def app_service_plan_restrictions + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end - def resource_health_metadata_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + def check_name_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def auto_heal_custom_action - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end - def recommendation_collection - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + def dns_verification_test_result + Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def triggered_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus 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 log_level + Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def hybrid_connection_collection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState end - def handler_mapping - Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end - def billing_meter_collection - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + def frequency_unit + Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit end - def name_value_pair - Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + def solution_type + Azure::Web::Mgmt::V2018_02_01::Models::SolutionType end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + def rendering_type + Azure::Web::Mgmt::V2018_02_01::Models::RenderingType end - def capability - Azure::Web::Mgmt::V2018_02_01::Models::Capability + def web_job_type + Azure::Web::Mgmt::V2018_02_01::Models::WebJobType end - def worker_pool_collection - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + def publishing_profile_format + Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat end - def resource - Azure::Web::Mgmt::V2018_02_01::Models::Resource + def msdeploy_log_entry_type + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + def sku_name + Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def my_sql_migration_type + Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def public_certificate_location + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end - def metric_specification - Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + def backup_restore_operation_type + Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def continuous_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus end - def global_csm_sku_description - Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + def site_extension_type + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def built_in_authentication_provider + Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end - def usage_collection - Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + def clone_ability_result + Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def app_service_environment_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics end - def file_system_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + def address_response + Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse end - def resource_name_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + def sku_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def worker_pool_collection + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def hybrid_connection_collection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection end - def sku_infos - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + def metric_availabilily + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def sku_info + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + end + def usage_collection + Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection end def stamp_capacity_collection Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection end - def site_cloneability - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability - end - def source_control_collection - Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + def app_service_environment_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource end - def slot_swap_status - Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource end - def validate_request - Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + def metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def worker_pool_resource + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource end - def virtual_directory - Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource end - def validate_response - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + def hybrid_connection_limits + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits end - def host_name_ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + def default_error_response_error_details_item + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def sku_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile end def default_error_response_error Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError end - def sku_info - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo - end - def csm_operation_description_properties - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + def certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection end - def metric_availabilily - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily + def default_error_response + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def function_envelope_collection - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end - def file_system_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def validate_response + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def azure_table_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + def metric_specification + Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + def resource_metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + def service_specification + Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + def source_control_collection + Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def auto_heal_rules - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + def csm_operation_description_properties + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end - def sku_description - Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end - def database_backup_setting - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def cloning_info + Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def app_service_environment_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end def api_definition_info Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def backup_item_collection - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection - end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end - def backup_schedule - Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + def auto_heal_custom_action + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def process_thread_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity end - def address_response - Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end - def snapshot_collection - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + def status_codes_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def conn_string_value_type_pair - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end - def conn_string_info - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + def application_stack + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + def auto_heal_rules + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def stack_major_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end - def app_service_certificate_order - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + def ramp_up_rule + Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def app_service_certificate_order_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + def virtual_directory + Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory end - def certificate_email - Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + def identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection end - def certificate_order_action - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier end - def renew_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + def conn_string_info + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + def site_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + def resource_metric_property + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty end - def user - Azure::Web::Mgmt::V2018_02_01::Models::User + def global_csm_sku_description + Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription end - def snapshot - Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + def resource_metric_value + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end - def resource_metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end - def push_settings - Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + def resource_metric + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier + def geo_region_collection + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + def resource_metric_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + def virtual_network_profile + Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + def resource_metric_definition_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site + def virtual_ipmapping + Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + def web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end - def domain - Azure::Web::Mgmt::V2018_02_01::Models::Domain + def network_access_control_entry + Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry end - def domain_ownership_identifier - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite end - def domain_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end - def top_level_domain - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + def deleted_web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def certificate - Azure::Web::Mgmt::V2018_02_01::Models::Certificate + def validate_response_error + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + def solution + Azure::Web::Mgmt::V2018_02_01::Models::Solution end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + def resource_metric_name + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + def detector_abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end - def diagnostic_category - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + def slot_swap_status + Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus end - def diagnostic_detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo end - def recommendation - Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + def cors_settings + Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings end - def recommendation_rule - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + def diagnostic_metric_sample + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample end - def billing_meter - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter + def auto_heal_triggers + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers end - def geo_region - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + def diagnostic_metric_set + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet end - def premier_add_on_offer - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + def experiments + Azure::Web::Mgmt::V2018_02_01::Models::Experiments end - def source_control - Azure::Web::Mgmt::V2018_02_01::Models::SourceControl + def data_source + Azure::Web::Mgmt::V2018_02_01::Models::DataSource end - def vnet_parameters - Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters + def site_machine_key + Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + def response_meta_data + Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails + def host_name_ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + def analysis_data + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData end - def backup_item - Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + def sku_description + Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription end - def backup_request - Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest + def csm_move_resource_envelope + Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope end - def connection_string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary + def worker_pool + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool end - def continuous_web_job - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob + def data_table_response_column + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult + def app_service_environment + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + def data_table_response_object + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject end - def deployment - Azure::Web::Mgmt::V2018_02_01::Models::Deployment + def validate_request + Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest end - def function_envelope - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + def detector_info + Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo end - def function_secrets - Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + def proxy_only_resource + Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource end - def host_name_binding - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding + def rendering + Azure::Web::Mgmt::V2018_02_01::Models::Rendering end - def msdeploy - Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + def auto_heal_actions + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions end - def msdeploy_log - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + def diagnostic_data + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData end - def msdeploy_status - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + def virtual_application + Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication end - def migrate_my_sql_request - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + def billing_meter_collection + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection end - def migrate_my_sql_status - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + def capability + Azure::Web::Mgmt::V2018_02_01::Models::Capability end - def relay_service_connection_entity - Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity + def detector_response_collection + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection end - def network_features - Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures + def stamp_capacity + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity end - def premier_add_on - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn + def resource_health_metadata_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def sku_infos + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection end - def process_thread_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo + def site_limits + Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits end - def process_module_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo + def recommendation_collection + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection end - def process_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo + def resource + Azure::Web::Mgmt::V2018_02_01::Models::Resource end - def public_certificate - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate + def diagnostic_category_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection end - def restore_request - Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest + def ip_security_restriction + Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction end - def site_auth_settings - Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + def diagnostic_detector_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + def application_stack_collection + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + def name_value_pair + Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + def stack_minor_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + def certificate + Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def site_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo end - def site_source_control - Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + def user + Azure::Web::Mgmt::V2018_02_01::Models::User end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + def resource_metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def push_settings + Azure::Web::Mgmt::V2018_02_01::Models::PushSettings end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def detector_definition + Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition end - def triggered_job_history - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition end - def triggered_web_job - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def web_job - Azure::Web::Mgmt::V2018_02_01::Models::WebJob + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource end - def app_service_environment_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + def diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + def diagnostic_category + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory end - def metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + def diagnostic_detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def recommendation + Azure::Web::Mgmt::V2018_02_01::Models::Recommendation end - def worker_pool_resource - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource + def recommendation_rule + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource + def billing_meter + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter end - def hybrid_connection_limits - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + def geo_region + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion end - def resource_health_metadata - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + def premier_add_on_offer + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end - def key_vault_secret_status - Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + def source_control + Azure::Web::Mgmt::V2018_02_01::Models::SourceControl end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def vnet_parameters + Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def vnet_validation_failure_details + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def key_vault_secret_status + Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus end def route_type Azure::Web::Mgmt::V2018_02_01::Models::RouteType end + def resource_health_metadata + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + end def managed_service_identity_type Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag - end def auto_heal_action_type Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType end def connection_string_type Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType - end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState - end def scm_type Azure::Web::Mgmt::V2018_02_01::Models::ScmType end @@ -1285,9 +1345,6 @@ def site_load_balancing def supported_tls_versions Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState - end def ssl_state Azure::Web::Mgmt::V2018_02_01::Models::SslState end @@ -1297,134 +1354,77 @@ def host_type def usage_state Azure::Web::Mgmt::V2018_02_01::Models::UsageState end - def site_availability_state - Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState - end - def status_options - Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions - end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus - end - def azure_resource_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType - end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType - end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType - end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType - end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType - end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus - end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode - end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions - end - def worker_size_options - Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions - end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction - end - def operation_status - Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus - end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType - end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType - end - def rendering_type - Azure::Web::Mgmt::V2018_02_01::Models::RenderingType - end - def resource_scope_type - Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType - end - def notification_level - Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel - end - def channels - Azure::Web::Mgmt::V2018_02_01::Models::Channels + def azure_table_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + def application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + def database_backup_setting + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting end - def check_name_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + def backup_item_collection + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + def process_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection end - def log_level - Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + def conn_string_value_type_pair + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + def process_module_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + def process_thread_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection end - def frequency_unit - Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + def csm_publishing_profile_options + Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions end - def continuous_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + def web_app_instance_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection end - def web_job_type - Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + def public_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection end - def publishing_profile_format - Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + def triggered_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection end - def dns_verification_test_result - Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + def enabled_config + Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig end - def msdeploy_log_entry_type - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + def triggered_job_history_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + def snapshot_collection + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection end - def my_sql_migration_type - Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + def site_cloneability_criterion + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion end - def public_certificate_location - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + def host_name_binding_collection + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection end - def backup_restore_operation_type - Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + def site_cloneability + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def perf_mon_set + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet end - def built_in_authentication_provider - Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + def perf_mon_counter_collection + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection end - def clone_ability_result - Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + def web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection end - def site_extension_type - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + def continuous_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection end - def triggered_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + def file_system_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig end - def sku_name - Azure::Web::Mgmt::V2018_02_01::Models::SkuName + def file_system_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig end end end diff --git a/management/azure_mgmt_web/lib/profiles/v2018_03_01/modules/web_profile_module.rb b/management/azure_mgmt_web/lib/profiles/v2018_03_01/modules/web_profile_module.rb index af63bc5098..ab77e3ad6e 100644 --- a/management/azure_mgmt_web/lib/profiles/v2018_03_01/modules/web_profile_module.rb +++ b/management/azure_mgmt_web/lib/profiles/v2018_03_01/modules/web_profile_module.rb @@ -6,13 +6,13 @@ module Azure::Web::Profiles::V2018_03_01 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 + Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates + DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans @@ -101,31 +101,6 @@ 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 - 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 - BackupItemCollection = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemCollection - ProcessInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection - ConnStringValueTypePair = Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair - ProcessModuleInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection - ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection - CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions - WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection - PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection - IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection - 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 - SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion - HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection - SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry @@ -203,72 +178,99 @@ module Models 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 + FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + 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 + BackupItemCollection = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemCollection + ProcessInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection + ConnStringValueTypePair = Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair + ProcessModuleInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection + ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection + CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions + WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection + PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + 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 + SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection + SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection + SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability + PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection 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 - 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 + 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 + Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage + 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 + 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 - ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric + 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 - 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 - 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 + Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation 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 + ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty 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 + 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 + SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments + SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState + 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 + Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource + IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity 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 @@ -276,19 +278,10 @@ 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 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 @@ -302,14 +295,21 @@ module Models UsageState = Azure::Web::Mgmt::V2016_09_01::Models::UsageState SiteAvailabilityState = Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState StatusOptions = Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions + 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 OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end # # WebManagementClass # 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 :diagnostics, :provider, :recommendations, :resource_health_metadata_operations, :billing_meters, :certificates, :deleted_web_apps, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -329,13 +329,13 @@ def initialize(options = {}) @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 + @certificates = @client_0.certificates + @deleted_web_apps = @client_0.deleted_web_apps @client_1 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -624,81 +624,6 @@ def validate_resource_types def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end - def azure_table_storage_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig - end - def application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig - end - def database_backup_setting - Azure::Web::Mgmt::V2016_08_01::Models::DatabaseBackupSetting - end - def backup_item_collection - Azure::Web::Mgmt::V2016_08_01::Models::BackupItemCollection - end - def process_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection - end - def conn_string_value_type_pair - Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair - end - def process_module_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection - end - def process_thread_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection - end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions - end - def web_app_instance_collection - Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection - end - def public_certificate_collection - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection - end - def identifier_collection - Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection - end - def triggered_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection - end - def enabled_config - Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig - end - def triggered_job_history_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection - end - def snapshot_collection - Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - end - def site_cloneability_criterion - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion - end - def host_name_binding_collection - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection - end - def site_cloneability - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - end - def perf_mon_set - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - end - def web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - end - def continuous_web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - end - def file_system_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - end def azure_blob_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end @@ -930,56 +855,86 @@ def site_extension_type def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end - def hosting_environment_profile - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile - end - def virtual_ipmapping - Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + def file_system_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig end - def ip_security_restriction - Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig end - def virtual_network_profile - Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile + def identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection end - def api_definition_info - Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + def azure_table_storage_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig end - def stamp_capacity - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity + def application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + def database_backup_setting + Azure::Web::Mgmt::V2016_08_01::Models::DatabaseBackupSetting end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + def backup_item_collection + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemCollection end - def auto_heal_custom_action - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + def process_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection end - def app_service_environment_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + def conn_string_value_type_pair + Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair end - def auto_heal_actions - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + def process_module_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics + def process_thread_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + def csm_publishing_profile_options + Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions end - def slot_swap_status - Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + def web_app_instance_collection + Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection end - def sku_capacity - Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity + def public_certificate_collection + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end - def cloning_info - Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + def triggered_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + def enabled_config + Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + end + def triggered_job_history_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection + end + def snapshot_collection + Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection + end + def site_cloneability_criterion + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + end + def host_name_binding_collection + Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection + end + def site_cloneability + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability + end + def perf_mon_set + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + end + def perf_mon_counter_collection + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + end + def web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection + end + def continuous_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + end + def app_service_environment_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + end + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics end def address_response Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse @@ -987,12 +942,6 @@ def address_response def sku_info_collection Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection end - def worker_pool - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool - end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - end def resource_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection end @@ -1002,131 +951,188 @@ def worker_pool_collection def hybrid_connection_collection Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end - def resource - Azure::Web::Mgmt::V2016_09_01::Models::Resource + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily end - def error_entity - Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end - def resource_metric_property - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + end + 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 + end + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + end + 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 app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + end + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + end + def hosting_environment_profile + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile end def snapshot_recovery_target Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - end def resource_metric_availability Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability end - def resource_metric - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric + def localizable_string + Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + end + def cloning_info + Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + end + def csm_usage_quota + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + end + def api_definition_info + Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end def csm_usage_quota_collection Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end + def auto_heal_custom_action + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + end + def error_entity + Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + end + def slow_requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + end def status_codes_based_trigger Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger end - def localizable_string - Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString - end def requests_based_trigger Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger end - def resource_metric_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + def auto_heal_rules + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules end - def auto_heal_triggers - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + def ramp_up_rule + Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + def virtual_directory + Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end - def auto_heal_rules - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def conn_string_info + Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo end - def site_limits - Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + def operation + Azure::Web::Mgmt::V2016_09_01::Models::Operation end - def usage_collection - Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + def site_config + Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig end - def ramp_up_rule - Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + def resource_metric_property + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def app_service_plan_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end - def experiments - Azure::Web::Mgmt::V2016_09_01::Models::Experiments + def sku_capacity + Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity end - def resource_metric_name - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + def resource_metric + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric end - def virtual_directory - Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + def resource_metric_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + end + def virtual_network_profile + Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end def resource_metric_definition_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + def virtual_ipmapping + Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping end - def capability - Azure::Web::Mgmt::V2016_09_01::Models::Capability + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + def network_access_control_entry + Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation + 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 slot_swap_status + Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + end + def cors_settings + Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + end + def auto_heal_triggers + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + end + def experiments + Azure::Web::Mgmt::V2016_09_01::Models::Experiments end def site_machine_key Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def csm_usage_quota - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota - end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + def host_name_ssl_state + Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def sku_description + Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + def worker_pool + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool end def proxy_only_resource Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource end - def host_name_ssl_state - Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState + def auto_heal_actions + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def capability + Azure::Web::Mgmt::V2016_09_01::Models::Capability end - def app_service_environment_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + def stamp_capacity + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + def site_limits + Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits end - def metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + def resource + Azure::Web::Mgmt::V2016_09_01::Models::Resource end - def usage - Azure::Web::Mgmt::V2016_09_01::Models::Usage + def ip_security_restriction + Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction end - def worker_pool_resource - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + def name_value_pair + Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity end def vnet_route Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute @@ -1149,9 +1155,6 @@ def resource_metric_definition def push_settings Azure::Web::Mgmt::V2016_09_01::Models::PushSettings end - def identifier - Azure::Web::Mgmt::V2016_09_01::Models::Identifier - end def hybrid_connection_key Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey end @@ -1164,30 +1167,6 @@ def site def app_service_plan Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - end - def provisioning_state - Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState - end - def hosting_environment_status - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - end - def compute_mode_options - Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction - end def route_type Azure::Web::Mgmt::V2016_09_01::Models::RouteType end @@ -1227,9 +1206,30 @@ def site_availability_state def status_options Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions end + def provisioning_state + Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + end + def hosting_environment_status + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + end + def internal_load_balancing_mode + Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + end + def compute_mode_options + Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + end + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + end + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + end def operation_status Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus end + def identifier + Azure::Web::Mgmt::V2016_09_01::Models::Identifier + end end end end