Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arcbox - ARM API update #3040

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Arcbox - ARM API update #3040

wants to merge 11 commits into from

Conversation

zaidmohd
Copy link
Contributor

This pull request updates various Azure resource definitions to use the latest API versions in multiple Bicep files. The changes ensure that the resources are created using the latest features and improvements available in Azure.

Key updates include:

Azure Resource API Version Updates

  • azure_jumpstart_arcbox/bicep/clientVm/clientVm.bicep:

    • Updated networkInterfaces to 2024-05-01.
    • Updated publicIPAddresses to 2024-05-01.
    • Updated disks to 2024-03-02.
    • Updated virtualMachines to 2024-07-01.
    • Updated virtualMachines/extensions to 2024-07-01.
  • azure_jumpstart_arcbox/bicep/kubernetes/aks.bicep:

    • Updated managedClusters to 2024-09-02-preview [1] [2].
  • azure_jumpstart_arcbox/bicep/kubernetes/ubuntuRancher.bicep:

    • Updated publicIPAddresses to 2024-05-01.
    • Updated networkInterfaces to 2024-05-01.
    • Updated virtualMachines to 2024-07-01.
    • Updated virtualMachines/extensions to 2024-07-01.
  • azure_jumpstart_arcbox/bicep/kubernetes/ubuntuRancherNodes.bicep:

    • Updated networkInterfaces to 2024-05-01.
    • Updated virtualMachines to 2024-07-01.
    • Updated virtualMachines/extensions to 2024-07-01.
  • azure_jumpstart_arcbox/bicep/mgmt/addsVm.bicep:

    • Updated networkInterfaces to 2024-05-01.
    • Updated publicIPAddresses to 2024-05-01.
    • Updated virtualMachines to 2024-07-01.
    • Updated virtualMachines/extensions to 2024-07-01.
    • Updated roleAssignments to 2022-04-01 [1] [2].
  • azure_jumpstart_arcbox/bicep/mgmt/mgmtArtifacts.bicep:

    • Updated virtualNetworks to 2024-05-01 [1] [2].
    • Updated virtualNetworkPeerings to 2024-05-01 [1] [2].
    • Updated networkSecurityGroups to 2024-05-01 [1] [2].
    • Updated bastionHosts to 2024-05-01.
    • Updated workspaces to 2023-09-01.
    • Updated vaults to 2024-04-01-preview.
    • Updated vaults/secrets to 2024-04-01-preview.
    • Updated policyAssignments to 2025-01-01.
  • azure_jumpstart_arcbox/bicep/mgmt/mgmtStagingStorage.bicep:

    • Updated storageAccounts to 2023-05-01.

Hello @zaidmohd,
Thank you for your pull request, A team member will review it soon. All pull requests are validated by the Arc Jumpstart team and must pass all validation checks before being merged. By submitting this pull request, you agree that your contributions will be licensed under the MIT license license and you confirm that you've read and will abide by our Code of Conduct.

@zaidmohd zaidmohd marked this pull request as draft March 10, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant