Skip to content

Commit 1f70a59

Browse files
[Conv authoring] fix for api view20250515preview (#42874)
* remove custom poller from _all_ * fix import
1 parent 5e60f2e commit 1f70a59

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

sdk/cognitivelanguage/azure-ai-language-conversations-authoring/azure/ai/language/conversations/authoring/aio/operations/_project_op_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
from azure.core.tracing.decorator_async import distributed_trace_async
2020

2121
from ..._utils.model_base import _deserialize
22+
from ...models._patch import _AsyncJobsPollingMethod
2223
from ...models import (
2324
AssignedDeploymentResource,
2425
AssignDeploymentResourcesDetails,
25-
_AsyncJobsPollingMethod,
2626
CopyProjectDetails,
2727
CopyProjectState,
2828
DeploymentResourcesState,

sdk/cognitivelanguage/azure-ai-language-conversations-authoring/azure/ai/language/conversations/authoring/models/_patch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@ def patch_sdk():
356356

357357

358358
__all__ = [
359-
"_JobsStrategy",
360-
"_JobsPollingMethod",
361359
"AssignDeploymentResourcesDetails",
362360
"UnassignDeploymentResourcesDetails",
363361
"SwapDeploymentsDetails",
@@ -383,7 +381,6 @@ def patch_sdk():
383381
"CopyProjectDetails",
384382
"EvaluationJobResult",
385383
"EvaluationState",
386-
"_AsyncJobsPollingMethod",
387384
"ConversationExportedProjectAsset",
388385
"ConversationExportedIntent",
389386
"ConversationExportedEntity",

sdk/cognitivelanguage/azure-ai-language-conversations-authoring/azure/ai/language/conversations/authoring/operations/_project_op_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from azure.core.tracing.decorator import distributed_trace
1919

2020
from .._utils.model_base import _deserialize
21+
from ..models._patch import _JobsPollingMethod
2122
from ..models import (
2223
AssignedDeploymentResource,
2324
AssignDeploymentResourcesDetails,
@@ -28,7 +29,6 @@
2829
ExportedProject,
2930
ExportedProjectFormat,
3031
ExportedTrainedModel,
31-
_JobsPollingMethod,
3232
ProjectDeletionState,
3333
ProjectDeployment,
3434
ProjectDetails,

0 commit comments

Comments
 (0)