Azure / template-specs

MIT License
31 stars 4 forks source link

Provide a mechanism to be notified of new versions of a particular TemplateSpec #31

Open alex-frankel opened 4 years ago

alex-frankel commented 4 years ago

Not sure if there is prior precedence from other versioned things in Azure like Shared Image Gallery.

E.g. if you do:

Get-AzTemplateSpec -Name ts-01 -Version 1.0 -ResourceGroupName rg01

You could get a response at the beginning like:

There is a new version of this TemplateSpec available: 2.0

Id               : /subscriptions/...
...
stuartko commented 4 years ago

We have some ambiguity about what constitutes the latest version. For the Portal UI, we're currently designating the version with the latest CreationTime as the "Latest Version". Do we think that'll be fine here as well?

alex-frankel commented 4 years ago

I think it'll be good to be consistent with how we do it in the portal