Skip to content

azurerm_machine_learning_compute_cluster - subnet_resource_id does not have to be specified when node_public_ip_enabled is false #7556

azurerm_machine_learning_compute_cluster - subnet_resource_id does not have to be specified when node_public_ip_enabled is false

azurerm_machine_learning_compute_cluster - subnet_resource_id does not have to be specified when node_public_ip_enabled is false #7556

Workflow file for this run

---
name: Link Milestone
on:
pull_request_target:
branches: [main]
types: ['closed']
jobs:
link-milestone:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
go-version: '1.22.7'
- run: |
go install github.com/stephybun/link-milestone@latest
link-milestone
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}