Skip to content

Commit

Permalink
[keyvault] remove get_certificate example from get_certificate_versio…
Browse files Browse the repository at this point in the history
…n endpoint (#13036)
  • Loading branch information
iscai-msft authored Aug 11, 2020
1 parent 9af36f1 commit 65e2f5d
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ def get_certificate_version(self, certificate_name, version, **kwargs):
Example:
.. literalinclude:: ../tests/test_examples_certificates.py
:start-after: [START get_certificate]
:end-before: [END get_certificate]
:start-after: [START get_certificate_version]
:end-before: [END get_certificate_version]
:language: python
:caption: Get a certificate
:caption: Get a certificate with a specific version
:dedent: 8
"""
bundle = self._client.get_certificate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ async def get_certificate_version(
Example:
.. literalinclude:: ../tests/test_examples_certificates_async.py
:start-after: [START get_certificate]
:end-before: [END get_certificate]
:start-after: [START get_certificate_version]
:end-before: [END get_certificate_version]
:language: python
:caption: Get a certificate
:caption: Get a certificate with a specific version
:dedent: 8
"""
bundle = await self._client.get_certificate(
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 65e2f5d

Please sign in to comment.