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

[AutoPR containerregistry/resource-manager] [ACR] Auto Build Swagger: Added identity to registry properties #1722

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
16 changes: 8 additions & 8 deletions azure_sdk/lib/latest/modules/computervision_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module Azure::Profiles::Latest
module ComputerVision

module Models
ImageMetadata = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata
DomainModelResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults
Word = Azure::CognitiveServices::ComputerVision::V1_0::Models::Word
CelebrityResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebrityResults
FaceRectangle = Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceRectangle
Expand Down Expand Up @@ -44,8 +46,6 @@ module Models
ModelDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription
ImageTag = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag
ListModelsResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult
ImageMetadata = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata
DomainModelResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults
end

class ComputerVisionDataClass
Expand Down Expand Up @@ -77,6 +77,12 @@ def method_missing(method, *args)
end

class ModelClasses
def image_metadata
Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata
end
def domain_model_results
Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults
end
def word
Azure::CognitiveServices::ComputerVision::V1_0::Models::Word
end
Expand Down Expand Up @@ -185,12 +191,6 @@ def image_tag
def list_models_result
Azure::CognitiveServices::ComputerVision::V1_0::Models::ListModelsResult
end
def image_metadata
Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageMetadata
end
def domain_model_results
Azure::CognitiveServices::ComputerVision::V1_0::Models::DomainModelResults
end
end
end
end
Expand Down
176 changes: 92 additions & 84 deletions azure_sdk/lib/latest/modules/containerregistry_profile_module.rb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions azure_sdk/lib/latest/modules/containerservice_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module Mgmt
ContainerServices = Azure::ContainerService::Mgmt::V2017_01_31::ContainerServices

module Models
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshPublicKey
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshConfiguration
ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceServicePrincipalProfile
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceLinuxProfile
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceMasterProfile
Expand All @@ -21,11 +23,9 @@ module Models
ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceCustomProfile
ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceListResult
ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes
ContainerService = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes
ContainerService = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService
Resource = Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshPublicKey
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshConfiguration
end

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

class ModelClasses
def container_service_ssh_public_key
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshPublicKey
end
def container_service_ssh_configuration
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshConfiguration
end
def container_service_service_principal_profile
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceServicePrincipalProfile
end
Expand Down Expand Up @@ -91,21 +97,15 @@ def container_service_list_result
def container_service_orchestrator_types
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceOrchestratorTypes
end
def container_service
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService
end
def container_service_vmsize_types
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceVMSizeTypes
end
def container_service
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerService
end
def resource
Azure::ContainerService::Mgmt::V2017_01_31::Models::Resource
end
def container_service_ssh_public_key
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshPublicKey
end
def container_service_ssh_configuration
Azure::ContainerService::Mgmt::V2017_01_31::Models::ContainerServiceSshConfiguration
end
end
end
end
Expand Down
12 changes: 6 additions & 6 deletions azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ module Models
Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error
RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex
Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification
VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem
Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen
Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job
Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen
VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem
DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage
VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem
CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem
Expand Down Expand Up @@ -235,14 +235,14 @@ def refresh_index
def classification
Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification
end
def video_frame_body_item_reviewer_result_tags_item
Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem
def job
Azure::CognitiveServices::ContentModerator::V1_0::Models::Job
end
def screen
Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen
end
def job
Azure::CognitiveServices::ContentModerator::V1_0::Models::Job
def video_frame_body_item_reviewer_result_tags_item
Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem
end
def detected_language
Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage
Expand Down
Loading