Skip to content

Conversation

@azure-sdk
Copy link
Collaborator

Configurations: 'specification/redis/resource-manager/Microsoft.Cache/Redis/tspconfig.yaml', API Version: 2024-11-01, SDK Release Type: stable, and CommitSHA: 'c6b8ccf2f40e20d281691eac653cb98c1ef60d49' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5505900 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

…/Redis/tspconfig.yaml', API Version: 2024-11-01, SDK Release Type: stable, and CommitSHA: 'c6b8ccf2f40e20d281691eac653cb98c1ef60d49' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5505900 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label Oct 28, 2025
@github-actions
Copy link

API Change Check

APIView identified API level changes in this PR and created the following API reviews

@azure/arm-rediscache

Comment on lines +4 to +7
export function serializeRecord(item: any, excludes?: string[], serializer?: (item: any) => any) {
excludes = excludes ?? [];
const res: any = {};
for (const key of Object.keys(item)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if item===undefined or null, get error:
Cannot convert undefined or null to object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants