Skip to content

Commit

Permalink
fix: wrong package name google-cloud-secretmanager (#325)
Browse files Browse the repository at this point in the history
* wrong package name in pip install (#323)

* fix package name in get_distribution (#324)

Co-authored-by: Monty Montemayor <rmontemayor@google.com>
  • Loading branch information
h2oreactor and Monty Montemayor authored Jul 22, 2022
1 parent 89c90da commit 42d1b0c
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ async def __aexit__(self, exc_type, exc, tb):
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-secretmanager",
"google-cloud-secret-manager",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ def __exit__(self, type, value, traceback):
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-secretmanager",
"google-cloud-secret-manager",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-secretmanager",
"google-cloud-secret-manager",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ async def test_iam_permissions(
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-secretmanager",
"google-cloud-secret-manager",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ def test_iam_permissions(
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-secretmanager",
"google-cloud-secret-manager",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-secretmanager",
"google-cloud-secret-manager",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_AccessSecretVersion_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_AccessSecretVersion_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_AddSecretVersion_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_AddSecretVersion_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_CreateSecret_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_CreateSecret_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_DeleteSecret_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_DeleteSecret_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_DestroySecretVersion_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_DestroySecretVersion_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_DisableSecretVersion_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_DisableSecretVersion_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_EnableSecretVersion_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_EnableSecretVersion_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_GetIamPolicy_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_GetIamPolicy_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_GetSecret_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_GetSecret_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_GetSecretVersion_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_GetSecretVersion_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_ListSecretVersions_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_ListSecretVersions_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_ListSecrets_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_ListSecrets_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_SetIamPolicy_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_SetIamPolicy_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_TestIamPermissions_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_TestIamPermissions_sync]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_UpdateSecret_async]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It may require modifications to work in your environment.

# To install the latest published package dependency, execute the following:
# python3 -m pip install google-cloud-secretmanager
# python3 -m pip install google-cloud-secret-manager


# [START secretmanager_v1_generated_SecretManagerService_UpdateSecret_sync]
Expand Down

0 comments on commit 42d1b0c

Please sign in to comment.