in src/AzureSqlResourceManager.ts [36:40]
private constructor(resourceAuthorizer: IAuthorizer) {
// making the constructor private, so that object initialization can only be done by the class factory GetResourceManager
this._authorizer = resourceAuthorizer;
this._restClient = new AzureRestClient(resourceAuthorizer);
}