Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
docs: add crypto_key_path_path method rename to UPGRADING.md (#45)
Browse files Browse the repository at this point in the history
Closes #43
  • Loading branch information
busunkim96 committed Aug 31, 2020
1 parent 93b9c08 commit 81db5d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADING.md
Expand Up @@ -165,3 +165,9 @@ location = 'us-east1'

location_path = f'projects/{project}/locations/{location}'
```

The resource path helper method `crypto_key_path_path` has been renamed to `crypto_key_path`.

```py
name = client.crypto_key_path('PROJECT_ID', 'LOCATION_ID', 'KEY_RING_ID', 'CRYPTO_KEY_ID')
```

0 comments on commit 81db5d9

Please sign in to comment.