We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a895fcc commit b70b295Copy full SHA for b70b295
providers/ms365/resources/ms365.lr
@@ -217,6 +217,7 @@ private microsoft.user.licenseDetail @defaults("skuId skuPartNumber") {
217
servicePlans []microsoft.user.licenseDetail.servicePlanInfo
218
}
219
220
+// Contains information about a service plan associated with a subscribed SKU
221
private microsoft.user.licenseDetail.servicePlanInfo @defaults("appliesTo provisioningStatus servicePlanName") {
222
// The object the service plan can be assigned to. The possible values are: User or Company
223
appliesTo string
0 commit comments