File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11- Fixed issue where Auth emulator sign in with Google only shows default tenant. (#6683 )
22- Prevent the use of pinTags + minInstances on the same function, as the features are not mutually compatible (#6684 )
3+ - Add force flag to delete backend (#6635 ).
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ export async function deleteBackend(
297297 location : string ,
298298 backendId : string
299299) : Promise < Operation > {
300- const name = `projects/${ projectId } /locations/${ location } /backends/${ backendId } ` ;
300+ const name = `projects/${ projectId } /locations/${ location } /backends/${ backendId } ?force=true ` ;
301301 const res = await client . delete < Operation > ( name ) ;
302302
303303 return res . body ;
You can’t perform that action at this time.
0 commit comments