Azure / azure-linux-extensions

Linux Virtual Machine Extensions for Azure
Apache License 2.0
301 stars 251 forks source link

If VM does associated with single MSI, then don't force to provide in public setting #1929

Closed pankajosh closed 1 month ago

pankajosh commented 1 month ago

In last commit, it is forced to user for providing MSI id even VM associated with only one MSI. MSI must be provided if VM is associated with multiple identities. If VM associated with single identity providing MSI information in public setting is optional.

pankajosh commented 1 month ago

reverting changes for enforcing identity in ADE public setting. There is no need to provide identity for SKR if VM is associated with only one identity.