Skip to content

Commit

Permalink
fixed bicep assets error (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Byers authored May 29, 2023
1 parent b4536f7 commit 15b60fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bicep/aksagentpool.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ param nodeLabels object = {}
param subnetId string

@description('The subnet the pods will use')
param podSubnetID string
param podSubnetID string = ''

@description('OS Type for the node pool')
@allowed(['Linux','Windows'])
Expand Down

0 comments on commit 15b60fd

Please sign in to comment.