Force generation of non-preferred admin APIs

This commit adds `admin:datatransfer_v1` and `admin:directory_v1` to the
generate script.
This commit is contained in:
Google APIs 2017-08-25 13:17:06 -07:00
parent 2dd396ce6e
commit f93e0a00f0
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ URLS=(https://content.googleapis.com/discovery/v1/apis/appsmarket/v2/rest \
https://content.googleapis.com/discovery/v1/apis/compute/beta/rest \
https://developers.google.com/my-business/samples/mybusiness_google_rest_v3.json \
https://monitoring.googleapis.com/\$discovery/rest?version=v3 \
https://www.googleapis.com/discovery/v1/apis/admin/datatransfer_v1/rest \
https://www.googleapis.com/discovery/v1/apis/admin/directory_v1/rest
)
echo 'a' | bundle exec bin/generate-api gen generated --from_discovery=true --names_out=$DIR/api_names_out.yaml --url=${URLS[*]}