Skip to content

Commit ac02266

Browse files
committed
Configurations: 'specification/machinelearningservices/MachineLearningServices.Management/tspconfig.yaml', SDK Release Type: beta, and CommitSHA: '96406064213bc7e5ee56208866e698fa679e42e8' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6600501 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
1 parent 5f7c23a commit ac02266

1,066 files changed

Lines changed: 2840 additions & 2685 deletions

File tree

Some content is hidden

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

sdk/machinelearning/arm-machinelearning/CHANGELOG.md

Lines changed: 804 additions & 7 deletions
Large diffs are not rendered by default.

sdk/machinelearning/arm-machinelearning/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"apiVersions": {
3-
"Microsoft.MachineLearningServices": "2026-03-15-preview"
3+
"Microsoft.MachineLearningServices": "2026-05-15-preview"
44
},
5-
"emitterVersion": "0.55.0",
5+
"emitterVersion": "0.55.1",
66
"crossLanguageDefinitions": {
77
"CrossLanguagePackageId": "Microsoft.MachineLearningServices",
88
"CrossLanguageDefinitionId": {

sdk/machinelearning/arm-machinelearning/review/arm-machinelearning-browser.api.diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For the complete API surface, see the corresponding -node.api.md file.
4747
// @public
4848
export interface KeyVaultProperties {
4949
identityClientId?: string;
50-
@@ -7247,9 +7249,9 @@
50+
@@ -7249,9 +7251,9 @@
5151
export type ReferenceType = string;
5252

5353
// @public

sdk/machinelearning/arm-machinelearning/review/arm-machinelearning-node.api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5475,7 +5475,9 @@ export enum KnownVersions {
54755475
V20251201 = "2025-12-01",
54765476
V20260115Preview = "2026-01-15-preview",
54775477
V20260301 = "2026-03-01",
5478-
V20260315Preview = "2026-03-15-preview"
5478+
V20260315Preview = "2026-03-15-preview",
5479+
V20260501 = "2026-05-01",
5480+
V20260515Preview = "2026-05-15-preview"
54795481
}
54805482

54815483
// @public

sdk/machinelearning/arm-machinelearning/samples-dev/batchDeploymentsCreateOrUpdateSample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DefaultAzureCredential } from "@azure/identity";
88
* This sample demonstrates how to creates/updates a batch inference deployment (asynchronous).
99
*
1010
* @summary creates/updates a batch inference deployment (asynchronous).
11-
* x-ms-original-file: 2026-03-15-preview/Workspace/BatchDeployment/createOrUpdate.json
11+
* x-ms-original-file: 2026-05-15-preview/Workspace/BatchDeployment/createOrUpdate.json
1212
*/
1313
async function createOrUpdateWorkspaceBatchDeployment(): Promise<void> {
1414
const credential = new DefaultAzureCredential();

sdk/machinelearning/arm-machinelearning/samples-dev/batchDeploymentsDeleteSample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DefaultAzureCredential } from "@azure/identity";
88
* This sample demonstrates how to delete Batch Inference deployment (asynchronous).
99
*
1010
* @summary delete Batch Inference deployment (asynchronous).
11-
* x-ms-original-file: 2026-03-15-preview/Workspace/BatchDeployment/delete.json
11+
* x-ms-original-file: 2026-05-15-preview/Workspace/BatchDeployment/delete.json
1212
*/
1313
async function deleteWorkspaceBatchDeployment(): Promise<void> {
1414
const credential = new DefaultAzureCredential();

sdk/machinelearning/arm-machinelearning/samples-dev/batchDeploymentsGetSample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DefaultAzureCredential } from "@azure/identity";
88
* This sample demonstrates how to gets a batch inference deployment by id.
99
*
1010
* @summary gets a batch inference deployment by id.
11-
* x-ms-original-file: 2026-03-15-preview/Workspace/BatchDeployment/get.json
11+
* x-ms-original-file: 2026-05-15-preview/Workspace/BatchDeployment/get.json
1212
*/
1313
async function getWorkspaceBatchDeployment(): Promise<void> {
1414
const credential = new DefaultAzureCredential();

sdk/machinelearning/arm-machinelearning/samples-dev/batchDeploymentsListSample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DefaultAzureCredential } from "@azure/identity";
88
* This sample demonstrates how to lists Batch inference deployments in the workspace.
99
*
1010
* @summary lists Batch inference deployments in the workspace.
11-
* x-ms-original-file: 2026-03-15-preview/Workspace/BatchDeployment/list.json
11+
* x-ms-original-file: 2026-05-15-preview/Workspace/BatchDeployment/list.json
1212
*/
1313
async function listWorkspaceBatchDeployment(): Promise<void> {
1414
const credential = new DefaultAzureCredential();

sdk/machinelearning/arm-machinelearning/samples-dev/batchDeploymentsUpdateSample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DefaultAzureCredential } from "@azure/identity";
88
* This sample demonstrates how to update a batch inference deployment (asynchronous).
99
*
1010
* @summary update a batch inference deployment (asynchronous).
11-
* x-ms-original-file: 2026-03-15-preview/Workspace/BatchDeployment/update.json
11+
* x-ms-original-file: 2026-05-15-preview/Workspace/BatchDeployment/update.json
1212
*/
1313
async function updateWorkspaceBatchDeployment(): Promise<void> {
1414
const credential = new DefaultAzureCredential();

sdk/machinelearning/arm-machinelearning/samples-dev/batchEndpointsCreateOrUpdateSample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { DefaultAzureCredential } from "@azure/identity";
88
* This sample demonstrates how to creates a batch inference endpoint (asynchronous).
99
*
1010
* @summary creates a batch inference endpoint (asynchronous).
11-
* x-ms-original-file: 2026-03-15-preview/Workspace/BatchEndpoint/createOrUpdate.json
11+
* x-ms-original-file: 2026-05-15-preview/Workspace/BatchEndpoint/createOrUpdate.json
1212
*/
1313
async function createOrUpdateWorkspaceBatchEndpoint(): Promise<void> {
1414
const credential = new DefaultAzureCredential();

0 commit comments

Comments
 (0)