autorest icon indicating copy to clipboard operation
autorest copied to clipboard

Handle recent change for tsp arm template

Open tadelesh opened this issue 1 year ago • 0 comments

  1. Deprecated: Use Azure.Core.armResourceIdentifier<AllowedResourceTypes> instead。
  2. @azure-tools/typespec-azure-resource-manager/arm-resource-name-pattern: The resource name parameter should be defined with a 'pattern' restriction. Decorate the "name" property in the resource definition using the @pattern decorator, with a regular expression indicating the allowed characters in the resource name.
  3. @azure-tools/typespec-azure-resource-manager/retry-after: For long-running operations, the Retry-After header indicates how long the client should wait before polling the operation status, please add this header to the 201 or 202 response for this operation.

tadelesh avatar Apr 07 '24 02:04 tadelesh