Skip to content

Commit

Permalink
Recreated changes from closed PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjoh committed Aug 10, 2023
1 parent 687551c commit 01c959b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Represents a summary of Azure Active Directory credential user registrations for
|tenantDisplayName|String|The display name for the managed tenant. Required. Read-only.|
|tenantId|String|The Azure Active Directory tenant identifier for the [managed tenant](../resources/managedtenants-tenant.md). Required. Read-only.|
|totalUserCount|Int32|The total number of users in the given managed tenant. Optional. Read-only.|
|tenantLicenseType|String|Indicates license type associated with tenant. Examples are: `AADFree`, `AADPremium1`, `AADPremium2`.|

## Relationships
None.
Expand Down
18 changes: 18 additions & 0 deletions changelog/Microsoft.MultiTenantPlatform.json
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,24 @@
"CreatedDateTime": "2021-12-06T23:54:12.684464Z",
"WorkloadArea": "Device and app management",
"SubArea": "Multi-tenant management"
},
{
"ChangeList": [
{
"Id": "6b0952c8-afd7-4a0e-a915-f200d946d36c",
"ApiChange": "Property",
"ChangedApiName": "tenantLicenseType",
"ChangeType": "Addition",
"Description": "Added the **tenantLicenseType** property to [credentialUserRegistrationsSummary](https://learn.microsoft.com/en-us/graph/api/resources/managedtenants-credentialUserRegistrationsSummary?view=graph-rest-beta) resource.",
"Target": "credentialUserRegistrationsSummary"
}
],
"Id": "6b0952c8-afd7-4a0e-a915-f200d946d36c",
"Cloud": "Prod",
"Version": "beta",
"CreatedDateTime": "2023-08-10T18:00:00.684464Z",
"WorkloadArea": "Device and app management",
"SubArea": "Multi-tenant management"
}
]
}

0 comments on commit 01c959b

Please sign in to comment.