Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

[AutoPR network/resource-manager] Fix duplicate path in old Network API versions (Network January branch) #2131

Closed
Closed
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
262 changes: 131 additions & 131 deletions azure_sdk/lib/latest/modules/apimanagement_profile_module.rb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions azure_sdk/lib/latest/modules/authorization_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ module Models
ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType
ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult
RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition
DenyAssignmentFilter = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter
Principal = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::Principal
DenyAssignment = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignment
DenyAssignmentPermission = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentPermission
DenyAssignmentListResult = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentListResult
PrincipalType = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType
DenyAssignmentFilter = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter
RoleAssignmentCreateParameters = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentCreateParameters
PrincipalType = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType
RoleAssignment = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment
RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult
RoleAssignmentFilter = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter
Expand Down Expand Up @@ -130,9 +130,6 @@ def provider_operations_metadata_list_result
def role_definition
Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition
end
def deny_assignment_filter
Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter
end
def principal
Azure::Authorization::Mgmt::V2018_07_01_preview::Models::Principal
end
Expand All @@ -145,12 +142,15 @@ def deny_assignment_permission
def deny_assignment_list_result
Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentListResult
end
def principal_type
Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType
def deny_assignment_filter
Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter
end
def role_assignment_create_parameters
Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentCreateParameters
end
def principal_type
Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType
end
def role_assignment
Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment
end
Expand Down
254 changes: 127 additions & 127 deletions azure_sdk/lib/latest/modules/automation_profile_module.rb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions azure_sdk/lib/latest/modules/autosuggest_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ module Azure::Profiles::Latest
module Autosuggest

module Models
ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase
Answer = Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer
SearchResultsAnswer = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer
Suggestions = Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions
Thing = Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing
CreativeWork = Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork
SearchAction = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction
Identifiable = Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable
QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext
ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType
SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind
ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode
SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch
Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response
ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat
Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action
ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat
ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse
Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error
QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext
SuggestionsSuggestionGroup = Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup
ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase
end

class AutosuggestDataClass
Expand Down Expand Up @@ -58,9 +58,6 @@ def method_missing(method, *args)
end

class ModelClasses
def response_base
Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase
end
def answer
Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer
end
Expand All @@ -82,6 +79,9 @@ def search_action
def identifiable
Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable
end
def query_context
Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext
end
def scenario_type
Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType
end
Expand All @@ -97,24 +97,24 @@ def safe_search
def response
Azure::CognitiveServices::Autosuggest::V1_0::Models::Response
end
def response_format
Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat
end
def action
Azure::CognitiveServices::Autosuggest::V1_0::Models::Action
end
def response_format
Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat
end
def error_response
Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse
end
def error
Azure::CognitiveServices::Autosuggest::V1_0::Models::Error
end
def query_context
Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext
end
def suggestions_suggestion_group
Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup
end
def response_base
Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase
end
end
end
end
Expand Down
86 changes: 43 additions & 43 deletions azure_sdk/lib/latest/modules/batch_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module Mgmt
PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations

module Models
FixedScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings
AutoStorageBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties
AutoScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings
BatchAccountCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters
Expand Down Expand Up @@ -51,38 +50,39 @@ module Models
CertificateReference = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference
VirtualMachineConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::VirtualMachineConfiguration
ApplicationPackageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference
DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk
ApplicationCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters
DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk
ResizeError = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError
CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties
ResizeOperationStatus = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus
ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters
ListPoolsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult
BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult
ListCertificatesResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult
AutoStorageProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties
WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration
BatchAccount = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount
AutoStorageProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties
Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate
PoolAllocationMode = Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode
Pool = Azure::Batch::Mgmt::V2017_09_01::Models::Pool
PackageState = Azure::Batch::Mgmt::V2017_09_01::Models::PackageState
PoolAllocationMode = Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode
CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters
CertificateProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState
PackageState = Azure::Batch::Mgmt::V2017_09_01::Models::PackageState
CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat
AccountKeyType = Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType
ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState
PoolProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState
AllocationState = Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState
CachingType = Azure::Batch::Mgmt::V2017_09_01::Models::CachingType
AccountKeyType = Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType
CertificateProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState
PoolProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState
ComputeNodeDeallocationOption = Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeDeallocationOption
InterNodeCommunicationState = Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState
CachingType = Azure::Batch::Mgmt::V2017_09_01::Models::CachingType
StorageAccountType = Azure::Batch::Mgmt::V2017_09_01::Models::StorageAccountType
NetworkSecurityGroupRuleAccess = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRuleAccess
ComputeNodeFillType = Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeFillType
InterNodeCommunicationState = Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState
InboundEndpointProtocol = Azure::Batch::Mgmt::V2017_09_01::Models::InboundEndpointProtocol
AutoUserScope = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserScope
CertificateStoreLocation = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation
ComputeNodeFillType = Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeFillType
ElevationLevel = Azure::Batch::Mgmt::V2017_09_01::Models::ElevationLevel
CertificateStoreLocation = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation
CertificateVisibility = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility
NameAvailabilityReason = Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason
Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource
Expand All @@ -94,7 +94,7 @@ module Models
InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool
OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk
ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource
WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration
FixedScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings
end

class BatchManagementClass
Expand Down Expand Up @@ -133,9 +133,6 @@ def method_missing(method, *args)
end

class ModelClasses
def fixed_scale_settings
Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings
end
def auto_storage_base_properties
Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties
end
Expand Down Expand Up @@ -238,12 +235,12 @@ def virtual_machine_configuration
def application_package_reference
Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference
end
def data_disk
Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk
end
def application_create_parameters
Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters
end
def data_disk
Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk
end
def resize_error
Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError
end
Expand All @@ -265,75 +262,78 @@ def batch_account_list_result
def list_certificates_result
Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult
end
def auto_storage_properties
Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties
def windows_configuration
Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration
end
def batch_account
Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount
end
def auto_storage_properties
Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties
end
def certificate
Azure::Batch::Mgmt::V2017_09_01::Models::Certificate
end
def pool_allocation_mode
Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode
end
def pool
Azure::Batch::Mgmt::V2017_09_01::Models::Pool
end
def package_state
Azure::Batch::Mgmt::V2017_09_01::Models::PackageState
def pool_allocation_mode
Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode
end
def certificate_create_or_update_parameters
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters
end
def certificate_provisioning_state
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState
def package_state
Azure::Batch::Mgmt::V2017_09_01::Models::PackageState
end
def certificate_format
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat
end
def account_key_type
Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType
end
def provisioning_state
Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState
end
def pool_provisioning_state
Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState
end
def allocation_state
Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState
end
def caching_type
Azure::Batch::Mgmt::V2017_09_01::Models::CachingType
def certificate_provisioning_state
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState
end
def account_key_type
Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType
def pool_provisioning_state
Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState
end
def compute_node_deallocation_option
Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeDeallocationOption
end
def inter_node_communication_state
Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState
def caching_type
Azure::Batch::Mgmt::V2017_09_01::Models::CachingType
end
def storage_account_type
Azure::Batch::Mgmt::V2017_09_01::Models::StorageAccountType
end
def network_security_group_rule_access
Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRuleAccess
end
def compute_node_fill_type
Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeFillType
def inter_node_communication_state
Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState
end
def inbound_endpoint_protocol
Azure::Batch::Mgmt::V2017_09_01::Models::InboundEndpointProtocol
end
def auto_user_scope
Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserScope
end
def certificate_store_location
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation
def compute_node_fill_type
Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeFillType
end
def elevation_level
Azure::Batch::Mgmt::V2017_09_01::Models::ElevationLevel
end
def certificate_store_location
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation
end
def certificate_visibility
Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility
end
Expand Down Expand Up @@ -367,8 +367,8 @@ def osdisk
def proxy_resource
Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource
end
def windows_configuration
Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration
def fixed_scale_settings
Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings
end
end
end
Expand Down
Loading