@azure-tools/typespec-azure-resource-manager 0.28.0 → 0.29.0-dev.1
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/README.md +1 -1
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -258,7 +258,7 @@ using Azure.ResourceManager;
|
|
|
258
258
|
version: "2021-01-01-preview",
|
|
259
259
|
})
|
|
260
260
|
@doc("Contoso Resource Provider management API.")
|
|
261
|
-
@
|
|
261
|
+
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
|
|
262
262
|
namespace Microsoft.ContosoProviderHub;
|
|
263
263
|
|
|
264
264
|
interface Operations extends Azure.ResourceManager.Operations {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -42,30 +42,30 @@
|
|
|
42
42
|
"!dist/test/**"
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@typespec/compiler": "
|
|
46
|
-
"@azure-tools/typespec-azure-core": "
|
|
47
|
-
"@azure-tools/typespec-autorest": "
|
|
48
|
-
"@typespec/openapi": "
|
|
49
|
-
"@typespec/rest": "
|
|
50
|
-
"@typespec/http": "
|
|
51
|
-
"@typespec/versioning": "
|
|
45
|
+
"@typespec/compiler": ">=0.42.0",
|
|
46
|
+
"@azure-tools/typespec-azure-core": ">=0.28.0",
|
|
47
|
+
"@azure-tools/typespec-autorest": ">=0.28.0",
|
|
48
|
+
"@typespec/openapi": ">=0.42.0",
|
|
49
|
+
"@typespec/rest": ">=0.42.0",
|
|
50
|
+
"@typespec/http": ">=0.42.0",
|
|
51
|
+
"@typespec/versioning": ">=0.42.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@typespec/lint": "
|
|
54
|
+
"@typespec/lint": ">=0.42.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@typespec/compiler": "
|
|
58
|
-
"@typespec/openapi": "
|
|
59
|
-
"@azure-tools/typespec-azure-core": "
|
|
60
|
-
"@azure-tools/typespec-autorest": "
|
|
61
|
-
"@typespec/rest": "
|
|
62
|
-
"@typespec/http": "
|
|
63
|
-
"@typespec/versioning": "
|
|
57
|
+
"@typespec/compiler": ">=0.42.0",
|
|
58
|
+
"@typespec/openapi": ">=0.42.0",
|
|
59
|
+
"@azure-tools/typespec-azure-core": ">=0.28.0",
|
|
60
|
+
"@azure-tools/typespec-autorest": ">=0.28.0",
|
|
61
|
+
"@typespec/rest": ">=0.42.0",
|
|
62
|
+
"@typespec/http": ">=0.42.0",
|
|
63
|
+
"@typespec/versioning": ">=0.42.0",
|
|
64
64
|
"@types/mocha": "~10.0.0",
|
|
65
65
|
"@types/node": "~18.11.9",
|
|
66
|
-
"@typespec/eslint-config-typespec": "
|
|
67
|
-
"@typespec/library-linter": "
|
|
68
|
-
"@typespec/eslint-plugin": "
|
|
66
|
+
"@typespec/eslint-config-typespec": ">=0.6.0",
|
|
67
|
+
"@typespec/library-linter": ">=0.42.0",
|
|
68
|
+
"@typespec/eslint-plugin": ">=0.42.0",
|
|
69
69
|
"eslint": "^8.12.0",
|
|
70
70
|
"mocha": "~10.1.0",
|
|
71
71
|
"c8": "~7.12.0",
|