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
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|*No Changes*<br/>1.5.4 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.5.4 ([Download](https://aka.ms/ads-azcli-ext))|
24
24
25
25
New for this release:
26
-
<!--
27
26
- Arc data controller
28
-
-
29
-
-->
27
+
-Updates to TelemetryRouter implementation to include inbound and outbound TelemetryCollector layers alongside Kafka as a persistent buffer
28
+
- AD connector will now be upgraded when data controller is upgraded
30
29
31
30
- Arc-enabled SQL managed instance
32
31
- New reprovision replica task lets you rebuild a broken sql instance replica. For more information, see [Reprovision replica](#reprovision-replica).
32
+
- Edit Active Directory settings from the Azure portal
33
33
34
34
<!--
35
35
- Arc-enabled PostgreSQL server
@@ -38,6 +38,8 @@ New for this release:
38
38
-`arcdata` Azure CLI extension
39
39
- Columns for release information added to the following commands: `az sql mi-arc list` this makes it easy to see what instance may need to be updated.
40
40
- Alternately you can run `az arcdata dc list-upgrades'
41
+
- New command to list AD Connectors `az arcdata ad-connector list --k8s-namespace <namespace> --use-k8s`
42
+
- Az CLI Polling for AD Connector create/update/delete: This feature changes the default behavior of `az arcdata ad-connector create/update/delete` to hang and wait until the operation finishes. To override this behavior, the user has to use the `--no-wait` flag when invoking the command.
0 commit comments