Skip to content

Commit 6ebd9e8

Browse files
authored
Merge pull request #276221 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ae250c7 + 5ab9e07 commit 6ebd9e8

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

articles/ai-services/document-intelligence/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ landingContent:
3535
url: whats-new.md
3636
- linkListType: reference
3737
links:
38-
- text: 🆕 SDK overview ```2023-10-31-preview``` (preview)
38+
- text: 🆕 SDK overview `2024-02-29-preview` (v4.0 preview)
3939
url: sdk-overview-v4-0.md
40-
- text: SDK overview ```2023-07-31``` latest (GA)
40+
- text: SDK overview `2023-07-31` latest (v3.1 GA)
4141
url: sdk-overview-v3-1.md
42-
- text: SDK overview ```2022-08-31``` legacy (GA)
42+
- text: SDK overview `2022-08-31` legacy (v3.0 GA)
4343
url: sdk-overview-v3-0.md
4444

4545
#Card 2

articles/ai-services/translator/custom-translator/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: overview
1111
---
1212
# What is Custom Translator?
1313

14-
Custom Translator is a feature of the Microsoft Translator service, which enables enterprises, app developers, and language service providers to build customized neural machine translation (NMT) systems. The customized translation systems seamlessly integrate into existing applications, workflows, and websites.
14+
Custom Translator is a feature of the [Azure AI Translator](../translator-overview.md) service, which enables enterprises, app developers, and language service providers to build customized neural machine translation (NMT) systems. The customized translation systems seamlessly integrate into existing applications, workflows, and websites.
1515

1616
Translation systems built with [Custom Translator](https://portal.customtranslator.azure.ai) are available through Microsoft Translator [Microsoft Translator Text API V3](../reference/v3-0-translate.md?tabs=curl), the same cloud-based, secure, high performance system powering billions of translations every day.
1717

articles/azure-resource-manager/bicep/bicep-import.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ This article describes the syntax you use to export and import shared functional
1212

1313
## Exporting types, variables and functions (Preview)
1414

15-
> [!NOTE]
16-
> [Bicep CLI version 0.23.X or higher](./install.md) is required to use this feature. The experimental feature `compileTimeImports` must be enabled from the [Bicep config file](./bicep-config.md#enable-experimental-features). For user-defined functions, the experimental feature `userDefinedFunctions` must also be enabled.
17-
1815
The `@export()` decorator is used to indicate that a given statement can be imported by another file. This decorator is only valid on type, variable and function statements. Variable statements marked with `@export()` must be compile-time constants.
1916

2017
The syntax for exporting functionality for use in other Bicep files is:
@@ -26,9 +23,6 @@ The syntax for exporting functionality for use in other Bicep files is:
2623

2724
## Import types, variables and functions (Preview)
2825

29-
> [!NOTE]
30-
> [Bicep CLI version 0.23.X or higher](./install.md) is required to use this feature. The experimental feature `compileTimeImports` must be enabled from the [Bicep config file](./bicep-config.md#enable-experimental-features). For user-defined functions, the experimental feature `userDefinedFunctions` must also be enabled.
31-
3226
The syntax for importing functionality from another Bicep file is:
3327

3428
```bicep

articles/storage/container-storage/container-storage-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Feature support depends on which backing storage option you select. The followin
5151

5252
| **Feature** | **Local NVMe** | **Local SSD** | **Azure Disks** | **Azure Elastic SAN** |
5353
|-------------|----------------|---------------|-----------------|-------------------------------|
54-
| Storage pool expansion/resize | Supported | Supported | Not supported | Not supported |
54+
| Storage pool expansion/resize | Supported | Supported | Supported | Not supported |
5555
| Replication | Supported | Not supported | Natively supported | Natively supported |
5656
| Resource consumption | Supported | Supported | Supported | Preview |
5757
| SSE/CMK | Not supported | Not supported | Supported | Preview |

0 commit comments

Comments
 (0)