Skip to content

Commit

Permalink
remove vm profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrat2005 committed Sep 9, 2024
1 parent d3c0b3f commit 023d506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/avm.res.azure-stack-hci.cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ on:
env:
modulePath: "avm/res/azure-stack-hci/cluster"
workflowPath: ".github/workflows/avm.res.azure-stack-hci.cluster.yml"
localToken_AZURESTACKHCI_AZURESTACKHCIAPPID: ${{ secrets.AZURESTACKHCI_AZURESTACKHCIAPPID }}
localToken_AZURESTACKHCI_AZURESTACKHCISPOBJECTID: ${{ secrets.AZURESTACKHCI_AZURESTACKHCISPOBJECTID }}
localToken_AZURESTACKHCI_AZURESTACKHCISPSECRET: ${{ secrets.AZURESTACKHCI_AZURESTACKHCISPSECRET }}
localToken_AZURESTACKHCI_AZURESTACKHCIRPSPID: ${{ secrets.AZURESTACKHCI_AZURESTACKHCIRPSPID }}

concurrency:
group: ${{ github.workflow }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ resource proxyVMSSFlex 'Microsoft.Compute/virtualMachineScaleSets@2024-03-01' =
location: location
zones: ['1', '2', '3']
properties: {
virtualMachineProfile: {}
orchestrationMode: 'Flexible'
platformFaultDomainCount: 1
}
Expand Down Expand Up @@ -210,7 +209,6 @@ resource hciHostVMSSFlex 'Microsoft.Compute/virtualMachineScaleSets@2024-03-01'
location: location
zones: ['1', '2', '3']
properties: {
virtualMachineProfile: {}
orchestrationMode: 'Flexible'
platformFaultDomainCount: 1
}
Expand Down

0 comments on commit 023d506

Please sign in to comment.