Skip to content

Commit 0a0fd90

Browse files
hivanalejandroiennae
authored andcommitted
fix: (data_catalog) delete deprecated region tag in createtEntryGroup.js
1 parent 8c189db commit 0a0fd90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datacatalog/cloud-client/createEntryGroup.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const main = async (
2626
entryGroupId
2727
) => {
2828
// [START data_catalog_create_entry_group]
29-
// [START datacatalog_create_entry_group_tag]
3029
// -------------------------------
3130
// Import required modules.
3231
// -------------------------------
@@ -59,7 +58,6 @@ const main = async (
5958
const [response] = await datacatalog.createEntryGroup(entryGroupRequest);
6059

6160
console.log(response);
62-
// [END datacatalog_create_entry_group_tag]
6361
// [END data_catalog_create_entry_group]
6462
};
6563

0 commit comments

Comments
 (0)