Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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;

Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -76,3 +82,4 @@ interface QuestionAnsweringAuthoringClientOperations {
@@clientName(QuestionAnsweringProjectMetadata, "QuestionAnsweringProject");
@@clientName(ExportQueryParameters.format, "fileFormat", "python");
@@clientName(ImportQueryParameters.format, "fileFormat", "python");
@@clientName(AssestKind, "AssetKind");
Loading