@azure-tools/typespec-azure-resource-manager 0.33.0-dev.3 → 0.33.0-dev.5
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 +1 -1
- package/package.json +4 -2
package/lib/operations.tsp
CHANGED
|
@@ -156,7 +156,7 @@ alias ArmTagsPatchAsync<
|
|
|
156
156
|
TResource extends ArmResource,
|
|
157
157
|
TProperties extends {} = TagsUpdateModel<TResource>,
|
|
158
158
|
TBaseParameters = BaseParameters<TResource>
|
|
159
|
-
> = ArmCustomPatchAsync<TResource,
|
|
159
|
+
> = ArmCustomPatchAsync<TResource, TagsUpdateModel<TResource>, TBaseParameters>;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
162
|
* A long-running resource update using the items from the resource marked with visibility "update"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.33.0-dev.
|
|
3
|
+
"version": "0.33.0-dev.5",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"@typespec/eslint-config-typespec": "~0.46.0 || >=0.47.0-dev <0.47.0",
|
|
67
67
|
"@typespec/library-linter": "~0.46.0 || >=0.47.0-dev <0.47.0",
|
|
68
68
|
"@typespec/eslint-plugin": "~0.46.0 || >=0.47.0-dev <0.47.0",
|
|
69
|
+
"@typespec/tspd": "~0.46.0 || >=0.47.0-dev <0.47.0",
|
|
69
70
|
"eslint": "^8.42.0",
|
|
70
71
|
"mocha": "~10.2.0",
|
|
71
72
|
"mocha-junit-reporter": "~2.2.0",
|
|
@@ -82,6 +83,7 @@
|
|
|
82
83
|
"test": "mocha",
|
|
83
84
|
"test-official": "c8 mocha --forbid-only --reporter mocha-multi-reporters",
|
|
84
85
|
"lint": "eslint . --ext .ts --max-warnings=0",
|
|
85
|
-
"lint:fix": "eslint . --fix --ext .ts"
|
|
86
|
+
"lint:fix": "eslint . --fix --ext .ts",
|
|
87
|
+
"regen-docs": "tspd doc . --enable-experimental --output-dir ../../docs/libraries/azure-resource-manager/reference"
|
|
86
88
|
}
|
|
87
89
|
}
|