We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, hcloud primary-ip create does not allow setting the auto_delete property.
hcloud primary-ip create
auto_delete
The text was updated successfully, but these errors were encountered:
feat(primary-ip): allow setting auto-delete on create (#860)
b6aecb3
Closes #855
chore(main): release 1.48.0 (#867)
0ea077a
🤖 I have created a release *beep* *boop* --- ## [1.48.0](v1.47.0...v1.48.0) (2024-10-25) ### Features * allow auto-completing context flag ([#861](#861)) ([7495b14](7495b14)) * **primary-ip:** allow setting auto-delete on create ([#860](#860)) ([b6aecb3](b6aecb3)), closes [#855](#855) ### Bug Fixes * **image:** only use numerical IDs for label auto-completion ([#865](#865)) ([1d10d92](1d10d92)) * **primary-ip:** labels ignored in create command ([#885](#885)) ([7a17174](7a17174)), closes [#883](#883) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
phm07
Successfully merging a pull request may close this issue.
Right now,
hcloud primary-ip create
does not allow setting theauto_delete
property.The text was updated successfully, but these errors were encountered: