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

docs: add crypto_key_path_path method rename to UPGRADING.md #45

Merged
merged 2 commits into from Aug 31, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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')
```