You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add python clientnames
* move clientName to client.tsp
* update the endpoint from string to url
* Add python customize code in client.tsp
* remove all the sub-client config, because clientinitialization does not support python
* Add python customize code in client.tsp
* change the functions distribution of authoringClient and projectAuthoringClient
* move import and export to authoring client level
* move getImportStatus and getExportStatus into authoringClient level
* remove the @clientInitialization
* remove the projectClient, and move all operations to authoringClient
* update clientName for operationGroup in Python
* add ConversationAuthoringProjectClient and clientInitialization for parameter
* remove operations suffix from operation group clientName
* adjust the name for ProjectKind and ErrorCode
* remove the prefix ConversationAuthoring from the models
* modify a model name to "UtteranceEvaluationResult"
* add @access(Access.internal, "python") on some operations for test
* make remaining getStatus internal in Python
* removed prefix "AnalyzeConversationAuthoring" from models
* update the clientname AnalyzeConversationAuthoringExportedEntityListSynonym.values to `synonyms`
* update clientname for projectMetadata to projectDetails
* add internal decorators to all LROPoller[None] LRO
* renamed import to `importProject` in Python clientname
* moved import to ProjectOperations
* make import and deleteProject private in Python
* added @access(Access.internal, "python") for some remaining features
* fix typespec validation
0 commit comments