Skip to content

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented May 31, 2021

This PR removes duplicated discovery artifacts which are no longer being updated. I also created symbolic links for the following documents:

admin.datatransferv1.json -> admin.datatransfer_v1.json
admin.directoryv1.json -> admin.directory_v1.json
admin.reportsv1.json -> admin.reports_v1.json

I used the following code to test that the link is working correctly, for admin.datatransferv1.json as an example.

from googleapiclient.discovery import build
ad = build('admin', 'datatransferv1')
print('Built {}.{}'.format(ad._resourceDesc['name'], ad._resourceDesc['version']))

Fixes #1330 🦕

@parthea parthea requested review from a team and yoshi-approver as code owners May 31, 2021 11:58
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2021
@parthea parthea changed the title chore: delete duplicate discovery artifacts fix: delete duplicate discovery artifacts May 31, 2021
@parthea parthea force-pushed the delete-duplicate-artifacts branch from e8c49aa to 9c2203b Compare May 31, 2021 11:59
@parthea parthea added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 1, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 1, 2021
@parthea parthea added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Jun 2, 2021
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 2, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3c40524 into master Jun 2, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the delete-duplicate-artifacts branch June 2, 2021 09:50
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicated bundled discovery documents

3 participants