Skip to content

Commit 857dba5

Browse files
authored
Merge pull request #207265 from MicrosoftDocs/release-arc-data
Stage for August release
2 parents d0131db + c60638a commit 857dba5

File tree

4 files changed

+50
-12
lines changed

4 files changed

+50
-12
lines changed

articles/azure-arc/data/deploy-active-directory-sql-managed-instance.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,24 +202,31 @@ To deploy an Azure Arc-enabled SQL Managed Instance for Azure Arc Active Directo
202202

203203
To support Active Directory authentication on SQL, the deployment specification uses the following fields:
204204

205+
### [Customer-managed keytab mode](#tab/customer-managed-keytab-mode)
206+
205207
- **Required** (For AD authentication)
206208
- `spec.security.activeDirectory.connector.name`
207209
Name of the pre-existing Active Directory connector custom resource to join for AD authentication. When provided, system will assume that AD authentication is desired.
208-
209-
### [Customer-managed keytab mode](#tab/customer-managed-keytab-mode)
210-
211210
- `spec.security.activeDirectory.accountName`
212211
Name of the Active Directory account for this managed instance.
213212
- `spec.security.activeDirectory.keytabSecret`
214213
Name of the Kubernetes secret hosting the pre-created keytab file by users. This secret must be in the same namespace as the managed instance. This parameter is only required for the AD deployment in customer-managed keytab mode.
214+
- `spec.services.primary.dnsName`
215+
You provide a DNS name for the primary SQL endpoint.
216+
- `spec.services.primary.port`
217+
You provide a port number for the primary SQL endpoint.
218+
219+
- **Optional**
220+
- `spec.security.activeDirectory.connector.namespace`
221+
Kubernetes namespace of the pre-existing Active Directory connector to join for AD authentication. When not provided, system will assume the same namespace as SQL.
215222

216223
### [System-managed keytab mode](#tab/system-managed-keytab-mode)
217224

225+
- **Required** (For AD authentication)
226+
- `spec.security.activeDirectory.connector.name`
227+
Name of the pre-existing Active Directory connector custom resource to join for AD authentication. When provided, system will assume that AD authentication is desired.
218228
- `spec.security.activeDirectory.accountName`
219229
Name of the Active Directory (AD) account for this SQL. This account will be automatically generated for this SQL by the system and must not exist in the domain before deploying SQL.
220-
221-
---
222-
223230
- `spec.services.primary.dnsName`
224231
You provide a DNS name for the primary SQL endpoint.
225232
- `spec.services.primary.port`
@@ -228,6 +235,10 @@ To support Active Directory authentication on SQL, the deployment specification
228235
- **Optional**
229236
- `spec.security.activeDirectory.connector.namespace`
230237
Kubernetes namespace of the pre-existing Active Directory connector to join for AD authentication. When not provided, system will assume the same namespace as SQL.
238+
- `spec.security.activeDirectory.encryptionTypes`
239+
List of Kerberos encryption types to allow for the automatically generated AD account provided in `spec.security.activeDirectory.accountName`. Accepted values are RC4, AES128 and AES256. It defaults to allow all encryption types when there is no value provided. You can disable RC4 by providing only AES128 and AES256 as encryption types.
240+
241+
---
231242

232243
### Prepare deployment specification for SQL Managed Instance for Azure Arc
233244

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ ms.topic: include
66
ms.date: 08/02/2022
77
---
88

9-
<!--At this time, a test or preview build is not available for the next release.-->
9+
At this time, a test or preview build is not available for the next release.
1010

11-
The current preview released on August 2, 2022.
11+
<!--
12+
13+
The current test release published on Month #, ####.
1214
1315
|Component|Value|
1416
|-----------|-----------|
@@ -27,3 +29,5 @@ New for this release:
2729
2830
- `arcdata` Azure CLI extension
2931
- The Azure CLI help text for the Arc data controller, Arc-enabled SQL Managed Instance, and Active Directory connector command groups has been updated to reflect new naming conventions. Indirect mode arguments are now referred to as "Kubernetes API - targeted" arguments, and direct mode arguments are now referred to as "Azure Resource Manager - targeted" arguments.
32+
-->
33+

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: mikeray
77
services: azure-arc
88
ms.service: azure-arc
99
ms.subservice: azure-arc-data
10-
ms.date: 06/14/2022
10+
ms.date: 08/02/2022
1111
ms.topic: conceptual
1212
ms.custom: references_regions, devx-track-azurecli, event-tier1-build-2022
1313
#Customer intent: As a data professional, I want to understand why my solutions would benefit from running with Azure Arc-enabled data services so that I can leverage the capability of the feature.
@@ -16,6 +16,18 @@ ms.custom: references_regions, devx-track-azurecli, event-tier1-build-2022
1616

1717
This article highlights capabilities, features, and enhancements recently released or improved for Azure Arc-enabled data services.
1818

19+
## August 9, 2022
20+
21+
New for this release:
22+
23+
## Arc-enabled SQL Managed Instance
24+
25+
- AES encryption can now be enabled for AD authentication.
26+
27+
## `arcdata` Azure CLI extension
28+
29+
- The Azure CLI help text for the Arc data controller, Arc-enabled SQL Managed Instance, and Active Directory connector command groups has been updated to reflect new naming conventions. Indirect mode arguments are now referred to as _Kubernetes API - targeted_ arguments, and direct mode arguments are now referred to as _Azure Resource Manager - targeted_ arguments.
30+
1931
## July 12, 2022
2032

2133
This release is published July 12, 2022

articles/azure-arc/data/version-log.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services: azure-arc
88
ms.service: azure-arc
99
ms.subservice: azure-arc-data
1010
ms.custom: event-tier1-build-2022
11-
ms.date: 6/14/2022
11+
ms.date: 08/02/2022
1212
ms.topic: conceptual
1313
#Customer intent: As a data professional, I want to understand what versions of components align with specific releases.
1414
---
@@ -17,14 +17,25 @@ ms.topic: conceptual
1717

1818
This article identifies the component versions with each release of Azure Arc-enabled data services.
1919

20+
## August 9, 2022
21+
22+
|Component|Value|
23+
|-----------|-----------|
24+
|Container images tag |`v1.10.0_2022-08-09`|
25+
|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<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/>|
26+
|Azure Resource Manager (ARM) API version|2022-03-01-preview (No change)|
27+
|`arcdata` Azure CLI extension version|1.4.5 ([Download](https://arcdataazurecliextension.blob.core.windows.net/stage/arcdata-1.4.5-py2.py3-none-any.whl)|
28+
|Arc enabled Kubernetes helm chart extension version|1.2.20381002|
29+
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.5.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/arc-1.5.0.vsix))</br>1.5.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/azcli-1.5.0.vsix)|
30+
2031
## July 12, 2022
2132

2233
|Component|Value|
2334
|-----------|-----------|
2435
|Container images tag |`v1.9.0_2022-07-12`|
2536
|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 v5<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2<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/>|
2637
|Azure Resource Manager (ARM) API version|2022-03-01-preview (No change)|
27-
|`arcdata` Azure CLI extension version|1.4.3 ([Download](https://aka.ms/az-cli-arcdata-ext))|
38+
|`arcdata` Azure CLI extension version|1.4.3 ([Download](https://arcdataazurecliextension.blob.core.windows.net/stage/arcdata-1.4.3-py2.py3-none-any.whl)|
2839
|Arc enabled Kubernetes helm chart extension version|1.2.20031002|
2940
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.3.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/arc-1.3.0.vsix))</br>1.3.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/azcli-1.3.0.vsix))|
3041

@@ -35,7 +46,7 @@ This article identifies the component versions with each release of Azure Arc-en
3546
|Container images tag |`v1.8.0_2022-06-14`|
3647
|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 v5<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2<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/>|
3748
|ARM API version|2022-03-01-preview (No change)|
38-
|`arcdata` Azure CLI extension version|1.4.2 ([Download](https://aka.ms/az-cli-arcdata-ext))|
49+
|`arcdata` Azure CLI extension version|1.4.2 ([Download](https://arcdataazurecliextension.blob.core.windows.net/stage/arcdata-1.4.2-py2.py3-none-any.whl)|
3950
|Arc enabled Kubernetes helm chart extension version|1.2.19831003|
4051
|Arc Data extension for Azure Data Studio|1.3.0 (No change)([Download](https://aka.ms/ads-arcdata-ext))|
4152

0 commit comments

Comments
 (0)