You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azure-cli/HISTORY.rst
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ Release History
25
25
* Adding api-version to all requests
26
26
* Upgrading SDK Version to 1.0.0
27
27
28
+
**AppService**
29
+
30
+
* Added "webapp config access-restriction show | set | add | remove"
31
+
* az webapp up updated for better error-handling
32
+
* az appservice plan update support Isolated SKU
33
+
28
34
**ARM**
29
35
30
36
* az deployment create: Add --handle-extended-json-format parameter to support multiline and comments in json template.
@@ -38,6 +44,10 @@ Release History
38
44
* Update galleries API version to 2019-07-01.
39
45
* vm create: Add --workspace to enable log analytics workspace automatically.
40
46
47
+
**IoT**
48
+
49
+
* Fix #2116: Unexpected 'az iot hub show' error for resource not found.
50
+
41
51
**Monitor**
42
52
43
53
* az monitor log-analytics workspace: Support CRUD for Azure log analytics workspace.
@@ -70,12 +80,6 @@ Release History
70
80
* Add `--load-balancer-managed-outbound-ip-count`, `--load-balancer-outbound-ips` and `--load-balancer-outbound-ip-prefixes` to `az aks update` command, which allows for updating load balancer profile of an AKS cluster with SLB.
71
81
* Add `--vm-set-type` to `az aks create` command, which allows to specify vm types of an AKS Cluster (vmas or vmss).
72
82
73
-
**AppService**
74
-
75
-
* Added "webapp config access-restriction show | set | add | remove"
76
-
* az webapp up updated for better error-handling
77
-
* az appservice plan update support Isolated SKU
78
-
79
83
**ARM**
80
84
81
85
* az group deployment create: Add --handle-extended-json-format to support multiline and comments in json template
@@ -100,10 +104,6 @@ Release History
100
104
101
105
* Fix the endpoint help text to refer to the right parameter (namely, to point to parameter `--endpoint` rather than `--endpoint-type` in event subscription commands).
102
106
103
-
**IoT**
104
-
105
-
* Fix #2116: Unexpected 'az iot hub show' error for resource not found.
106
-
107
107
**Key Vault**
108
108
109
109
* Fix #8840: When using tenant domain name in `az login -t`, `keyvault create` fails. Tenant domain name is now resolved to GUID if it is not.
0 commit comments