@azure-tools/typespec-azure-resource-manager 0.51.0-dev.6 → 0.51.0-dev.7

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.
@@ -144,7 +144,7 @@ model PrivateLinkResourceParameter<Segment extends valueof string = "privateLink
144
144
  /** The name of the private link associated with the Azure resource. */
145
145
  @path
146
146
  @TypeSpec.Rest.segment(Segment)
147
- @key("privateLinkResourcenName")
147
+ @key("privateLinkResourceName")
148
148
  name: string;
149
149
  }
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.51.0-dev.6",
3
+ "version": "0.51.0-dev.7",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",