A powerShell module building out on basic public cloud consumption.
Three areas of focus.
First on deploying basic VM infrastrucutre using templates.
Second on azure billing and usage consumption.
Third on graph API access query.
Add delay to consumption cmdlet due to API rate limits in Azure
Add cmdlets for Consumption API. Get-AzureReservedInstanceConsumption, Get-AzureMarketplaceConsumption, and Get-AzureEnrollmentConsumption. All require a user_impersonation accessToken. See Az Cli for such as az login -u user -p pass az account get-access-token
Update azure billing api to use invoke-restmethod.
Update Billing API to V3. Add Azure Reserve Instance billing function.
Add LogAnalytic write data functions.
Add OneDrive cmdlets for access through the Graph API.
Add Code Signing
Initial public release of working module for Azure public cloud