Skip to content

Commit aa26831

Browse files
committed
Acrolinx edits
1 parent 457fa2d commit aa26831

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-arc/data/includes/azure-arc-data-preview-release.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The current test release published on September 13, 2022.
1919
|CRD names and version|`datacontrollers.arcdata.microsoft.com`: v1beta1, v1 through v6<br/>`exporttasks.tasks.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`kafkas.arcdata.microsoft.com`: v1beta1<br/>`monitors.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`sqlmanagedinstances.sql.arcdata.microsoft.com`: v1beta1, v1 through v6<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2, v1beta3<br/>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1<br/>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2, v1<br/>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2<br/>`sqlmanagedinstancereprovisionreplicatask.tasks.sql.arcdata.microsoft.com`: v1beta1<br/>|
2020
|Azure Resource Manager (ARM) API version|2022-03-01-preview (No change)|
2121
|`arcdata` Azure CLI extension version|1.4.6 ([Download](https://aka.ms/az-cli-arcdata-ext))|
22-
|Arc enabled Kubernetes helm chart extension version|1.10.0 (Note: this is a new versioning scheme starting from this release that follows the semantic versioning scheme of the container images.)|
22+
|Arc enabled Kubernetes helm chart extension version|1.10.0 (Note: This versioning scheme is new,starting from this release. The scheme follows the semantic versioning scheme of the container images.)|
2323
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.5.2 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.5.2 ([Download](https://aka.ms/ads-azcli-ext))|
2424

2525
New for this release:
@@ -29,18 +29,18 @@ New for this release:
2929
- Deleting an AD connector that is in use is now blocked. First remove all database instances that are using it and then remove the AD connector.
3030

3131
- Arc-enabled SQL managed instance
32-
- Added support for specifying multiple encryption types for AD connectors using the Azure CLI extension or Azure Portal.
32+
- Added support for specifying multiple encryption types for AD connectors using the Azure CLI extension or Azure portal.
3333

3434
- Arc-enabled PostgreSQL server
35-
- Removed Hyperscale/Citus scale out capabilities. Focus will be on providing a single node Postgres server service. All user experiences have had terms and concepts like 'Hyperscale', 'server groups', 'worker nodes', 'coordinator nodes', etc. removed. ** BREAKING CHANGE **
35+
- Removed Hyperscale/Citus scale-out capabilities. Focus will be on providing a single node Postgres server service. All user experiences have had terms and concepts like 'Hyperscale', 'server groups', 'worker nodes', 'coordinator nodes', etc. removed. ** BREAKING CHANGE **
3636
- The postgresql container image is based on [CBL-Mariner](https://github.com/microsoft/CBL-Mariner) base OS image.
37-
- Only PostgreSQL version 14 is supported for now. Versions 11 and 12 have been removed. Two new images are introduced: `arc-postgres-14` and `arc-postgresql-agent`. The `arc-postgres-11` and `arc-postgres-12` container images are removed going forward. If you use the container image sync script please get the latest once this [pull request](https://github.com/microsoft/azure_arc/pull/1340) has merged.
38-
- The postgresql CRD version has been updated to v1beta3. Some properties such as `workers` have been removed or changed. Please update any scripts or automation you have as needed to align to the new CRD schema. ** BREAKING CHANGE **
37+
- Only PostgreSQL version 14 is supported for now. Versions 11 and 12 have been removed. Two new images are introduced: `arc-postgres-14` and `arc-postgresql-agent`. The `arc-postgres-11` and `arc-postgres-12` container images are removed going forward. If you use the container image sync script, get the latest image once this [pull request](https://github.com/microsoft/azure_arc/pull/1340) has merged.
38+
- The postgresql CRD version has been updated to v1beta3. Some properties such as `workers` have been removed or changed. Update any scripts or automation you have as needed to align to the new CRD schema. **BREAKING CHANGE**
3939

4040
- `arcdata` Azure CLI extension
4141
- Columns for desiredVersion and runningVersion are added to the following commands: `az sql mi-arc list` and `kubectl get sqlmi` to easily compare what the runningVersion and desiredVersion are.
4242
- Added more details on available upgrades to the `az arcdata dc list-upgrades` command.
43-
- The command groujp `az postgres arc-server` is renamed to `az postgres server-arc`. ** BREAKING CHANGE **
43+
- The command group `az postgres arc-server` is renamed to `az postgres server-arc`. ** BREAKING CHANGE **
4444
- Some of the `az postgres server-arc` commands have changed to remove things like `--workers`. ** BREAKING CHANGE **
4545

4646

0 commit comments

Comments
 (0)