AzureResourceStuff
1.0.5
Some of the interesting functions:
- Export-VariableToStorage - save PowerShell variable as XML file in Azure Blob storage
- Get-AzureResource - return resources for all or just selected Azure subscription(s)
- Get-AutomationVariable2 - get Automation variable
Some of the interesting functions:
- Export-VariableToStorage - save PowerShell variable as XML file in Azure Blob storage
- Get-AzureResource - return resources for all or just selected Azure subscription(s)
- Get-AutomationVariable2 - get Automation variable and convert it from CliXml string back to PS object
- Import-VariableFromStorage - download Azure Blob storage XML file and convert it back to the original PowerShell variable
- New-AzureAutomationModule - import new (or update existing) Azure Automation PSH module (including its dependencies)
- Set-AutomationVariable2 - save object as CliXml string to selected Automation variable
- Update-AzureAutomationModule
- ...
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2022 @AndrewZtrhgf. All rights reserved.
Package Details
Author(s)
- @AndrewZtrhgf
Tags
Azure AzureResourceStuff PowerShell Monitoring Audit Security Graph Runbook
Functions
Export-VariableToStorage Get-AutomationVariable2 Get-AzureResource Import-VariableFromStorage New-AzureAutomationModule Set-AutomationVariable2 Update-AzureAutomationModule
PSEditions
Dependencies
Release Notes
1.0.0
Initial release. Some functions are migrated from now deprecated AzureADStuff module, some are completely new.
1.0.1
EDIT
New-AzureAutomationModule - added support for prerelease modules
1.0.2
EDIT
New-AzureAutomationModule - removed support for 7.1 runtime because official Az commands don't support it either
ADDED
Update-AzureAutomationModule
1.0.3
ADDED
Export-VariableToStorage
Import-VariableFromStorage
1.0.4
ADDED
Get-AutomationVariable2
Set-AutomationVariable2
1.0.5
Added Core PSH support to the module manifest
FileList
- AzureResourceStuff.nuspec
- AzureResourceStuff.psd1
- AzureResourceStuff.psm1