diff --git a/specification/resources/resource-manager/readme.md b/specification/resources/resource-manager/readme.md index bbf4732e39b2..4b870756fc2d 100644 --- a/specification/resources/resource-manager/readme.md +++ b/specification/resources/resource-manager/readme.md @@ -26,7 +26,7 @@ These are the global settings for the Resource API. ``` yaml openapi-type: arm -tag: package-changes-2022-05 +tag: package-subscriptions-2022-12 ``` ``` yaml $(package-privatelinks) @@ -50,7 +50,7 @@ tag: package-resources-2022-09 ``` ``` yaml $(package-subscriptions) -tag: package-subscriptions-2021-01 +tag: package-subscriptions-2022-12 ``` ``` yaml $(package-links) @@ -194,7 +194,6 @@ input-file: - Microsoft.Authorization/stable/2017-04-01/locks.json ``` - ### Tag: package-preview-2020-08 These settings apply only when `--tag=package-preview-2020-08` is specified on the command line. @@ -204,6 +203,15 @@ input-file: - Microsoft.Solutions/preview/2020-08-21-preview/managedapplications.json ``` +### Tag: package-subscriptions-2022-12 + +These settings apply only when `--tag=package-subscriptions-2022-12` is specified on the command line. + +``` yaml $(tag) == 'package-subscriptions-2022-12' +input-file: +- Microsoft.Resources/stable/2022-12-01/subscriptions.json +``` + ### Tag: package-subscriptions-2021-01 @@ -214,7 +222,6 @@ input-file: - Microsoft.Resources/stable/2021-01-01/subscriptions.json ``` - ### Tag: package-deploymentscripts-2020-10 These settings apply only when `--tag=package-deploymentscripts-2020-10` is specified on the command line. @@ -949,7 +956,7 @@ directive: - '$.paths["/{scope}/providers/Microsoft.Resources/tags/default"].put' - '$.paths["/{scope}/providers/Microsoft.Resources/tags/default"].patch' - '$.paths["/{scope}/providers/Microsoft.Resources/tags/default"].get' - reason: The tags API does not support system data + reason: The tags API does not support system data ``` ---