@azure-tools/typespec-azure-core 0.40.0-dev.5 → 0.40.0-dev.6

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.
Files changed (2) hide show
  1. package/lib/models.tsp +11 -0
  2. package/package.json +1 -1
package/lib/models.tsp CHANGED
@@ -344,3 +344,14 @@ scalar ipV6Address extends string;
344
344
  #suppress "@azure-tools/typespec-autorest/invalid-format" "Foundation."
345
345
  @format("eTag")
346
346
  scalar eTag extends string;
347
+
348
+ /**
349
+ * Represents an Azure geography region where supported resource providers live.
350
+ *
351
+ * @example
352
+ *
353
+ * ```
354
+ * WestUS
355
+ * ```
356
+ */
357
+ scalar azureLocation extends string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.40.0-dev.5",
3
+ "version": "0.40.0-dev.6",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",