Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Oct 18, 2024
1 parent 7522d74 commit 16c0c54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions workload/arm/deploy-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "8936754153817869684"
"templateHash": "8514367717295350076"
},
"name": "AVD Accelerator - Baseline Deployment",
"description": "AVD Accelerator - Deployment Baseline",
Expand Down Expand Up @@ -30229,7 +30229,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "10966017454446351575"
"templateHash": "3813426440693373404"
},
"name": "AVD Accelerator - VMSS Flex",
"description": "Deploys a VMSS Flex without VM profile",
Expand Down Expand Up @@ -30257,7 +30257,7 @@
"count": {
"type": "int",
"metadata": {
"description": "Availablity Set count."
"description": "VMSS Flex count."
}
},
"useAvailabilityZones": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ param namePrefix string
@sys.description('Platform Fault Domain count.')
param platformFaultDomainCount int

@sys.description('Availablity Set count.')
@sys.description('VMSS Flex count.')
param count int

@sys.description('Use availability zones.')
Expand Down

0 comments on commit 16c0c54

Please sign in to comment.