@azure-tools/typespec-azure-resource-manager 0.32.0-dev.6 → 0.32.0-dev.8
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/interfaces.tsp +0 -2
- package/package.json +1 -1
package/lib/interfaces.tsp
CHANGED
|
@@ -41,7 +41,6 @@ interface Operations {
|
|
|
41
41
|
* @template TBaseParameters The http parameters that are part of the request
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
|
-
|
|
45
44
|
@deprecated("Use Azure.ResourceManager.TrackedResourceOperations instead")
|
|
46
45
|
interface ResourceOperations<
|
|
47
46
|
TResource extends ArmResource,
|
|
@@ -59,7 +58,6 @@ interface ResourceOperations<
|
|
|
59
58
|
* @template TBaseParameters The http parameters that are part of the request
|
|
60
59
|
*
|
|
61
60
|
*/
|
|
62
|
-
|
|
63
61
|
interface TrackedResourceOperations<
|
|
64
62
|
TResource extends ArmResource,
|
|
65
63
|
TProperties extends TypeSpec.Reflection.Model,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.32.0-dev.
|
|
3
|
+
"version": "0.32.0-dev.8",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|