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

Use latest Deployment model to remove unnecessary dependency on version #7

Merged
merged 1 commit into from
May 16, 2023

Conversation

PerfectChaos
Copy link
Collaborator

Just like with RGs, use the azure.mgmt.resource generic set of models (which just uses the set from the latest version available) instead of a specific model for Deployment creation because otherwise we depend on a specific minimum version (where we haven't declared a specific dependency), despite not actually using any version-specific properties.

@PerfectChaos PerfectChaos changed the base branch from main to add-aosm-extension May 16, 2023 17:02
@PerfectChaos PerfectChaos merged commit c80ced8 into add-aosm-extension May 16, 2023
@PerfectChaos PerfectChaos deleted the chaos/generaldeploymodel branch May 16, 2023 17:13
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