Skip to content

Commit

Permalink
Zta add on for esri (#833)
Browse files Browse the repository at this point in the history
* initial check in

* adding file back after deletion

* initial updates

* updates

* add tier3 to zta

* initial check in

* adding file back after deletion

* initial updates

* updates

* add tier3 to zta

* UI updates

* initial check in

* adding file back after deletion

* initial updates

* updates

* add tier3 to zta

* initial check in

* adding file back after deletion

* initial updates

* add tier3 to zta

* UI updates

* latest updates for ZTA add-on

* test blue button

* encode url

* url

* test ui scehema

* button

* read me updates

* buttons tested

* removing license

* pipe in readme

* update folder

* GitHub Action: Build Bicep to JSON

* update readme

* readme update

* GitHub Action: Build Bicep to JSON

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Mike Dzikowski and github-actions authored Jan 31, 2024
1 parent 9d4eac8 commit 22a23ff
Show file tree
Hide file tree
Showing 40 changed files with 17,856 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/bicep/add-ons/Imaging/New-AzureZeroTrustImageTemplateSpec.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[CmdletBinding(SupportsShouldProcess)]
param (
[Parameter(Mandatory)]
[string]$TemplateSpecName,

[Parameter(Mandatory)]
[string]$Location,

[Parameter(Mandatory)]
[string]$ResourceGroupName
)

New-AzTemplateSpec `
-Name $TemplateSpecName `
-ResourceGroupName $ResourceGroupName `
-Version '1.0' `
-Location $Location `
-DisplayName "Zero Trust Image Template" `
-TemplateFile '.\solution.json' `
-UIFormDefinitionFile '.\uiDefinition.json' `
-Force
Loading

0 comments on commit 22a23ff

Please sign in to comment.