-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for version specification in Azure Group-level Conf…
…ig (#170) * feat: add support for version specification in Azure Group-level Configuration, update docs * Update azure.mdx typo * Update azure.mdx
- Loading branch information
1 parent
eec5608
commit d968123
Showing
3 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Added support for specifying `version` in [Azure Group-level Configuration](/docs/configuration/azure#group-level-configuration) when using [Serverless Inference Endpoints](/docs/configuration/azure#serverless-inference-endpoints) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
date: 2024/11/25 | ||
title: ⚙️ Config v1.1.8 | ||
--- | ||
|
||
import { ChangelogHeader } from '@/components/changelog/ChangelogHeader' | ||
import Content from '@/components/changelog/content/config_v1.1.8.mdx' | ||
|
||
<ChangelogHeader /> | ||
|
||
--- | ||
|
||
<Content /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters