Repository metrics
- Stars
- (1,390 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, in our docs we do not show which version of CLI was used when some script was written.
This may lead to problems when someone tries one of our scripts with latest version of CLI. Some things could already changed and some options could already be deprecated. Of course it would be best if we would keep our scripts inline with latest major version but it is a lot of work and we may still just miss something.
in the Microsoft Adoption sample gallery this info is shown
It's kept in the sample.json in which we store all sample metadata
It would be best if we could also show this on our docs also coming from the sample.json asset so we won't need to maintain the version in two places.