Skip to content

Commit

Permalink
CodeGen from PR 23327 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge bc21c3f463ef1cbaf7c79f20b97bfd0d38f2d5b9 into d0d161eb19d5efd1c3d23d47a5491a53f41cbd7c
  • Loading branch information
SDKAuto committed May 20, 2023
1 parent c4bed3a commit 4de7cf6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3469,10 +3469,10 @@ public MongoDBRoleDefinitionCreateOrUpdateContent() { }
public string RoleName { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.CosmosDB.Models.MongoDBRole> Roles { get { throw null; } }
}
public enum MongoDBRoleDefinitionType
public enum MongoDBRoleDefinitionType : long
{
BuiltInRole = 0,
CustomRole = 1,
BuiltInRole = (long)0,
CustomRole = (long)1,
}
public partial class MongoDBUserDefinitionCreateOrUpdateContent
{
Expand Down

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

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generate-model-factory: false
csharp: true
library-name: CosmosDB
namespace: Azure.ResourceManager.CosmosDB
require: https://github.com/Azure/azure-rest-api-specs/blob/c1bf995dbab472761ba4da53ed33c7b621ff8bd9/specification/cosmos-db/resource-manager/readme.md
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/cosmos-db/resource-manager/readme.md
tag: package-preview-2022-11
output-folder: $(this-folder)/Generated
clear-output-folder: true
Expand Down

0 comments on commit 4de7cf6

Please sign in to comment.