Skip to content

Commit

Permalink
Generated from 625557507527436a72af79cd39668b2ec3afdda0
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/master' into ansar/ga-review2
  • Loading branch information
SDK Automation committed Jun 18, 2020
1 parent 32a683e commit 932d342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
15 changes: 5 additions & 10 deletions sdk/billing/arm-billing/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1585,34 +1585,29 @@ export interface BillingRoleAssignment extends Resource {
readonly createdByUserEmailAddress?: string;
/**
* The principal id of the user to whom the role was assigned.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly principalId?: string;
principalId?: string;
/**
* The principal tenant id of the user to whom the role was assigned.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly principalTenantId?: string;
principalTenantId?: string;
/**
* The ID of the role definition.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly roleDefinitionId?: string;
roleDefinitionId?: string;
/**
* The scope at which the role was assigned.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly scope?: string;
/**
* The authentication type.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly userAuthenticationType?: string;
userAuthenticationType?: string;
/**
* The email address of the user.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly userEmailAddress?: string;
userEmailAddress?: string;
}

/**
Expand Down
5 changes: 0 additions & 5 deletions sdk/billing/arm-billing/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2390,21 +2390,18 @@ export const BillingRoleAssignment: msRest.CompositeMapper = {
}
},
principalId: {
readOnly: true,
serializedName: "properties.principalId",
type: {
name: "String"
}
},
principalTenantId: {
readOnly: true,
serializedName: "properties.principalTenantId",
type: {
name: "String"
}
},
roleDefinitionId: {
readOnly: true,
serializedName: "properties.roleDefinitionId",
type: {
name: "String"
Expand All @@ -2418,14 +2415,12 @@ export const BillingRoleAssignment: msRest.CompositeMapper = {
}
},
userAuthenticationType: {
readOnly: true,
serializedName: "properties.userAuthenticationType",
type: {
name: "String"
}
},
userEmailAddress: {
readOnly: true,
serializedName: "properties.userEmailAddress",
type: {
name: "String"
Expand Down

0 comments on commit 932d342

Please sign in to comment.