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
version,CHANGELOG
  • Loading branch information
PythonSdkPipelines authored and PythonSdkPipelines committed May 19, 2021
commit 3ac8518d3fc4517e7e7662ca04be4d5b7fffd1bc
12 changes: 12 additions & 0 deletions sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## 1.0.0b2 (2021-05-19)

**Features**

- Model ConnectedCluster has a new parameter system_data

**Breaking changes**

- Model ConnectedCluster no longer has parameter aad_profile
- Removed operation ConnectedClusterOperations.list_cluster_user_credentials
- Model ConnectedClusterPatch has a new signature

## 1.0.0b1 (2020-12-09)

This is beta preview version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "1.0.0b2"
2 changes: 1 addition & 1 deletion sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'azure.mgmt',
]),
install_requires=[
'msrest>=0.5.0',
'msrest>=0.6.21',
'azure-common~=1.1',
'azure-mgmt-core>=1.2.0,<2.0.0',
],
Expand Down