@azure-tools/typespec-azure-resource-manager 0.69.0-dev.0 → 0.69.0-dev.1
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.
|
@@ -9,7 +9,7 @@ using Azure.ResourceManager.Private;
|
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* List an extension resource at the given target scope
|
|
12
|
-
* @template TargetResource The target to list at, e.g. Extension.Subscription or Extension
|
|
12
|
+
* @template TargetResource The target to list at, e.g. Extension.Subscription or Extension.ManagementGroup or Extension.ResourceGroup
|
|
13
13
|
* @template ExtensionResource the resource being listed
|
|
14
14
|
* @template Parameters Optional. Additional parameters after the path parameters
|
|
15
15
|
* @template Response Optional. The success response for the list operation
|
|
@@ -144,7 +144,7 @@ op CreateOrUpdateAsync<
|
|
|
144
144
|
* @template TargetResource the target resource, e.g. Extension.Subscription or Extension.ManagementGroup or Extension.ResourceGroup
|
|
145
145
|
* @template ExtensionResource the resource being created or replaced
|
|
146
146
|
* @template Parameters Optional. Additional parameters after the path parameters
|
|
147
|
-
* @template Response Optional. The success response for the
|
|
147
|
+
* @template Response Optional. The success response for the createOrReplace operation
|
|
148
148
|
* @template Error Optional. The error response, if non-standard.
|
|
149
149
|
* @template OverrideResourceName Optional. Allows overriding the resource name for this scope in generated clients.
|
|
150
150
|
*/
|
|
@@ -121,7 +121,7 @@ interface RoutedOperations<
|
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* A long-running resource Update (PATCH)
|
|
124
|
-
* @template Resource the resource being
|
|
124
|
+
* @template Resource the resource being updated
|
|
125
125
|
* @template PatchModel the PATCH request model
|
|
126
126
|
* @template LroHeaders Optional. Allows overriding the lro headers returned on resource create
|
|
127
127
|
* @template Parameters Optional. Additional parameters after the path parameters
|
package/lib/operations.tsp
CHANGED
|
@@ -9,7 +9,7 @@ namespace Azure.ResourceManager;
|
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* A resource list operation, at the subscription scope
|
|
12
|
-
* @template Resource the resource being
|
|
12
|
+
* @template Resource the resource being listed
|
|
13
13
|
* @template Parameters Optional. Additional parameters after the path parameters
|
|
14
14
|
* @template Response Optional. The success response for the list operation
|
|
15
15
|
* @template Error Optional. The error response, if non-standard.
|
|
@@ -58,7 +58,7 @@ op ArmListBySubscriptionScope<
|
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* A resource list operation, at the scope of the resource's parent
|
|
61
|
-
* @template Resource the resource being
|
|
61
|
+
* @template Resource the resource being listed
|
|
62
62
|
* @template BaseParameters Optional. Allows overriding the operation parameters
|
|
63
63
|
* @template ParentName Optional. The name of the parent resource
|
|
64
64
|
* @template ParentFriendlyName Optional. The friendly name of the parent resource
|
|
@@ -92,7 +92,7 @@ op ArmResourceListByParent<
|
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* A resource list operation, with scope determined by BaseParameters
|
|
95
|
-
* @template Resource the resource being
|
|
95
|
+
* @template Resource the resource being listed
|
|
96
96
|
* @template BaseParameters Optional. Allows overriding the operation parameters
|
|
97
97
|
* @template Parameters Optional. Additional parameters after the path parameters
|
|
98
98
|
* @template Response Optional. The success response for the list operation
|
|
@@ -276,7 +276,7 @@ op ArmResourceCreateOrUpdateSync<
|
|
|
276
276
|
* @template Resource the resource being created or replaced
|
|
277
277
|
* @template BaseParameters Optional. Allows overriding the operation parameters
|
|
278
278
|
* @template Parameters Optional. Additional parameters after the path parameters
|
|
279
|
-
* @template Response Optional. The success response for the
|
|
279
|
+
* @template Response Optional. The success response for the createOrReplace operation
|
|
280
280
|
* @template Error Optional. The error response, if non-standard.
|
|
281
281
|
* @template Provider Optional. The provider namespace model for the resource.
|
|
282
282
|
*/
|
|
@@ -283,7 +283,7 @@ interface PrivateEndpoints<
|
|
|
283
283
|
* @template OverrideResourceName Optional. The name of the private endpoint connection resource being operated on.
|
|
284
284
|
*/
|
|
285
285
|
@autoRoute
|
|
286
|
-
@doc("Update a {name PrivateEndpointConnection
|
|
286
|
+
@doc("Update a {name} PrivateEndpointConnection", ParentResource)
|
|
287
287
|
@builtInResourceOperation(ParentResource, Resource, "update", OverrideResourceName)
|
|
288
288
|
@Private.enforceConstraint(ParentResource, Foundations.Resource)
|
|
289
289
|
@patch(#{ implicitOptionality: false })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.69.0-dev.
|
|
3
|
+
"version": "0.69.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|