Skip to content

Commit

Permalink
say that is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed Jan 19, 2023
1 parent 47b0bb9 commit b5574b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batch/batch/driver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ async def get_gsa_key(request, instance): # pylint: disable=unused-argument
return await asyncio.shield(get_gsa_key_1(instance))


# deprecated
@routes.get('/api/v1alpha/instances/credentials')
@activating_instances_only
async def get_credentials(request, instance): # pylint: disable=unused-argument
Expand Down

0 comments on commit b5574b9

Please sign in to comment.