@azure-tools/typespec-azure-resource-manager 0.58.0-dev.0 → 0.58.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.
|
@@ -40,10 +40,12 @@ model PrivateLinkResourceProperties {
|
|
|
40
40
|
model PrivateLinkResourceListResult {
|
|
41
41
|
/** Array of private link resources */
|
|
42
42
|
@OpenAPI.extension("x-ms-identifiers", #["id"])
|
|
43
|
+
@items
|
|
43
44
|
value?: PrivateLinkResource[];
|
|
44
45
|
|
|
45
46
|
/** URL to get the next set of operation list results (if there are any). */
|
|
46
47
|
@visibility(Lifecycle.Read)
|
|
48
|
+
@nextLink
|
|
47
49
|
nextLink?: url;
|
|
48
50
|
}
|
|
49
51
|
//#region
|
|
@@ -59,10 +61,12 @@ model PrivateEndpointConnection extends Resource {
|
|
|
59
61
|
model PrivateEndpointConnectionListResult {
|
|
60
62
|
/** Array of private endpoint connections. */
|
|
61
63
|
@OpenAPI.extension("x-ms-identifiers", #["id"])
|
|
64
|
+
@items
|
|
62
65
|
value?: PrivateEndpointConnection[];
|
|
63
66
|
|
|
64
67
|
/** URL to get the next set of operation list results (if there are any). */
|
|
65
68
|
@visibility(Lifecycle.Read)
|
|
69
|
+
@nextLink
|
|
66
70
|
nextLink?: url;
|
|
67
71
|
}
|
|
68
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.58.0-dev.
|
|
3
|
+
"version": "0.58.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",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@azure-tools/typespec-azure-core": "^0.57.0 || >=0.58.0-dev <0.58.0",
|
|
56
|
-
"@types/node": "~
|
|
56
|
+
"@types/node": "~24.0.3",
|
|
57
57
|
"@types/pluralize": "^0.0.33",
|
|
58
58
|
"@typespec/compiler": "^1.1.0",
|
|
59
59
|
"@typespec/http": "^1.1.0",
|