Skip to content

Commit

Permalink
move release history to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo Santamaria Gomez committed Jan 22, 2020
1 parent d7b7af2 commit a43605e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
50 changes: 25 additions & 25 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,31 @@ Release History
* `az storage remove`: Change `--inlcude` and `--exclude` parameters to `--include-path`, `--include-pattern`, `--exclude-path` and`--exclude-pattern` parameters
* `az storage sync`: Add `--include-pattern`, `--exclude-path` and`--exclude-pattern` parameters

**ServiceFabric**

* Adding new commands to manage appliaction and services.
- sf application-type
- list
- delete
- show
- create
- sf application-type version
- list
- delete
- show
- create
- sf application
- list
- delete
- show
- create
- update
- sf service
- list
- delete
- show
- create

2.0.80
++++++

Expand Down Expand Up @@ -123,31 +148,6 @@ Release History
* Update azure-mgmt-storage version to 7.0.0 to use api version 2019-06-01
* Add new parameters `--enable-delete-retention` and `--delete-retention-days` to support managing delete retention policy for storage account blob-service-properties.

**ServiceFabric**

* Adding new commands to manage appliaction and services.
- sf application-type version
- list
- delete
- show
- create
- sf application-type
- list
- delete
- show
- create
- sf application
- list
- delete
- show
- create
- update
- sf service
- list
- delete
- show
- create

2.0.78
++++++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
az sf application delete -g testRG -c testCluster --application-name testApp
"""

helps['sf application-type'] = """
type: group
short-summary: Manage applications types and its versions running on an Azure Service Fabric cluster.
"""

helps['sf application-type'] = """
type: group
short-summary: Manage application types on an Azure Service Fabric cluster.
Expand Down

0 comments on commit a43605e

Please sign in to comment.