Skip to content

Commit

Permalink
[AutoPR cognitiveservices/data-plane/LUIS/Authoring] Adding azure acc…
Browse files Browse the repository at this point in the history
…ounts APIs (#3501)

* Generated from 4289fc27afed08636bf27abb57ace4a1ff69b7ee

Fixing OAV errors

* Generated from c7d11c54fe4f164073a570f2dba2510ddbf91c76

Add application-json as a 2nd prdocues format for packaging APIs, to describe the error responses

* Generated from b8ee038af90c620395c27635c989a3a6364335a4

Updating operation ids

* Generated from 32e19a3f178eab8d32f3fd79316bbaf7569ca7c8

fix oav and remove error responses
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Dec 13, 2018
1 parent ffaa221 commit 3add52c
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package authoringapi
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/authoring/authoringapi"

type AppsClientAPI = original.AppsClientAPI
type AzureAccountsClientAPI = original.AzureAccountsClientAPI
type ExamplesClientAPI = original.ExamplesClientAPI
type FeaturesClientAPI = original.FeaturesClientAPI
type ModelClientAPI = original.ModelClientAPI
Expand Down
6 changes: 6 additions & 0 deletions profiles/preview/cognitiveservices/luis/authoring/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ type ApplicationUpdateObject = original.ApplicationUpdateObject
type AppsClient = original.AppsClient
type AvailableCulture = original.AvailableCulture
type AvailablePrebuiltEntityModel = original.AvailablePrebuiltEntityModel
type AzureAccountInfoObject = original.AzureAccountInfoObject
type AzureAccountsClient = original.AzureAccountsClient
type BaseClient = original.BaseClient
type BatchLabelExample = original.BatchLabelExample
type ChildEntity = original.ChildEntity
Expand Down Expand Up @@ -275,6 +277,7 @@ type ListAppVersionSettingObject = original.ListAppVersionSettingObject
type ListApplicationInfoResponse = original.ListApplicationInfoResponse
type ListAvailableCulture = original.ListAvailableCulture
type ListAvailablePrebuiltEntityModel = original.ListAvailablePrebuiltEntityModel
type ListAzureAccountInfoObject = original.ListAzureAccountInfoObject
type ListBatchLabelExample = original.ListBatchLabelExample
type ListClosedListEntityExtractor = original.ListClosedListEntityExtractor
type ListCompositeEntityExtractor = original.ListCompositeEntityExtractor
Expand Down Expand Up @@ -363,6 +366,9 @@ func New(endpoint string) BaseClient {
func NewAppsClient(endpoint string) AppsClient {
return original.NewAppsClient(endpoint)
}
func NewAzureAccountsClient(endpoint string) AzureAccountsClient {
return original.NewAzureAccountsClient(endpoint)
}
func NewExamplesClient(endpoint string) ExamplesClient {
return original.NewExamplesClient(endpoint)
}
Expand Down
165 changes: 160 additions & 5 deletions services/cognitiveservices/v2.0/luis/authoring/apps.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3add52c

Please sign in to comment.