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

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
  /**
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.12",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",