Socket
Socket
Sign inDemoInstall

@azure/arm-cognitiveservices

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/arm-cognitiveservices - npm Package Compare versions

Comparing version 7.5.0-alpha.20240513.1 to 7.5.0-alpha.20240906.2

14

CHANGELOG.md

@@ -5,3 +5,3 @@ # Release History

**Features**
### Features Added

@@ -43,3 +43,3 @@ - Added operation group Models

**Features**
### Features Added

@@ -115,7 +115,7 @@ - Added operation CommitmentPlans.beginCreateOrUpdateAssociation

**Features**
### Features Added
- Exposes `getContinuationToken` helper function to extract continuation token
**Bugs Fixed**
### Bugs Fixed

@@ -126,3 +126,3 @@ - A series of small bug fixs relevant to authentication and apiVersion policy

**Features**
### Features Added

@@ -145,3 +145,3 @@ - Added Interface Account

**Features**
### Features Added

@@ -153,3 +153,3 @@ - Enum KnownDeploymentScaleType has a new value Standard

**Features**
### Features Added

@@ -156,0 +156,0 @@ - Added operation Accounts.listModels

@@ -1,2 +0,1 @@

/// <reference lib="esnext.asynciterable" />
export { getContinuationToken } from "./pagingHelper";

@@ -3,0 +2,0 @@ export * from "./models";

@@ -17,3 +17,7 @@ /*

const recorderOptions = {
envSetupForPlayback: replaceableVariables
envSetupForPlayback: replaceableVariables,
removeCentralSanitizers: [
"AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section
"AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section
],
};

@@ -20,0 +24,0 @@ export const testPollingOptions = {

@@ -17,3 +17,7 @@ /*

const recorderOptions = {
envSetupForPlayback: replaceableVariables
envSetupForPlayback: replaceableVariables,
removeCentralSanitizers: [
"AZSDK3493", // .name in the body is not a secret and is listed below in the beforeEach section
"AZSDK3430", // .id in the body is not a secret and is listed below in the beforeEach section
],
};

@@ -20,0 +24,0 @@ export const testPollingOptions = {

@@ -6,3 +6,3 @@ {

"description": "A generated SDK for CognitiveServicesManagementClient.",
"version": "7.5.0-alpha.20240513.1",
"version": "7.5.0-alpha.20240906.2",
"engines": {

@@ -34,3 +34,3 @@ "node": ">=18.0.0"

"mkdirp": "^3.0.1",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"uglify-js": "^3.4.9",

@@ -37,0 +37,0 @@ "rimraf": "^5.0.5",

@@ -10,3 +10,3 @@ /*

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.

@@ -13,0 +13,0 @@ import { AbortSignalLike } from "@azure/abort-controller";

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.43.2"
"packageVersion": "7.47.7"
}
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc