Skip to content

Commit 9a12d73

Browse files
Merge pull request #231037 from MikeRayMSFT/docs-editor/release-notes-1678984704
Update image tag
2 parents 3f1f671 + 977a62b commit 9a12d73

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

articles/azure-arc/data/release-notes.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article highlights capabilities, features, and enhancements recently releas
2121

2222
### Image tag
2323

24-
`v1.16.0_2023-03-14`
24+
`v1.17.0_2023-03-14`
2525

2626
For complete release version information, see [Version log](version-log.md#march-14-2023).
2727

@@ -510,13 +510,12 @@ Install or update `arcdata` extension for `az` CLI to support directly connected
510510

511511
The following `sql` commands now support directly connected mode:
512512

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+
```
520519
### Data controller
521520

522521
- Directly connected mode generally available
@@ -537,7 +536,6 @@ The following `sql` commands now support directly connected mode:
537536
```
538537
- New command - `az arcdata dc list-upgrades` shows the list of available upgrades from the currently deployed data controller.
539538

540-
541539
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.
542540

543541
### Region availability
@@ -562,7 +560,6 @@ For complete list, see [Supported regions](overview.md#supported-regions).
562560
- Resolved issue where the point in time restore operation did not respect configured time zone
563561
- Restore to a point in time from Azure CLI or Azure Data Studio
564562

565-
566563
### Known issues
567564

568565
#### Data controller upgrade
@@ -608,7 +605,6 @@ az arcdata sql mi-arc update
608605
- When a pod is re-provisioned, SQL Managed Instance starts a new set of full backups for all databases.
609606
- 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.
610607

611-
612608
##### Other limitations
613609

614610
- Transaction replication is currently not supported.
@@ -635,7 +631,6 @@ Use the following tools:
635631
- [Insiders build of Azure Data Studio](https://github.com/microsoft/azuredatastudio#try-out-the-latest-insiders-build-from-main).
636632
- [`arcdata` extension for Azure (`az`) CLI](install-arcdata-extension.md).
637633

638-
639634
#### Data controller
640635

641636
- `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:
739734
- 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.
740735

741736
##### Point-in-time restore(PITR) supportability and limitations:
742-
743737
- 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.
744738
- Renaming a database is currently not supported, for point in time restore purposes.
745739
- 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.
837831
- From the Azure portal, you can now view the list of PostgreSQL extensions created on your PostgreSQL server.
838832
- From the Azure portal, you can delete Azure Arc-enabled PostgreSQL server groups on a data controller that is directly connected to Azure.
839833

840-
841834
#### Azure Arc-enabled SQL Managed Instance
842835

843836
- Automated backups are now enabled.
@@ -1101,3 +1094,4 @@ For instructions see [What are Azure Arc-enabled data services?](overview.md)
11011094
- [Create an Azure SQL Managed Instance on Azure Arc](create-sql-managed-instance.md) (requires creation of an Azure Arc data controller first)
11021095
- [Create an Azure Database for PostgreSQL server on Azure Arc](create-postgresql-server.md) (requires creation of an Azure Arc data controller first)
11031096
- [Resource providers for Azure services](../../azure-resource-manager/management/azure-services-resource-providers.md)
1097+

0 commit comments

Comments
 (0)