diff --git a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb index 244abd4cfc..6c8269f2e3 100644 --- a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb @@ -13,9 +13,14 @@ module Mgmt CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability module Models - SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + MetricName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName + CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku + ResourceSkuRestrictionInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo + UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType + KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName + 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 @@ -23,7 +28,8 @@ module Models Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku 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 @@ -32,20 +38,14 @@ 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 - Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku CheckSkuAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult + ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody 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 + Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error CognitiveServicesAccount = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount UsagesResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult - CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku - KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName - Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error - QuotaUsageStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus - UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType end class CognitiveServicesManagementClass @@ -81,15 +81,30 @@ def method_missing(method, *args) end class ModelClasses - def sku_tier - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + def metric_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName end - def resource_sku_restrictions_reason_code - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + def cognitive_services_resource_and_sku + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku + end + def resource_sku_restriction_info + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo + end + def unit_type + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType + end + def key_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName + end + def quota_usage_status + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus end def resource_sku_restrictions_type Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType end + def resource_sku_restrictions_reason_code + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + end def provisioning_state Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState end @@ -111,8 +126,11 @@ def resource_skus_result def kind Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind end - def error_body - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + def sku_tier + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + end + def sku + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku end def cognitive_services_account_update_parameters Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountUpdateParameters @@ -138,12 +156,12 @@ def cognitive_services_account_enumerate_skus_result def check_sku_availability_parameter Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter end - def sku - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku - end def check_sku_availability_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult end + def error_body + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + end def cognitive_services_account_create_parameters Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountCreateParameters end @@ -153,11 +171,8 @@ def check_sku_availability_result_list def cognitive_services_account_keys Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountKeys end - def resource_sku_restriction_info - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo - end - def metric_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName + def error + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error end def cognitive_services_account Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount @@ -165,21 +180,6 @@ def cognitive_services_account def usages_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult end - def cognitive_services_resource_and_sku - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku - end - def key_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName - end - def error - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error - end - def quota_usage_status - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus - end - def unit_type - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType - end end end end diff --git a/azure_sdk/lib/latest/modules/commerce_profile_module.rb b/azure_sdk/lib/latest/modules/commerce_profile_module.rb index 55cb470975..2419089a4d 100644 --- a/azure_sdk/lib/latest/modules/commerce_profile_module.rb +++ b/azure_sdk/lib/latest/modules/commerce_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Commerce module Mgmt - UsageAggregates = Azure::Commerce::Mgmt::V2015_06_01_preview::UsageAggregates RateCard = Azure::Commerce::Mgmt::V2015_06_01_preview::RateCard + UsageAggregates = Azure::Commerce::Mgmt::V2015_06_01_preview::UsageAggregates module Models MeterInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo @@ -18,15 +18,15 @@ 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 + ErrorResponse = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse AggregationGranularity = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::AggregationGranularity end class CommerceManagementClass - attr_reader :usage_aggregates, :rate_card, :configurable, :base_url, :options, :model_classes + attr_reader :rate_card, :usage_aggregates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -36,8 +36,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @usage_aggregates = @client_0.usage_aggregates @rate_card = @client_0.rate_card + @usage_aggregates = @client_0.usage_aggregates @model_classes = ModelClasses.new end @@ -77,9 +77,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 @@ -89,6 +86,9 @@ def monetary_commitment def recurring_charge Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RecurringCharge end + def error_response + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse + end def aggregation_granularity Azure::Commerce::Mgmt::V2015_06_01_preview::Models::AggregationGranularity end diff --git a/azure_sdk/lib/latest/modules/compute_profile_module.rb b/azure_sdk/lib/latest/modules/compute_profile_module.rb index 2314d80603..f2752d3a4c 100644 --- a/azure_sdk/lib/latest/modules/compute_profile_module.rb +++ b/azure_sdk/lib/latest/modules/compute_profile_module.rb @@ -22,23 +22,23 @@ module Mgmt VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetVMs Disks = Azure::Compute::Mgmt::V2018_06_01::Disks Operations = Azure::Compute::Mgmt::V2018_06_01::Operations - LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics VirtualMachineRunCommands = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineRunCommands + LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics Snapshots = Azure::Compute::Mgmt::V2018_06_01::Snapshots Galleries = Azure::Compute::Mgmt::V2018_06_01::Galleries GalleryImages = Azure::Compute::Mgmt::V2018_06_01::GalleryImages GalleryImageVersions = Azure::Compute::Mgmt::V2018_06_01::GalleryImageVersions module Models - ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo 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 - ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo + 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 + ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts OperationStatusResponse = Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse @@ -65,53 +65,51 @@ module Models 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 - VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag - SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk 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 + VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku AvailabilitySetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult ImageListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult - GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult - GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase - ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan - ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + EncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings OSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage + VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult + RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource + DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters + VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase - AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile - RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput - ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier - GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile - GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier - TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier OSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange + RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus - Plan = Azure::Compute::Mgmt::V2018_06_01::Models::Plan - VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult - VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult - VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters - VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed - VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile - Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage + AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener KeyVaultKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku - VirtualHardDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + Plan = Azure::Compute::Mgmt::V2018_06_01::Models::Plan NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile @@ -127,7 +125,7 @@ module Models RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk - ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus + VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile @@ -206,63 +204,65 @@ module Models VirtualMachineScaleSetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate VirtualMachineScaleSetVM = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate - GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList + ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration - GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage - GalleryImageVersion = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion + StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + VirtualHardDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile - Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk - StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile - VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + GalleryImageVersion = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument SshConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + PassNames = Azure::Compute::Mgmt::V2018_06_01::Models::PassNames + Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk Gallery = Azure::Compute::Mgmt::V2018_06_01::Models::Gallery GalleryImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage - DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes - GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage - PassNames = Azure::Compute::Mgmt::V2018_06_01::Models::PassNames - ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile + MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes + GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes - Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType - StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode - OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes + RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode + RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames ProtocolTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes - CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes - MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes + IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType - RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode - RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType DiskCreateOption = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption AccessLevel = Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel - IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion - DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions + InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes 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 ReplicationStatusTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes - InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes end class ComputeManagementClass - attr_reader :resource_skus, :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, :virtual_machine_scale_set_vms, :disks, :operations, :log_analytics, :virtual_machine_run_commands, :snapshots, :galleries, :gallery_images, :gallery_image_versions, :configurable, :base_url, :options, :model_classes + attr_reader :resource_skus, :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, :virtual_machine_scale_set_vms, :disks, :operations, :virtual_machine_run_commands, :log_analytics, :snapshots, :galleries, :gallery_images, :gallery_image_versions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -305,8 +305,8 @@ def initialize(configurable, base_url=nil, options=nil) @virtual_machine_scale_set_vms = @client_3.virtual_machine_scale_set_vms @disks = @client_3.disks @operations = @client_3.operations - @log_analytics = @client_3.log_analytics @virtual_machine_run_commands = @client_3.virtual_machine_run_commands + @log_analytics = @client_3.log_analytics @snapshots = @client_3.snapshots @galleries = @client_3.galleries @gallery_images = @client_3.gallery_images @@ -335,9 +335,6 @@ def method_missing(method, *args) end class ModelClasses - def resource_sku_location_info - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo - end def resource_sku_capabilities Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities end @@ -353,8 +350,8 @@ def resource_sku_restrictions_type def resource_sku Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku end - def resource_sku_restriction_info - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo + 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 @@ -362,6 +359,9 @@ def resource_skus_result 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 Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity end @@ -440,12 +440,6 @@ def upgrade_operation_invoker def interval_in_mins Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins end - def virtual_machine_scale_set_ip_tag - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag - end - def snapshot_sku - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - end def virtual_machine_scale_set_managed_disk_parameters Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters end @@ -458,8 +452,11 @@ def sub_resource def virtual_machine_scale_set_update_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSDisk end - def encryption_settings - Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings + def virtual_machine_scale_set_ip_tag + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + end + def snapshot_sku + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku end def availability_set_list_result Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult @@ -467,8 +464,8 @@ def availability_set_list_result def image_list_result Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult end - def gallery_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult end def virtual_machine_scale_set_identity Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity @@ -476,26 +473,41 @@ def virtual_machine_scale_set_identity def run_command_list_result Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult end - def gallery_artifact_source - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - end def run_command_document_base Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase 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 encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings + end + def osdisk_image + Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage + end + def virtual_machine_extensions_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult + end + def run_command_input + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + end def image_purchase_plan Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan end - def managed_artifact - Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + def gallery_artifact_source + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource end def diff_disk_settings Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings end - def gallery_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + def virtual_machine_capture_parameters + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters end - def osdisk_image - Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage + def virtual_machine_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue end def regional_replication_status Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus @@ -509,65 +521,47 @@ def gallery_image_version_list def gallery_artifact_publishing_profile_base Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase end - def additional_capabilities - Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + def gallery_image_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList end def virtual_machine_scale_set_osprofile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile end - def run_command_input - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput - end - def resource_range - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - end - def recommended_machine_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration - end def gallery_image_identifier Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier end - def gallery_image_version_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + def key_vault_and_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference end def gallery_identifier Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier end - def target_region - Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - end - def key_vault_and_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference - end def osdisk Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk end - def instance_view_status - Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus - end - def plan - Azure::Compute::Mgmt::V2018_06_01::Models::Plan - end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult + def resource_range + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult + def recommended_machine_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters + def target_region + Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion end - def virtual_machine_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + def instance_view_status + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus end def disallowed Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed end - def virtual_machine_scale_set_update_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + def additional_capabilities + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities end - def usage - Azure::Compute::Mgmt::V2018_06_01::Models::Usage + def gallery_image_version_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + end + def managed_artifact + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact end def win_rmlistener Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener @@ -578,8 +572,8 @@ def key_vault_key_reference def sku Azure::Compute::Mgmt::V2018_06_01::Models::Sku end - def virtual_hard_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + def plan + Azure::Compute::Mgmt::V2018_06_01::Models::Plan end def network_profile Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile @@ -626,8 +620,8 @@ def virtual_machine_scale_set_update_network_profile def image_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk end - def replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile end def image_storage_profile Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile @@ -863,14 +857,14 @@ def virtual_machine_scale_set_vm def rolling_upgrade_status_info Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + def usage + Azure::Compute::Mgmt::V2018_06_01::Models::Usage end def disk_update Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate end - def gallery_image_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList + def replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus end def snapshot_update Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate @@ -890,17 +884,17 @@ def vault_certificate def virtual_machine_scale_set_public_ipaddress_configuration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration end - def gallery_image_version_publishing_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile + def status_level_types + Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes end - def virtual_machine_scale_set_update_public_ipaddress_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + def virtual_hard_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk end - def gallery_data_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + def virtual_machine_size_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes end - def gallery_image_version - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion + def snapshot + Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot end def virtual_machine_scale_set_data_disk Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk @@ -908,17 +902,17 @@ def virtual_machine_scale_set_data_disk def storage_profile Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile end - def disk - Azure::Compute::Mgmt::V2018_06_01::Models::Disk + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile end - def status_level_types - Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + def gallery_osdisk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage end def virtual_machine_scale_set_update_storage_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile end - def virtual_machine_size_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + def gallery_image_version + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion end def run_command_document Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument @@ -932,41 +926,62 @@ def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings def operating_system_types Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes end + def component_names + Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + end + def caching_types + Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + end + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + end + def storage_account_types + Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + end + def pass_names + Azure::Compute::Mgmt::V2018_06_01::Models::PassNames + end + def disk + Azure::Compute::Mgmt::V2018_06_01::Models::Disk + end def gallery Azure::Compute::Mgmt::V2018_06_01::Models::Gallery end def gallery_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage end - def disk_create_option_types - Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + 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 maintenance_operation_result_code_types + Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes end - def pass_names - Azure::Compute::Mgmt::V2018_06_01::Models::PassNames + def gallery_data_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage end - def component_names - Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + def operating_system_state_types + Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes end def availability_set_sku_types Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes end - def snapshot - Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + def diff_disk_options + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions end 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 disk_create_option_types + Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes end def upgrade_mode Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode end - def operating_system_state_types - Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes + 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 setting_names Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames @@ -974,32 +989,20 @@ def setting_names def protocol_types Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes end - def caching_types - Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes - end - def maintenance_operation_result_code_types - Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes + def ipversion + Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion end def virtual_machine_scale_set_sku_scale_type Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType 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 disk_create_option Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption end def access_level Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel end - def ipversion - Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion - end - def diff_disk_options - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions + def instance_view_types + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes end def aggregated_replication_state Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState @@ -1016,9 +1019,6 @@ def disk_storage_account_types def replication_status_types Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes end - def instance_view_types - Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes - end def snapshot_storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes 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..5cf7c41d19 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,9 @@ module Azure::Profiles::Latest module ComputerVision module Models + OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages + TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode + Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line @@ -43,9 +46,6 @@ module Models 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,15 @@ def method_missing(method, *args) end class ModelClasses + 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 face_description Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription end @@ -182,15 +191,6 @@ def computer_vision_error_codes 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 e949d37505..b944973519 100644 --- a/azure_sdk/lib/latest/modules/consumption_profile_module.rb +++ b/azure_sdk/lib/latest/modules/consumption_profile_module.rb @@ -7,26 +7,26 @@ module Azure::Profiles::Latest module Consumption 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 - Forecasts = Azure::Consumption::Mgmt::V2018_06_30::Forecasts - Operations = Azure::Consumption::Mgmt::V2018_06_30::Operations - Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags UsageDetails = Azure::Consumption::Mgmt::V2018_06_30::UsageDetails Marketplaces = Azure::Consumption::Mgmt::V2018_06_30::Marketplaces Balances = Azure::Consumption::Mgmt::V2018_06_30::Balances ReservationsSummaries = Azure::Consumption::Mgmt::V2018_06_30::ReservationsSummaries ReservationsDetails = Azure::Consumption::Mgmt::V2018_06_30::ReservationsDetails ReservationRecommendations = Azure::Consumption::Mgmt::V2018_06_30::ReservationRecommendations + Budgets = Azure::Consumption::Mgmt::V2018_06_30::Budgets + PriceSheet = Azure::Consumption::Mgmt::V2018_06_30::PriceSheet + CostTags = Azure::Consumption::Mgmt::V2018_06_30::CostTags + Forecasts = Azure::Consumption::Mgmt::V2018_06_30::Forecasts + Operations = Azure::Consumption::Mgmt::V2018_06_30::Operations + Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags module Models + Notification = Azure::Consumption::Mgmt::V2018_06_30::Models::Notification MeterDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails CurrentSpend = Azure::Consumption::Mgmt::V2018_06_30::Models::CurrentSpend UsageDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetailsListResult BudgetTimePeriod = Azure::Consumption::Mgmt::V2018_06_30::Models::BudgetTimePeriod MarketplacesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::MarketplacesListResult - Notification = Azure::Consumption::Mgmt::V2018_06_30::Models::Notification Filters = Azure::Consumption::Mgmt::V2018_06_30::Models::Filters BalancePropertiesAdjustmentDetailsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesAdjustmentDetailsItem ReservationRecommendation = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation @@ -34,43 +34,43 @@ module Models 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 - ReservationSummariesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummariesListResult ForecastPropertiesConfidenceLevelsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem + 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 - ResourceAttributes = Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes ReservationSummary = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary + ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult + ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails 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 Forecast = Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast - BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType - ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails TimeGrainType = Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType + CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag Grain = Azure::Consumption::Mgmt::V2018_06_30::Models::Grain ChargeType = Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType - Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource + BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency Bound = Azure::Consumption::Mgmt::V2018_06_30::Models::Bound - Datagrain = Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain - OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay - ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult + Datagrain = Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource end class ConsumptionManagementClass - attr_reader :budgets, :price_sheet, :cost_tags, :forecasts, :operations, :tags, :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :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 @@ -80,18 +80,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @budgets = @client_0.budgets - @price_sheet = @client_0.price_sheet - @cost_tags = @client_0.cost_tags - @forecasts = @client_0.forecasts - @operations = @client_0.operations - @tags = @client_0.tags @usage_details = @client_0.usage_details @marketplaces = @client_0.marketplaces @balances = @client_0.balances @reservations_summaries = @client_0.reservations_summaries @reservations_details = @client_0.reservations_details @reservation_recommendations = @client_0.reservation_recommendations + @budgets = @client_0.budgets + @price_sheet = @client_0.price_sheet + @cost_tags = @client_0.cost_tags + @forecasts = @client_0.forecasts + @operations = @client_0.operations + @tags = @client_0.tags @model_classes = ModelClasses.new end @@ -110,6 +110,9 @@ def method_missing(method, *args) end class ModelClasses + def notification + Azure::Consumption::Mgmt::V2018_06_30::Models::Notification + end def meter_details Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails end @@ -125,9 +128,6 @@ def budget_time_period def marketplaces_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::MarketplacesListResult end - def notification - Azure::Consumption::Mgmt::V2018_06_30::Models::Notification - end def filters Azure::Consumption::Mgmt::V2018_06_30::Models::Filters end @@ -149,18 +149,21 @@ def balance_properties_new_purchases_details_item def query_options Azure::Consumption::Mgmt::V2018_06_30::Models::QueryOptions end + def reservation_summaries_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummariesListResult + end def price_sheet_properties Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetProperties end def reservation_recommendations_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendationsListResult end - def reservation_summaries_list_result - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummariesListResult - end def forecast_properties_confidence_levels_item Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem 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 @@ -176,62 +179,56 @@ def marketplace def balance Azure::Consumption::Mgmt::V2018_06_30::Models::Balance end - def resource_attributes - Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes - end def reservation_summary Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary end + def reservation_detail + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + end def tags_result Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult end + def error_details + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails + end def budget Azure::Consumption::Mgmt::V2018_06_30::Models::Budget end - def cost_tag - Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag - end def price_sheet_result Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult end def forecast Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast end - def billing_frequency - Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + def resource + Azure::Consumption::Mgmt::V2018_06_30::Models::Resource end def category_type Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType end - def error_details - Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails - end def time_grain_type Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType end + def cost_tag + Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag + end def grain Azure::Consumption::Mgmt::V2018_06_30::Models::Grain end def charge_type Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType end - def resource - Azure::Consumption::Mgmt::V2018_06_30::Models::Resource + def billing_frequency + Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency end def bound Azure::Consumption::Mgmt::V2018_06_30::Models::Bound end - def datagrain - Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain - end - def operator_type - Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType - end def operation_display Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay end - def reservation_detail - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + def operator_type + Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType end def operation Azure::Consumption::Mgmt::V2018_06_30::Models::Operation @@ -239,6 +236,9 @@ def operation def operation_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult end + def datagrain + Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain + end def tag Azure::Consumption::Mgmt::V2018_06_30::Models::Tag end diff --git a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb index e9551b067d..f9c190cb66 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -8,55 +8,55 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt Operations = Azure::ContainerInstance::Mgmt::V2018_06_01::Operations + ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroups ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroupUsage ContainerOperations = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerOperations - ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroups module Models + Event = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event + Resource = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource Port = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Port IpAddress = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::IpAddress EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::EnvironmentVariable ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupPropertiesInstanceView - Event = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event ResourceRequests = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceRequests ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupDiagnostics ResourceRequirements = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceRequirements VolumeMount = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::VolumeMount ContainerHttpGet = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerHttpGet Container = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Container - GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume - ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationDisplay - ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits + GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume Operation = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Operation - ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult - OperationListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult ContainerState = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState - Volume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + OperationListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits + ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential + ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult + Volume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + Logs = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPropertiesInstanceView ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequestTerminalSize - Logs = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs + AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequest ContainerExec = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec - AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume - ContainerPort = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort - ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse - ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy + UsageListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult + ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup + Usage = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage + ContainerPort = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol - UsageListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult + ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol - Usage = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage - OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin - Resource = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource UsageName = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName + OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes end class ContainerInstanceManagementClass - attr_reader :operations, :container_group_usage, :container_operations, :container_groups, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :container_groups, :container_group_usage, :container_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -67,9 +67,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @container_groups = @client_0.container_groups @container_group_usage = @client_0.container_group_usage @container_operations = @client_0.container_operations - @container_groups = @client_0.container_groups @model_classes = ModelClasses.new end @@ -88,6 +88,12 @@ def method_missing(method, *args) end class ModelClasses + def event + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event + end + def resource + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource + end def port Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Port end @@ -100,9 +106,6 @@ def environment_variable def container_group_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupPropertiesInstanceView end - def event - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event - end def resource_requests Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceRequests end @@ -121,35 +124,38 @@ def container_http_get def container Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Container end - def git_repo_volume - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume - end - def image_registry_credential - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential - end def operation_display Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationDisplay end - def resource_limits - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits + def git_repo_volume + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume end def operation Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Operation end - def container_group_list_result - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult + def container_state + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState end def operation_list_result Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult end - def container_state - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState + def container_probe + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + end + def resource_limits + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits + end + def image_registry_credential + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential + end + def container_group_list_result + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult end def volume Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume end - def container_probe - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + def logs + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs end def container_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPropertiesInstanceView @@ -157,8 +163,8 @@ def container_properties_instance_view def container_exec_request_terminal_size Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequestTerminalSize end - def logs - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs + def azure_file_volume + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume end def container_exec_request Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequest @@ -166,20 +172,20 @@ def container_exec_request def container_exec Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec end - def azure_file_volume - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume + def container_exec_response + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse end - def container_port - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort + def usage_list_result + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult end def container_group Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup end - def container_exec_response - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse + def usage + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage end - def container_group_restart_policy - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy + def container_port + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort end def log_analytics Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics @@ -187,27 +193,21 @@ def log_analytics def container_network_protocol Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol end - def usage_list_result - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult + def container_group_restart_policy + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy end def container_group_network_protocol Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol end - def usage - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage - end - def operating_system_types - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes - end def container_instance_operations_origin Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin end - def resource - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource - end def usage_name Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName end + def operating_system_types + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes + 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 72b50cb8ca..127d2859c7 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -8,11 +8,17 @@ module Azure::Profiles::Latest module ContainerRegistry module Mgmt Operations = Azure::ContainerRegistry::Mgmt::V2017_10_01::Operations - Registries = Azure::ContainerRegistry::Mgmt::V2017_10_01::Registries Replications = Azure::ContainerRegistry::Mgmt::V2017_10_01::Replications Webhooks = Azure::ContainerRegistry::Mgmt::V2017_10_01::Webhooks + Registries = Azure::ContainerRegistry::Mgmt::V2017_10_01::Registries 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 + ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters + ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult + StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties 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 @@ -25,29 +31,29 @@ module Models EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor - OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent - Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters - EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage - QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy - ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult - Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication - RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy + EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage + OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry - ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState - StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties + Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication + EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage + Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event PolicyStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType - Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier + ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook Resource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult @@ -58,17 +64,11 @@ module Models ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource RegistryPolicies = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies RegistryNameCheckRequest = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest - ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters - RegistryNameStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus - OperationMetricSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition - OperationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition - ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters - ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source end class ContainerRegistryManagementClass - attr_reader :operations, :registries, :replications, :webhooks, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :replications, :webhooks, :registries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -79,9 +79,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @registries = @client_0.registries @replications = @client_0.replications @webhooks = @client_0.webhooks + @registries = @client_0.registries @model_classes = ModelClasses.new end @@ -100,6 +100,24 @@ def method_missing(method, *args) end class ModelClasses + def registry_name_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus + end + def operation_metric_specification_definition + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition + end + def operation_definition + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition + end + def replication_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters + end + def replication_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult + end + def storage_account_properties + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties + end def registry_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters end @@ -136,59 +154,50 @@ def registry_list_result def registry_usage Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage end + def webhook_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters + end def actor Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor end - def operation_service_specification_definition - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition - end def registry_list_credentials_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult end def event_content Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent end - def request - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - end - def event_request_message - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage + def webhook_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult end - def webhook_update_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters + def quarantine_policy + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy end def event_response_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage end - def quarantine_policy - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy - end - def import_mode - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode + def operation_service_specification_definition + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition end - def webhook_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult + def registry + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end def replication Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication end - def registry_usage_unit - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit - end - def registry - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + def event_request_message + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end - def provisioning_state - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + def request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request end - def storage_account_properties - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties + def import_mode + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode end def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def webhook_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event end def policy_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus @@ -196,8 +205,8 @@ def policy_status def trust_policy_type Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + def import_image_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters end def webhook_action Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction @@ -205,6 +214,15 @@ def webhook_action def sku_tier Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier end + def provisioning_state + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + end + def webhook_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + end + def registry_usage_unit + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + end def webhook Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook end @@ -235,24 +253,6 @@ def registry_policies def registry_name_check_request Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest end - def import_image_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters - end - def registry_name_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus - end - def operation_metric_specification_definition - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition - end - def operation_definition - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition - end - def replication_update_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters - end - def replication_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult - end def source Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source end diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 2c8f74f0a2..6bbe29401e 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 + ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult + ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile ContainerServiceOrchestratorProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorProfile ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile - ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult - ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile - 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 ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile - ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes OSType = Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile - ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile + TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAgentPoolProfile ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile + ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult - TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject - ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile + ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile ManagedCluster = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster + ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile - ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile NetworkPlugin = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin NetworkPolicy = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy + OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult - OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile end class ContainerServiceManagementClass @@ -98,6 +98,12 @@ def method_missing(method, *args) end class ModelClasses + def container_service_list_result + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult + end + def container_service_orchestrator_types + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + end def container_service Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService end @@ -110,15 +116,12 @@ def container_service_orchestrator_profile def container_service_agent_pool_profile Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile end - def container_service_list_result - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult - end - def container_service_orchestrator_types - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes - end def resource Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource end + def operation_list_result + Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + end def container_service_windows_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile end @@ -134,8 +137,8 @@ def container_service_service_principal_profile def container_service_linux_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile 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 @@ -143,9 +146,6 @@ def container_service_vmdiagnostics def container_service_diagnostics_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile end - def container_service_master_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile - end def key_vault_secret_ref Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef end @@ -161,8 +161,8 @@ def ostype 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 + def tags_object + Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject end def managed_cluster_agent_pool_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAgentPoolProfile @@ -170,42 +170,42 @@ def managed_cluster_agent_pool_profile def managed_cluster_aadprofile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile end + def managed_cluster_addon_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile + end def operation_value Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue end def managed_cluster_list_result Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult end - def tags_object - Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject - end - def managed_cluster_upgrade_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile + def managed_cluster_pool_upgrade_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile end def managed_cluster Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster end + def managed_cluster_upgrade_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile + end def managed_cluster_access_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile end - def managed_cluster_pool_upgrade_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile - end def network_plugin Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin end def network_policy Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy end + def orchestrator_profile + Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile + end def orchestrator_version_profile Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile end def orchestrator_version_profile_list_result Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult end - def orchestrator_profile - Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile - end end end end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index 17754cfe34..7e580a188f 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,18 +6,21 @@ module Azure::Profiles::Latest module ContentModerator - ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews + ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration module Models JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames @@ -31,56 +34,53 @@ module Models IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms - JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate - JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId - Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError - MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse - TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem + ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 + Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem - TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem + FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN - Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem - ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 - CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match - CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList - FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem - Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen - KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair + VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem - VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end class ContentModeratorDataClass - attr_reader :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :configurable, :base_url, :options, :model_classes + attr_reader :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :image_moderation, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -90,13 +90,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @image_moderation = @client_0.image_moderation @text_moderation = @client_0.text_moderation @list_management_image_lists = @client_0.list_management_image_lists @list_management_term_lists = @client_0.list_management_term_lists @list_management_image = @client_0.list_management_image @list_management_term = @client_0.list_management_term @reviews = @client_0.reviews + @image_moderation = @client_0.image_moderation @model_classes = ModelClasses.new end @@ -118,12 +118,21 @@ class ModelClasses def job_list_result Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end + def azure_region_base_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + end + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + end def face Azure::CognitiveServices::ContentModerator::V1_0::Models::Face end def error Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end @@ -163,32 +172,41 @@ def terms def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + def image + Azure::CognitiveServices::ContentModerator::V1_0::Models::Image end def detected_terms Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms end - def job_execution_report_details - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + def tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end + def match_response + Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse + end def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end - def job_id - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + def job_execution_report_details + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails end - def image - Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + def term_list_metadata + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata end def image_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + def job_id + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + end + def transcript_moderation_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem end def transcript_moderation_body_item_terms_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem @@ -196,62 +214,53 @@ def transcript_moderation_body_item_terms_item def apierror Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError end - def match_response - Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse + def classification_category3 + Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 end - def transcript_moderation_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem + def frame + Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame end def refresh_index_advanced_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end - def term_list_metadata - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata + def create_video_reviews_body_item_video_frames_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + def create_video_reviews_body_item_video_frames_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem end def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end - def ssn - Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN - end - def frame - Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame - end - def create_video_reviews_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + def found_faces + Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def classification_category3 - Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 + def pii + Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end - def create_video_reviews_body_item_video_frames_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem + def ssn + Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN end def match Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end - def create_video_reviews_body_item_video_frames_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + def create_video_reviews_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end - def pii - Azure::CognitiveServices::ContentModerator::V1_0::Models::PII + def create_video_reviews_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + end + def body_metadata + Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end def image_list Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList 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 body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end - def body_metadata - Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata + def key_value_pair + Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end def status Azure::CognitiveServices::ContentModerator::V1_0::Models::Status @@ -259,8 +268,8 @@ def status def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end - def key_value_pair - Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair + def video_frame_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end def video_frame_body_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem @@ -268,8 +277,8 @@ def video_frame_body_item_reviewer_result_tags_item def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end - def video_frame_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + def classification_category1 + Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 end def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage @@ -289,15 +298,6 @@ def content def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end - def classification_category1 - Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - end - def azure_region_base_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl - end def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index fcd9b15aeb..fc805ed8a2 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,22 +7,22 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt + Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles + RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments Hubs = Azure::CustomerInsights::Mgmt::V2017_04_26::Hubs Interactions = Azure::CustomerInsights::Mgmt::V2017_04_26::Interactions Relationships = Azure::CustomerInsights::Mgmt::V2017_04_26::Relationships RelationshipLinks = Azure::CustomerInsights::Mgmt::V2017_04_26::RelationshipLinks - Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles AuthorizationPolicies = Azure::CustomerInsights::Mgmt::V2017_04_26::AuthorizationPolicies Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi + Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images - Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations - RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links module Models @@ -118,22 +118,22 @@ module Models FrequencyTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status CalculationWindowTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes - KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions + ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType - LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions InstanceOperationType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType - CardinalityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes RoleTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes - ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult + CardinalityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource end class CustomerInsightsManagementClass - attr_reader :hubs, :interactions, :relationships, :relationship_links, :profiles, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :views, :roles, :predictions, :images, :operations, :role_assignments, :links, :configurable, :base_url, :options, :model_classes + attr_reader :profiles, :role_assignments, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :operations, :widget_types, :views, :roles, :predictions, :images, :links, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,22 +143,22 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @profiles = @client_0.profiles + @role_assignments = @client_0.role_assignments @hubs = @client_0.hubs @interactions = @client_0.interactions @relationships = @client_0.relationships @relationship_links = @client_0.relationship_links - @profiles = @client_0.profiles @authorization_policies = @client_0.authorization_policies @connectors = @client_0.connectors @connector_mappings = @client_0.connector_mappings @kpi = @client_0.kpi + @operations = @client_0.operations @widget_types = @client_0.widget_types @views = @client_0.views @roles = @client_0.roles @predictions = @client_0.predictions @images = @client_0.images - @operations = @client_0.operations - @role_assignments = @client_0.role_assignments @links = @client_0.links @model_classes = ModelClasses.new @@ -454,32 +454,32 @@ def completion_operation_types def connector_mapping_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates end + def status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end def calculation_window_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes end - def kpi_functions - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions + def profile_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult end def entity_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType end - def link_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + def kpi_functions + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions end def instance_operation_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType end - def cardinality_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes - end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + def link_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes end def role_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes end - def profile_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult + def cardinality_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes end def prediction_model_life_cycle Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index db6ce9c49a..d7cee4696c 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,8 +9,14 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch @@ -22,12 +28,6 @@ module Models Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage - WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end class CustomSearchDataClass @@ -60,12 +60,30 @@ def method_missing(method, *args) end class ModelClasses + def web_web_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + end + def search_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + end + def search_results_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + end def thing Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + end def error_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end @@ -99,24 +117,6 @@ def web_meta_tag def web_page Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage end - def web_web_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - end - def search_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - end - def identifiable - Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - 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 037d042fee..25f546e20e 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -7,67 +7,67 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt + Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations + DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules + StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations - Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts - StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts - DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts module Models CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation NameAvailabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters - Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters + Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation AddStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters + OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource SasTokenInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation CreateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateComputePolicyWithAccountParameters ComputePolicyListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult CreateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters - Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay - OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult - SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource + StorageAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters UpdateDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters CreateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters - CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult - StorageAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult UpdateStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters - StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult + OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay UpdateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters + SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult UpdateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult - DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation + StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters - FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy - StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic - FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState - DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus + FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin + DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState end class DataLakeAnalyticsManagementClass - attr_reader :compute_policies, :firewall_rules, :locations, :operations, :accounts, :storage_accounts, :data_lake_store_accounts, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :data_lake_store_accounts, :compute_policies, :firewall_rules, :storage_accounts, :locations, :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) + @operations = @client_0.operations + @data_lake_store_accounts = @client_0.data_lake_store_accounts @compute_policies = @client_0.compute_policies @firewall_rules = @client_0.firewall_rules + @storage_accounts = @client_0.storage_accounts @locations = @client_0.locations - @operations = @client_0.operations @accounts = @client_0.accounts - @storage_accounts = @client_0.storage_accounts - @data_lake_store_accounts = @client_0.data_lake_store_accounts @model_classes = ModelClasses.new end @@ -108,6 +108,9 @@ def check_name_availability_parameters def subscription_state Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState end + def resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource + end def capability_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation end @@ -120,9 +123,6 @@ def update_firewall_rule_parameters def update_compute_policy_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters end - def resource - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource - end def update_storage_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters end @@ -135,9 +135,18 @@ def add_data_lake_store_with_account_parameters def create_or_update_compute_policy_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters end + def operation + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation + end def add_storage_account_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters end + def operation_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + end + def sub_resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource + end def sas_token_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation end @@ -150,17 +159,11 @@ def compute_policy_list_result def create_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end - def operation - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - end - def operation_display - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay - end - def operation_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + def storage_account_information_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult end - def sub_resource - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource + def create_or_update_firewall_rule_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters end def update_data_lake_store_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters @@ -168,20 +171,11 @@ def update_data_lake_store_with_account_parameters def create_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters end - def create_or_update_firewall_rule_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - end - def sas_token_information_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult - end - def storage_account_information_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult - end def update_storage_account_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters end - def storage_container_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult + def operation_display + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end def update_compute_policy_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters @@ -189,8 +183,8 @@ def update_compute_policy_with_account_parameters def update_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end - def add_data_lake_store_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters + def sas_token_information_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult end def update_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters @@ -198,8 +192,8 @@ def update_data_lake_analytics_account_parameters def data_lake_analytics_account_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult end - def data_lake_store_account_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation + def storage_container_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult end def firewall_rule_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult @@ -207,8 +201,8 @@ def firewall_rule_list_result def add_storage_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters end - def firewall_rule - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + def add_data_lake_store_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters end def storage_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation @@ -216,8 +210,8 @@ def storage_account_information def compute_policy Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy end - def storage_container - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + def data_lake_store_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation end def data_lake_analytics_account Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount @@ -225,8 +219,8 @@ def data_lake_analytics_account def data_lake_analytics_account_basic Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic end - def firewall_allow_azure_ips_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + def firewall_rule + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule end def aadobject_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType @@ -234,8 +228,8 @@ def aadobject_type def firewall_state Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState end - def data_lake_analytics_account_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + def storage_container + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer end def tier_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType @@ -243,9 +237,15 @@ def tier_type def data_lake_analytics_account_status Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus end + 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 data_lake_analytics_account_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + end end end end diff --git a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb index b6ee064f5c..4eec7d571f 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -45,16 +45,16 @@ module Models TrustedIdProviderState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState DataLakeStoreAccountStatus = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus DataLakeStoreAccountState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState + Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource - CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation - CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule @@ -189,6 +189,9 @@ def data_lake_store_account_status def data_lake_store_account_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState end + def resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + end def capability_information Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation end @@ -198,27 +201,24 @@ def name_availability_information def update_firewall_rule_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters 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 operation_display Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay end def operation Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation end - def create_or_update_firewall_rule_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - end def operation_list_result Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult end def sub_resource Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource end + def create_firewall_rule_with_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + end + def create_or_update_firewall_rule_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + end def update_firewall_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end diff --git a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb index afba20fc66..38db2ab102 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 Controllers = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Controllers module Models + 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 Controller = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller ErrorDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails - Resource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource - SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku KubernetesConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails ProvisioningState = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState - Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource - ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList - ControllerUpdateParameters = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters end class DevSpacesManagementClass @@ -61,6 +61,12 @@ def method_missing(method, *args) end class ModelClasses + def controller_connection_details_list + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList + 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 end @@ -76,6 +82,9 @@ def resource_provider_operation_list def controller_connection_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails end + def resource + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + end def controller_list Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList end @@ -85,11 +94,8 @@ def controller def error_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails end - def resource - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource - end - def sku_tier - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + def sku + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku end def kubernetes_connection_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails @@ -97,21 +103,15 @@ def kubernetes_connection_details def provisioning_state Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState 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 sku_tier + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + end def tracked_resource Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource end - def controller_connection_details_list - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList - end - def controller_update_parameters - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters - end end end end diff --git a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb index 0e485a72a9..de415b43aa 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -9,10 +9,10 @@ module DevTestLabs module Mgmt VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks + Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules - Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations ArtifactSources = Azure::DevTestLabs::Mgmt::V2016_05_15::ArtifactSources ArmTemplates = Azure::DevTestLabs::Mgmt::V2016_05_15::ArmTemplates Artifacts = Azure::DevTestLabs::Mgmt::V2016_05_15::Artifacts @@ -21,17 +21,23 @@ module Mgmt Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets - GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages - Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules + ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners + Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users + Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules - Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments - ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners + GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies module Models + ResponseWithContinuationLabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd + 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 + 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 @@ -98,60 +104,60 @@ module Models ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom ResponseWithContinuationGalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule - ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment - Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule ApplicableScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment - ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate + ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment Artifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact - ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource + ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment - InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule - DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource + Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage - Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab + DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula - LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost - Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet + LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage - NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel + Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment - 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 PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment - 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 - VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment - StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType + VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork + User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType - LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus - VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork - User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User - CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType - HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType + HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions + NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource - FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions + CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk - NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType - ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType - CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType - PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus - UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol - PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType + FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions + PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType + CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType + PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType + UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity @@ -182,16 +188,10 @@ module Models ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment - ResponseWithContinuationLabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd - 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 - ParameterInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo - ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk end class DevTestLabsManagementClass - attr_reader :virtual_machines, :disks, :provider_operations, :labs, :global_schedules, :operations, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :notification_channels, :policy_sets, :gallery_images, :users, :schedules, :secrets, :virtual_machine_schedules, :environments, :service_runners, :virtual_networks, :policies, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_machines, :disks, :operations, :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, :gallery_images, :virtual_networks, :policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -203,10 +203,10 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @virtual_machines = @client_0.virtual_machines @disks = @client_0.disks + @operations = @client_0.operations @provider_operations = @client_0.provider_operations @labs = @client_0.labs @global_schedules = @client_0.global_schedules - @operations = @client_0.operations @artifact_sources = @client_0.artifact_sources @arm_templates = @client_0.arm_templates @artifacts = @client_0.artifacts @@ -215,13 +215,13 @@ def initialize(configurable, base_url=nil, options=nil) @formulas = @client_0.formulas @notification_channels = @client_0.notification_channels @policy_sets = @client_0.policy_sets - @gallery_images = @client_0.gallery_images - @users = @client_0.users @schedules = @client_0.schedules + @service_runners = @client_0.service_runners + @users = @client_0.users + @environments = @client_0.environments @secrets = @client_0.secrets @virtual_machine_schedules = @client_0.virtual_machine_schedules - @environments = @client_0.environments - @service_runners = @client_0.service_runners + @gallery_images = @client_0.gallery_images @virtual_networks = @client_0.virtual_networks @policies = @client_0.policies @@ -242,6 +242,24 @@ def method_missing(method, *args) end class ModelClasses + def response_with_continuation_lab_vhd + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd + 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 + 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 @@ -440,6 +458,9 @@ def attach_disk_properties def response_with_continuation_dtl_environment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment end + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + end def notification_settings_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment end @@ -455,50 +476,47 @@ def response_with_continuation_gallery_image def applicable_schedule Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule end - def schedule_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment - end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + def inbound_nat_rule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule end 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 schedule_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment end def artifact Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact end - def artifact_source - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource + def arm_template + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate end def artifact_source_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment end - def inbound_nat_rule - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule + def artifact_source + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource end - def dtl_environment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + def subnet + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet end def custom_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage end - def lab - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab + def dtl_environment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment end def formula Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula end - def lab_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + def lab + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab end def lab_cost Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost end - def subnet - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet + def lab_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment end def lab_virtual_machine Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine @@ -506,8 +524,8 @@ def lab_virtual_machine def gallery_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage end - def notification_channel - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel + def disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk end def notification_channel_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment @@ -515,8 +533,8 @@ def notification_channel_fragment def lab_virtual_machine_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment 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 @@ -524,8 +542,8 @@ def service_runner def policy_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment end - def disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk + def secret + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret end def enable_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus @@ -533,11 +551,11 @@ def enable_status 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 virtual_network + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork end - def storage_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType + def user + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User end def notification_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus @@ -545,62 +563,62 @@ def notification_status def source_control_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType end - def linux_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + def virtual_network_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment end def cost_threshold_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus end - def virtual_network - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork + def windows_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState end - def user - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User + def linux_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState end - def custom_image_os_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType + def storage_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType end def host_caching_options Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions end - def windows_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + def notification_channel_event_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType 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 custom_image_os_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType end def premium_data_disk Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk end - def notification_channel_event_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType + def target_cost_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus end - def reporting_cycle_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType + def transport_protocol + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol end - def cost_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType + def file_upload_options + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions end def policy_fact_name Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName end - def target_cost_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus + def policy_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus end - def usage_permission_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType + def reporting_cycle_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType end - def transport_protocol - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol + def cost_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType end def policy_evaluator_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType end - def policy_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + def usage_permission_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType end def http_status_code Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode @@ -692,24 +710,6 @@ def formula_properties_from_vm def artifact_install_properties_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment end - def response_with_continuation_lab_vhd - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd - end - def 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 - 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 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 9112329e1d..e4f03153cf 100644 --- a/azure_sdk/lib/latest/modules/dns_profile_module.rb +++ b/azure_sdk/lib/latest/modules/dns_profile_module.rb @@ -11,6 +11,7 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2018_03_01_preview::Zones module Models + 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 Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource @@ -33,7 +34,6 @@ module Models ProxyResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ProxyResource AzureEntityResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AzureEntityResource RecordType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType - ZoneUpdate = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate end class DnsManagementClass @@ -67,6 +67,9 @@ def method_missing(method, *args) end class ModelClasses + 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 @@ -133,9 +136,6 @@ def azure_entity_resource def record_type Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType end - def zone_update - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate - 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 4d46d6f60b..4d3c6afac8 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,8 +9,8 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse @@ -25,14 +25,14 @@ module Models ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress - Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport @@ -52,7 +52,7 @@ module Models EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end @@ -87,12 +87,12 @@ def method_missing(method, *args) end class ModelClasses - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - end def response Azure::CognitiveServices::EntitySearch::V1_0::Models::Response end + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end def response_base Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase end @@ -135,15 +135,15 @@ def entities_entity_presentation_info def image_object Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject end + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + end def places Azure::CognitiveServices::EntitySearch::V1_0::Models::Places end def postal_address Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress end - def place - Azure::CognitiveServices::EntitySearch::V1_0::Models::Place - end def organization Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization end @@ -156,8 +156,8 @@ def contractual_rules_attribution def media_object Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + def civic_structure + Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness @@ -216,8 +216,8 @@ def answer_type def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def civic_structure - Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + def place + Azure::CognitiveServices::EntitySearch::V1_0::Models::Place end def entity_type Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index a7810bfcc2..b7011ac382 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -244,12 +244,12 @@ module Models 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 + Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource EventSubscriptionProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionProvisioningState EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicProvisioningState ResourceRegionType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState - Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource Operation = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation OperationsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult TrackedResource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource @@ -437,6 +437,9 @@ def domain_provisioning_state def input_schema Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::InputSchema end + def resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource + end def event_subscription_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionProvisioningState end @@ -452,9 +455,6 @@ def resource_region_type def topic_type_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState 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 diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index 26e2d3813e..8c5e19cf50 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 Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces + Clusters = Azure::EventHub::Mgmt::V2018_01_01_preview::Clusters Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration module Models + EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace + IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule + IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource - VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule + VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation - ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult + VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule + TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource + 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 Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster - EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace - TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource - IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction - IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule end class EventHubManagementClass - attr_reader :operations, :clusters, :namespaces, :configuration, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :namespaces, :clusters, :configuration, :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 @namespaces = @client_0.namespaces + @clusters = @client_0.clusters @configuration = @client_0.configuration @model_classes = ModelClasses.new @@ -68,20 +68,26 @@ def method_missing(method, *args) end class ModelClasses + 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 ipaction + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction + end def sku_name Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName end - def virtual_network_rule_list_result - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult - end def sku_tier Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier end def resource Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource end - def virtual_network_rule - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule + def virtual_network_rule_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult end def sku Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku @@ -95,12 +101,18 @@ def error_response def operation Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation end - def cluster_quota_configuration_properties - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties - end def operation_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult end + def virtual_network_rule + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule + end + def tracked_resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource + end + def cluster_quota_configuration_properties + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + end def cluster_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult end @@ -116,18 +128,6 @@ def ehnamespace_list_result def cluster Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster end - def ehnamespace - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace - end - def tracked_resource - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource - end - def ipaction - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction - end - def ip_filter_rule - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule - end end end end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 2f91f0850b..881017f5f8 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,18 +6,24 @@ module Azure::Profiles::Latest module Face - FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson - Face = Azure::CognitiveServices::Face::V1_0::Face PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations + Face = Azure::CognitiveServices::Face::V1_0::Face + FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations module Models - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur + TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Error = Azure::CognitiveServices::Face::V1_0::Models::Error APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest @@ -37,9 +43,9 @@ module Models VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes + VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair - VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion @@ -49,19 +55,13 @@ module Models ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender - Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur - 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 - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end class FaceDataClass - attr_reader :face_list_operations, :person_group_person, :face, :person_group_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,10 +71,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @face_list_operations = @client_0.face_list_operations @person_group_person = @client_0.person_group_person - @face = @client_0.face @person_group_operations = @client_0.person_group_operations + @face = @client_0.face + @face_list_operations = @client_0.face_list_operations @model_classes = ModelClasses.new end @@ -93,8 +93,8 @@ def method_missing(method, *args) end class ModelClasses - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender end def hair_color_type Azure::CognitiveServices::Face::V1_0::Models::HairColorType @@ -102,6 +102,18 @@ def hair_color_type def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType + end + def exposure_level + Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + end + def noise_level + Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + end + def blur_level + Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + end def find_similar_match_mode Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end @@ -111,6 +123,12 @@ def training_status_type def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end + def blur + Azure::CognitiveServices::Face::V1_0::Models::Blur + end + def training_status + Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus + end def error Azure::CognitiveServices::Face::V1_0::Models::Error end @@ -168,15 +186,15 @@ def face_rectangle def face_attributes Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes end + def verify_result + Azure::CognitiveServices::Face::V1_0::Models::VerifyResult + end def persisted_face Azure::CognitiveServices::Face::V1_0::Models::PersistedFace end def facial_hair Azure::CognitiveServices::Face::V1_0::Models::FacialHair end - def verify_result - Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - end def coordinate Azure::CognitiveServices::Face::V1_0::Models::Coordinate end @@ -204,15 +222,6 @@ def update_person_face_request def detected_face Azure::CognitiveServices::Face::V1_0::Models::DetectedFace end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender - end - def blur - Azure::CognitiveServices::Face::V1_0::Models::Blur - end - def training_status - Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus - end def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end @@ -222,15 +231,6 @@ def person_group def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def blur_level - Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - end - def exposure_level - Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - end - def noise_level - Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - 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 244a98bc9c..bd8146af02 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,35 +6,41 @@ module Azure::Profiles::Latest module GraphRbac - Objects = Azure::GraphRbac::V1_6::Objects - Applications = Azure::GraphRbac::V1_6::Applications - Groups = Azure::GraphRbac::V1_6::Groups ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals Domains = Azure::GraphRbac::V1_6::Domains Users = Azure::GraphRbac::V1_6::Users + Objects = Azure::GraphRbac::V1_6::Objects + Applications = Azure::GraphRbac::V1_6::Applications + Groups = Azure::GraphRbac::V1_6::Groups 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 + ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult + PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult UserBase = Azure::GraphRbac::V1_6::Models::UserBase AADObject = Azure::GraphRbac::V1_6::Models::AADObject RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters 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 - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup + UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters Application = Azure::GraphRbac::V1_6::Models::Application - UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters - UserType = Azure::GraphRbac::V1_6::Models::UserType ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + UserType = Azure::GraphRbac::V1_6::Models::UserType + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters User = Azure::GraphRbac::V1_6::Models::User + UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters Domain = Azure::GraphRbac::V1_6::Models::Domain GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters GraphError = Azure::GraphRbac::V1_6::Models::GraphError @@ -50,16 +56,10 @@ module Models KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult - DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult - PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential - ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile end class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :domains, :users, :configurable, :base_url, :options, :model_classes + attr_reader :service_principals, :domains, :users, :objects, :applications, :groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -69,12 +69,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @objects = @client_0.objects - @applications = @client_0.applications - @groups = @client_0.groups @service_principals = @client_0.service_principals @domains = @client_0.domains @users = @client_0.users + @objects = @client_0.objects + @applications = @client_0.applications + @groups = @client_0.groups @model_classes = ModelClasses.new end @@ -93,6 +93,24 @@ def method_missing(method, *args) end class ModelClasses + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + end + def get_objects_result + Azure::GraphRbac::V1_6::Models::GetObjectsResult + end + def domain_list_result + Azure::GraphRbac::V1_6::Models::DomainListResult + end + def password_credential + Azure::GraphRbac::V1_6::Models::PasswordCredential + end + def service_principal_list_result + Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult + end + def password_profile + Azure::GraphRbac::V1_6::Models::PasswordProfile + end def directory_object_list_result Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end @@ -108,6 +126,9 @@ def required_resource_access def get_objects_parameters Azure::GraphRbac::V1_6::Models::GetObjectsParameters end + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters + end def password_credential_list_result Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult end @@ -123,39 +144,36 @@ def user_list_result def directory_object Azure::GraphRbac::V1_6::Models::DirectoryObject end - def user_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end def adgroup Azure::GraphRbac::V1_6::Models::ADGroup end + def user_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + end def application Azure::GraphRbac::V1_6::Models::Application end - def user_create_parameters - Azure::GraphRbac::V1_6::Models::UserCreateParameters - end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal - end - def user_update_parameters - Azure::GraphRbac::V1_6::Models::UserUpdateParameters - end - def application_create_parameters - Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters end def user_type Azure::GraphRbac::V1_6::Models::UserType end - def application_update_parameters - Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal + end + def user_create_parameters + Azure::GraphRbac::V1_6::Models::UserCreateParameters end def user Azure::GraphRbac::V1_6::Models::User end + def user_update_parameters + Azure::GraphRbac::V1_6::Models::UserUpdateParameters + end def domain Azure::GraphRbac::V1_6::Models::Domain end @@ -201,24 +219,6 @@ def check_group_membership_result def password_credentials_update_parameters Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - end - def get_objects_result - Azure::GraphRbac::V1_6::Models::GetObjectsResult - end - def domain_list_result - Azure::GraphRbac::V1_6::Models::DomainListResult - end - def password_credential - Azure::GraphRbac::V1_6::Models::PasswordCredential - end - def service_principal_list_result - Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - end - def password_profile - Azure::GraphRbac::V1_6::Models::PasswordProfile - end 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 a5b548a73c..0547cb5300 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,6 +9,8 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query @@ -22,12 +24,12 @@ module Models ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -52,12 +54,12 @@ 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 + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent @@ -65,8 +67,6 @@ module Models ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end class ImageSearchDataClass @@ -99,6 +99,12 @@ def method_missing(method, *args) end class ModelClasses + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + end + def image_insight_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + end def response Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end @@ -138,24 +144,24 @@ def safe_search def image_object Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end def organization Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def media_object Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject end - def structured_value - Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue - end def images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -228,6 +234,9 @@ def image_insights def trending_images Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end @@ -243,9 +252,6 @@ def item_availability def image_aspect Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end @@ -267,12 +273,6 @@ def image_type def person Azure::CognitiveServices::ImageSearch::V1_0::Models::Person end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - end - def image_insight_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule - end 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 33e4c73cdd..cf13b832e9 100644 --- a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb @@ -14,16 +14,16 @@ module Models ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource ErrorResponseBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody + OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch - OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs - AppAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo - OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay - App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App - Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult + Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation + AppAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo + 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 end class IotCentralManagementClass @@ -66,6 +66,9 @@ def resource def error_response_body Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody end + def operation_display + Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay + end def app_list_result Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult end @@ -75,27 +78,24 @@ def app_sku_info def app_patch Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch end - def operation_inputs - Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs - end - def app_availability_info - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo - end - def operation_display - Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay - end - def app - Azure::IotCentral::Mgmt::V2018_09_01::Models::App + def operation_list_result + Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult end def operation Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation end - def operation_list_result - Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult + 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 app_sku Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku end + def app + Azure::IotCentral::Mgmt::V2018_09_01::Models::App + end end end end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index ea7d097a67..f17b410d07 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -8,11 +8,17 @@ module Azure::Profiles::Latest module IotHub module Mgmt Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations - IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource ResourceProviderCommon = Azure::IotHub::Mgmt::V2018_04_01::ResourceProviderCommon Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates + IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource module Models + RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties + UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult + RoutingEndpoints = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints + 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 @@ -39,20 +45,20 @@ module Models Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier + Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType 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 - Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource - OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties @@ -84,16 +90,10 @@ module Models CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota - RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties - UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult - RoutingEndpoints = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints - 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 end class IotHubManagementClass - attr_reader :operations, :iot_hub_resource, :resource_provider_common, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :resource_provider_common, :certificates, :iot_hub_resource, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -104,9 +104,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @iot_hub_resource = @client_0.iot_hub_resource @resource_provider_common = @client_0.resource_provider_common @certificates = @client_0.certificates + @iot_hub_resource = @client_0.iot_hub_resource @model_classes = ModelClasses.new end @@ -125,6 +125,24 @@ def method_missing(method, *args) end class ModelClasses + 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 + end + def routing_endpoints + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints + end + def routing_message + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage + end + def storage_endpoint_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties + 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 end @@ -203,6 +221,9 @@ def iot_hub_sku def iot_hub_sku_tier Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier end + def name + Azure::IotHub::Mgmt::V2018_04_01::Models::Name + end def endpoint_health_status Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus end @@ -221,9 +242,6 @@ def test_result_status def route_error_severity Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity 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 @@ -236,15 +254,15 @@ def job_status def resource Azure::IotHub::Mgmt::V2018_04_01::Models::Resource end - def operation_inputs - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs - end def operation_display Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay end def operation Azure::IotHub::Mgmt::V2018_04_01::Models::Operation 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 @@ -338,24 +356,6 @@ def certificate_with_nonce_description def user_subscription_quota Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota end - def routing_service_bus_queue_endpoint_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties - end - def user_subscription_quota_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult - end - def routing_endpoints - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints - end - def routing_message - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage - end - def storage_endpoint_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties - end - def test_all_routes_input - Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput - 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 df3770b7fb..b9b1733dfc 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -9,6 +9,9 @@ module Azure::Profiles::Latest module KeyVault module Models + 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 @@ -88,13 +91,13 @@ module Models StorageAccountItem = Azure::KeyVault::V7_0::Models::StorageAccountItem StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters KeyAttributes = Azure::KeyVault::V7_0::Models::KeyAttributes - DeletedKeyBundle = Azure::KeyVault::V7_0::Models::DeletedKeyBundle DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes + DeletedKeyBundle = Azure::KeyVault::V7_0::Models::DeletedKeyBundle DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle - DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem CertificateAttributes = Azure::KeyVault::V7_0::Models::CertificateAttributes DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle + DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem DeletedCertificateItem = Azure::KeyVault::V7_0::Models::DeletedCertificateItem JsonWebKeyType = Azure::KeyVault::V7_0::Models::JsonWebKeyType JsonWebKeyCurveName = Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName @@ -104,9 +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 - BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult - DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult - StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters end class KeyVaultDataClass @@ -138,6 +138,15 @@ def method_missing(method, *args) end class ModelClasses + def backup_certificate_result + Azure::KeyVault::V7_0::Models::BackupCertificateResult + end + def deleted_sas_definition_list_result + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + end + def storage_restore_parameters + Azure::KeyVault::V7_0::Models::StorageRestoreParameters + end def backup_storage_result Azure::KeyVault::V7_0::Models::BackupStorageResult end @@ -375,27 +384,27 @@ def storage_account_regenerte_key_parameters def key_attributes Azure::KeyVault::V7_0::Models::KeyAttributes end - def deleted_key_bundle - Azure::KeyVault::V7_0::Models::DeletedKeyBundle - end def deleted_key_item Azure::KeyVault::V7_0::Models::DeletedKeyItem end def secret_attributes Azure::KeyVault::V7_0::Models::SecretAttributes end + def deleted_key_bundle + Azure::KeyVault::V7_0::Models::DeletedKeyBundle + end def deleted_secret_bundle Azure::KeyVault::V7_0::Models::DeletedSecretBundle end - def deleted_secret_item - Azure::KeyVault::V7_0::Models::DeletedSecretItem - end def certificate_attributes Azure::KeyVault::V7_0::Models::CertificateAttributes end def deleted_certificate_bundle Azure::KeyVault::V7_0::Models::DeletedCertificateBundle end + def deleted_secret_item + Azure::KeyVault::V7_0::Models::DeletedSecretItem + end def deleted_certificate_item Azure::KeyVault::V7_0::Models::DeletedCertificateItem end @@ -423,15 +432,6 @@ def json_web_key_encryption_algorithm def json_web_key_signature_algorithm Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm end - def backup_certificate_result - Azure::KeyVault::V7_0::Models::BackupCertificateResult - end - def deleted_sas_definition_list_result - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult - end - def storage_restore_parameters - Azure::KeyVault::V7_0::Models::StorageRestoreParameters - end end end module Mgmt @@ -439,6 +439,8 @@ module Mgmt Vaults = Azure::KeyVault::Mgmt::V2018_02_14::Vaults module Models + NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction Permissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions Resource = Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource OperationDisplay = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay @@ -465,16 +467,14 @@ module Models SecretPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation StoragePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions - VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason CreateMode = Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode - CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions - Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet - NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions - NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction end class KeyVaultManagementClass @@ -508,6 +508,12 @@ def method_missing(method, *args) end class ModelClasses + def network_rule_bypass_options + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + end + def network_rule_action + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction + end def permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions end @@ -586,8 +592,8 @@ def operation def storage_permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions end - def virtual_network_rule - Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + def certificate_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions end def reason Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason @@ -595,14 +601,14 @@ def reason def create_mode Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode end - def certificate_permissions - Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind end def sku Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + def virtual_network_rule + Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule end def iprule Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule @@ -610,12 +616,6 @@ def iprule def network_rule_set Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet 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 end end end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index 25ddbad93c..565a0317b3 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -23,10 +23,11 @@ module Mgmt Maps = Azure::Logic::Mgmt::V2016_06_01::Maps Partners = Azure::Logic::Mgmt::V2016_06_01::Partners Agreements = Azure::Logic::Mgmt::V2016_06_01::Agreements - Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates + Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions module Models + EventLevel = Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType OperationResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource @@ -68,7 +69,7 @@ module Models RegenerateActionParameter = Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter X12DelimiterOverrides = Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku - X12ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings + ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash IntegrationAccountListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult X12OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl @@ -92,38 +93,38 @@ module Models AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings + ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride - RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult + RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings - EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement - ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter + EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent + EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult - AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent - ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash AssemblyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection ErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo - EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent - IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters - IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter + IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters - KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault + AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent + IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter - WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection + KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter - AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings + WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection Expression = Azure::Logic::Mgmt::V2016_06_01::Models::Expression - AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings + AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult - ExpressionTraces = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces + AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter - IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult + ExpressionTraces = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces BatchConfigurationCollection = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection - OperationResultProperties = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties + IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult JsonSchema = Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema + OperationResultProperties = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties + X12ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition @@ -154,54 +155,53 @@ module Models IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate - AzureResourceErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo + SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource ExpressionRoot = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot - RunActionCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation + AzureResourceErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition - ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition + RunActionCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation AssemblyDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition - SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource - AssemblyProperties = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties + ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition + KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference BatchConfigurationProperties = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties BatchConfiguration = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration - WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + AssemblyProperties = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName - KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference - WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus + RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek - RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency + IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType - IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName - SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType - AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType - TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm - SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm - X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat - X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku - X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat - UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet + SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse + X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat + SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType + X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator - TrackEventsOperationOptions = Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions + UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType - SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix - AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType - EventLevel = Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel TrackingRecordType = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType + AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + TrackEventsOperationOptions = Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions end class LogicManagementClass - attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :certificates, :sessions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -227,8 +227,8 @@ def initialize(configurable, base_url=nil, options=nil) @maps = @client_0.maps @partners = @client_0.partners @agreements = @client_0.agreements - @sessions = @client_0.sessions @certificates = @client_0.certificates + @sessions = @client_0.sessions @model_classes = ModelClasses.new end @@ -247,6 +247,9 @@ def method_missing(method, *args) end class ModelClasses + def event_level + Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel + end def key_type Azure::Logic::Mgmt::V2016_06_01::Models::KeyType end @@ -370,8 +373,8 @@ def x12_delimiter_overrides def integration_account_sku Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku end - def x12_protocol_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings + def content_hash + Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash end def integration_account_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult @@ -442,38 +445,35 @@ def edifact_schema_reference def as2_error_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings end + def content_link + Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink + end def edifact_validation_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride end - def recurrence_schedule - Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule - end def edifact_delimiter_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride end def workflow_trigger_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult end + def recurrence_schedule + Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule + end def edifact_protocol_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings end - def edifact_one_way_agreement - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement - end - def content_link - Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink - end def workflow_trigger_history_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter end - def workflow_run_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult + def edifact_agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent end - def agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent + def edifact_one_way_agreement + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement end - def content_hash - Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash + def workflow_run_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult end def assembly_collection Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection @@ -481,62 +481,65 @@ def assembly_collection def error_info Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo end - def edifact_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent + def generate_upgraded_definition_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters end def integration_account_agreement_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult end - def generate_upgraded_definition_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + def get_callback_url_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters + end + def agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent end def integration_account_agreement_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter end - def get_callback_url_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters + def integration_account_schema_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter end def key_vault_key_reference_key_vault Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault end - def integration_account_schema_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter + def integration_account_map_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter end def workflow_run_action_repetition_definition_collection Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection end - def integration_account_map_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter + def expression + Azure::Logic::Mgmt::V2016_06_01::Models::Expression end def as2_acknowledgement_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings end - def expression - Azure::Logic::Mgmt::V2016_06_01::Models::Expression + def integration_account_certificate_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult end def as2_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings end - def integration_account_certificate_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult + def integration_account_session_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter end def expression_traces Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces end - def integration_account_session_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter + def batch_configuration_collection + Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection end def integration_account_session_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult end - def batch_configuration_collection - Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection + def json_schema + Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema end def operation_result_properties Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties end - def json_schema - Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema + def x12_protocol_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings end def set_trigger_state_action_definition Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition @@ -628,29 +631,29 @@ def integration_account_session def integration_account_certificate Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate end - def azure_resource_error_info - Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo + def sub_resource + Azure::Logic::Mgmt::V2016_06_01::Models::SubResource end def expression_root Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot end - def run_action_correlation - Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation + def azure_resource_error_info + Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo end def workflow_run_action_repetition_definition Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition end - def artifact_content_properties_definition - Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition + def run_action_correlation + Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation end def assembly_definition Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition end - def sub_resource - Azure::Logic::Mgmt::V2016_06_01::Models::SubResource + def artifact_content_properties_definition + Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition end - def assembly_properties - Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties + def key_vault_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference end def batch_configuration_properties Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties @@ -658,23 +661,23 @@ def batch_configuration_properties def batch_configuration Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration end - def workflow_provisioning_state - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState + def assembly_properties + Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties end def workflow_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + def parameter_type + Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType end - def key_vault_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference + def workflow_provisioning_state + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState end def workflow_status Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus end - def parameter_type - Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + def recurrence_frequency + Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency end def workflow_trigger_provisioning_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState @@ -682,8 +685,8 @@ def workflow_trigger_provisioning_state def day_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek end - def recurrence_frequency - Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency + def integration_account_sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName end def days_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek @@ -691,50 +694,50 @@ def days_of_week def map_type Azure::Logic::Mgmt::V2016_06_01::Models::MapType end - def integration_account_sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName - end - def schema_type - Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - end - def hashing_algorithm - Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm - end def partner_type Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType end - def agreement_type - Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName end - def trailing_separator_policy - Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + def hashing_algorithm + Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm end def encryption_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm end - def signing_algorithm - Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm + def key_vault_key_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference end - def x12_date_format - Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + def sku + Azure::Logic::Mgmt::V2016_06_01::Models::Sku end def x12_character_set Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet end - def key_vault_key_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + def signing_algorithm + Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm end - def sku - Azure::Logic::Mgmt::V2016_06_01::Models::Sku + def error_response + Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse end def x12_time_format Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat end - def usage_indicator - Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator + def schema_type + Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType end - def error_response - Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse + def x12_date_format + Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + end + def trailing_separator_policy + Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + end + def agreement_type + Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + end + def segment_terminator_suffix + Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix end def edifact_character_set Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet @@ -742,23 +745,20 @@ def edifact_character_set def edifact_decimal_indicator Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator end - def track_events_operation_options - Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions + def usage_indicator + Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator end def message_filter_type Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType end - def segment_terminator_suffix - Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix + def tracking_record_type + Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType end def access_key_type Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType end - def event_level - Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel - end - def tracking_record_type - Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType + def track_events_operation_options + Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions 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 7705bc8c96..909b11e691 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -11,46 +11,46 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models - ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType + OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus - OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort + WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService + WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph + DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat - AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter RealtimeConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::RealtimeConfiguration WebServiceProperties = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties - StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace + CommitmentPlan = Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan TableSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification GraphNode = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphNode - CommitmentPlan = Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan ExampleRequest = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest + GraphEdge = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge InputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort GraphParameterLink = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameterLink - GraphEdge = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge ModeValueInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo + GraphParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage - GraphParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification BlobLocation = Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation + PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter - PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList - ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo - OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort - WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel end class MachineLearningManagementClass @@ -84,36 +84,54 @@ def method_missing(method, *args) end class ModelClasses - def column_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType + def operation_display_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo end def async_operation_status Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus end - def operation_entity - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + def output_port + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort end - def input_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + def web_service + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService + end + def web_service_properties_for_graph + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph + end + def diagnostics_level + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + end + def column_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType end def column_format Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat end - def asset_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + def resource + Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + end + def input_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType end def output_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType end - def resource - Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource - end def provisioning_state Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState end + def operation_entity + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + end + def asset_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + end def parameter_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType end + def storage_account + Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + end def asset_item Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem end @@ -126,84 +144,66 @@ 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 + def commitment_plan + Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan + end def table_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification end def graph_node Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphNode end - def commitment_plan - Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan - end def example_request Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest end + def graph_edge + Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge + end def input_port Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort end def graph_parameter_link Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameterLink end - def graph_edge - Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge - end def mode_value_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo end + def graph_parameter + Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter + end def web_service_keys Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys end def graph_package Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage end - def graph_parameter - Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter - end def column_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification end def blob_location Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation end + def paginated_web_services_list + Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + end def operation_entity_list_result Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult end def module_asset_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter end - def paginated_web_services_list - Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList - end - def service_input_output_specification - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification - end def async_operation_error_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo end - def operation_display_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + def service_input_output_specification + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification end def diagnostics_configuration Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration end - def output_port - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort - end - def web_service - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - end - def web_service_properties_for_graph - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - end - def diagnostics_level - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel - end 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 732279fe8b..7922500cb7 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -7,32 +7,32 @@ module Azure::Profiles::Latest module ManagedApplications module Mgmt - Applications = Azure::ManagedApplications::Mgmt::V2018_06_01::Applications ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions + Applications = Azure::ManagedApplications::Mgmt::V2018_06_01::Applications module Models + 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 + ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact + GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel - ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType - GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState + ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult - 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 Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity - ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact - ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable end class ManagedApplicationsManagementClass - attr_reader :applications, :application_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :application_definitions, :applications, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -42,8 +42,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @applications = @client_0.applications @application_definitions = @client_0.application_definitions + @applications = @client_0.applications @model_classes = ModelClasses.new end @@ -62,18 +62,30 @@ def method_missing(method, *args) end class ModelClasses - def application_definition - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition + def plan_patchable + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable end - def application_lock_level - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel + def application_provider_authorization + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization end - def application_artifact_type - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType + def application_definition_list_result + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult + end + def application_artifact + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact end def generic_resource Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource end + def application_patchable + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable + end + def application_definition + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition + end + def application_lock_level + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel + end def resource Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource end @@ -86,6 +98,9 @@ def application def provisioning_state Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState 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 @@ -98,24 +113,9 @@ def error_response def application_list_result Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult 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 identity Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity end - def application_artifact - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact - end - def application_patchable - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable - 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 42fda4f4e5..1b3155d1d5 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -12,11 +12,11 @@ module Mgmt module Models 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 + Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity + UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end class ManagedServiceIdentityManagementClass @@ -53,21 +53,21 @@ class ModelClasses 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 + def user_assigned_identities_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult end def operation Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation end - def user_assigned_identities_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - end def operation_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult end def identity Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity end + 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 4981006725..a00644933d 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -12,12 +12,12 @@ module Mgmt module Models OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay + ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult - Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource - ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end class MarketplaceOrderingManagementClass @@ -54,6 +54,9 @@ class ModelClasses def operation_display Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay end + def error_response_error + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end @@ -63,15 +66,12 @@ def error_response def operation_list_result Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult end - def resource - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource - end - def error_response_error - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError - end def agreement_terms Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end + def resource + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource + end end end end diff --git a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb index 74da846ef9..285b0b4064 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,6 +7,12 @@ module Azure::Profiles::Latest module MediaServices module Mgmt + Jobs = Azure::MediaServices::Mgmt::V2018_07_01::Jobs + StreamingPolicies = Azure::MediaServices::Mgmt::V2018_07_01::StreamingPolicies + StreamingLocators = Azure::MediaServices::Mgmt::V2018_07_01::StreamingLocators + LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents + LiveOutputs = Azure::MediaServices::Mgmt::V2018_07_01::LiveOutputs + StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations AccountFilters = Azure::MediaServices::Mgmt::V2018_07_01::AccountFilters @@ -15,12 +21,6 @@ module Mgmt AssetFilters = Azure::MediaServices::Mgmt::V2018_07_01::AssetFilters ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_07_01::ContentKeyPolicies Transforms = Azure::MediaServices::Mgmt::V2018_07_01::Transforms - Jobs = Azure::MediaServices::Mgmt::V2018_07_01::Jobs - StreamingPolicies = Azure::MediaServices::Mgmt::V2018_07_01::StreamingPolicies - StreamingLocators = Azure::MediaServices::Mgmt::V2018_07_01::StreamingLocators - LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents - LiveOutputs = Azure::MediaServices::Mgmt::V2018_07_01::LiveOutputs - StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints module Models CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput @@ -76,22 +76,22 @@ module Models 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 + TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource StreamingLocatorCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection - Rectangle = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle + ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource IPRange = Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange - MediaServiceCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection + Rectangle = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle AssetFileEncryptionMetadata = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata - Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer - TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + MediaServiceCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection StreamingPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration - ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer AssetFilterCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection - StreamingEndpointListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult StreamingPolicyContentKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey - StreamingEntityScaleUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit - ContentKeyPolicyRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction StreamingEndpointAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointAccessControl + ContentKeyPolicyRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction + 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 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 @@ -125,102 +125,102 @@ module Models ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction 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 + Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider 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 + ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey ContentKeyPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration ContentKeyPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration - Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy Audio = Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay - ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration - AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset - ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo - Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video - CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio + ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration + ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat - PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat - H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset + CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer - H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer - MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat + Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video + H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer - JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage - PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage + PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat + MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format - PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer + PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage + ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform - ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError - JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs - JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset + Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource + JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer JobInputHttp = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy - Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint - JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip - FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation - MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit - LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType + AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType - AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat - Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset + ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType - LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent - DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode - Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation - Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format - MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType - H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + 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 + StreamingEntityScaleUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit + EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity - ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType - ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType - OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset - AkamaiAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl - EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode - AkamaiSignatureHeaderAuthenticationKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey + H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType + Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType JobRetry = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry - Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory - StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol - TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType + StreamingEndpointListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult + EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType - LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType - EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol - LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState - StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState end class MediaServicesManagementClass - attr_reader :locations, :operations, :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 + attr_reader :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :locations, :operations, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -230,6 +230,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @jobs = @client_0.jobs + @streaming_policies = @client_0.streaming_policies + @streaming_locators = @client_0.streaming_locators + @live_events = @client_0.live_events + @live_outputs = @client_0.live_outputs + @streaming_endpoints = @client_0.streaming_endpoints @locations = @client_0.locations @operations = @client_0.operations @account_filters = @client_0.account_filters @@ -238,12 +244,6 @@ def initialize(configurable, base_url=nil, options=nil) @asset_filters = @client_0.asset_filters @content_key_policies = @client_0.content_key_policies @transforms = @client_0.transforms - @jobs = @client_0.jobs - @streaming_policies = @client_0.streaming_policies - @streaming_locators = @client_0.streaming_locators - @live_events = @client_0.live_events - @live_outputs = @client_0.live_outputs - @streaming_endpoints = @client_0.streaming_endpoints @model_classes = ModelClasses.new end @@ -421,54 +421,54 @@ def job_error def deinterlace Azure::MediaServices::Mgmt::V2018_07_01::Models::Deinterlace end + def tracked_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + end def streaming_locator_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection end - def rectangle - Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle + def proxy_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource end def iprange Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange end - def media_service_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection + def rectangle + Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle end def asset_file_encryption_metadata Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata end - def layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer - end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + def media_service_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection end def streaming_policy_widevine_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + def layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer end def asset_filter_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection end - def streaming_endpoint_list_result - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult - end def streaming_policy_content_key Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey end - def streaming_entity_scale_unit - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit + 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 end - def streaming_endpoint_access_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointAccessControl + def akamai_access_control + Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl end 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 + end def list_paths_response Azure::MediaServices::Mgmt::V2018_07_01::Models::ListPathsResponse end @@ -568,8 +568,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 provider + Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider end def content_key_policy_token_restriction Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction @@ -577,8 +577,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_x509_certificate_token_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey end def content_key_policy_widevine_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration @@ -586,8 +586,8 @@ def content_key_policy_widevine_configuration def content_key_policy_play_ready_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration end - def provider - Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + def content_key_policy_fair_play_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration end def content_key_policy Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy @@ -604,56 +604,56 @@ def aac_audio def audio_overlay Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay end - def content_key_policy_fair_play_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + def copy_video + Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo end - def audio_analyzer_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset + def content_key_policy_unknown_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration end def image_format Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat end - def copy_video - Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + def jpg_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat end - def video - Azure::MediaServices::Mgmt::V2018_07_01::Models::Video + def audio_analyzer_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset end def copy_audio Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio end - def jpg_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat + def video_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer end - def png_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat + def video + Azure::MediaServices::Mgmt::V2018_07_01::Models::Video end def h264_video Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video end - def video_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer + def jpg_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer end - def h264_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer + def png_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat end def multi_bitrate_format Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat end - def jpg_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer + def mp4_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format end - def jpg_image - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + def h264_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer end def png_image Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage end - def mp4_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + def api_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError end - def png_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + def jpg_image + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage end def video_analyzer_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset @@ -667,14 +667,14 @@ def standard_encoder_preset def transform Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform end - def api_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + def resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource end - def job_inputs - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs + def job_input_clip + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip end - def job_input_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset + def png_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer end def job_input_http Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp @@ -685,32 +685,32 @@ def built_in_standard_encoder_preset def streaming_policy Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy end - def resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource - end def streaming_locator Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator end + def job_inputs + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs + end def video_overlay Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay end def streaming_endpoint Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint end - def job_input_clip - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + def job_output_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset end - def filter_track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + def live_event + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent end - def metric_unit - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit + def image + Azure::MediaServices::Mgmt::V2018_07_01::Models::Image end - def live_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + def metric_aggregation_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType end - def job_output_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + def asset_storage_encryption_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat end def asset_container_permission Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission @@ -718,11 +718,11 @@ def asset_container_permission def filter_track_property_type Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType end - def asset_storage_encryption_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + def job_input_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset end - def image - Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + def content_key_policy_play_ready_content_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType end def content_key_policy_play_ready_unknown_output_passing_option Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption @@ -730,59 +730,59 @@ def content_key_policy_play_ready_unknown_output_passing_option def content_key_policy_fair_play_rental_and_lease_key_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType end + def format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + end + def live_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + end + def content_key_policy_play_ready_license_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + end def aac_audio_profile Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile end def content_key_policy_restriction_token_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType end - def live_event - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + def filter_track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation end - def deinterlace_parity - Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + def metric_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit end def stretch_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode end - def rotation - Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation - end - def format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Format - end - def metric_aggregation_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType - end - def h264_video_profile - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + def deinterlace_parity + Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity end def deinterlace_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode end - def h264_complexity - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity + def rotation + Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation end - def content_key_policy_play_ready_license_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + def streaming_entity_scale_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit end - def content_key_policy_play_ready_content_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType + def entropy_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode end - def on_error_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType + def h264_complexity + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity end def encoder_named_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset end - def akamai_access_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl + def h264_video_profile + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile end - def entropy_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + def on_error_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType end - def akamai_signature_header_authentication_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey + def priority + Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority end def job_error_code Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode @@ -793,8 +793,8 @@ def insights_type def job_retry Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry end - def priority - Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + 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 @@ -802,11 +802,11 @@ def track_property_compare_operation def job_error_category Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory end - def streaming_policy_streaming_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + def streaming_endpoint_list_result + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult end - def track_property_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType + def encryption_scheme + Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme end def live_output_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState @@ -814,11 +814,11 @@ def live_output_resource_state def streaming_locator_content_key_type Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType end - def live_event_encoding_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + def streaming_policy_streaming_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol end - def encryption_scheme - Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + def live_event_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState end def stream_options_flag Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag @@ -826,15 +826,15 @@ def stream_options_flag def live_event_input_protocol Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol end - def live_event_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState - end - def streaming_endpoint_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + def live_event_encoding_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType end def location Azure::MediaServices::Mgmt::V2018_07_01::Models::Location end + def streaming_endpoint_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + end def storage_account_type Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index fbc759c0c6..63e4ea9bd8 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -21,12 +21,18 @@ module Mgmt MetricBaseline = Azure::Monitor::Mgmt::V2017_11_01_preview::MetricBaseline MetricDefinitions = Azure::Monitor::Mgmt::V2018_01_01::MetricDefinitions Metrics = Azure::Monitor::Mgmt::V2018_01_01::Metrics - MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus ActionGroups = Azure::Monitor::Mgmt::V2018_03_01::ActionGroups MetricAlerts = Azure::Monitor::Mgmt::V2018_03_01::MetricAlerts + MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus ScheduledQueryRules = Azure::Monitor::Mgmt::V2018_04_16::ScheduledQueryRules module Models + 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 @@ -37,24 +43,18 @@ module Models MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo - TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow - AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType + AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource 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 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 @@ -66,9 +66,9 @@ module Models Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction 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 + RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource 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 @@ -77,40 +77,40 @@ module Models LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator + ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody - ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings - DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection - DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse + Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue TimeSeriesInformation = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation - CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity - MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType + AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability + MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString - MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response + MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit - AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType - 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 + Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric EnableRequest = Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest EmailReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody @@ -137,9 +137,14 @@ module Models 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 + ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator + QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType + AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action + MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition @@ -147,17 +152,12 @@ module Models LogSearchRuleResourcePatch = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch LogSearchRuleResource = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource AlertingAction = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction - ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse Enabled = Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled - QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType - ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator - MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType - AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source end class MonitorManagementClass - attr_reader :operations, :activity_logs, :autoscale_settings, :event_categories, :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_status, :action_groups, :metric_alerts, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :activity_logs, :autoscale_settings, :event_categories, :tenant_activity_logs, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :action_groups, :metric_alerts, :metric_alerts_status, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -217,9 +217,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_6.subscription_id = configurable.subscription_id end add_telemetry(@client_6) - @metric_alerts_status = @client_6.metric_alerts_status @action_groups = @client_6.action_groups @metric_alerts = @client_6.metric_alerts + @metric_alerts_status = @client_6.metric_alerts_status @client_7 = Azure::Monitor::Mgmt::V2018_04_16::MonitorClient.new(configurable.credentials, base_url, options) if(@client_7.respond_to?(:subscription_id)) @@ -259,6 +259,24 @@ def method_missing(method, *args) end class ModelClasses + 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 @@ -289,11 +307,17 @@ 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 operation + Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + end def time_window Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow end - def autoscale_setting_resource - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + def operation_list_result + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end def metric_statistic_type Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType @@ -301,23 +325,17 @@ def metric_statistic_type def time_aggregation_type Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType end - def comparison_operation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType - end - def operation_display - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - end - def operation - Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + def scale_direction + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection end def scale_type Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end - def operation_list_result - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + def comparison_operation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType end - def scale_direction - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + def autoscale_setting_resource + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource end def event_level Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel @@ -325,24 +343,6 @@ def event_level 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 rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition end @@ -376,15 +376,15 @@ def rule_action def incident_list_result Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult end - def rule_metric_data_source - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource - end 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 rule_metric_data_source + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + end def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end @@ -409,6 +409,12 @@ def condition_operator def time_aggregation_operator Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator end + def activity_log_alert_list + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + end + def activity_log_alert_resource + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + end def activity_log_alert_leaf_condition Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end @@ -424,11 +430,8 @@ def activity_log_alert_action_list def activity_log_alert_patch_body Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody end - def activity_log_alert_list - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - end - def activity_log_alert_resource - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + 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 @@ -445,18 +448,21 @@ def metric_settings 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 diagnostic_settings_category_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection end - def diagnostic_settings_category_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + def diagnostic_settings_resource_collection + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection end def diagnostic_settings_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource end + def calculate_baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse + end + def sensitivity + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity + end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end @@ -469,27 +475,27 @@ def baseline_metadata_value def time_series_information Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation end - def calculate_baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - end - def sensitivity - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity + def result_type + Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType end - def metric_definition_collection - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + def aggregation_type + Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType end def metric_availability Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability end + def metric_definition_collection + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + 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 response Azure::Monitor::Mgmt::V2018_01_01::Models::Response 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 @@ -499,18 +505,12 @@ def time_series_element def unit Azure::Monitor::Mgmt::V2018_01_01::Models::Unit end - def aggregation_type - Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType + def metric_definition + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition 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 enable_request Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest end @@ -589,15 +589,30 @@ def action_group_resource def schedule Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule end + def conditional_operator + Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator + end + def query_type + Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType + end + def alert_severity + Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + end def action Azure::Monitor::Mgmt::V2018_04_16::Models::Action end + def metric_trigger_type + Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType + end def resource Azure::Monitor::Mgmt::V2018_04_16::Models::Resource end def provisioning_state Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState end + def error_response + Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + end def log_search_rule_resource_collection Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection end @@ -619,24 +634,9 @@ def log_search_rule_resource def alerting_action Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction end - def error_response - Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse - end def enabled Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled end - def query_type - Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType - end - def conditional_operator - Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator - end - def metric_trigger_type - Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType - end - def alert_severity - Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity - end def source Azure::Monitor::Mgmt::V2018_04_16::Models::Source end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index f133bae7dc..44729235b0 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -13,62 +13,62 @@ module Mgmt AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_08_01::AzureFirewallFqdnTags DdosProtectionPlans = Azure::Network::Mgmt::V2018_08_01::DdosProtectionPlans ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitConnections - ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections - ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings - ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways - ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections - InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints - NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations ApplicationGateways = Azure::Network::Mgmt::V2018_08_01::ApplicationGateways ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_08_01::ApplicationSecurityGroups AvailableEndpointServices = Azure::Network::Mgmt::V2018_08_01::AvailableEndpointServices ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitAuthorizations + InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitPeerings ExpressRouteCircuits = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuits ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_08_01::ExpressRouteServiceProviders + ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways + ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections + InboundNatRules = Azure::Network::Mgmt::V2018_08_01::InboundNatRules + ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings + LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_08_01::LoadBalancerFrontendIPConfigurations LoadBalancers = Azure::Network::Mgmt::V2018_08_01::LoadBalancers LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_08_01::LoadBalancerBackendAddressPools - LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_08_01::LoadBalancerFrontendIPConfigurations - InboundNatRules = Azure::Network::Mgmt::V2018_08_01::InboundNatRules + ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections + LoadBalancerProbes = Azure::Network::Mgmt::V2018_08_01::LoadBalancerProbes LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_08_01::LoadBalancerLoadBalancingRules LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_08_01::LoadBalancerNetworkInterfaces - LoadBalancerProbes = Azure::Network::Mgmt::V2018_08_01::LoadBalancerProbes + NetworkSecurityGroups = Azure::Network::Mgmt::V2018_08_01::NetworkSecurityGroups NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceLoadBalancers - NetworkSecurityGroups = Azure::Network::Mgmt::V2018_08_01::NetworkSecurityGroups + NetworkWatchers = Azure::Network::Mgmt::V2018_08_01::NetworkWatchers SecurityRules = Azure::Network::Mgmt::V2018_08_01::SecurityRules DefaultSecurityRules = Azure::Network::Mgmt::V2018_08_01::DefaultSecurityRules - NetworkWatchers = Azure::Network::Mgmt::V2018_08_01::NetworkWatchers - PacketCaptures = Azure::Network::Mgmt::V2018_08_01::PacketCaptures - NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles - ConnectionMonitors = Azure::Network::Mgmt::V2018_08_01::ConnectionMonitors RouteFilters = Azure::Network::Mgmt::V2018_08_01::RouteFilters + NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations + NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles + PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes RouteFilterRules = Azure::Network::Mgmt::V2018_08_01::RouteFilterRules - RouteTables = Azure::Network::Mgmt::V2018_08_01::RouteTables - Routes = Azure::Network::Mgmt::V2018_08_01::Routes + PacketCaptures = Azure::Network::Mgmt::V2018_08_01::PacketCaptures + ConnectionMonitors = Azure::Network::Mgmt::V2018_08_01::ConnectionMonitors BgpServiceCommunities = Azure::Network::Mgmt::V2018_08_01::BgpServiceCommunities Usages = Azure::Network::Mgmt::V2018_08_01::Usages - PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes + RouteTables = Azure::Network::Mgmt::V2018_08_01::RouteTables + Routes = Azure::Network::Mgmt::V2018_08_01::Routes ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicies ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicyDefinitions + VirtualNetworks = Azure::Network::Mgmt::V2018_08_01::VirtualNetworks Subnets = Azure::Network::Mgmt::V2018_08_01::Subnets VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkPeerings - VirtualNetworks = Azure::Network::Mgmt::V2018_08_01::VirtualNetworks - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGatewayConnections - LocalNetworkGateways = Azure::Network::Mgmt::V2018_08_01::LocalNetworkGateways VirtualNetworkGateways = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGateways - VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGatewayConnections + NetworkInterfaces = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2018_08_01::PublicIPAddresses VpnConnections = Azure::Network::Mgmt::V2018_08_01::VpnConnections VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps VirtualWans = Azure::Network::Mgmt::V2018_08_01::VirtualWans - VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites - NetworkInterfaces = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaces - PublicIPAddresses = Azure::Network::Mgmt::V2018_08_01::PublicIPAddresses + LocalNetworkGateways = Azure::Network::Mgmt::V2018_08_01::LocalNetworkGateways + VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration + VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_08_01::HubVirtualNetworkConnections + VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_08_01::P2sVpnServerConfigurations P2sVpnGateways = Azure::Network::Mgmt::V2018_08_01::P2sVpnGateways - VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration - VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs + VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites Operations = Azure::Network::Mgmt::V2018_08_01::Operations module Models @@ -192,8 +192,8 @@ module Models VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol OfficeTrafficCategory = Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol - Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity VpnConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus + Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType TunnelConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus @@ -264,10 +264,10 @@ module Models VirtualNetworkListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult EffectiveRoute = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRoute SubResource = Azure::Network::Mgmt::V2018_08_01::Models::SubResource - EffectiveRouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult SecurityRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult + EffectiveRouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult AddressSpace = Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace @@ -298,8 +298,8 @@ module Models ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult - Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig SecurityGroupViewResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult + RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation PacketCaptureFilter = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult @@ -374,86 +374,86 @@ module Models ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult VpnClientConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable + Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability Resource = Azure::Network::Mgmt::V2018_08_01::Models::Resource ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + ApplicationGateway = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions - RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult - EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization - RouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy - ApplicationGateway = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway + RouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule + ExpressRouteCircuit = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit FrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration LoadBalancingRule = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule - Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe - RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter - Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider + RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter + InboundNatPool = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool + Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe GatewayRoute = Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute - NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher - ExpressRouteCircuit = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit - BgpServiceCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity - PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate LoadBalancer = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer + PatchRouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter + PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering + VirtualNetwork = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration - NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate - VirtualNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway LocalNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway - VirtualNetwork = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork - InboundNatPool = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool + VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection + VirtualNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway + VpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol - VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection ApplicationGatewayTier = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier + BgpServiceCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol + IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName - ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite - VpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate - PatchRouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity - IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType + ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType + AuthorizationUseStatus = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol - ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode - ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState + ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState Access = Azure::Network::Mgmt::V2018_08_01::Models::Access ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily - AuthorizationUseStatus = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus - ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier - LoadDistribution = Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState LoadBalancerSkuName = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName + NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState + NetworkOperationStatus = Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus ProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState ProbeProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol - NetworkOperationStatus = Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource EffectiveRouteState = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol + LoadDistribution = Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution + Direction = Azure::Network::Mgmt::V2018_08_01::Models::Direction NextHopType = Azure::Network::Mgmt::V2018_08_01::Models::NextHopType AssociationType = Azure::Network::Mgmt::V2018_08_01::Models::AssociationType - Direction = Azure::Network::Mgmt::V2018_08_01::Models::Direction + EffectiveRouteSource = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource PcError = Azure::Network::Mgmt::V2018_08_01::Models::PcError PcProtocol = Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol PcStatus = Azure::Network::Mgmt::V2018_08_01::Models::PcStatus @@ -484,7 +484,7 @@ module Models end class NetworkManagementClass - attr_reader :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :express_route_circuit_connections, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :interface_endpoints, :network_interface_tap_configurations, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :network_profiles, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :subnets, :virtual_network_peerings, :virtual_networks, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_gateways, :vpn_gateways, :vpn_connections, :virtual_network_taps, :virtual_wans, :vpn_sites, :network_interfaces, :public_ipaddresses, :hub_virtual_network_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :vpn_sites_configuration, :virtual_hubs, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :express_route_circuit_connections, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :interface_endpoints, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :express_route_gateways, :express_route_connections, :inbound_nat_rules, :express_route_cross_connection_peerings, :load_balancer_frontend_ipconfigurations, :load_balancers, :load_balancer_backend_address_pools, :express_route_cross_connections, :load_balancer_probes, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :network_security_groups, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_watchers, :security_rules, :default_security_rules, :route_filters, :network_interface_tap_configurations, :network_profiles, :public_ipprefixes, :route_filter_rules, :packet_captures, :connection_monitors, :bgp_service_communities, :usages, :route_tables, :routes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :network_interfaces, :public_ipaddresses, :vpn_connections, :virtual_network_taps, :virtual_wans, :local_network_gateways, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :vpn_sites, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -500,62 +500,62 @@ def initialize(configurable, base_url=nil, options=nil) @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags @ddos_protection_plans = @client_0.ddos_protection_plans @express_route_circuit_connections = @client_0.express_route_circuit_connections - @express_route_cross_connections = @client_0.express_route_cross_connections - @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings - @express_route_gateways = @client_0.express_route_gateways - @express_route_connections = @client_0.express_route_connections - @interface_endpoints = @client_0.interface_endpoints - @network_interface_tap_configurations = @client_0.network_interface_tap_configurations @application_gateways = @client_0.application_gateways @application_security_groups = @client_0.application_security_groups @available_endpoint_services = @client_0.available_endpoint_services @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations + @interface_endpoints = @client_0.interface_endpoints @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 + @express_route_gateways = @client_0.express_route_gateways + @express_route_connections = @client_0.express_route_connections + @inbound_nat_rules = @client_0.inbound_nat_rules + @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings + @load_balancer_frontend_ipconfigurations = @client_0.load_balancer_frontend_ipconfigurations @load_balancers = @client_0.load_balancers @load_balancer_backend_address_pools = @client_0.load_balancer_backend_address_pools - @load_balancer_frontend_ipconfigurations = @client_0.load_balancer_frontend_ipconfigurations - @inbound_nat_rules = @client_0.inbound_nat_rules + @express_route_cross_connections = @client_0.express_route_cross_connections + @load_balancer_probes = @client_0.load_balancer_probes @load_balancer_load_balancing_rules = @client_0.load_balancer_load_balancing_rules @load_balancer_network_interfaces = @client_0.load_balancer_network_interfaces - @load_balancer_probes = @client_0.load_balancer_probes + @network_security_groups = @client_0.network_security_groups @network_interface_ipconfigurations = @client_0.network_interface_ipconfigurations @network_interface_load_balancers = @client_0.network_interface_load_balancers - @network_security_groups = @client_0.network_security_groups + @network_watchers = @client_0.network_watchers @security_rules = @client_0.security_rules @default_security_rules = @client_0.default_security_rules - @network_watchers = @client_0.network_watchers - @packet_captures = @client_0.packet_captures - @network_profiles = @client_0.network_profiles - @connection_monitors = @client_0.connection_monitors @route_filters = @client_0.route_filters + @network_interface_tap_configurations = @client_0.network_interface_tap_configurations + @network_profiles = @client_0.network_profiles + @public_ipprefixes = @client_0.public_ipprefixes @route_filter_rules = @client_0.route_filter_rules - @route_tables = @client_0.route_tables - @routes = @client_0.routes + @packet_captures = @client_0.packet_captures + @connection_monitors = @client_0.connection_monitors @bgp_service_communities = @client_0.bgp_service_communities @usages = @client_0.usages - @public_ipprefixes = @client_0.public_ipprefixes + @route_tables = @client_0.route_tables + @routes = @client_0.routes @service_endpoint_policies = @client_0.service_endpoint_policies @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions + @virtual_networks = @client_0.virtual_networks @subnets = @client_0.subnets @virtual_network_peerings = @client_0.virtual_network_peerings - @virtual_networks = @client_0.virtual_networks - @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections - @local_network_gateways = @client_0.local_network_gateways @virtual_network_gateways = @client_0.virtual_network_gateways - @vpn_gateways = @client_0.vpn_gateways + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections + @network_interfaces = @client_0.network_interfaces + @public_ipaddresses = @client_0.public_ipaddresses @vpn_connections = @client_0.vpn_connections @virtual_network_taps = @client_0.virtual_network_taps @virtual_wans = @client_0.virtual_wans - @vpn_sites = @client_0.vpn_sites - @network_interfaces = @client_0.network_interfaces - @public_ipaddresses = @client_0.public_ipaddresses + @local_network_gateways = @client_0.local_network_gateways + @vpn_sites_configuration = @client_0.vpn_sites_configuration + @virtual_hubs = @client_0.virtual_hubs @hub_virtual_network_connections = @client_0.hub_virtual_network_connections + @vpn_gateways = @client_0.vpn_gateways @p2s_vpn_server_configurations = @client_0.p2s_vpn_server_configurations @p2s_vpn_gateways = @client_0.p2s_vpn_gateways - @vpn_sites_configuration = @client_0.vpn_sites_configuration - @virtual_hubs = @client_0.virtual_hubs + @vpn_sites = @client_0.vpn_sites @operations = @client_0.operations @model_classes = ModelClasses.new @@ -935,12 +935,12 @@ def office_traffic_category def vpn_gateway_tunneling_protocol Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol end - def severity - Azure::Network::Mgmt::V2018_08_01::Models::Severity - end def vpn_connection_status Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus end + def severity + Azure::Network::Mgmt::V2018_08_01::Models::Severity + end def virtual_wan_security_provider_type Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType end @@ -1151,18 +1151,18 @@ def effective_route def sub_resource Azure::Network::Mgmt::V2018_08_01::Models::SubResource end - def effective_route_list_result - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end def application_gateway_list_result Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - end def security_rule_list_result Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult end + def effective_route_list_result + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult + end def network_security_group_list_result Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult end @@ -1253,12 +1253,12 @@ def security_group_network_interface def express_route_service_provider_list_result Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig - end def security_group_view_result Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult end + def route_filter_rule_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult + end def packet_capture_storage_location Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation end @@ -1481,8 +1481,8 @@ def express_route_circuit_peering_list_result def vpn_client_configuration Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings @@ -1490,8 +1490,8 @@ def application_gateway_backend_http_settings def application_gateway_ipconfiguration Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration end - def application_gateway_authentication_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + def availability + Azure::Network::Mgmt::V2018_08_01::Models::Availability end def resource Azure::Network::Mgmt::V2018_08_01::Models::Resource @@ -1502,6 +1502,9 @@ def application_gateway_ssl_certificate def application_gateway_frontend_port Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort end + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable + end def application_gateway_http_listener Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener end @@ -1514,44 +1517,41 @@ def application_gateway_probe def application_gateway_request_routing_rule Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration - end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration end def application_gateway_firewall_rule_group Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + def application_gateway + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway end def application_gateway_available_ssl_options Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy end - def endpoint_service_result - Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + end + def application_gateway_url_path_map + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap end def express_route_circuit_authorization Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization end - def route_filter_rule - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration end def express_route_circuit_peering Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration - end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy + def route_filter_rule + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule end - def application_gateway - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway + def express_route_circuit + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit end def frontend_ipconfiguration Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration @@ -1559,119 +1559,119 @@ def frontend_ipconfiguration def load_balancing_rule Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule end - def probe - Azure::Network::Mgmt::V2018_08_01::Models::Probe + def express_route_service_provider + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider end def route_filter Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter end - def availability - Azure::Network::Mgmt::V2018_08_01::Models::Availability + def inbound_nat_pool + Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool end - def express_route_service_provider - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider + def probe + Azure::Network::Mgmt::V2018_08_01::Models::Probe end def gateway_route Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute end - def network_watcher - Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher + def application_gateway_authentication_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate end - def express_route_circuit - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit + def load_balancer + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer end - def bgp_service_community - Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity + def patch_route_filter + Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter end def patch_route_filter_rule Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule end - def load_balancer - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer + def virtual_network_peering + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering + end + def virtual_network + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork end def virtual_network_gateway_ipconfiguration Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration end - def network_profile - Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + def endpoint_service_result + Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult end def vpn_client_revoked_certificate Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate end - def virtual_network_gateway - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway - end def local_network_gateway Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway end - def virtual_network - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection end - def inbound_nat_pool - Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool + def virtual_network_gateway + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway + end + def vpn_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate + end + def application_gateway_protocol + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol end def virtual_network_gateway_connection_list_entity Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity end - def virtual_network_peering - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering - end def application_gateway_backend_health_server_health Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth end - def application_gateway_protocol - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol - end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection - end def application_gateway_tier Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier end + def bgp_service_community + Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity + end + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol + end + def ipversion + Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + end + def network_watcher + Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher + end def application_gateway_sku_name Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName end def application_gateway_ssl_policy_name Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite - end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate - end - def patch_route_filter - Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter - end def application_gateway_cookie_based_affinity Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity end - def ipversion - Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType end def application_gateway_redirect_type Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType + def authorization_use_status + Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end def access Azure::Network::Mgmt::V2018_08_01::Models::Access @@ -1679,20 +1679,20 @@ def access def express_route_circuit_sku_family Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily end - def authorization_use_status - Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier + def load_balancer_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName end - def load_distribution - Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution + def network_profile + Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile end def service_provider_provisioning_state Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState end - def load_balancer_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName + def network_operation_status + Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus end def provisioning_state Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState @@ -1700,17 +1700,17 @@ def provisioning_state def probe_protocol Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol end - def network_operation_status - Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus + def effective_route_state + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState end def effective_security_rule_protocol Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol end - def effective_route_source - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource + def load_distribution + Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution end - def effective_route_state - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState + def direction + Azure::Network::Mgmt::V2018_08_01::Models::Direction end def next_hop_type Azure::Network::Mgmt::V2018_08_01::Models::NextHopType @@ -1718,8 +1718,8 @@ def next_hop_type def association_type Azure::Network::Mgmt::V2018_08_01::Models::AssociationType end - def direction - Azure::Network::Mgmt::V2018_08_01::Models::Direction + def effective_route_source + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource end def pc_error Azure::Network::Mgmt::V2018_08_01::Models::PcError diff --git a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb index a812c403aa..a45b56f670 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,15 +9,17 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer @@ -30,8 +32,6 @@ module Models ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end @@ -65,6 +65,15 @@ def method_missing(method, *args) end class ModelClasses + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end @@ -74,24 +83,21 @@ def news def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + end def response_base Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - end def query Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end def video_object Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer end @@ -128,12 +134,6 @@ def freshness def image_object Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - end def error Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end diff --git a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb index 1ff2ca0012..a64991598f 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -15,9 +15,9 @@ module Models Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation - AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource + AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential @@ -37,14 +37,14 @@ module Models NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters - NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource + ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse - PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse + PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end @@ -89,15 +89,15 @@ def operation_display def operation Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation end - def access_rights - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights - 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 access_rights + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights + end def resource_list_keys Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys end @@ -155,29 +155,29 @@ def namespace_resource def shared_access_authorization_rule_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end def notification_hub_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters end def notification_hub_patch_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters end - def notification_hub_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource + def error_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse 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 + def notification_hub_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource end def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - end - def error_response - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse + def pns_credentials_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index 920a96c918..f051782fb8 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -9,10 +9,10 @@ module OperationalInsights module Mgmt StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches - 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 + Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces + LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices module Models Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag @@ -24,15 +24,15 @@ module Models CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema StorageInsightStatus = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus + StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount SavedSearch = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch SavedSearchesListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult SearchResultsResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse StorageInsightListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort - SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError 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 @@ -61,12 +61,12 @@ module Models DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku - MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :operations, :linked_services, :data_sources, :workspaces, :configurable, :base_url, :options, :model_classes + attr_reader :storage_insights, :saved_searches, :data_sources, :operations, :workspaces, :linked_services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -84,10 +84,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @operations = @client_1.operations - @linked_services = @client_1.linked_services @data_sources = @client_1.data_sources + @operations = @client_1.operations @workspaces = @client_1.workspaces + @linked_services = @client_1.linked_services @model_classes = ModelClasses.new end @@ -135,6 +135,9 @@ def search_metadata_schema def storage_insight_status Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus end + def storage_account + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + end def saved_search Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch end @@ -150,18 +153,15 @@ def storage_insight_list_result def search_sort Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort end - def search_error - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - end - def storage_account - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount - end def workspace_purge_body_filters Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters end def workspace_purge_body Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody end + def search_error + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError + end def workspace_purge_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse end @@ -246,12 +246,12 @@ def entity_status def sku Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku end - def metric_name - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName - end def proxy_resource Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource end + def metric_name + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + end end end end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 6477839b2e..0d6b6d1f4c 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -7,26 +7,26 @@ module Azure::Profiles::Latest module Policy module Mgmt - PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments - PolicyDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicyDefinitions PolicySetDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicySetDefinitions + PolicyDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicyDefinitions + PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments module Models + ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse PolicyDefinitionReference = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference PolicySetDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition - ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult - PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku 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 PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType PolicyMode = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode + PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku end class PolicyManagementClass - attr_reader :policy_assignments, :policy_definitions, :policy_set_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_set_definitions, :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 @@ -36,9 +36,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy_assignments = @client_0.policy_assignments - @policy_definitions = @client_0.policy_definitions @policy_set_definitions = @client_0.policy_set_definitions + @policy_definitions = @client_0.policy_definitions + @policy_assignments = @client_0.policy_assignments @model_classes = ModelClasses.new end @@ -57,21 +57,18 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + end def policy_definition_reference Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference end def policy_set_definition Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition end - def error_response - Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse - 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_assignment Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment end @@ -90,6 +87,9 @@ def policy_type def policy_mode Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode end + def policy_sku + Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku + end end end end diff --git a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb index 98519f159c..1ae5c9e38a 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,11 +7,13 @@ 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 + QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary PolicyEventsQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults @@ -20,18 +22,16 @@ module Models SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent - OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState - Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation - QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults - PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError + Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults - QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource 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,6 +62,12 @@ def method_missing(method, *args) end class ModelClasses + def query_options + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + end + def operation_display + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay + end def policy_definition_summary Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary end @@ -86,29 +92,23 @@ def policy_states_query_results def policy_event Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent end - def operation_display - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - end def policy_state Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState end - def operation - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation + 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 operations_list_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults - end - def policy_states_resource - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + def operation + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation end def summary_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults end - def query_options - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + def policy_states_resource + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource 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 fd481c892b..eb77cbb121 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -11,6 +11,8 @@ module Mgmt Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces module Models + OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList + WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection WorkspaceCollectionAccessKey = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey CreateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest @@ -23,13 +25,11 @@ module Models CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest - ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason - Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys end class PowerBiEmbeddedManagementClass @@ -63,6 +63,12 @@ def method_missing(method, *args) end class ModelClasses + def operation_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList + end + def workspace_collection_access_keys + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys + end def workspace_collection Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection end @@ -99,27 +105,21 @@ def workspace_collection_list def migrate_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest end - def error_detail - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + def operation + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation end def access_key_name Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName end + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + end def check_name_reason Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason end - def operation - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation - end def error Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end - def operation_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - end - def workspace_collection_access_keys - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys - end 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 afae13f825..9736d7f163 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -8,52 +8,52 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations - VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations - ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages - Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities + ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages + VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations + Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults module Models ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse - Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList - VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage - ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification + JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary + ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails 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 + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource end class RecoveryServicesManagementClass - attr_reader :operations, :vault_extended_info_operations, :replication_usages, :usages, :vault_certificates, :registered_identities, :vaults, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :vault_certificates, :registered_identities, :replication_usages, :vault_extended_info_operations, :usages, :vaults, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -64,11 +64,11 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @vault_extended_info_operations = @client_0.vault_extended_info_operations - @replication_usages = @client_0.replication_usages - @usages = @client_0.usages @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities + @replication_usages = @client_0.replication_usages + @vault_extended_info_operations = @client_0.vault_extended_info_operations + @usages = @client_0.usages @vaults = @client_0.vaults @model_classes = ModelClasses.new @@ -97,6 +97,9 @@ 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 @@ -106,12 +109,6 @@ def raw_certificate_data def vault_certificate_response Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - end - def jobs_summary - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary - end def vault_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList end @@ -127,62 +124,65 @@ def client_discovery_for_service_specification def vault_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList end - def vault_usage - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage - end - def client_discovery_for_log_specification - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification + def jobs_summary + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary end def monitoring_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary end + def client_discovery_for_log_specification + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification + end def upgrade_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails end - def resource_certificate_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - end - def name_info - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + def vault_usage + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end def replication_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList end + def resource_certificate_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails + end def vault_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties end + def resource_certificate_and_aad_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails + end + def name_info + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + end + def patch_tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource + end def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end - def resource_certificate_and_aad_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails + def vault_extended_info_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end def patch_vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end - def patch_tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource + def vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end - def vault_extended_info_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + def sku_name + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName 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 + def vault_upgrade_state + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end def sku Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku diff --git a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb index 5764330e50..567805884d 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,12 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + RecoveryPoints = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::RecoveryPoints + ItemLevelRecoveryConnections = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ItemLevelRecoveryConnections + Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores + JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations + JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults + BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults BackupOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationStatuses ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults @@ -27,12 +33,8 @@ module Mgmt Backups = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Backups ProtectedItemOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationResults ProtectedItemOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationStatuses - RecoveryPoints = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::RecoveryPoints - ItemLevelRecoveryConnections = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ItemLevelRecoveryConnections - Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores - JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations - JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults - BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults + Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs + Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport @@ -42,16 +44,14 @@ module Mgmt BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries - Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation - Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs module Models - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureWorkloadContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo @@ -93,8 +93,8 @@ module Models PreBackupValidation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::PreBackupValidation MABContainerHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MABContainerHealthDetails BMSPOQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSPOQueryObject - AzureWorkloadSQLRecoveryPointExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo RecoveryPointTierInformation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation + AzureWorkloadSQLRecoveryPointExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo GetProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest @@ -145,11 +145,11 @@ module Models 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 + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest 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 - BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest ProtectableContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList @@ -157,10 +157,10 @@ module Models RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList 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 - AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType @@ -186,34 +186,34 @@ module Models AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo @@ -221,44 +221,44 @@ module Models 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 + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource 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 - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent - AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName @@ -271,7 +271,7 @@ module Models Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest - ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest @@ -279,29 +279,29 @@ module Models AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus IaasVMRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest 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 MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy - ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy + RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest 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 - RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType + ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType @@ -311,10 +311,10 @@ module Models WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus RetentionDurationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus 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 - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit @@ -325,7 +325,7 @@ module Models end class RecoveryServicesBackupManagementClass - attr_reader :operations, :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_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, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :operation, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :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_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, :jobs, :operation, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -342,6 +342,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @recovery_points = @client_1.recovery_points + @item_level_recovery_connections = @client_1.item_level_recovery_connections + @restores = @client_1.restores + @job_cancellations = @client_1.job_cancellations + @job_operation_results = @client_1.job_operation_results + @backup_operation_results = @client_1.backup_operation_results @backup_operation_statuses = @client_1.backup_operation_statuses @protection_policies = @client_1.protection_policies @protection_policy_operation_results = @client_1.protection_policy_operation_results @@ -361,18 +367,14 @@ def initialize(configurable, base_url=nil, options=nil) @backups = @client_1.backups @protected_item_operation_results = @client_1.protected_item_operation_results @protected_item_operation_statuses = @client_1.protected_item_operation_statuses - @recovery_points = @client_1.recovery_points - @item_level_recovery_connections = @client_1.item_level_recovery_connections - @restores = @client_1.restores - @job_cancellations = @client_1.job_cancellations - @job_operation_results = @client_1.job_operation_results - @backup_operation_results = @client_1.backup_operation_results @client_2 = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::RecoveryServicesBackupClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @jobs = @client_2.jobs + @operation = @client_2.operation @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @feature_support = @client_2.feature_support @@ -382,8 +384,6 @@ def initialize(configurable, base_url=nil, options=nil) @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items @backup_usage_summaries = @client_2.backup_usage_summaries - @operation = @client_2.operation - @jobs = @client_2.jobs @model_classes = ModelClasses.new end @@ -406,9 +406,6 @@ def method_missing(method, *args) end class ModelClasses - def client_discovery_for_log_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - end def client_discovery_value_for_single_api Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi end @@ -424,6 +421,9 @@ def client_discovery_for_properties def client_discovery_response Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse end + def client_discovery_for_log_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + end def storage_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end @@ -547,12 +547,12 @@ def mabcontainer_health_details def bmspoquery_object Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSPOQueryObject end - def azure_workload_sqlrecovery_point_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo - end def recovery_point_tier_information Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation end + def azure_workload_sqlrecovery_point_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo + end def get_protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject end @@ -703,6 +703,9 @@ def ilrrequest_resource def mab_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer end + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + end def operation_status_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo end @@ -715,9 +718,6 @@ def operation_status_provision_ilrextended_info def protectable_container_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource end - def backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - end def protectable_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList end @@ -739,18 +739,18 @@ def restore_request_resource 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 azure_file_share_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + def workload_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList end def workload_protectable_item_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList end + def azure_file_share_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end @@ -826,8 +826,8 @@ def azure_workload_job_task_details def daily_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end def retention_duration Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration @@ -835,80 +835,80 @@ def retention_duration def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + end + def validate_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + end def mab_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end def mab_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end - def validate_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - end def protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + def backup_management_usage + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end def pre_validate_enable_backup_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end + def backup_status_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + 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 def backup_status_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end - def backup_management_usage - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end def backup_management_usage_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end - def bmsbackup_summaries_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end def azure_iaa_svmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end def feature_support_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse - end def azure_storage_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end + def bmsbackup_summaries_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + end def job_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end def pre_validate_enable_backup_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + def azure_backup_goal_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end def dpmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo @@ -931,6 +931,9 @@ def yearly_retention_schedule def day Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + end def monthly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end @@ -940,26 +943,23 @@ def weekly_retention_format def encryption_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - end - def azure_backup_goal_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - end def sqldata_directory_mapping Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + end def mab_file_folder_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end - def job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end def azure_workload_auto_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent @@ -970,17 +970,17 @@ def azure_iaa_svmjob def azure_recovery_service_vault_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent end - def azure_fileshare_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails end def dpm_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end - def azure_file_share_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + def azure_fileshare_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end def azure_file_share_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy @@ -988,17 +988,17 @@ def azure_file_share_protection_policy def azure_workload_sqlauto_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end - def azure_iaa_svmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + def azure_file_share_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def azure_iaa_svmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end def azure_iaa_scompute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem @@ -1018,8 +1018,8 @@ def azure_sql_protection_policy def azure_resource_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end def mab_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob @@ -1036,14 +1036,14 @@ def azure_vm_workload_protected_item def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end def job_supported_action Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction @@ -1081,8 +1081,8 @@ def job_operation_type def azure_workload_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest end - def protection_policy_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus end def health_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState @@ -1105,6 +1105,9 @@ def mab_server_type def protection_intent_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end @@ -1114,9 +1117,6 @@ def generic_protected_item def generic_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus - end def iaas_vmrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest end @@ -1135,12 +1135,12 @@ def mab_file_folder_protected_item def mab_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy end - def protected_item_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - end def settings Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings end + def protected_item_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource + end def protection_policy_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end @@ -1150,6 +1150,9 @@ def simple_retention_policy def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end @@ -1165,15 +1168,12 @@ def recovery_type def copy_options Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + def restore_request_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType end def protected_item_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState end - def restore_request_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType - end def last_backup_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus end @@ -1201,6 +1201,9 @@ def protection_status def retention_duration_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType end + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + end def retention_schedule_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat end @@ -1210,9 +1213,6 @@ def week_of_month def month_of_year Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end def schedule_run_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType end diff --git a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb index d127aa75e4..9987220644 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,6 +7,11 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints + ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters + ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs + ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies + ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationAlertSettings @@ -23,14 +28,10 @@ module Mgmt ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryServicesProviders ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassifications ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints - ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters - ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies - ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans - ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs module Models JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event 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 @@ -228,141 +229,140 @@ module Models 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 + RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment 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 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 - RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert - AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails - AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails - AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput - AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings + A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput + AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails - ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails - ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails + AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails + AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput - FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails - FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput + ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric - HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails - HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput + ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails + FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails - HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails - HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput + FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails + HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput - HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails - HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails + HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput - HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput - HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails + HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails - HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails - HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails + HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails + 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 + HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails - HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput + HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails - Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event - HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails - HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails + HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails - HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails - InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput - InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput + HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails + InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput - InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails - InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails - InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput - InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails - InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput - InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput + InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails + InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput + InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput - InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails - JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails - ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails + InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork + ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem - NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping - RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput + RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails - RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails + RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails - RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput + ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails + TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails - ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput - TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings - VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings - VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput + VmmVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails - VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput + VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails - VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails - VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput + VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput + Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails - AgentAutoUpdateStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails + VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails + MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy RecoveryPointSyncType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType - MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption - Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network - RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType - VmmVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails + AgentAutoUpdateStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections + RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel - DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason - VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput - PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory + PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus + DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason + MultiVmSyncPointOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption 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 + RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption - RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType + RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType - DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection @@ -372,12 +372,12 @@ module Models 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 - EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :replication_vault_health, :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :recovery_points, :replicationv_centers, :replication_policies, :replication_recovery_plans, :replication_jobs, :configurable, :base_url, :options, :model_classes + attr_reader :recovery_points, :replicationv_centers, :replication_jobs, :replication_policies, :replication_recovery_plans, :replication_vault_health, :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -387,6 +387,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @recovery_points = @client_0.recovery_points + @replicationv_centers = @client_0.replicationv_centers + @replication_jobs = @client_0.replication_jobs + @replication_policies = @client_0.replication_policies + @replication_recovery_plans = @client_0.replication_recovery_plans @replication_vault_health = @client_0.replication_vault_health @operations = @client_0.operations @replication_alert_settings = @client_0.replication_alert_settings @@ -403,11 +408,6 @@ def initialize(configurable, base_url=nil, options=nil) @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_storage_classifications = @client_0.replication_storage_classifications @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings - @recovery_points = @client_0.recovery_points - @replicationv_centers = @client_0.replicationv_centers - @replication_policies = @client_0.replication_policies - @replication_recovery_plans = @client_0.replication_recovery_plans - @replication_jobs = @client_0.replication_jobs @model_classes = ModelClasses.new end @@ -429,6 +429,9 @@ class ModelClasses def job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails end + def event + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + end def osdisk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails end @@ -1020,224 +1023,224 @@ def a2_apolicy_details def a2_aprotection_container_mapping_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails end + def role_assignment + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + end def a2_arecovery_point_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails end 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 - end def a2_aswitch_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput end 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 - end - def role_assignment - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + def a2_areprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput end def alert Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert end - def automation_runbook_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails + def asr_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails + end + def a2_aupdate_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput end def azure_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput end - def asr_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails + 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 automation_runbook_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails end def azure_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings end - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails + 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 + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput end def export_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails end - def azure_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput + 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 consistency_check_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails end def failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails end - def fabric - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric + 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 fabric_replication_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails end def hyper_vreplica_azure_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def hyper_vreplica2012_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails + 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 hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails end def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput + def hyper_vreplica_azure_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput end - def hyper_vreplica_azure_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails + def hyper_vreplica_azure_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails end def hyper_vreplica_azure_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput end - def hyper_vreplica_azure_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput + 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_vreplica_azure_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails end def hyper_vreplica_azure_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails end - def hyper_vreplica_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails + def hyper_vreplica_azure_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput end def hyper_vreplica_base_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails end - 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_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails end def hyper_vreplica_blue_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails end - def event - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event - end - def hyper_vreplica_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput - end 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 + def hyper_vreplica_blue_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput end def hyper_vreplica_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails end + def hyper_vsite_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + end + def hyper_vreplica_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput + 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 + end 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_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + def in_mage_azure_v2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails end def in_mage_azure_v2_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput end - def in_mage_azure_v2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput 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 + end 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_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails + def in_mage_azure_v2_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput end def in_mage_azure_v2_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end - def in_mage_azure_v2_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput + def in_mage_azure_v2_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails 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 + end 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_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput + def in_mage_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails end def in_mage_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput end - def in_mage_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails + def in_mage_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput end def in_mage_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput end + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails + end def in_mage_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails end - def job_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails - end - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails + def logical_network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork end def manual_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails end - def logical_network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork + def job_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails end def protectable_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem end + def protection_container_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping + end def network_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails - end - def protection_container_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping + 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 - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + 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 @@ -1251,143 +1254,143 @@ def recovery_plan_hyper_vreplica_azure_failover_input def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput end + def recovery_plan_in_mage_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput + end def recovery_plan_manual_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails end - def recovery_plan_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails - end def recovery_plan_script_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails end def recovery_plan_shutdown_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails end + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails end - def recovery_plan_in_mage_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput - end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem end def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput end + def script_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails + end def storage_classification Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider - end def storage_classification_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping end def switch_protection_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails end + def test_failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails + end def vault_health_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails end - def script_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails - end def vcenter Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter end def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails end + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + end def vmm_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput end - def test_failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails - end def vmm_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings end - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput end def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails - end def vmm_to_vmm_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput end + def vmm_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails + end def vm_nic_updates_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails end + def vmm_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput + end + def vmware_cbt_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails + end + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + end def vmware_cbt_policy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput + def vmware_v2_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput end - def vmware_cbt_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails + def vmware_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails end def vmware_v2_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails end - def vmware_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails end - def agent_auto_update_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + def multi_vm_group_create_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption end def set_multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy - end def recovery_point_sync_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType end - def multi_vm_group_create_option - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption + def agent_auto_update_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + def possible_operations_directions + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections end def recovery_plan_group_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType end - def vmm_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails - end - def possible_operations_directions - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections - end def replication_protected_item_operation Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation end def failover_deployment_model Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel end - def disable_protection_reason - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason + def agent_version_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus end - def vmware_v2_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput + def health_error_category + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory end def presence_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus end - def agent_version_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus + def disable_protection_reason + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason end - def health_error_category - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory + def multi_vm_sync_point_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption end def multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus @@ -1395,20 +1398,20 @@ def multi_vm_sync_status 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 + def recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType end def hyper_vreplica_azure_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType end + def data_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus + end def alternate_location_recovery_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption end - def recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType + def recovery_plan_action_location + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation end def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType @@ -1422,9 +1425,6 @@ def source_site_operations def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end - def data_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus - end def severity Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity end @@ -1452,12 +1452,12 @@ def protection_container def recovery_point Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint end - def encryption_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - end def resource Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource end + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + 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 e245e1aaa3..53d8261748 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -8,10 +8,10 @@ module Azure::Profiles::Latest module Redis module Mgmt Operations = Azure::Redis::Mgmt::V2018_03_01::Operations - FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules + PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2018_03_01::LinkedServer + FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules Redis = Azure::Redis::Mgmt::V2018_03_01::Redis - PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules module Models CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters @@ -19,6 +19,7 @@ module Models ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation + OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult 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 @@ -30,32 +31,31 @@ module Models RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters ScheduleEntry = Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult - OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification + RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer 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 - UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification - RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse - RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters - RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource - SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku - DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource - ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek end class RedisManagementClass - attr_reader :operations, :firewall_rules, :linked_server, :redis, :patch_schedules, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :patch_schedules, :linked_server, :firewall_rules, :redis, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -66,10 +66,10 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @firewall_rules = @client_0.firewall_rules + @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server + @firewall_rules = @client_0.firewall_rules @redis = @client_0.redis - @patch_schedules = @client_0.patch_schedules @model_classes = ModelClasses.new end @@ -103,6 +103,9 @@ def operation_display def operation Azure::Redis::Mgmt::V2018_03_01::Models::Operation end + def operation_list_result + Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + end def redis_reboot_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters end @@ -136,8 +139,11 @@ def schedule_entry def redis_patch_schedule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult end - def operation_list_result - Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + def upgrade_notification + Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification + 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 @@ -151,26 +157,17 @@ def redis_linked_server_with_properties_list def redis_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters end - def upgrade_notification - Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification - end - def redis_force_reboot_response - Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse - end - def redis_firewall_rule - Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule - end def redis_linked_server_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters end - def redis_patch_schedule - Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + def redis_firewall_rule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule end def redis_resource Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource end - def sku_name - Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + def redis_patch_schedule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule end def redis_linked_server_with_properties Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties @@ -178,20 +175,23 @@ def redis_linked_server_with_properties def sku_family Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily end + def sku + Azure::Redis::Mgmt::V2018_03_01::Models::Sku + end def tls_version Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion end def redis_key_type Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType end - def reboot_type - Azure::Redis::Mgmt::V2018_03_01::Models::RebootType + def sku_name + Azure::Redis::Mgmt::V2018_03_01::Models::SkuName end - def sku - Azure::Redis::Mgmt::V2018_03_01::Models::Sku + def replication_role + Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole end - def day_of_week - Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + def reboot_type + Azure::Redis::Mgmt::V2018_03_01::Models::RebootType end def tracked_resource Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource @@ -199,8 +199,8 @@ def tracked_resource def proxy_resource Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource end - def replication_role - Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + def day_of_week + Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek 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 78eb337073..4a0c3f9672 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -15,27 +15,27 @@ module Mgmt module Models Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation + OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult - Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation - WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + 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 Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse @@ -81,12 +81,18 @@ def resource def key_type Azure::Relay::Mgmt::V2017_04_01::Models::KeyType end - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - end def operation_display Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end + def operation + Azure::Relay::Mgmt::V2017_04_01::Models::Operation + end + def operation_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end @@ -96,20 +102,23 @@ def hybrid_connection_list_result def wcf_relays_list_result Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + end + def check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end def access_keys Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end def regenerate_access_key_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def operation_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult - end - def operation - Azure::Relay::Mgmt::V2017_04_01::Models::Operation + def resource_namespace_patch + Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def wcf_relay - Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace end def relay_update_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters @@ -120,23 +129,11 @@ def authorization_rule def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def resource_namespace_patch - Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end - def authorization_rule_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + def wcf_relay + Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason @@ -144,6 +141,9 @@ def unavailable_reason def sku_tier Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + end def hybrid_connection Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection end diff --git a/azure_sdk/lib/latest/modules/resources_profile_module.rb b/azure_sdk/lib/latest/modules/resources_profile_module.rb index c1c4bffc7b..699f728cec 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -68,8 +68,8 @@ module Models ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType - IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue end class ResourcesManagementClass @@ -264,12 +264,12 @@ def plan def resource_identity_type Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType end - def identity_user_assigned_identities_value - Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue - end def sku Azure::Resources::Mgmt::V2018_05_01::Models::Sku end + def identity_user_assigned_identities_value + Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + end end end end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index 242eb63a73..b674304bc4 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -7,43 +7,43 @@ module Azure::Profiles::Latest module ResourcesManagement module Mgmt + Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations + Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities ManagementGroups = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroups ManagementGroupSubscriptions = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroupSubscriptions - Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities - Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations module Models 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 OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults + CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult OperationDisplayProperties = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties EntityParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo 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 - OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults - CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult 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 ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo + CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest - ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails - Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason - CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status + EntityListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse + Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason end class ResourcesManagementManagementClass - attr_reader :management_groups, :management_group_subscriptions, :entities, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :entities, :management_groups, :management_group_subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations + @entities = @client_0.entities @management_groups = @client_0.management_groups @management_group_subscriptions = @client_0.management_group_subscriptions - @entities = @client_0.entities - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -78,15 +78,21 @@ class ModelClasses 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_list_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult end + def type + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + end + def operation_results + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults + end + def check_name_availability_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + end def operation_display_properties Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties end @@ -99,18 +105,15 @@ def entity_info def tenant_backfill_status_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::TenantBackfillStatusResult end - def entity_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult - end - def operation_results - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults - end - def check_name_availability_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + def management_group_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult end def entity_hierarchy_item Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem end + def management_group_details + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails + end def patch_management_group_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest end @@ -123,6 +126,9 @@ def create_management_group_details def parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo end + def create_parent_group_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo + end def create_management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo end @@ -132,30 +138,24 @@ def create_management_group_request def management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo end - def management_group_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult - end def check_name_availability_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest end - def management_group_details - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails - end - def reason - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason - end - def create_parent_group_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo - end def management_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo end def status Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status end + def entity_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult + end def error_response Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse end + def reason + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + end end end end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index b9a11b7bc9..bfdc3501ca 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -12,6 +12,7 @@ module Mgmt module Models JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence @@ -22,39 +23,38 @@ module Models 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 + JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus ServiceBusBrokeredMessageProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties JobAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule JobHistoryDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties - JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter - JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult 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 - JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication + JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition - JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState + JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType - JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus - ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType 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 + ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties end class SchedulerManagementClass @@ -91,6 +91,9 @@ class ModelClasses def job_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult end + def job_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties + end def retry_policy Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy end @@ -121,6 +124,9 @@ def job_history_definition_properties def http_request Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest end + def job_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + end def service_bus_brokered_message_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties end @@ -136,17 +142,14 @@ def job_history_definition def job_collection_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties end - def job_history_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - end - def job_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + def job_error_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction end def job_history_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter end - def job_max_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + def job_history_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult end def job_state_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter @@ -157,15 +160,15 @@ def job_recurrence_schedule_monthly_occurrence def service_bus_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage end - def job_error_action - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - end def job_collection_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end + def job_max_recurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + end def service_bus_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage end @@ -181,23 +184,23 @@ def oauth_authentication def sku_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition end - def job_collection_state - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState + 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 job_schedule_day - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - end def basic_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication end + def job_schedule_day + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay + 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 job_collection_state + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end def recurrence_frequency Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency @@ -211,15 +214,12 @@ def day_of_week 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 + def service_bus_authentication_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end def sku Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku end - def job_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties - end end end end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index e0e2b2d130..44e7f862fe 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -8,33 +8,33 @@ module Azure::Profiles::Latest module Search module Mgmt Operations = Azure::Search::Mgmt::V2015_08_19::Operations - Services = Azure::Search::Mgmt::V2015_08_19::Services 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 CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName + AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay + Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation + OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult - OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult - Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation - SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity + HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end class SearchManagementClass - attr_reader :operations, :services, :admin_keys, :query_keys, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -45,9 +45,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @services = @client_0.services @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys + @services = @client_0.services @model_classes = ModelClasses.new end @@ -75,6 +75,9 @@ def check_name_availability_output def sku_name Azure::Search::Mgmt::V2015_08_19::Models::SkuName end + def admin_key_kind + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + end def resource Azure::Search::Mgmt::V2015_08_19::Models::Resource end @@ -87,39 +90,36 @@ def sku def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end - def query_key - Azure::Search::Mgmt::V2015_08_19::Models::QueryKey - end - def admin_key_result - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult + def operation + Azure::Search::Mgmt::V2015_08_19::Models::Operation end def operation_list_result Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult end - def operation - Azure::Search::Mgmt::V2015_08_19::Models::Operation + def query_key + Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end - def search_service - Azure::Search::Mgmt::V2015_08_19::Models::SearchService + def admin_key_result + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult end def search_management_request_options Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end - def hosting_mode - Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + def search_service + Azure::Search::Mgmt::V2015_08_19::Models::SearchService end def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def admin_key_kind - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + def identity + Azure::Search::Mgmt::V2015_08_19::Models::Identity + 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 identity - Azure::Search::Mgmt::V2015_08_19::Models::Identity - end end end end diff --git a/azure_sdk/lib/latest/modules/security_profile_module.rb b/azure_sdk/lib/latest/modules/security_profile_module.rb index b1bc802508..6a9d0ba513 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -7,33 +7,33 @@ module Azure::Profiles::Latest module Security module Mgmt + Pricings = Azure::Security::Mgmt::V2017_08_01_preview::Pricings + SecurityContacts = Azure::Security::Mgmt::V2017_08_01_preview::SecurityContacts WorkspaceSettings = Azure::Security::Mgmt::V2017_08_01_preview::WorkspaceSettings AutoProvisioningSettings = Azure::Security::Mgmt::V2017_08_01_preview::AutoProvisioningSettings Compliances = Azure::Security::Mgmt::V2017_08_01_preview::Compliances - Pricings = Azure::Security::Mgmt::V2017_08_01_preview::Pricings - SecurityContacts = Azure::Security::Mgmt::V2017_08_01_preview::SecurityContacts module Models + SecurityContact = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContact + Pricing = Azure::Security::Mgmt::V2017_08_01_preview::Models::Pricing + WorkspaceSetting = Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSetting + AutoProvisioningSetting = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSetting + Compliance = Azure::Security::Mgmt::V2017_08_01_preview::Models::Compliance + AlertNotifications = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications 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 + AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision AutoProvisioningSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList PricingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList ComplianceSegment = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment SecurityContactList = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList ComplianceList = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList 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 - WorkspaceSetting = Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSetting - AutoProvisioningSetting = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSetting - Compliance = Azure::Security::Mgmt::V2017_08_01_preview::Models::Compliance - AlertNotifications = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications end class SecurityManagementClass - attr_reader :workspace_settings, :auto_provisioning_settings, :compliances, :pricings, :security_contacts, :configurable, :base_url, :options, :model_classes + attr_reader :pricings, :security_contacts, :workspace_settings, :auto_provisioning_settings, :compliances, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,11 +43,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @pricings = @client_0.pricings + @security_contacts = @client_0.security_contacts @workspace_settings = @client_0.workspace_settings @auto_provisioning_settings = @client_0.auto_provisioning_settings @compliances = @client_0.compliances - @pricings = @client_0.pricings - @security_contacts = @client_0.security_contacts @model_classes = ModelClasses.new end @@ -66,18 +66,36 @@ def method_missing(method, *args) end class ModelClasses + def security_contact + Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContact + end + def pricing + Azure::Security::Mgmt::V2017_08_01_preview::Models::Pricing + end + def workspace_setting + Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSetting + end + def auto_provisioning_setting + Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSetting + end + def compliance + Azure::Security::Mgmt::V2017_08_01_preview::Models::Compliance + end + def alert_notifications + Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications + end def alerts_to_admins Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins end def pricing_tier Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier end - 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 + def auto_provision + Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision + end def auto_provisioning_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList end @@ -96,24 +114,6 @@ def compliance_list def workspace_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSettingList end - def security_contact - Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContact - end - def pricing - Azure::Security::Mgmt::V2017_08_01_preview::Models::Pricing - end - def workspace_setting - Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSetting - end - def auto_provisioning_setting - Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSetting - end - def compliance - Azure::Security::Mgmt::V2017_08_01_preview::Models::Compliance - end - def alert_notifications - Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications - 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 de1010e33f..431f47e259 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -13,10 +13,10 @@ module Mgmt Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs - Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations - Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models @@ -26,56 +26,56 @@ module Models EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination - SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult - PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult + SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult - SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys + MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult - Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR - MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end class ServiceBusManagementClass - attr_reader :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :topics, :operations, :namespaces, :regions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :operations, :topics, :regions, :namespaces, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -91,10 +91,10 @@ def initialize(configurable, base_url=nil, options=nil) @rules = @client_0.rules @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @event_hubs = @client_0.event_hubs - @topics = @client_0.topics @operations = @client_0.operations - @namespaces = @client_0.namespaces + @topics = @client_0.topics @regions = @client_0.regions + @namespaces = @client_0.namespaces @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new @@ -132,77 +132,77 @@ def resource def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + end def destination Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination end - def sbtopic_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end def migration_config_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult end - def premium_messaging_regions_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult + def sbtopic_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult end def arm_disaster_recovery_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult end - def sbsubscription_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult - end - def operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + def premium_messaging_regions_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult end def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + def sbsubscription_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def message_count_details - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + 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 access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end + def message_count_details + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + end + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + 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 + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + def sbsku + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end def event_hub_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end - def authorization_rule_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + 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 + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end def correlation_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter 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 capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - end def regenerate_access_key_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def sbnamespace_update_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters @@ -210,14 +210,14 @@ def sbnamespace_update_parameters def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + 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 sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end def rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule @@ -225,35 +225,35 @@ def rule def sbqueue Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end - def rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end - def eventhub - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end def arm_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def sql_rule_action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse end def premium_messaging_regions Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + def eventhub + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def migration_config_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + def tracked_resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + def sql_rule_action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + def sku_name + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end def unavailable_reason Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason @@ -261,15 +261,15 @@ def unavailable_reason def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def tracked_resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + def migration_config_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end def encoding_capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def sku_name - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - 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 ba9135df47..f704808d5f 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -9,8 +9,8 @@ module ServiceFabric module Mgmt ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service - Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application + Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions @@ -24,36 +24,42 @@ module Models ApplicationParameter = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription - 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 NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription + ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription + ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource - ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource - ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource + RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy + ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource - ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate - ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties - StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties + ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties - ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties + StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription - Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster - 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 + EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames @@ -66,21 +72,15 @@ module Models ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult ServerCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig + ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult 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 - CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - 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 end class ServiceFabricManagementClass - attr_reader :application_type, :service, :version, :application, :operations, :clusters, :cluster_versions, :configurable, :base_url, :options, :model_classes + attr_reader :application_type, :service, :application, :version, :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 @@ -92,8 +92,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @application_type = @client_0.application_type @service = @client_0.service - @version = @client_0.version @application = @client_0.application + @version = @client_0.version @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -147,95 +147,113 @@ def service_load_metric_description def partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription end - def rolling_upgrade_monitoring_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy - end def application_type_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList end + def application_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + end def application_upgrade_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy end def version_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList end - def service_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList - end def named_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription end + def service_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList + end def uniform_int64_range_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription end + def application_type_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource + end def singleton_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription end def version_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource end - def application_type_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource - end - def application_resource_update - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate - end def application_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end + def rolling_upgrade_monitoring_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy + end + def service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties + end def service_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end - def application_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + def application_resource_update + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end def service_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate end - def service_update_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties - end def stateless_service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties end - def stateless_service_update_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties + def service_update_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties end def stateful_service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties end - def service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties - end def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties end + def stateless_service_update_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties + end def proxy_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end + def cluster_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + end + def client_certificate_common_name + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + end + def cluster + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + 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 settings_parameter_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + def certificate_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription end def settings_section_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription end - def cluster - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource end def endpoint_range_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription end + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + end def node_type_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource - end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + def application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy end def operation_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult @@ -273,39 +291,21 @@ def server_certificate_common_name def diagnostics_storage_account_config Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig end + def cluster_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult + 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 certificate_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - end - def cluster_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - 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 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 2b1aab3c41..a3f38c60b7 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 - Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR + Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages module Models + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability - SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName end class SignalrManagementClass - attr_reader :operations, :usages, :signal_r, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :signal_r, :usages, :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 - @usages = @client_0.usages @signal_r = @client_0.signal_r + @usages = @client_0.usages @model_classes = ModelClasses.new end @@ -71,6 +71,18 @@ def method_missing(method, *args) end class ModelClasses + 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 + end + def signal_rsku_tier + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + end + def signal_rupdate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + end def resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end @@ -86,9 +98,6 @@ def operation_display def operation Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation end - def operation_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList - end def service_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end @@ -98,12 +107,18 @@ def dimension def metric_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification 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 regenerate_key_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end @@ -122,29 +137,14 @@ def signal_rkeys def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end def name_availability Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end - def signal_rupdate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - end - def signal_rusage_name - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName - end def signal_rusage Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - end - def signal_rsku_tier - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - end - def signal_rresource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + def signal_rusage_name + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName 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 4169ff5add..1434ab209d 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,6 +8,8 @@ module Azure::Profiles::Latest module SpellCheck module Models + Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType @@ -17,11 +19,9 @@ module Models ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end class SpellCheckDataClass @@ -53,6 +53,12 @@ def method_missing(method, *args) end class ModelClasses + def identifiable + Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end @@ -80,21 +86,15 @@ def spell_check def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - end def action_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 9453d0fc50..a4ee9e6544 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -29,38 +29,44 @@ module Mgmt ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities - DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups + ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances + ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys + SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors - FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances - ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys - 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 + JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents + JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials + JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs + JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps + JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions + JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups - JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases - JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps + JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies - ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations + DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels - DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations + 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 RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints @@ -68,14 +74,8 @@ module Mgmt ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies - DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments - Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs - JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents - JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials - JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions - JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions + DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups @@ -88,46 +88,50 @@ module Mgmt Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities module Models - TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity - DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy - ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy + TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy + DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState + CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition - CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason - TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName - RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus + ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins - DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState - DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus - DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition - PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType - CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType - QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType - UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction - ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName @@ -166,55 +170,55 @@ module Models MetricListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact - MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability - QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult + 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 + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex - ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink - ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective - ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult @@ -263,25 +267,22 @@ module Models DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - 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 AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState 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 @@ -325,22 +326,21 @@ module Models ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource - ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode - AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode + JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus - VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy @@ -349,6 +349,8 @@ module Models 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 + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName @@ -366,60 +368,58 @@ module Models ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability + BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult ElasticPoolPerDatabaseMaxPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability 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 - BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult - ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability + ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult + ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability - InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability - LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult + LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability - ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo + ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord - ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings + TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState - TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate + MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate - MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit - DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool - Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup - TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType - ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy 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, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :server_table_auditing_policies, :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :subscription_usages, :firewall_rules, :server_advisors, :database_advisors, :servers, :operations, :virtual_network_rules, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :job_steps, :backup_long_term_retention_policies, :server_automatic_tuning_operations, :sensitivity_labels, :data_warehouse_user_activities_operations, :server_dns_aliases, :server_security_alert_policies, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :jobs, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_target_executions, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :elastic_pools, :database_operations, :capabilities, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :server_table_auditing_policies, :transparent_data_encryption_activities, :service_tier_advisors, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :firewall_rules, :servers, :server_advisors, :database_advisors, :operations, :virtual_network_rules, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :job_agents, :job_credentials, :job_executions, :jobs, :job_steps, :job_target_executions, :job_step_executions, :job_target_groups, :long_term_retention_backups, :managed_databases, :job_versions, :backup_long_term_retention_policies, :database_vulnerability_assessment_rule_baselines, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :elastic_pools, :database_operations, :capabilities, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -451,50 +451,56 @@ def initialize(configurable, base_url=nil, options=nil) @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @elastic_pool_activities = @client_0.elastic_pool_activities @transparent_data_encryptions = @client_0.transparent_data_encryptions - @service_tier_advisors = @client_0.service_tier_advisors @server_table_auditing_policies = @client_0.server_table_auditing_policies @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities - @database_connection_policies = @client_0.database_connection_policies + @service_tier_advisors = @client_0.service_tier_advisors @database_table_auditing_policies = @client_0.database_table_auditing_policies - @database_usages = @client_0.database_usages + @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) + @failover_groups = @client_1.failover_groups + @managed_instances = @client_1.managed_instances + @server_keys = @client_1.server_keys + @sync_agents = @client_1.sync_agents + @sync_groups = @client_1.sync_groups + @sync_members = @client_1.sync_members @subscription_usages = @client_1.subscription_usages @firewall_rules = @client_1.firewall_rules + @servers = @client_1.servers @server_advisors = @client_1.server_advisors @database_advisors = @client_1.database_advisors - @servers = @client_1.servers @operations = @client_1.operations @virtual_network_rules = @client_1.virtual_network_rules @database_recommended_actions = @client_1.database_recommended_actions @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors - @failover_groups = @client_1.failover_groups - @managed_instances = @client_1.managed_instances - @server_keys = @client_1.server_keys - @sync_agents = @client_1.sync_agents - @sync_groups = @client_1.sync_groups - @sync_members = @client_1.sync_members @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @job_agents = @client_2.job_agents + @job_credentials = @client_2.job_credentials + @job_executions = @client_2.job_executions + @jobs = @client_2.jobs + @job_steps = @client_2.job_steps + @job_target_executions = @client_2.job_target_executions + @job_step_executions = @client_2.job_step_executions @job_target_groups = @client_2.job_target_groups - @job_versions = @client_2.job_versions @long_term_retention_backups = @client_2.long_term_retention_backups @managed_databases = @client_2.managed_databases - @job_steps = @client_2.job_steps + @job_versions = @client_2.job_versions @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies - @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations + @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @sensitivity_labels = @client_2.sensitivity_labels - @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations + @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 @restore_points = @client_2.restore_points @@ -502,14 +508,8 @@ def initialize(configurable, base_url=nil, options=nil) @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies @server_blob_auditing_policies = @client_2.server_blob_auditing_policies @database_blob_auditing_policies = @client_2.database_blob_auditing_policies - @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @database_vulnerability_assessments = @client_2.database_vulnerability_assessments - @jobs = @client_2.jobs - @job_agents = @client_2.job_agents - @job_credentials = @client_2.job_credentials - @job_executions = @client_2.job_executions - @job_step_executions = @client_2.job_step_executions - @job_target_executions = @client_2.job_target_executions + @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -550,116 +550,131 @@ def method_missing(method, *args) end class ModelClasses - def transparent_data_encryption_activity - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + def server_communication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + end + def server_azure_adadministrator + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + 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 database_table_auditing_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + def transparent_data_encryption_activity + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + end + def database_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy + end + def elastic_pool_database_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity end def server_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy end - def database_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy + def database_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy end def backup_long_term_retention_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState end + def check_name_availability_reason + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason + end def max_size_units Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits end - def server_connection_type - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType - end def database_edition Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition end - def check_name_availability_reason - Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason + def service_objective_name + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName end - def transparent_data_encryption_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus + def server_connection_type + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType end def recommended_index_action Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction end - def service_objective_name - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName + 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 + def transparent_data_encryption_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus end def read_scale Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale end - def recommended_index_state - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + def recommended_index_type + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType end def security_alert_policy_email_account_admins Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins end - def data_masking_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + def security_alert_policy_use_server_default + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault end def data_masking_rule_state Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + def data_masking_function + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction end - def disaster_recovery_configuration_status - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + def data_masking_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState end def disaster_recovery_configuration_auto_failover Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover end - def data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - end - def disaster_recovery_configuration_role - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - end def disaster_recovery_configuration_failover_policy Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy end - def geo_backup_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + end + def elastic_pool_edition + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + end + def disaster_recovery_configuration_role + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole end def storage_key_type Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType end - def elastic_pool_edition - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType end - def primary_aggregation_type - Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + def geo_backup_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState end def check_name_availability_request Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + def query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction end - def query_execution_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + 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 + def query_metric_unit + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + 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 + def transparent_data_encryption_activity_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + end + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion end def replication_state Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState @@ -667,9 +682,6 @@ def replication_state def server_state Azure::SQL::Mgmt::V2014_04_01::Models::ServerState end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - end def metric_value Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue end @@ -784,18 +796,18 @@ def server_table_auditing_policy_list_result def operation_impact Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact end - def metric_definition_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult - end def metric_availability Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability end - def query_metric - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + def metric_definition_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult end def backup_long_term_retention_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult 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 @@ -805,29 +817,26 @@ def query_interval def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + end def metric Azure::SQL::Mgmt::V2014_04_01::Models::Metric end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult - end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end def elastic_pool_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end - def advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end - def backup_long_term_retention_vault - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end def top_queries_list_result Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult @@ -838,20 +847,20 @@ def recoverable_database def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end def transparent_data_encryption Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end + def backup_long_term_retention_vault + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + end def recommended_index Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - end - def 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 @@ -862,32 +871,35 @@ def disaster_recovery_configuration def geo_backup_policy Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end - def data_masking_rule - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - end def import_request Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest end - def import_export_response - Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end def replication_link Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink end - def server_azure_adadministrator - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + def data_masking_rule + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + end + def import_export_response + Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end - def server_communication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end - def service_objective - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def elastic_pool_database_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + end + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState @@ -901,36 +913,36 @@ def auto_execute_status def sync_group_log_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + end def sync_group_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end def sync_member_db_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + def sync_agent + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - end - def recommended_action_initiated_by - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy - end def virtual_network_rule_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + 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 operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end @@ -1075,8 +1087,8 @@ def encryption_protector def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance @@ -1084,15 +1096,15 @@ def managed_instance def server_key Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end - def sync_agent - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - end def sync_agent_linked_database Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end def sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end + def sync_member + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + end def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end @@ -1102,36 +1114,27 @@ def auto_execute_status_inherited_from def recommended_action_current_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + 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 sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode 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 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 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 provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end @@ -1261,8 +1264,8 @@ def restore_point_list_result 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 + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end def job_target_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType @@ -1273,42 +1276,39 @@ def job_step_action_type def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end - def job_step_output_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + 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 + def job_step_action_source + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource end def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end - def job_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def managed_database_create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + def job_step_output_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def managed_database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + def automatic_tuning_server_reason + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + end + def managed_database_create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def sensitivity_label_source + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource end def restore_point_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end - def sensitivity_label_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource - end def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end @@ -1333,6 +1333,12 @@ def automatic_tuning_option_mode_desired def automatic_tuning_option_mode_actual Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual 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 capability_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus end @@ -1384,11 +1390,14 @@ def location_capabilities def catalog_collation_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType end + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + def backup_short_term_retention_policy_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult end def elastic_pool_per_database_max_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability @@ -1405,60 +1414,60 @@ 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 backup_short_term_retention_policy_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult - end - def managed_instance_vcores_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability - end def server_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability end - def managed_instance_family_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability + def managed_instance_vcores_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end def max_size_range_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability end - def service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - end - def elastic_pool_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult + def managed_instance_family_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end def managed_instance_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability end - def instance_failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + def service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability end - def license_type_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + def managed_instance_pair_info + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + end + def elastic_pool_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult end def log_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end - def managed_instance_pair_info - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo - end def instance_failover_group_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end - def elastic_pool_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + def license_type_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + 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_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + end def database_vulnerability_assessment_scans_export Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport end + def instance_failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + end def database_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult end @@ -1471,8 +1480,8 @@ def instance_failover_group def vulnerability_assessment_scan_record Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord end - def elastic_pool_per_database_settings - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings + def tde_certificate + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate end def vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType @@ -1480,23 +1489,23 @@ def vulnerability_assessment_scan_trigger_type def vulnerability_assessment_scan_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end - def tde_certificate - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate + def max_size_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit end def database Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database end + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + end def database_update Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate 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 end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + def create_mode + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end def database_read_scale Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale @@ -1504,14 +1513,14 @@ def database_read_scale def elastic_pool Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool end - def sku - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku - end def elastic_pool_update Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate end - def create_mode - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + def tracked_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + end + def proxy_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource end def instance_failover_group_replication_role Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole @@ -1519,21 +1528,12 @@ def instance_failover_group_replication_role def capability_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup end - def tracked_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType end def elastic_pool_license_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType end - def proxy_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - 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 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 1da1ce6e82..7f7e179e92 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -8,15 +8,15 @@ module Azure::Profiles::Latest module Storage module Mgmt Operations = Azure::Storage::Mgmt::V2018_07_01::Operations - StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts Skus = Azure::Storage::Mgmt::V2018_07_01::Skus - Usages = Azure::Storage::Mgmt::V2018_07_01::Usages BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers + StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts + Usages = Azure::Storage::Mgmt::V2018_07_01::Usages module Models ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies - LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey @@ -33,68 +33,68 @@ module Models EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission State = Azure::Storage::Mgmt::V2018_07_01::Models::State AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName - AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource + OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation + OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters - OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems - Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation + LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold + ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties - Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty + Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties - ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification - StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action + TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty + ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action + Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku + Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes - KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku - Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services 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 + TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet - AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end class StorageManagementClass - attr_reader :operations, :storage_accounts, :skus, :usages, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :skus, :blob_containers, :storage_accounts, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -111,10 +111,10 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_1) @operations = @client_1.operations - @storage_accounts = @client_1.storage_accounts @skus = @client_1.skus - @usages = @client_1.usages @blob_containers = @client_1.blob_containers + @storage_accounts = @client_1.storage_accounts + @usages = @client_1.usages @model_classes = ModelClasses.new end @@ -141,8 +141,8 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end - def lease_duration - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end def provisioning_state Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState @@ -192,8 +192,8 @@ def sku_tier def kind Azure::Storage::Mgmt::V2018_07_01::Models::Kind end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + def account_status + Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus end def reason Azure::Storage::Mgmt::V2018_07_01::Models::Reason @@ -213,8 +213,8 @@ def usage_unit def usage_name Azure::Storage::Mgmt::V2018_07_01::Models::UsageName end - def account_status - Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + def virtual_network_rule + Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule end def storage_account_create_parameters Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters @@ -228,6 +228,15 @@ def storage_account_update_parameters def resource Azure::Storage::Mgmt::V2018_07_01::Models::Resource end + def operation_display + Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + end + def operation + Azure::Storage::Mgmt::V2018_07_01::Models::Operation + end + def operation_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + end def skucapability Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end @@ -243,32 +252,29 @@ def key_vault_properties def service_sas_parameters Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters end - def operation_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult - end def list_service_sas_response Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end - def operation_display - Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + def check_name_availability_result + Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + end + def storage_sku_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult end def list_container_items Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end - def operation - Azure::Storage::Mgmt::V2018_07_01::Models::Operation + def legal_hold + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold + end + def service_specification + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification end def legal_hold_properties Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties end - def restriction - Azure::Storage::Mgmt::V2018_07_01::Models::Restriction - end - def check_name_availability_result - Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - end - def tag_property - Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension end def update_history_property Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty @@ -276,59 +282,50 @@ def update_history_property def immutability_policy_properties Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties end - def service_specification - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification - end - def storage_sku_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - end - def legal_hold - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold - end def metric_specification Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification end - def list_container_item - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - end def blob_container Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer end def usage Azure::Storage::Mgmt::V2018_07_01::Models::Usage end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action - end - def reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + def tag_property + Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty end - def sku_name - Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + def list_container_item + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end def immutability_policy Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end - def default_action - Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + def restriction + Azure::Storage::Mgmt::V2018_07_01::Models::Restriction end - def signed_resource_types - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end def key_source Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def bypass - Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + def sku_name + Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + end + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action end def sku Azure::Storage::Mgmt::V2018_07_01::Models::Sku end - def services - Azure::Storage::Mgmt::V2018_07_01::Models::Services + def bypass + Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + end + def default_action + Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + end + def signed_resource_types + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes end def http_protocol Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol @@ -339,14 +336,26 @@ def signed_resource def public_access Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess end + def tracked_resource + Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + end + def services + Azure::Storage::Mgmt::V2018_07_01::Models::Services + end + def proxy_resource + Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + end + def azure_entity_resource + Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + end def lease_status Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus end def lease_state Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState end - def tracked_resource - Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + def lease_duration + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration end def immutability_policy_state Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState @@ -357,15 +366,6 @@ def iprule def network_rule_set Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - end - def proxy_resource - Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType - end end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index dd9b323a8f..a91766cd49 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts @@ -14,55 +15,59 @@ module Mgmt CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings + Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials - Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs module Models - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType - RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - 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 + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + 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 - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType 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 - ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - 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 - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource @@ -72,6 +77,7 @@ module Models MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule 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 @@ -126,33 +132,33 @@ module Models ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + 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 NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter 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 @@ -163,31 +169,25 @@ module Models 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 - BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer - 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 + AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end class StorSimple8000SeriesManagementClass - attr_reader :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :operations, :backup_policies, :backups, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :operations, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :backup_policies, :backups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,6 +197,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @jobs = @client_0.jobs @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts @@ -204,15 +205,14 @@ def initialize(configurable, base_url=nil, options=nil) @cloud_appliances = @client_0.cloud_appliances @devices = @client_0.devices @device_settings = @client_0.device_settings + @operations = @client_0.operations @backup_schedules = @client_0.backup_schedules @hardware_component_groups = @client_0.hardware_component_groups @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes @storage_account_credentials = @client_0.storage_account_credentials - @operations = @client_0.operations @backup_policies = @client_0.backup_policies @backups = @client_0.backups - @jobs = @client_0.jobs @model_classes = ModelClasses.new end @@ -231,8 +231,26 @@ def method_missing(method, *args) end class ModelClasses - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + def alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + end + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + 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 schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + end + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + end + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end def day_of_week Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek @@ -240,38 +258,38 @@ def day_of_week 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 + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end def recurrence_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + 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 controller_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end def authorization_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus @@ -282,8 +300,8 @@ def in_eligibility_category def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + 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 @@ -297,8 +315,8 @@ def feature_support_status 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 + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end def net_interface_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId @@ -312,26 +330,23 @@ def iscsiand_cloud_status def network_mode Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + 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 + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus 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 job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + def ssl_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus end def job_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType @@ -339,12 +354,12 @@ def job_type def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def monitoring_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - end def backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + end def metrics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end @@ -372,6 +387,9 @@ def alert_severity def key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key end + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -534,77 +552,77 @@ def bandwidth_setting_list def manager_sku Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def clone_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - end def cloud_appliance_configuration_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end def network_adapters Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + end def security_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def device_rollover_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - end def manager_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def available_provider_operation_display - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end - def backup_policy_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay end def metric_data Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + end + def backup_policy_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + end def secondary_dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end def device_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + end def metric_dimension Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end - def volume_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def metric_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + end + def volume_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList @@ -612,8 +630,8 @@ def metric_list def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + def metric_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule @@ -645,23 +663,14 @@ def configure_device_request def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest end - def backup_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - end - def manager - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - end def device Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end def hardware_component_group Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo @@ -669,8 +678,8 @@ def manager_extended_info def network_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager end def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential @@ -678,36 +687,27 @@ 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 - end - def alert_scope - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - end - def alert_source_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - end - def alert_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end def volume_container Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + def alert_scope + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope end - def volume_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def alert_email_notification_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end + def alert_source_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + end end end end diff --git a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb index 29566430ae..3cc3e4c405 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -16,12 +16,12 @@ module Mgmt Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput - 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 InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties @@ -31,59 +31,59 @@ module Models 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 AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource - FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input 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 StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource - BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + 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 + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters - SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource 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 + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku @@ -126,6 +126,9 @@ def method_missing(method, *args) end class ModelClasses + def serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + end def azure_machine_learning_web_service_input_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn end @@ -141,9 +144,6 @@ def function_binding def function_output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput end - def serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization - end def diagnostic_condition Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition end @@ -171,41 +171,44 @@ def start_streaming_job_parameters def blob_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties end + def function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + end def azure_sql_database_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end def stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource end - def function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - end def streaming_job_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end def input_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult end - def 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 azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end - def subscription_quotas_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + end + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end def resource_test_status Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus 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 function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + 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 @@ -225,62 +228,44 @@ def scalar_function_properties def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics - end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - end - def output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def oauth_based_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def power_bioutput_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - end - def service_bus_topic_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - end - def service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + def subscription_quotas_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end def event_hub_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end - def blob_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + def service_bus_topic_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource end def operation_display Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end def operation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation end - def blob_reference_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource end def operation_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult @@ -288,11 +273,17 @@ def operation_list_result def sub_resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource end - def event_hub_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end - def blob_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + end + def blob_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + end + def azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end def reference_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties @@ -300,11 +291,11 @@ def reference_input_properties def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource end - def java_script_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + def event_hub_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end - def subscription_quota - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + def blob_reference_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end def stream_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties @@ -312,24 +303,33 @@ def stream_input_properties def azure_machine_learning_web_service_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters end - def output_error_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters end - def compatibility_level - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + def blob_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource 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 output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + end + def subscription_quota + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + end def json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + end + def compatibility_level + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + end def udf_type Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 9ac630b8a9..267d6c65c3 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,7 +8,12 @@ module Azure::Profiles::Latest module TextAnalytics module Models + EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem + InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult + MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem @@ -16,16 +21,11 @@ module Models KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput MatchRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MatchRecord ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord EntityRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord - EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input - EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult - InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput end class TextAnalyticsDataClass @@ -57,9 +57,24 @@ def method_missing(method, *args) end class ModelClasses + def entities_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem + end + def internal_error + Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + end + def entities_batch_result + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult + end + def multi_language_batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput + end def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def multi_language_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput end @@ -81,9 +96,6 @@ def sentiment_batch_result_item def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse - end def batch_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput end @@ -96,21 +108,9 @@ def error_record def entity_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord end - def entities_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem - end def input Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input end - def entities_batch_result - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult - end - def internal_error - Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - end - def multi_language_batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput - 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 6f0411909a..8373f0c622 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -8,37 +8,37 @@ 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 - Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles module Models - MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem + Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint MonitorConfigExpectedStatusCodeRangesItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem - EndpointPropertiesSubnetsItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem + MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem MonitorConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfig - HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapEndpoint + EndpointPropertiesSubnetsItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem EndpointPropertiesCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesCustomHeadersItem - QueryExperience = Azure::TrafficManager::Mgmt::V2018_04_01::Models::QueryExperience + HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapEndpoint DeleteOperationResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::DeleteOperationResult - TrafficFlow = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficFlow + QueryExperience = Azure::TrafficManager::Mgmt::V2018_04_01::Models::QueryExperience Region = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Region - DnsConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::DnsConfig + TrafficFlow = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficFlow CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters - TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability + DnsConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::DnsConfig HeatMapModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel - UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel + TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy - Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol - Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus - ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource @@ -46,7 +46,7 @@ module Models end class TrafficManagerManagementClass - attr_reader :endpoints, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :profiles, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -57,10 +57,10 @@ def initialize(configurable, base_url=nil, options=nil) 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 - @profiles = @client_0.profiles @model_classes = ModelClasses.new end @@ -79,59 +79,62 @@ def method_missing(method, *args) end class ModelClasses - def monitor_config_custom_headers_item - Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem + def resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + end + def profile + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + end + def endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint end def monitor_config_expected_status_code_ranges_item Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem end - def endpoint_properties_subnets_item - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem + def monitor_config_custom_headers_item + Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem end def monitor_config Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfig end - def heat_map_endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapEndpoint + def endpoint_properties_subnets_item + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem 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 + def heat_map_endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapEndpoint end def delete_operation_result Azure::TrafficManager::Mgmt::V2018_04_01::Models::DeleteOperationResult end - def traffic_flow - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficFlow + def query_experience + Azure::TrafficManager::Mgmt::V2018_04_01::Models::QueryExperience end def region Azure::TrafficManager::Mgmt::V2018_04_01::Models::Region end - def dns_config - Azure::TrafficManager::Mgmt::V2018_04_01::Models::DnsConfig + def traffic_flow + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficFlow end def check_traffic_manager_relative_dns_name_availability_parameters Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters end - def traffic_manager_name_availability - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability + def dns_config + Azure::TrafficManager::Mgmt::V2018_04_01::Models::DnsConfig end def heat_map_model Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel end - def user_metrics_model - Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel + def traffic_manager_name_availability + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability end def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy end - def resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - end - def endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + def user_metrics_model + Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus @@ -142,8 +145,8 @@ def endpoint_status def monitor_protocol Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol end - def profile - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + def profile_monitor_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus end def traffic_routing_method Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod @@ -151,9 +154,6 @@ def traffic_routing_method def profile_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus end - def profile_monitor_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus - end def traffic_view_enrollment_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index 5c7475d6be..fcb130780e 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,19 +9,20 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject @@ -39,7 +40,6 @@ module Models ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end @@ -73,6 +73,9 @@ def method_missing(method, *args) end class ModelClasses + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -91,6 +94,9 @@ def videos def trending_videos Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def video_details Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails end @@ -109,9 +115,6 @@ def video_resolution def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end @@ -163,9 +166,6 @@ def freshness def image_object Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - end def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end diff --git a/azure_sdk/lib/latest/modules/web_profile_module.rb b/azure_sdk/lib/latest/modules/web_profile_module.rb index d2edcd71e7..d3c0c423ca 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -8,19 +8,19 @@ module Azure::Profiles::Latest module Web module Mgmt Provider = Azure::Web::Mgmt::V2018_02_01::Provider + AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments + AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans Domains = Azure::Web::Mgmt::V2018_02_01::Domains AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider - 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 Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps module Models Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments @@ -60,114 +60,114 @@ module Models AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod - ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo - AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + 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 - ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest - DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet - 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 - HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection - ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource - HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet 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 - AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + 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 + User = Azure::Web::Mgmt::V2018_02_01::Models::User + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier + ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + VnetRoute = Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + VnetInfo = Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder Site = Azure::Web::Mgmt::V2018_02_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan - TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition PushSettings = Azure::Web::Mgmt::V2018_02_01::Models::PushSettings - DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite - DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis - Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier + ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse - DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation RecommendationRule = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule - DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse - CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory - PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer - Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier - DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation BillingMeter = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter GeoRegion = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion - DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer SourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SourceControl VnetParameters = Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters - VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure - Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation - 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 + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork VnetValidationFailureDetails = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification - SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification - PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess - 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 - 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 + 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 + SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + 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 + 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 TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata - AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource - ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType - PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource - ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode - SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo - SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance - CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType - KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus - UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState - Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType - HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType - DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType - DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState - HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType + KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState + Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate + 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 + 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 ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions - HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus - SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource - SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType + 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 - CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus - ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType - AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType - FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType + SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions - InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType - InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode - ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse @@ -188,31 +188,31 @@ module Models NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation - UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction - CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes - IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType + InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel - SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest - SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + 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 BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult - ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + 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 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 Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact + 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 SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName - BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus - DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType - AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage @@ -281,6 +281,12 @@ module Models 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 + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + 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 AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection @@ -288,81 +294,75 @@ module Models 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 - ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult - DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent - DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection - TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement - AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem - PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult 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 - PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse - NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - Address = Azure::Web::Mgmt::V2018_02_01::Models::Address - DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection - SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties - DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection - CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay - NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace - HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest - ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection - LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString - CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability - ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules - CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo - DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger - RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction - HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule - NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack - SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion - ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig - IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection - SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection - ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection - NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution - AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection - DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection - ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability - AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end class WebManagementClass - attr_reader :provider, :domains, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_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 + attr_reader :provider, :app_service_environments, :app_service_plans, :domains, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :web_apps, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -373,19 +373,19 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @provider = @client_0.provider + @app_service_environments = @client_0.app_service_environments + @app_service_plans = @client_0.app_service_plans @domains = @client_0.domains @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 - @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 + @web_apps = @client_0.web_apps @model_classes = ModelClasses.new end @@ -515,122 +515,143 @@ def resource_metric_name def detector_abnormal_time_period Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def conn_string_info - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end - def app_service_certificate_order - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + def abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end def slot_swap_status Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + def deleted_web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end def diagnostic_metric_set Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + def app_service_certificate_order_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + def certificate_email + Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + end + def certificate_order_action + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + end + def conn_string_info + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + end + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + end + def cors_settings + Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + end + def diagnostic_metric_sample + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample end def user Azure::Web::Mgmt::V2018_02_01::Models::User end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier end def resource_metric_definition Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo end - def app_service_certificate_order_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + def app_service_certificate_order + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site end - def certificate_email - Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan end - def certificate_order_action - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + def detector_definition + Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + def push_settings + Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + end + def reissue_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest end def renew_certificate_order_request Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + 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 push_settings - Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection end def diagnostic_detector_response Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + def recommendation + Azure::Web::Mgmt::V2018_02_01::Models::Recommendation end def recommendation_rule Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + end + def diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis end def diagnostic_category Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory end - def premier_add_on_offer - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer - end - def recommendation - Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource 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 + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + end + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end def billing_meter Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter @@ -638,8 +659,8 @@ def billing_meter def geo_region Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + def premier_add_on_offer + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end def source_control Azure::Web::Mgmt::V2018_02_01::Models::SourceControl @@ -647,29 +668,8 @@ def source_control def vnet_parameters Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure - end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation - end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource - end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference - end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions - end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse - end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary - end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end def vnet_validation_failure_details Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails @@ -686,44 +686,44 @@ def managed_service_identity_type def log_specification Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + def connection_string_type + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end def service_specification Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + def managed_pipeline_mode + Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + def site_load_balancing + Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing end def site_patch_resource Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + def azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end - def site_source_control - Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + def storage_migration_response + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse end - def site_load_balancing - Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def supported_tls_versions - Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end def triggered_job_history Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory @@ -734,26 +734,26 @@ def route_type def resource_health_metadata Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + 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 + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def scm_type + Azure::Web::Mgmt::V2018_02_01::Models::ScmType end - def managed_pipeline_mode - Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + def supported_tls_versions + Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::SslState end def key_vault_secret_status Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus @@ -764,29 +764,29 @@ def usage_state def certificate Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def auto_heal_action_type - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end - def scm_type - Azure::Web::Mgmt::V2018_02_01::Models::ScmType + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::SslState + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end - def host_type - Azure::Web::Mgmt::V2018_02_01::Models::HostType + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end def resource_scope_type Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType @@ -797,47 +797,47 @@ def site_availability_state def status_options Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + def internal_load_balancing_mode + Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + 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 certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + 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 azure_resource_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + def host_type + Azure::Web::Mgmt::V2018_02_01::Models::HostType end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + def site_source_control + Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end def app_service_plan_restrictions Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + 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 + def check_name_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end def app_service_environment_collection Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection @@ -899,14 +899,14 @@ def channels def public_certificate_location Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end - def check_name_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end def site_extension_type Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType @@ -917,11 +917,11 @@ def triggered_web_job_status def log_level Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end def frequency_unit Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit @@ -941,8 +941,14 @@ def publishing_profile_format def dns_verification_test_result Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + 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 msdeploy_log_entry_type Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType @@ -956,6 +962,9 @@ def my_sql_migration_type def contact Azure::Web::Mgmt::V2018_02_01::Models::Contact end + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + end def built_in_authentication_provider Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end @@ -965,15 +974,6 @@ def clone_ability_result def sku_name Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus - end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType - end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction - end def dimension Azure::Web::Mgmt::V2018_02_01::Models::Dimension end @@ -1178,6 +1178,24 @@ def restore_request def site_auth_settings Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + end + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + end + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + end + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + end + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + end + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + end def top_level_domain_collection Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end @@ -1199,32 +1217,14 @@ def app_service_certificate def azure_storage_info_value Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult - end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest - end def domain_purchase_consent Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection - end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement - end - def app_service_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection - end def default_error_response_error_details_item Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end def default_error_response_error Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError @@ -1235,83 +1235,83 @@ def certificate_collection def default_error_response Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end def validate_response Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + end + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end def source_control_collection Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def csm_operation_description_properties - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties - end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def csm_operation_description_properties + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end def api_definition_info Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end - def csm_operation_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end def resource_metric_availability Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end def auto_heal_rules Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end def virtual_directory Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory @@ -1319,20 +1319,20 @@ def virtual_directory def cloning_info Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end def status_codes_based_trigger Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end def auto_heal_custom_action Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end def global_csm_sku_description Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription @@ -1340,78 +1340,78 @@ def global_csm_sku_description def ramp_up_rule Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end def application_stack Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + end + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + end + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + end + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + end + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + end + def resource_metric_property + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + end + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end def stack_major_version Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end - def resource_metric - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - end - def resource_metric_value - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end def site_config Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end - def identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - end - def handler_mapping - Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + 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 sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end def resource_metric_definition_collection Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end - def resource_metric_property - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + def resource_metric + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end def web_app_collection Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end + def network_access_control_entry + Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + end def virtual_network_profile Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def resource_metric_value + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end def virtual_ipmapping Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection - end - def network_access_control_entry - Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + 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 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 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 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 a2fdf3798f..ac64f983bb 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,47 +9,47 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response News = Azure::CognitiveServices::WebSearch::V1_0::Models::News ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject - Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places end class WebSearchDataClass @@ -82,24 +82,30 @@ def method_missing(method, *args) end class ModelClasses - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end def images Azure::CognitiveServices::WebSearch::V1_0::Models::Images end + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + end def videos Azure::CognitiveServices::WebSearch::V1_0::Models::Videos end + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response + end def answer_type Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end def news_article Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end def news Azure::CognitiveServices::WebSearch::V1_0::Models::News end @@ -109,23 +115,23 @@ def response_base def query_context Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + end def video_object Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query - end def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable @@ -139,23 +145,23 @@ def thing def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end def ranking_ranking_group Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup @@ -163,8 +169,8 @@ def ranking_ranking_group def spell_suggestions Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end def article Azure::CognitiveServices::WebSearch::V1_0::Models::Article @@ -172,8 +178,8 @@ def article def error_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query end def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag @@ -181,29 +187,23 @@ def web_meta_tag def text_format Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - end def error_response Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse end + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end def image_object Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end - def places - Azure::CognitiveServices::WebSearch::V1_0::Models::Places - end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - end def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def places + Azure::CognitiveServices::WebSearch::V1_0::Models::Places end end end diff --git a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/profiles.rb b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/profiles.rb index 23e8ec6778..99ae2982ea 100644 --- a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/profiles.rb +++ b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/profiles.rb @@ -31,8 +31,8 @@ def initialize(client) # # @return [Array] operation results. # - def list(custom_headers = nil) - first_page = list_as_lazy(custom_headers) + def array(custom_headers = nil) + first_page = array_as_lazy(custom_headers) first_page.get_all_items end @@ -44,8 +44,8 @@ def list(custom_headers = nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(custom_headers = nil) - list_async(custom_headers).value! + def array_with_http_info(custom_headers = nil) + array_async(custom_headers).value! end # @@ -56,7 +56,7 @@ 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 array_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? @@ -1107,8 +1107,8 @@ def begin_delete_async(resource_group_name, profile_name, custom_headers = nil) # # @return [ProfileListResult] operation results. # - def list_next(next_page_link, custom_headers = nil) - response = list_next_async(next_page_link, custom_headers).value! + def array_next(next_page_link, custom_headers = nil) + response = array_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1122,8 +1122,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).value! + def array_next_with_http_info(next_page_link, custom_headers = nil) + array_next_async(next_page_link, custom_headers).value! end # @@ -1136,7 +1136,7 @@ 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 array_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? @@ -1367,12 +1367,12 @@ def list_resource_usage_next_async(next_page_link, custom_headers = nil) # @return [ProfileListResult] which provide lazy access to pages of the # response. # - def list_as_lazy(custom_headers = nil) - response = list_async(custom_headers).value! + def array_as_lazy(custom_headers = nil) + response = array_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) + array_next_async(next_page_link, custom_headers) end page end