Skip to content

Commit bad6f14

Browse files
Update _version.py (Azure#37176)
1 parent 548ea62 commit bad6f14

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/ml/azure-ai-ml/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 1.20.0 (unreleased)
3+
## 1.21.0 (unreleased)
4+
5+
## 1.20.0 (2024-09-10)
46

57
### Features Added
68
- When a workspace is created with `managed_network` enabled or has `public_network_access` set to disabled, the resources created with the workspace (Key Vault, Storage Account) will be set to have restricted network access settings. This is only applicable when the user does not specify existing resources.

sdk/ml/azure-ai-ml/azure/ai/ml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.20.0"
5+
VERSION = "1.21.0"

0 commit comments

Comments
 (0)