diff --git a/specification/cognitiveservices/data-plane/LanguageQuestionAnsweringAuthoring/client.tsp b/specification/cognitiveservices/data-plane/LanguageQuestionAnsweringAuthoring/client.tsp index 1f33d4cbc0d3..7ade1e33341f 100644 --- a/specification/cognitiveservices/data-plane/LanguageQuestionAnsweringAuthoring/client.tsp +++ b/specification/cognitiveservices/data-plane/LanguageQuestionAnsweringAuthoring/client.tsp @@ -21,10 +21,12 @@ interface QuestionAnsweringAuthoringClientOperations { #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" deleteProject is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.deleteProject; + @access(Access.internal, "python") getDeleteStatus is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.getDeleteStatus; #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" export is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.export; + @access(Access.internal, "python") getExportStatus is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.getExportStatus; #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" @@ -35,10 +37,12 @@ interface QuestionAnsweringAuthoringClientOperations { #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" #suppress "@azure-tools/typespec-azure-core/byos" "specified in routes.tsp" importFromFiles is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.importFromFiles; + @access(Access.internal, "python") getImportStatus is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.getImportStatus; #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" deployProject is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.deployProject; + @access(Access.internal, "python") getDeployStatus is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.getDeployStatus; listDeployments is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.listDeployments; @@ -59,6 +63,7 @@ interface QuestionAnsweringAuthoringClientOperations { #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" #suppress "@azure-tools/typespec-azure-core/byos" "specified in routes.tsp" updateSourcesFromFiles is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.updateSourcesFromFiles; + @access(Access.internal, "python") getUpdateSourcesStatus is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.getUpdateSourcesStatus; #suppress "@azure-tools/typespec-azure-core/use-standard-names" "specified in routes.tsp" @@ -67,6 +72,7 @@ interface QuestionAnsweringAuthoringClientOperations { #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" updateQnas is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.updateQnas; + @access(Access.internal, "python") getUpdateQnasStatus is Language.QuestionAnswering.Authoring.QuestionAnsweringProjects.getUpdateQnasStatus; #suppress "@azure-tools/typespec-azure-core/use-standard-operations" "specified in routes.tsp" @@ -76,3 +82,4 @@ interface QuestionAnsweringAuthoringClientOperations { @@clientName(QuestionAnsweringProjectMetadata, "QuestionAnsweringProject"); @@clientName(ExportQueryParameters.format, "fileFormat", "python"); @@clientName(ImportQueryParameters.format, "fileFormat", "python"); +@@clientName(AssestKind, "AssetKind");