@azure-tools/typespec-azure-core 0.30.0-dev.24 → 0.30.0-dev.25
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.
- package/lib/operations.tsp +3 -3
- package/package.json +1 -1
package/lib/operations.tsp
CHANGED
|
@@ -416,7 +416,7 @@ op ResourceUpdate<
|
|
|
416
416
|
> is StandardResourceOperations.ResourceUpdate<TResource, Traits>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
|
-
*
|
|
419
|
+
* Operation signature to synchronously create a resource with a service-provided name.
|
|
420
420
|
* @template TResource The type of the resource.
|
|
421
421
|
* @template Traits Traits to apply to the operation.
|
|
422
422
|
*/
|
|
@@ -438,7 +438,7 @@ op LongRunningResourceCreateWithServiceProvidedName<
|
|
|
438
438
|
> is StandardResourceOperations.LongRunningResourceCreateWithServiceProvidedName<TResource, Traits>;
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
|
-
*
|
|
441
|
+
* Operation signature to retrieve a resource.
|
|
442
442
|
* @template TResource The type of the resource.
|
|
443
443
|
* @template Traits Traits to apply to the operation.
|
|
444
444
|
*/
|
|
@@ -449,7 +449,7 @@ op ResourceRead<
|
|
|
449
449
|
> is StandardResourceOperations.ResourceRead<TResource, Traits>;
|
|
450
450
|
|
|
451
451
|
/**
|
|
452
|
-
*
|
|
452
|
+
* Operation signature to delete a resource.
|
|
453
453
|
* @template TResource The type of the resource.
|
|
454
454
|
* @template Traits Traits to apply to the operation.
|
|
455
455
|
*/
|
package/package.json
CHANGED