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: articles/azure-arc/data/release-notes.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article highlights capabilities, features, and enhancements recently releas
21
21
22
22
### Image tag
23
23
24
-
`v1.16.0_2023-03-14`
24
+
`v1.17.0_2023-03-14`
25
25
26
26
For complete release version information, see [Version log](version-log.md#march-14-2023).
27
27
@@ -510,13 +510,12 @@ Install or update `arcdata` extension for `az` CLI to support directly connected
510
510
511
511
The following `sql` commands now support directly connected mode:
512
512
513
-
```console
514
-
az arcdata dc create
515
-
az arcdata dc delete
516
-
az sql mi-arc create
517
-
az sql mi-arc delete
518
-
```
519
-
513
+
```console
514
+
az arcdata dc create
515
+
az arcdata dc delete
516
+
az sql mi-arc create
517
+
az sql mi-arc delete
518
+
```
520
519
### Data controller
521
520
522
521
- Directly connected mode generally available
@@ -537,7 +536,6 @@ The following `sql` commands now support directly connected mode:
537
536
```
538
537
- New command - `az arcdata dc list-upgrades` shows the list of available upgrades from the currently deployed data controller.
539
538
540
-
541
539
You can continue to use `AZDATA_USERNAME` and `AZDATA_PASSWORD` environment variables as before. If you only provide `AZDATA_USERNAME` and `AZDATA_PASSWORD` then the deployment uses them for both the logs and metrics dashboards.
542
540
543
541
### Region availability
@@ -562,7 +560,6 @@ For complete list, see [Supported regions](overview.md#supported-regions).
562
560
- Resolved issue where the point in time restore operation did not respect configured time zone
563
561
- Restore to a point in time from Azure CLI or Azure Data Studio
564
562
565
-
566
563
### Known issues
567
564
568
565
#### Data controller upgrade
@@ -608,7 +605,6 @@ az arcdata sql mi-arc update
608
605
- When a pod is re-provisioned, SQL Managed Instance starts a new set of full backups for all databases.
609
606
- If your data controller is directly connected, before you can provision a SQL Managed Instance, you must upgrade your data controller to the most recent version first. Attempting to provision a SQL Managed Instance with a data controller imageVersion of `v1.0.0_2021-07-30` will not succeed.
610
607
611
-
612
608
##### Other limitations
613
609
614
610
- Transaction replication is currently not supported.
@@ -635,7 +631,6 @@ Use the following tools:
635
631
- [Insiders build of Azure Data Studio](https://github.com/microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main).
636
632
- [`arcdata` extension for Azure (`az`) CLI](install-arcdata-extension.md).
637
633
638
-
639
634
#### Data controller
640
635
641
636
- `az arcdata dc create` parameter named `--azure-subscription` has been changed to use the standard `--subscription` parameter.
@@ -739,7 +734,6 @@ Use the following tools:
739
734
- Portal does not show Azure Arc-enabled SQL Managed Instance resources created in the June release. Delete the SQL Managed Instance resources from the resource group list view. You may need to delete the custom location resource first.
740
735
741
736
##### Point-in-time restore(PITR) supportability and limitations:
742
-
743
737
- Doesn't support restore from one Azure Arc-enabled SQL Managed Instance to another Azure Arc-enabled SQL Managed Instance. The database can only be restored to the same Azure Arc-enabled SQL Managed Instance where the backups were created.
744
738
- Renaming a database is currently not supported, for point in time restore purposes.
745
739
- Currently there is no CLI command or an API to provide the allowed time window information for point-in-time restore. You can provide a time within a reasonable window, since the time the database was created, and if the timestamp is valid the restore would work. If the timestamp is not valid, the allowed time window will be provided via an error message.
@@ -837,7 +831,6 @@ This release introduces `az` CLI extensions for Azure Arc-enabled data services.
837
831
- From the Azure portal, you can now view the list of PostgreSQL extensions created on your PostgreSQL server.
838
832
- From the Azure portal, you can delete Azure Arc-enabled PostgreSQL server groups on a data controller that is directly connected to Azure.
839
833
840
-
841
834
#### Azure Arc-enabled SQL Managed Instance
842
835
843
836
- Automated backups are now enabled.
@@ -1101,3 +1094,4 @@ For instructions see [What are Azure Arc-enabled data services?](overview.md)
1101
1094
- [Create an Azure SQL Managed Instance on Azure Arc](create-sql-managed-instance.md) (requires creation of an Azure Arc data controller first)
1102
1095
- [Create an Azure Database for PostgreSQL server on Azure Arc](create-postgresql-server.md) (requires creation of an Azure Arc data controller first)
1103
1096
- [Resource providers for Azure services](../../azure-resource-manager/management/azure-services-resource-providers.md)
0 commit comments