PlagueHO / CosmosDB

PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
http://dscottraynsford.com
MIT License
152 stars 46 forks source link

Optimize module loading performance #484

Closed PlagueHO closed 2 months ago

PlagueHO commented 2 months ago

Pull Request

This PR picks up abandoned PR #414 . It chances the module so that it doesn't import the dependent Az.Resource and Az.Account modules if they aren't already loaded.


This change is Reviewable