Azure / Azure/template-specs

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

Open
#31 3 comments 0 reactions 0 assignees View on GitHub
enhancement needs upvote
Dominant language
No language data
Stars
31
Forks
9
PR merge metrics
No merged PRs in 30d

Description

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

E.g. if you do:

```powershell
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/...
...
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Get-AzTemplateSpec example in the issue and compare how Azure Shared Image Gallery handles notifications for newer versions. Determine the expected behavior for requesting an older TemplateSpec version and define what the response should show when a newer version exists. Done means the notification mechanism and its scope are agreed and documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, powershell
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.