Symptoms

Autoconf.py script contains the "Office 365 Subscription Provisioning" resource which is set to unlimited value

# Application Services
self._create_application_service_resource_type('Office 365 Subscription Provisioning', 'subscriptions', 0, -1)


Based on documentation it should be set to 1.
https://docs.cloudblue.com/cbc/services/microsoft365/20.3/content/Providers-Guide/Creating-Service-Template-for-Recurring-Licenses-and-Add-ons.htm

Office 365 Subscription Provisioning. The resource limit must be set to 1.


Cause

Documentation bug APSA-23803 "'Office 365 Subscription Provisioning' resource has different value between autoconf and documentation". 

Resolution

Both limits are correct in terms of application behavior. Documentation page should be updated with the correct limit for a resource.