From 2a81a849d2e919ae9a12d531be6d87704869c60b Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 30 Jun 2020 02:48:42 +0000 Subject: [PATCH] Update from master --- .../Generated/Models/BillingRoleAssignment.cs | 23 ++++++++++--------- .../SdkInfo_BillingManagementClient.cs | 11 --------- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/Models/BillingRoleAssignment.cs b/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/Models/BillingRoleAssignment.cs index fa0945df65406..bf9622e9c4518 100644 --- a/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/Models/BillingRoleAssignment.cs +++ b/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/Models/BillingRoleAssignment.cs @@ -101,23 +101,24 @@ public BillingRoleAssignment() public string CreatedByUserEmailAddress { get; private set; } /// - /// Gets the principal id of the user to whom the role was assigned. + /// Gets or sets the principal id of the user to whom the role was + /// assigned. /// [JsonProperty(PropertyName = "properties.principalId")] - public string PrincipalId { get; private set; } + public string PrincipalId { get; set; } /// - /// Gets the principal tenant id of the user to whom the role was - /// assigned. + /// Gets or sets the principal tenant id of the user to whom the role + /// was assigned. /// [JsonProperty(PropertyName = "properties.principalTenantId")] - public string PrincipalTenantId { get; private set; } + public string PrincipalTenantId { get; set; } /// - /// Gets the ID of the role definition. + /// Gets or sets the ID of the role definition. /// [JsonProperty(PropertyName = "properties.roleDefinitionId")] - public string RoleDefinitionId { get; private set; } + public string RoleDefinitionId { get; set; } /// /// Gets the scope at which the role was assigned. @@ -126,16 +127,16 @@ public BillingRoleAssignment() public string Scope { get; private set; } /// - /// Gets the authentication type. + /// Gets or sets the authentication type. /// [JsonProperty(PropertyName = "properties.userAuthenticationType")] - public string UserAuthenticationType { get; private set; } + public string UserAuthenticationType { get; set; } /// - /// Gets the email address of the user. + /// Gets or sets the email address of the user. /// [JsonProperty(PropertyName = "properties.userEmailAddress")] - public string UserEmailAddress { get; private set; } + public string UserEmailAddress { get; set; } } } diff --git a/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/SdkInfo_BillingManagementClient.cs b/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/SdkInfo_BillingManagementClient.cs index 7d4bd0cdd4668..8b3c30035787b 100644 --- a/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/SdkInfo_BillingManagementClient.cs +++ b/sdk/billing/Microsoft.Azure.Management.Billing/src/Generated/SdkInfo_BillingManagementClient.cs @@ -40,16 +40,5 @@ public static IEnumerable> ApiInfo_BillingManageme }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/billing/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\ansar\\Documents\\GitHub\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "e83bb3392a13e1bb0b2c2cbdf4597d0a0edde49d"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -