Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated changelog and versioning
  • Loading branch information
iscai-msft committed Mar 4, 2019
commit ee6f92bcd85f4bfce14d6ae60a71421f1afc8243
12 changes: 12 additions & 0 deletions azure-mgmt-netapp/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Release History
===============

0.2.0 (2019-03-04)
++++++++++++++++++

**Breaking changes**

- The resource_group parameter in MountTargetsOperations.list has changed to resource_group_name
- The resource_group parameter in SnapshotsOperations.get has changed to resource_group_name
- The resource_group parameter in SnapshotsOperations.create has changed to resource_group_name
- The resource_group parameter in SnapshotsOperations.list has changed to resource_group_name
- The resource_group parameter in SnapshotsOperations.delete has changed to resource_group_name
- The resource_group parameter in SnapshotsOperations.update has changed to resource_group_name

0.1.0 (2018-01-02)
++++++++++++++++++

Expand Down
3 changes: 1 addition & 2 deletions azure-mgmt-netapp/azure/mgmt/netapp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0"

VERSION = "0.2.0"