Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
775 changes: 388 additions & 387 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion sdk/redis/arm-rediscache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 8.1.0 (2024-05-14)

**Features**

- Interface RedisCommonProperties has a new optional parameter disableAccessKeyAuthentication
- Interface RedisCommonPropertiesRedisConfiguration has a new optional parameter notifyKeyspaceEvents
- Interface RedisCreateParameters has a new optional parameter disableAccessKeyAuthentication
- Interface RedisResource has a new optional parameter disableAccessKeyAuthentication
- Interface RedisUpdateParameters has a new optional parameter disableAccessKeyAuthentication


## 8.0.0 (2023-09-11)

**Features**
Expand Down Expand Up @@ -156,4 +167,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).

To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
2 changes: 1 addition & 1 deletion sdk/redis/arm-rediscache/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft
Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions sdk/redis/arm-rediscache/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "6ef4a4ab04df6cea16702dd935ac036509e6bd12",
"commit": "1dda2cc8d22a500dcf87e26ebcfe05cbc780f358",
"readme": "specification/redis/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\redis\\resource-manager\\readme.md --use=@autorest/[email protected].8 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/redis/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].8"
"release_tool": "@azure-tools/[email protected].8",
"use": "@autorest/typescript@^6.0.12"
}
29 changes: 10 additions & 19 deletions sdk/redis/arm-rediscache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for RedisManagementClient.",
"version": "8.0.0",
"version": "8.1.0",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -12,8 +12,8 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.12.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -32,20 +32,20 @@
"mkdirp": "^3.0.1",
"typescript": "~5.4.5",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/arm-network": "^32.2.0",
"ts-node": "^10.0.0",
"@types/mocha": "^10.0.0"
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -78,7 +78,6 @@
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
Expand Down Expand Up @@ -107,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redis/arm-rediscache",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-rediscache?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/redis/arm-rediscache"
}
5 changes: 5 additions & 0 deletions sdk/redis/arm-rediscache/review/arm-rediscache.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ export interface RedisCheckNameAvailabilityOptionalParams extends coreClient.Ope

// @public
export interface RedisCommonProperties {
disableAccessKeyAuthentication?: boolean;
enableNonSslPort?: boolean;
minimumTlsVersion?: TlsVersion;
publicNetworkAccess?: PublicNetworkAccess;
Expand Down Expand Up @@ -701,6 +702,7 @@ export interface RedisCommonPropertiesRedisConfiguration {
maxmemoryDelta?: string;
maxmemoryPolicy?: string;
maxmemoryReserved?: string;
notifyKeyspaceEvents?: string;
readonly preferredDataArchiveAuthMethod?: string;
preferredDataPersistenceAuthMethod?: string;
rdbBackupEnabled?: string;
Expand All @@ -719,6 +721,7 @@ export interface RedisCreateOptionalParams extends coreClient.OperationOptions {

// @public
export interface RedisCreateParameters {
disableAccessKeyAuthentication?: boolean;
enableNonSslPort?: boolean;
identity?: ManagedServiceIdentity;
location: string;
Expand Down Expand Up @@ -1016,6 +1019,7 @@ export type RedisRegenerateKeyResponse = RedisAccessKeys;
// @public
export interface RedisResource extends TrackedResource {
readonly accessKeys?: RedisAccessKeys;
disableAccessKeyAuthentication?: boolean;
enableNonSslPort?: boolean;
readonly hostName?: string;
identity?: ManagedServiceIdentity;
Expand Down Expand Up @@ -1050,6 +1054,7 @@ export interface RedisUpdateOptionalParams extends coreClient.OperationOptions {

// @public
export interface RedisUpdateParameters {
disableAccessKeyAuthentication?: boolean;
enableNonSslPort?: boolean;
identity?: ManagedServiceIdentity;
minimumTlsVersion?: TlsVersion;
Expand Down
6 changes: 3 additions & 3 deletions sdk/redis/arm-rediscache/src/lroImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ export function createLroSpec<T>(inputs: {
sendInitialRequest: () => sendOperationFn(args, spec),
sendPollRequest: (
path: string,
options?: { abortSignal?: AbortSignalLike }
options?: { abortSignal?: AbortSignalLike },
) => {
const { requestBody, ...restSpec } = spec;
return sendOperationFn(args, {
...restSpec,
httpMethod: "GET",
path,
abortSignal: options?.abortSignal
abortSignal: options?.abortSignal,
});
}
},
};
}
Loading