@azure-tools/typespec-azure-resource-manager 0.49.0-dev.6 → 0.49.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.
|
@@ -19,7 +19,7 @@ model Resource {
|
|
|
19
19
|
|
|
20
20
|
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
21
21
|
@visibility("read")
|
|
22
|
-
type?:
|
|
22
|
+
type?: armResourceType;
|
|
23
23
|
|
|
24
24
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
25
25
|
@visibility("read")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.49.0-dev.
|
|
3
|
+
"version": "0.49.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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@azure-tools/typespec-azure-core": "~0.48.0 || >=0.49.0-dev <0.49.0",
|
|
55
|
-
"@types/node": "~22.7.
|
|
55
|
+
"@types/node": "~22.7.9",
|
|
56
56
|
"@types/pluralize": "^0.0.33",
|
|
57
57
|
"@typespec/compiler": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
58
58
|
"@typespec/http": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"@typespec/openapi": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
61
61
|
"@typespec/rest": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
62
62
|
"@typespec/versioning": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
63
|
-
"@vitest/coverage-v8": "^2.1.
|
|
63
|
+
"@vitest/coverage-v8": "^2.1.5",
|
|
64
64
|
"@vitest/ui": "^2.1.2",
|
|
65
65
|
"c8": "^10.1.2",
|
|
66
66
|
"rimraf": "~6.0.1",
|
|
67
67
|
"typescript": "~5.6.3",
|
|
68
|
-
"vitest": "^2.1.
|
|
68
|
+
"vitest": "^2.1.5",
|
|
69
69
|
"@typespec/tspd": "~0.46.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|