elastic / cloud-sdk-go

Apache License 2.0
21 stars 46 forks source link

fix(runtime): add billing to globalPath #420

Closed Dasio closed 1 year ago

Dasio commented 1 year ago

Billing path should be region-less

Description

I have just added billing to globaPath to return regionLess runtime.

Related Issues

Motivation and Context

I wanted to call GetCostsItemsByDeployment but I was getting the error

the requested operation requires a region but none has been set

How Has This Been Tested?

Types of Changes

Readiness Checklist

cla-checker-service[bot] commented 1 year ago

💚 CLA has been signed

Dasio commented 1 year ago

I have signed CLA, not sure how to re-trigger bot, or what is wrong EDIT: Okay, this comment fixed it

tobio commented 1 year ago

Thanks for the contribution @Dasio!

Dasio commented 1 year ago

Pipeline in master if failing, but I don't think it's related to this change