From 0231a7478aacf360d82dbb5a7ce62c4f1a5159e9 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Wed, 7 May 2025 16:39:56 -0400 Subject: [PATCH] Add support for VPC OAuth scope --- global.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.js b/global.js index 997beee..29ffef7 100644 --- a/global.js +++ b/global.js @@ -197,7 +197,8 @@ var oauthScopes = { "nodebalancers": "NodeBalancers", "object_storage": "Object Storage", "stackscripts": "StackScripts", - "volumes": "Volumes" + "volumes": "Volumes", + "vpc": "VPCs" }; // Make an HTTP DELETE request to the Linode API