@@ -69,14 +69,14 @@ class DocumentModelAdministrationClient(FormRecognizerClientBase):
6969
7070 .. admonition:: Example:
7171
72- .. literalinclude:: ../samples/v3.2 /sample_authentication.py
72+ .. literalinclude:: ../samples/v3.2_and_later /sample_authentication.py
7373 :start-after: [START create_dt_client_with_key]
7474 :end-before: [END create_dt_client_with_key]
7575 :language: python
7676 :dedent: 4
7777 :caption: Creating the DocumentModelAdministrationClient with an endpoint and API key.
7878
79- .. literalinclude:: ../samples/v3.2 /sample_authentication.py
79+ .. literalinclude:: ../samples/v3.2_and_later /sample_authentication.py
8080 :start-after: [START create_dt_client_with_aad]
8181 :end-before: [END create_dt_client_with_aad]
8282 :language: python
@@ -158,7 +158,7 @@ def begin_build_document_model(
158158
159159 .. admonition:: Example:
160160
161- .. literalinclude:: ../samples/v3.2 /sample_build_model.py
161+ .. literalinclude:: ../samples/v3.2_and_later /sample_build_model.py
162162 :start-after: [START build_model]
163163 :end-before: [END build_model]
164164 :language: python
@@ -250,7 +250,7 @@ def begin_compose_document_model(
250250
251251 .. admonition:: Example:
252252
253- .. literalinclude:: ../samples/v3.2 /sample_compose_model.py
253+ .. literalinclude:: ../samples/v3.2_and_later /sample_compose_model.py
254254 :start-after: [START composed_model]
255255 :end-before: [END composed_model]
256256 :language: python
@@ -355,7 +355,7 @@ def begin_copy_document_model_to(
355355
356356 .. admonition:: Example:
357357
358- .. literalinclude:: ../samples/v3.2 /sample_copy_model_to.py
358+ .. literalinclude:: ../samples/v3.2_and_later /sample_copy_model_to.py
359359 :start-after: [START begin_copy_document_model_to]
360360 :end-before: [END begin_copy_document_model_to]
361361 :language: python
@@ -409,7 +409,7 @@ def delete_document_model(self, model_id: str, **kwargs: Any) -> None:
409409
410410 .. admonition:: Example:
411411
412- .. literalinclude:: ../samples/v3.2 /sample_manage_models.py
412+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_models.py
413413 :start-after: [START delete_document_model]
414414 :end-before: [END delete_document_model]
415415 :language: python
@@ -437,7 +437,7 @@ def list_document_models(self, **kwargs: Any) -> ItemPaged[DocumentModelSummary]
437437
438438 .. admonition:: Example:
439439
440- .. literalinclude:: ../samples/v3.2 /sample_manage_models.py
440+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_models.py
441441 :start-after: [START list_document_models]
442442 :end-before: [END list_document_models]
443443 :language: python
@@ -467,7 +467,7 @@ def get_resource_details(self, **kwargs: Any) -> ResourceDetails:
467467
468468 .. admonition:: Example:
469469
470- .. literalinclude:: ../samples/v3.2 /sample_manage_models.py
470+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_models.py
471471 :start-after: [START get_resource_details]
472472 :end-before: [END get_resource_details]
473473 :language: python
@@ -493,7 +493,7 @@ def get_document_model(self, model_id: str, **kwargs: Any) -> DocumentModelDetai
493493
494494 .. admonition:: Example:
495495
496- .. literalinclude:: ../samples/v3.2 /sample_manage_models.py
496+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_models.py
497497 :start-after: [START get_document_model]
498498 :end-before: [END get_document_model]
499499 :language: python
@@ -525,7 +525,7 @@ def list_operations(self, **kwargs: Any) -> ItemPaged[OperationSummary]:
525525
526526 .. admonition:: Example:
527527
528- .. literalinclude:: ../samples/v3.2 /sample_get_operations.py
528+ .. literalinclude:: ../samples/v3.2_and_later /sample_get_operations.py
529529 :start-after: [START list_operations]
530530 :end-before: [END list_operations]
531531 :language: python
@@ -560,7 +560,7 @@ def get_operation(self, operation_id: str, **kwargs: Any) -> OperationDetails:
560560
561561 .. admonition:: Example:
562562
563- .. literalinclude:: ../samples/v3.2 /sample_get_operations.py
563+ .. literalinclude:: ../samples/v3.2_and_later /sample_get_operations.py
564564 :start-after: [START get_operation]
565565 :end-before: [END get_operation]
566566 :language: python
@@ -606,7 +606,7 @@ def begin_build_document_classifier(
606606
607607 .. admonition:: Example:
608608
609- .. literalinclude:: ../samples/v3.2 /sample_build_classifier.py
609+ .. literalinclude:: ../samples/v3.2_and_later /sample_build_classifier.py
610610 :start-after: [START build_classifier]
611611 :end-before: [END build_classifier]
612612 :language: python
@@ -656,7 +656,7 @@ def get_document_classifier(self, classifier_id: str, **kwargs: Any) -> Document
656656
657657 .. admonition:: Example:
658658
659- .. literalinclude:: ../samples/v3.2 /sample_manage_classifiers.py
659+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_classifiers.py
660660 :start-after: [START get_document_classifier]
661661 :end-before: [END get_document_classifier]
662662 :language: python
@@ -687,7 +687,7 @@ def list_document_classifiers(self, **kwargs: Any) -> ItemPaged[DocumentClassifi
687687
688688 .. admonition:: Example:
689689
690- .. literalinclude:: ../samples/v3.2 /sample_manage_classifiers.py
690+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_classifiers.py
691691 :start-after: [START list_document_classifiers]
692692 :end-before: [END list_document_classifiers]
693693 :language: python
@@ -719,7 +719,7 @@ def delete_document_classifier(self, classifier_id: str, **kwargs: Any) -> None:
719719
720720 .. admonition:: Example:
721721
722- .. literalinclude:: ../samples/v3.2 /sample_manage_classifiers.py
722+ .. literalinclude:: ../samples/v3.2_and_later /sample_manage_classifiers.py
723723 :start-after: [START delete_document_classifier]
724724 :end-before: [END delete_document_classifier]
725725 :language: python
0 commit comments