@azure-tools/typespec-azure-resource-manager 0.48.0-dev.5 → 0.48.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.
@@ -8,6 +8,7 @@ namespace Azure.ResourceManager.CommonTypes;
8
8
  model PrivateEndpoint {
9
9
  /** The resource identifier for private endpoint */
10
10
  @visibility("read")
11
+ @typeChangedFrom(CommonTypes.Versions.v4, string)
11
12
  id?: Azure.Core.armResourceIdentifier<[
12
13
  {
13
14
  type: "Microsoft.Network/privateEndpoints";
package/lib/responses.tsp CHANGED
@@ -106,7 +106,7 @@ model ArmOperationStatus<
106
106
  @key
107
107
  @path
108
108
  @segment("operationStatuses")
109
- id: Azure.Core.uuid;
109
+ id: string;
110
110
 
111
111
  /** The name of the operationStatus resource */
112
112
  @visibility("read")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.48.0-dev.5",
3
+ "version": "0.48.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",