@azure-tools/typespec-azure-resource-manager 0.34.0-dev.4 → 0.34.0-dev.6

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.
@@ -383,7 +383,7 @@ op ArmResourceActionSync<
383
383
  ): ArmResponse<TResponse> | ErrorResponse;
384
384
 
385
385
  /**
386
- * A long-running resource action that returns no content.
386
+ * A long-running resource action that returns no content. DEPRECATED: Use 'ArmResourceActionNoResponseContentAsync' instead
387
387
  * @template TResource The resource being acted upon
388
388
  * @template TRequest The request model for the action
389
389
  * @template TBaseParameters Optional. Allows overriding the parameters for the operation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.34.0-dev.4",
3
+ "version": "0.34.0-dev.6",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",