Skip to content

Commit

Permalink
CodeGen from PR 17447 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Swagger correctness fix : add zonal-configuration property (Azure#17447)

Co-authored-by: Priyankar Gupta <priyagupta@microsoft.com>
  • Loading branch information
SDKAuto and Priyankar Gupta committed Feb 3, 2022
1 parent 53d112b commit 20d303c
Show file tree
Hide file tree
Showing 13 changed files with 361 additions and 77 deletions.
82 changes: 39 additions & 43 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 17 additions & 11 deletions sdk/redis/arm-rediscache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Release History

## 6.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 6.1.0 (2022-02-03)

**Features**

- Added Interface ManagedServiceIdentity
- Added Interface UserAssignedIdentity
- Added Type Alias ManagedServiceIdentityType
- Interface RedisCommonPropertiesRedisConfiguration has a new optional parameter preferredDataArchiveAuthMethod
- Interface RedisCommonPropertiesRedisConfiguration has a new optional parameter preferredDataPersistenceAuthMethod
- Interface RedisCommonPropertiesRedisConfiguration has a new optional parameter zonalConfiguration
- Interface RedisCreateParameters has a new optional parameter identity
- Interface RedisUpdateParameters has a new optional parameter identity
- Type Alias RedisResource has a new parameter identity
- Added Enum KnownManagedServiceIdentityType


## 6.0.0 (2021-12-10)

The package of @azure/arm-rediscache is using our next generation design principles since version 6.0.0, which contains breaking changes.
Expand Down
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) 2021 Microsoft
Copyright (c) 2022 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
6 changes: 3 additions & 3 deletions sdk/redis/arm-rediscache/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "76f8e0c50629ef12aa338d55782278ceca46212a",
"commit": "fba79b52c6cedf8ded0fe1e93a202bb79eb44eb4",
"readme": "specification/redis/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/redis/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211130.1",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/redis/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20211130.1"
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
Loading

0 comments on commit 20d303c

Please sign in to comment.