@azure-tools/typespec-azure-resource-manager 0.44.0-dev.11 → 0.44.0-dev.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -515,7 +515,7 @@ model LocationResourceParameter {
515
515
  @minLength(1)
516
516
  @segment("locations")
517
517
  @key
518
- location: string;
518
+ location: azureLocation;
519
519
  }
520
520
 
521
521
  /**
@@ -295,13 +295,7 @@ op ArmResourcePatchAsync<
295
295
  > &
296
296
  Azure.Core.Foundations.RetryAfterHeader,
297
297
  Parameters extends {} = {}
298
- > is ArmCustomPatchAsync<
299
- Resource,
300
- ResourceUpdateModel<Resource, Properties>,
301
- BaseParameters,
302
- LroHeaders,
303
- Parameters
304
- >;
298
+ > is ArmCustomPatchAsync<Resource, Resource, BaseParameters, LroHeaders, Parameters>;
305
299
 
306
300
  /**
307
301
  * A long-running resource update using a custom PATCH payload (Asynchronous)
@@ -367,12 +361,7 @@ op ArmResourcePatchSync<
367
361
  Properties extends TypeSpec.Reflection.Model,
368
362
  BaseParameters = DefaultBaseParameters<Resource>,
369
363
  Parameters extends {} = {}
370
- > is ArmCustomPatchSync<
371
- Resource,
372
- ResourceUpdateModel<Resource, Properties>,
373
- BaseParameters,
374
- Parameters
375
- >;
364
+ > is ArmCustomPatchSync<Resource, Resource, BaseParameters, Parameters>;
376
365
 
377
366
  /**
378
367
  * A resource update using a custom PATCH payload (synchronous)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.44.0-dev.11",
3
+ "version": "0.44.0-dev.13",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",