Skip to content

Commit 1a5067e

Browse files
committed
Merge branch 'main' into release-postgres-flexible
2 parents 0c91b71 + 1531349 commit 1a5067e

File tree

347 files changed

+6595
-3333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

347 files changed

+6595
-3333
lines changed

articles/active-directory-b2c/technicalprofiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The **InputClaim** element contains the following attributes:
249249
| --------- | -------- | ----------- |
250250
| ClaimTypeReferenceId | Yes | The identifier of a claim type. The claim is already defined in the claims schema section in the policy file or parent policy file. |
251251
| DefaultValue | No | A default value to use to create a claim if the claim indicated by ClaimTypeReferenceId doesn't exist so that the resulting claim can be used as an InputClaim element by the technical profile. |
252-
|AlwaysUseDefaultValue |No |Forces the use of the default value. |
252+
|AlwaysUseDefaultValue |Yes |Forces the use of the default value. |
253253
| PartnerClaimType | No | The identifier of the claim type of the external partner that the specified policy claim type maps to. If the PartnerClaimType attribute isn't specified, the specified policy claim type is mapped to the partner claim type of the same name. Use this property when your claim type name is different from the other party. An example is if the first claim name is *givenName*, while the partner uses a claim named *first_name*. |
254254

255255
## Display claims
32.1 KB
Loading
71.4 KB
Loading
69.6 KB
Loading
69.5 KB
Loading
51.9 KB
Loading
55.4 KB
Loading

articles/ai-services/document-intelligence/concept-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
101101

102102
::: moniker-end
103103

104-
::: moniker range=">=doc-intel-2.1.0"
104+
::: moniker range="doc-intel-2.1.0"
105105

106106
* Supported file formats: JPEG, PNG, PDF, and TIFF
107107
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.

articles/ai-studio/how-to/prompt-flow-tools/prompt-flow-tools-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table provides an index of tools in prompt flow. If existing tools
2222
| [Prompt](./prompt-tool.md) | Craft a prompt by using Jinja as the templating language. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
2323
| [Python](./python-tool.md) | Run Python code. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
2424
| [Vector Index Lookup](./vector-index-lookup-tool.md) | Search text or a vector-based query from a vector index. | Default | [promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/) |
25-
| [Content Safety (Text)](./content-safety-tool.md) | Use Azure AI Content Safety to detect harmful content. | Default | [promptflow-tools](https://pypi.org/project/promptflow-contentsafety/) |
25+
| [Content Safety (Text)](./content-safety-tool.md) | Use Azure AI Content Safety to detect harmful content. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
2626
| [Faiss Index Lookup](./faiss-index-lookup-tool.md) | Search a vector-based query from the Faiss index file. | Default | [promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/) |
2727
| [Vector DB Lookup](./vector-db-lookup-tool.md) | Search a vector-based query from an existing vector database. | Default | [promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/) |
2828
| [Embedding](./embedding-tool.md) | Use Azure Open AI embedding models to create an embedding vector that represents the input text. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |

articles/aks/certificate-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Microsoft maintains all certificates mentioned in this section, except for the c
5454
* Check the expiration date of the API server certificate using the following `curl` command.
5555

5656
```console
57-
curl https://{apiserver-fqdn} -k -v 2>&1 |grep expire
57+
curl https://{apiserver-fqdn} -k -v 2>&1 | grep expire
5858
```
5959

6060
### Check VMAS agent node certificate expiration date

0 commit comments

Comments
 (0)