@azure-tools/typespec-azure-resource-manager 0.67.0 → 0.67.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.
|
@@ -233,7 +233,7 @@ model CustomAzureProxyResource<isResource extends valueof boolean = false>
|
|
|
233
233
|
@doc("A generic Azure Resource Manager resource type.")
|
|
234
234
|
@Private.genericResourceInternal
|
|
235
235
|
@Http.Private.includeInapplicableMetadataInPayload(false)
|
|
236
|
-
model GenericResource<Properties
|
|
236
|
+
model GenericResource<Properties, PropertiesOptional extends valueof boolean = true>
|
|
237
237
|
extends Foundations.Resource {
|
|
238
238
|
@doc("The resource-specific properties for this resource.")
|
|
239
239
|
@Azure.ResourceManager.Private.armResourcePropertiesOptionality(PropertiesOptional)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"vitest": "^4.1.0",
|
|
66
66
|
"@azure-tools/typespec-azure-core": "^0.67.0",
|
|
67
67
|
"@typespec/compiler": "^1.11.0",
|
|
68
|
+
"@typespec/library-linter": "^0.81.0",
|
|
68
69
|
"@typespec/http": "^1.11.0",
|
|
69
70
|
"@typespec/rest": "^0.81.0",
|
|
70
71
|
"@typespec/tspd": "^0.74.1",
|
|
71
|
-
"@typespec/
|
|
72
|
-
"@typespec/versioning": "^0.81.0"
|
|
73
|
-
"@typespec/openapi": "^1.11.0"
|
|
72
|
+
"@typespec/openapi": "^1.11.0",
|
|
73
|
+
"@typespec/versioning": "^0.81.0"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"clean": "rimraf ./dist ./temp",
|