Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4
29 changes: 13 additions & 16 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,32 @@

.. include:: multiprocessing.rst

v1 Api Reference
----------------
This package includes clients for multiple versions of Cloud Secret Manager.
By default, you will get version ``secretmanager_v1``.


API Reference
-------------
.. toctree::
:maxdepth: 2

secretmanager_v1/services
secretmanager_v1/types

v1beta1 Api Reference
---------------------
API Reference
-------------
.. toctree::
:maxdepth: 2

secretmanager_v1beta1/services
secretmanager_v1beta1/types

Migration Guide
---------------

See the guide below for instructions on migrating to the 2.x release of this library.

.. toctree::
:maxdepth: 2

UPGRADING

Changelog
---------

For a list of all ``google-cloud-secret-manager`` releases:

.. toctree::
:maxdepth: 2
:maxdepth: 2

changelog
changelog
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def cover(session):
test runs (not system test runs), and then erases coverage data.
"""
session.install("coverage", "pytest-cov")
session.run("coverage", "report", "--show-missing", "--fail-under=99")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

session.run("coverage", "erase")

Expand Down
64 changes: 0 additions & 64 deletions owlbot.py

This file was deleted.