Skip to content

Commit 3e9d9bb

Browse files
strict sphinx easm (#36029)
1 parent f0f5dd5 commit 3e9d9bb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

sdk/easm/azure-defender-easm/azure/defender/easm/aio/operations/_operations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def list(
111111

112112
Example:
113113
.. code-block:: python
114+
114115
# The response is polymorphic. The following are possible polymorphic responses based
115116
off discriminator "kind":
116117

@@ -4155,6 +4156,7 @@ async def get(self, asset_id: str, **kwargs: Any) -> JSON:
41554156

41564157
Example:
41574158
.. code-block:: python
4159+
41584160
# The response is polymorphic. The following are possible polymorphic responses based
41594161
off discriminator "kind":
41604162

sdk/easm/azure-defender-easm/azure/defender/easm/operations/_operations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ def list(
860860

861861
Example:
862862
.. code-block:: python
863+
863864
# The response is polymorphic. The following are possible polymorphic responses based
864865
off discriminator "kind":
865866

@@ -4904,6 +4905,7 @@ def get(self, asset_id: str, **kwargs: Any) -> JSON:
49044905

49054906
Example:
49064907
.. code-block:: python
4908+
49074909
# The response is polymorphic. The following are possible polymorphic responses based
49084910
off discriminator "kind":
49094911

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.azure-sdk-build]
2+
strict_sphinx = true

0 commit comments

Comments
 (0)