Skip to content

Commit fb01c05

Browse files
gorandomPraveenkumar Ravikumar
andauthored
[Redis] Adding Managed Identity support (Azure#25973)
* generated code using redis 2021-06 * New tests and old test modification * adding and updating test records * updating sdk version * updating resource-manager and RP.props Co-authored-by: Praveenkumar Ravikumar <prravikumar@microsoft.com>
1 parent 3407ced commit fb01c05

36 files changed

+9305
-7775
lines changed

eng/mgmt/mgmtmetadata/redis_resource-manager.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/redis/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\azure-sdk-for-net\sdk
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redis/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
77
Autorest CSharp Version: 2.3.82
8-
2021-07-23 02:20:34 UTC
8+
2021-12-15 11:49:06 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
11-
Branch: master
12-
Commit: b20011746ef065a8ab6572045de9578c192f2ffd
11+
Branch: main
12+
Commit: 58891380ba22c3565ca884dee3831445f638b545
1313
AutoRest information
1414
Requested version: v2
15-
Bootstrapper version: autorest@2.0.4413
15+
Bootstrapper version: autorest@3.3.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>Cache_2020-12-01;</AzureApiTag>
4+
<AzureApiTag>Cache_2021-06-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/redis/Microsoft.Azure.Management.Redis/src/Generated/Models/ManagedServiceIdentity.cs

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/redis/Microsoft.Azure.Management.Redis/src/Generated/Models/ManagedServiceIdentityType.cs

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/redis/Microsoft.Azure.Management.Redis/src/Generated/Models/RedisCommonPropertiesRedisConfiguration.cs

Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)