Azure-Samples / kubernetes-offer-samples

Samples for creating an Azure Marketplace Kubernetes offer
MIT License
17 stars 27 forks source link

Set allowExisting for resource-group to be always true in CreateUiDef #8

Closed prasannajsns closed 1 year ago

prasannajsns commented 1 year ago

Purpose

Update CreateUiDef sample to recommend setting resourceGroup.allowExisting to be always true. This setting would allow using non-empty resource group for deployments

Also update the api version for AKS and extension resources to 2011-11-01

Does this introduce a breaking change?

[ ] Yes
[X ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X ] Documentation content changes
[ ] Other... Please describe: