From 792c56582ed1b8a3dab4b5b1bc751131be56de00 Mon Sep 17 00:00:00 2001 From: Prad Nelluru Date: Mon, 11 Apr 2022 13:33:32 -0400 Subject: [PATCH] Remove mention of obsolete --use-keywords in version 2.0 migration doc (#635) Fixes https://github.com/googleapis/python-pubsub/issues/630 Co-authored-by: meredithslota Co-authored-by: Anna Cocuzzo <63511057+acocuzzo@users.noreply.github.com> Co-authored-by: Tianzi Cai --- UPGRADING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 777dd7ae6..d2d48d668 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -32,9 +32,6 @@ python3 -m pip install google-cloud-pubsub[libcst] * The script `fixup_pubsub_v1_keywords.py` is shipped with the library. It expects an input directory (with the code to convert) and an empty destination directory. -Optionally, the `--use-keywords` switch can be added to generate flattened keyword -parameters instead of a request dictionary (see the following section for an -explanation). ```sh $ scripts/fixup_pubsub_v1_keywords.py --input-directory .samples/ --output-directory samples/