@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.
@@ -416,7 +416,7 @@ op ResourceUpdate<
416
416
  > is StandardResourceOperations.ResourceUpdate<TResource, Traits>;
417
417
 
418
418
  /**
419
- * Long-running operation signature to create a resource with a service-provided name.
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
- * Long-running operation signature to retrieve a resource.
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
- * Long-running operation signature to delete a resource.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.30.0-dev.24",
3
+ "version": "0.30.0-dev.25",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",