issues
search
PowerShell
/
PSArm
PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates
MIT License
77
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Change README to state project is archived
#163
rjmholt
closed
3 years ago
0
Update conversion text - fixes #154
#162
kilasuit
opened
3 years ago
0
publish-PSArmTemplate fails to find diagnosticSettings resource
#161
prestonr83
opened
3 years ago
0
Converted AKS VMSS arm template example has `type` property that conflicts with alias
#160
SteveL-MSFT
opened
3 years ago
2
Converted AKS VMSS arm template example complains about property that doesn't exist
#159
SteveL-MSFT
opened
3 years ago
0
Fix ability for `ConvertFrom-ArmTemplate` to accept relative path (or wildcards)
#158
SteveL-MSFT
closed
3 years ago
4
Bring in Azure.Deployments.Core and convert to their object model
#157
rjmholt
opened
3 years ago
0
Use TemplateHelpers.ComputeTemplateHash from Azure.Deployments.Core to compute ARM template hashes
#156
rjmholt
opened
3 years ago
0
PSArm affecting help
#155
SteveL-MSFT
opened
3 years ago
7
Decomplile ARM template/bicep template to PSArm template
#154
kilasuit
opened
3 years ago
6
Child resources should pick up parent type and namespace
#153
rjmholt
opened
3 years ago
0
Make Arm block accept name positionally
#152
rjmholt
opened
3 years ago
0
Keywords with bodies should also accept a hashtable instead
#151
rjmholt
opened
3 years ago
0
Come up with a better concat/string interpolation strategy
#144
rjmholt
opened
3 years ago
4
Create a way to specify the nested template properly
#143
rjmholt
opened
3 years ago
3
Parameters in child templates must be hooked up to corresponding parent template parameters
#142
rjmholt
opened
3 years ago
0
Array usage is not PowerShell friendly
#141
rdbartram
opened
3 years ago
5
Variables definitions are made available to root template
#140
rdbartram
opened
3 years ago
2
Make available option to include outputs in root template
#139
rdbartram
opened
3 years ago
2
New example contribution for WVD
#138
fberson
closed
3 years ago
6
Rename Publish-PSArmTemplate to Build-PSArmTemplate
#137
rjmholt
opened
3 years ago
1
Expand path for template conversion
#136
rjmholt
opened
3 years ago
0
Build-PSArmTemplate Alias for Publish-PSArmTemplate
#135
JustinGrote
opened
3 years ago
19
ConvertFrom-ArmTemplate doesn't work with relative paths
#134
bjompen
opened
3 years ago
8
Give PSArm block an alias-free environment so property keywords work
#133
rjmholt
opened
3 years ago
1
Consider moving PSArm keyword aliases to wrapper functions
#132
rjmholt
opened
3 years ago
0
Add an option for Publish-PSArmTemplate to output a non-nested template
#130
rjmholt
opened
3 years ago
0
ARM keys/keywords that conflict with PowerShell keywords need a solution
#129
rjmholt
opened
3 years ago
0
Converting nested templates results in a doubly nested template
#128
rjmholt
opened
3 years ago
0
$schema entries in templates are serialised to PowerShell badly
#127
rjmholt
opened
3 years ago
0
Aliases should be removed for the duration of Arm blocks
#126
rjmholt
opened
3 years ago
0
Fix release signing being skipped by evaluating variable later
#125
rjmholt
closed
3 years ago
0
concat when called with constants should just output the concatenated value
#124
rjmholt
opened
3 years ago
0
Use jsonc in README
#123
rjmholt
closed
3 years ago
0
Fix template parameter reification, hashtable parameter conversion, tests and README
#122
rjmholt
closed
3 years ago
0
ARM parameter values that aren't literals should become template parameters
#121
rjmholt
closed
3 years ago
0
Fix signing now that module builds for two platforms
#120
rjmholt
closed
3 years ago
0
Add a changelog
#119
rjmholt
opened
3 years ago
0
Add more details in README
#118
rjmholt
closed
3 years ago
0
Fix ConvertFrom-ArmTemplate cmdlet rename and update module manifest to have explicit exports
#117
rjmholt
closed
3 years ago
0
ArmParser is missing functionality for ARM functions
#116
kilasuit
opened
3 years ago
1
Change ConvertFrom-PSArmJsonTemplate to ConvertFrom-ArmTemplate and Resource -Provider to Resource -Namespace
#115
rjmholt
closed
3 years ago
0
Conversion of PowerShell Script or CLI to PSARM Object
#114
kilasuit
opened
3 years ago
1
Adding License to fix #91
#113
kilasuit
closed
3 years ago
1
Add a validation test to ensure the assembly and module names and versions all align
#112
rjmholt
opened
3 years ago
0
Should ConvertFrom-PSArmJsonTemplate be called ConvertFrom-ArmTemplate?
#111
rjmholt
closed
3 years ago
3
Fix NullReferenceException with parameters
#110
rjmholt
closed
3 years ago
0
First cmdlet docs
#109
rjmholt
closed
3 years ago
0
Prepare repo for open-sourcing
#108
rjmholt
closed
3 years ago
3
Update README to reflect new state of PSArm
#107
rjmholt
closed
3 years ago
1
Next