Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 77 additions & 69 deletions azure_sdk/lib/latest/modules/containerregistry_profile_module.rb

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions azure_sdk/lib/latest/modules/containerservice_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ 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
Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile
OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration
ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile
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
TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject
OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue
ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile
Expand All @@ -45,9 +45,9 @@ module Models
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile
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
Expand Down Expand Up @@ -98,6 +98,9 @@ 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
Expand All @@ -113,15 +116,9 @@ 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 resource
Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource
end
def container_service_windows_profile
Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile
end
def operation_list_result
Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult
end
Expand All @@ -137,15 +134,18 @@ def container_service_service_principal_profile
def container_service_linux_profile
Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile
end
def container_service_master_profile
Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile
def container_service_windows_profile
Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile
end
def container_service_vmdiagnostics
Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMDiagnostics
end
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
Expand All @@ -164,15 +164,15 @@ def container_service_network_profile
def managed_cluster_addon_profile
Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile
end
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
end
def managed_cluster_aadprofile
Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile
end
def tags_object
Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject
end
def operation_value
Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue
end
Expand All @@ -197,15 +197,15 @@ def network_plugin
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
Expand Down
48 changes: 24 additions & 24 deletions azure_sdk/lib/latest/modules/customerinsights_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
module Azure::Profiles::Latest
module CustomerInsights
module Mgmt
Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles
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
AuthorizationPolicies = Azure::CustomerInsights::Mgmt::V2017_04_26::AuthorizationPolicies
Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors
Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles
ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings
Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi
WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes
Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations
Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles
Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views
Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles
Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images
Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions
RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments
Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions
Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links

module Models
Expand Down Expand Up @@ -119,21 +119,21 @@ module Models
CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes
ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates
CalculationWindowTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes
KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions
Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status
EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType
KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions
ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult
InstanceOperationType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType
LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes
RoleTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes
EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType
CardinalityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes
PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle
InstanceOperationType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType
CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType
RoleTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes
PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle
ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource
end

class CustomerInsightsManagementClass
attr_reader :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :profiles, :connector_mappings, :kpi, :widget_types, :operations, :roles, :views, :images, :predictions, :role_assignments, :links, :configurable, :base_url, :options, :model_classes
attr_reader :profiles, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :operations, :views, :roles, :images, :role_assignments, :predictions, :links, :configurable, :base_url, :options, :model_classes

def initialize(configurable, base_url=nil, options=nil)
@configurable, @base_url, @options = configurable, base_url, options
Expand All @@ -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
@hubs = @client_0.hubs
@interactions = @client_0.interactions
@relationships = @client_0.relationships
@relationship_links = @client_0.relationship_links
@authorization_policies = @client_0.authorization_policies
@connectors = @client_0.connectors
@profiles = @client_0.profiles
@connector_mappings = @client_0.connector_mappings
@kpi = @client_0.kpi
@widget_types = @client_0.widget_types
@operations = @client_0.operations
@roles = @client_0.roles
@views = @client_0.views
@roles = @client_0.roles
@images = @client_0.images
@predictions = @client_0.predictions
@role_assignments = @client_0.role_assignments
@predictions = @client_0.predictions
@links = @client_0.links

@model_classes = ModelClasses.new
Expand Down Expand Up @@ -457,36 +457,36 @@ def connector_mapping_states
def calculation_window_types
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes
end
def kpi_functions
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions
end
def status
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status
end
def entity_type
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType
def kpi_functions
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions
end
def profile_list_result
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult
end
def instance_operation_type
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType
end
def link_types
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes
end
def role_types
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes
def entity_type
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType
end
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
def instance_operation_type
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType
end
def canonical_property_value_type
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType
end
def role_types
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes
end
def prediction_model_life_cycle
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle
end
def proxy_resource
Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource
end
Expand Down
Loading