-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feat: bump version to 1.0.0b5 and update changelog #18
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,15 @@ Release History | |
|
||
1.0.0b5 | ||
+++++ | ||
* Add: Support yaml file for `az apic api register` command | ||
* Update: Update some command names, parameter names as well as related descriptions for better understanding. Please leverage `-h` option or refer Azure CLI reference doc to see full list of commands and parameters. | ||
* Update: Some parameters now have constraints to ensure valid values are provided. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @* Update: Introduction to parameter constraints to ensure that valid values are provided. |
||
* Update: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @blackchoey - Anything you wanted to add here? |
||
* Update: Minimum Azure CLI version requirement is updated to 2.57. | ||
* Fix: Various bug fixes for last preview version. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
* Remove: All portal commands as it should not be exposed to customers. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
* Remove: `--workspace-name` and `--terms-of-service` parameters are removed as they are not expected to be exposed. | ||
* Remove: `head` commands in each command group are removed. | ||
|
||
1.0.0b4 | ||
+++++ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blackchoey :
-h
option or refer Azure CLI reference doc to see full list of commands and parameters.