DeployConfigurationParameters interface
Deploy Tenant Configuration Contract.
Properties
| branch | The name of the Git branch from which the configuration is to be deployed to the configuration database. |
| force | The value enforcing deleting subscriptions to products that are deleted in this update. |
Property Details
branch
The name of the Git branch from which the configuration is to be deployed to the configuration database.
branch?: string
Property Value
string
force
The value enforcing deleting subscriptions to products that are deleted in this update.
force?: boolean
Property Value
boolean