Skip to content

Commit 7579a15

Browse files
strict sphinx agrifood (#36031)
1 parent 3e9d9bb commit 7579a15

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

sdk/agrifood/azure-agrifood-farming/azure/agrifood/farming/aio/operations/_operations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,6 +3360,7 @@ async def create_or_update(
33603360

33613361
Example:
33623362
.. code-block:: python
3363+
33633364
# The response is polymorphic. The following are possible polymorphic responses based
33643365
off discriminator "type":
33653366

@@ -3511,6 +3512,7 @@ async def create_or_update(self, party_id: str, boundary_id: str, boundary: Unio
35113512

35123513
Example:
35133514
.. code-block:: python
3515+
35143516
# The response is polymorphic. The following are possible polymorphic responses based
35153517
off discriminator "type":
35163518

@@ -3716,6 +3718,7 @@ async def get(self, party_id: str, boundary_id: str, **kwargs: Any) -> JSON:
37163718

37173719
Example:
37183720
.. code-block:: python
3721+
37193722
# The response is polymorphic. The following are possible polymorphic responses based
37203723
off discriminator "type":
37213724

sdk/agrifood/azure-agrifood-farming/azure/agrifood/farming/aio/operations/_patch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async def create_or_update(
7878
7979
Example:
8080
.. code-block:: python
81+
8182
# JSON input template you can fill out and use as your body input.
8283
attachment = {
8384
"resourceId": "str", # Required. Id of the resource the attachment is associated with.
@@ -209,6 +210,7 @@ async def create_or_update(
209210
210211
Example:
211212
.. code-block:: python
213+
212214
# JSON input template you can fill out and use as your body input.
213215
insight_attachment = {
214216
"insightId": "str", # Required. Id of insight resource.

sdk/agrifood/azure-agrifood-farming/azure/agrifood/farming/operations/_operations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10604,6 +10604,7 @@ def create_or_update(
1060410604

1060510605
Example:
1060610606
.. code-block:: python
10607+
1060710608
# The response is polymorphic. The following are possible polymorphic responses based
1060810609
off discriminator "type":
1060910610

@@ -10755,6 +10756,7 @@ def create_or_update(self, party_id: str, boundary_id: str, boundary: Union[JSON
1075510756

1075610757
Example:
1075710758
.. code-block:: python
10759+
1075810760
# The response is polymorphic. The following are possible polymorphic responses based
1075910761
off discriminator "type":
1076010762

@@ -10960,6 +10962,7 @@ def get(self, party_id: str, boundary_id: str, **kwargs: Any) -> JSON:
1096010962

1096110963
Example:
1096210964
.. code-block:: python
10965+
1096310966
# The response is polymorphic. The following are possible polymorphic responses based
1096410967
off discriminator "type":
1096510968

sdk/agrifood/azure-agrifood-farming/azure/agrifood/farming/operations/_patch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def create_or_update(self, party_id: str, attachment_id: str, attachment: JSON,
7676
7777
Example:
7878
.. code-block:: python
79+
7980
# JSON input template you can fill out and use as your body input.
8081
attachment = {
8182
"resourceId": "str", # Required. Id of the resource the attachment is associated with.
@@ -207,6 +208,7 @@ def create_or_update(
207208
208209
Example:
209210
.. code-block:: python
211+
210212
# JSON input template you can fill out and use as your body input.
211213
insight_attachment = {
212214
"insightId": "str", # Required. Id of insight resource.

0 commit comments

Comments
 (0)