Update tsp compiler to 1.0.0
#1085
Annotations
2 errors
|
Python 3.10 - Build
Process completed with exit code 1.
|
|
test/arm-resource.test.ts > arm resource parsing > validate arm resource template:
src/typespec-aaz/test/arm-resource.test.ts#L36
Error: Snapshot `arm resource parsing > validate arm resource template 1` mismatched
- Expected
+ Received
@@ -22,10 +22,13 @@
"description": "The name of the resource group. The name is case insensitive.",
"required": true
},
{
"type": "string",
+ "format": {
+ "minLength": 1
+ },
"name": "subscriptionId",
"description": "The ID of the target subscription. The value must be an UUID.",
"required": true
}
]
❯ test/arm-resource.test.ts:36:5
|