Skip to content

Commit

Permalink
strict sphinx easm (#36029)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored Jun 19, 2024
1 parent f0f5dd5 commit 3e9d9bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def list(

Example:
.. code-block:: python

# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":

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

Example:
.. code-block:: python

# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ def list(

Example:
.. code-block:: python

# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":

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

Example:
.. code-block:: python

# The response is polymorphic. The following are possible polymorphic responses based
off discriminator "kind":

Expand Down
2 changes: 2 additions & 0 deletions sdk/easm/azure-defender-easm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-build]
strict_sphinx = true

0 comments on commit 3e9d9bb

Please sign in to comment.