diff --git a/specification/resources/resource-manager/readme.md b/specification/resources/resource-manager/readme.md index 8e4badf718bd..14f6cd2150e8 100644 --- a/specification/resources/resource-manager/readme.md +++ b/specification/resources/resource-manager/readme.md @@ -31,6 +31,45 @@ openapi-type: arm tag: package-2017-05 ``` +### Tag: package-features-2015-12 +These settings apply only when `--tag=package-features-2015-12` is specified on the command line. + +``` yaml $(tag) == 'package-features-2015-12' +input-file: +- Microsoft.Features/2015-12-01/features.json +``` + +### Tag: package-locks-2016-09 +These settings apply only when `--tag=package-locks-2016-09` is specified on the command line. + +``` yaml $(tag) == 'package-locks-2016-09' +input-file: +- Microsoft.Authorization/2016-09-01/locks.json +``` + +### Tag: package-policy-2016-12 +These settings apply only when `--tag=package-policy-2016-12` is specified on the command line. + +``` yaml $(tag) == 'package-policy-2016-12' +input-file: +- Microsoft.Authorization/2016-12-01/policy.json +``` + +### Tag: package-resources-2017-05 +These settings apply only when `--tag=package-resources-2017-05` is specified on the command line. + +``` yaml $(tag) == 'package-resources-2017-05' +input-file: +- Microsoft.Resources/2017-05-10/resources.json +``` + +### Tag: package-subscriptions-2016-06 +These settings apply only when `--tag=package-subscriptions-2016-06` is specified on the command line. + +``` yaml $(tag) == 'package-subscriptions-2016-06' +input-file: +- Microsoft.Resources/2016-06-01/subscriptions.json +``` ### Tag: package-2017-05