Skip to content

Commit a2b8290

Browse files
version upgrade and baseline tests (#18877)
## Description <!-- Provide a 1-2 sentence description of your change --> ## Example Usage <!-- Provide example usage if you are making syntax or CLI changes. Provide screenshots if you are making changes to editor user experience. Delete this section if it doesn't apply to your change. --> ## Checklist - [ ] I have read and adhere to the [contribution guide](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md). ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/18877) --------- Co-authored-by: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com>
1 parent 1c19b04 commit a2b8290

File tree

12 files changed

+4159
-3606
lines changed

12 files changed

+4159
-3606
lines changed

src/Bicep.Core.IntegrationTests/Files/ExtensionRegistryTests/http/types/index.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
}
66
},
77
"resourceFunctions": {},
8+
"namespaceFunctions": [],
89
"settings": {
910
"name": "http",
1011
"version": "1.2.3",
1112
"isSingleton": false,
1213
"isPreview": false,
13-
"isDeprecated": false,
14-
"configurationType": null
15-
},
16-
"fallbackResourceType": null
14+
"isDeprecated": false
15+
}
1716
}

src/Bicep.Core.IntegrationTests/Files/ExtensionRegistryTests/http/types/v1/types.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,10 @@
1919
]
2020
},
2121
{
22-
"$type": "StringType",
23-
"sensitive": null,
24-
"minLength": null,
25-
"maxLength": null,
26-
"pattern": null
22+
"$type": "StringType"
2723
},
2824
{
29-
"$type": "IntegerType",
30-
"minValue": null,
31-
"maxValue": null
25+
"$type": "IntegerType"
3226
},
3327
{
3428
"$type": "AnyType"
@@ -72,21 +66,15 @@
7266
"flags": 2,
7367
"description": "The parsed request body."
7468
}
75-
},
76-
"additionalProperties": null,
77-
"sensitive": null
69+
}
7870
},
7971
{
8072
"$type": "ResourceType",
8173
"name": "request@v1",
8274
"body": {
8375
"$ref": "#/6"
8476
},
85-
"functions": null,
8677
"readableScopes": 31,
87-
"writableScopes": 31,
88-
"scopeType": null,
89-
"readOnlyScopes": null,
90-
"flags": null
78+
"writableScopes": 31
9179
}
92-
]
80+
]

0 commit comments

Comments
 (0)