elastic / cloud-sdk-go

Apache License 2.0
21 stars 46 forks source link

Change deployment-alias type to *string. #472

Closed gigerdo closed 5 months ago

gigerdo commented 5 months ago

The deployment-alias field has the following behavior:

So with the old spec, it wasn't possible to remove the alias after it was set, as due to omitempty an empty value is not added to the request. This is now possible.

Description

Related Issues

Motivation and Context

How Has This Been Tested?

Types of Changes

Readiness Checklist