@azure-tools/typespec-azure-resource-manager 0.32.0-dev.1 → 0.32.0-dev.2

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.
@@ -44,14 +44,15 @@ model SubscriptionIdParameter {
44
44
  }
45
45
 
46
46
  /**
47
- * The default subscriptionId parameter type.
47
+ * The default location parameter type.
48
48
  */
49
- @doc("The default subscriptionId parameter type.")
49
+ @doc("The default location parameter type.")
50
50
  model LocationParameter {
51
51
  @path
52
52
  @minLength(1)
53
53
  @segment("locations")
54
54
  @doc("The location name.")
55
+ @armCommonParameter("LocationParameter")
55
56
  @resourceParameterBaseFor([ResourceHome.Location])
56
57
  location: string;
57
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.32.0-dev.1",
3
+ "version": "0.32.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",