Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f17e70a
Adds base for updating Microsoft.DevTestLab from version stable/2018-…
Kencdk Aug 18, 2021
c5784de
Updates readme
Kencdk Aug 18, 2021
b298f76
Updates API version in new specs and examples
Kencdk Aug 18, 2021
30387d7
Add DevTestLabs 2021-09-01 SDK including new and updated samples
Aug 18, 2021
a11684c
Add SystemData to properties and fix LabSecret example filenames
Aug 31, 2021
0ce1f94
Add trackedresource types
Aug 31, 2021
fab2952
...
Sep 1, 2021
4e6997f
Adds suppression to readme
Kencdk Sep 3, 2021
f0795ac
Fix examples and add additional suppressions
Sep 3, 2021
5b3ad29
Adds suppression to readme
Kencdk Sep 7, 2021
7338ba0
Adding bunch of exclusions and testing adding SystemData ourselves, i…
Sep 7, 2021
2291f9c
Adds suppression to readme
Kencdk Sep 7, 2021
997dd5c
Remove suppressions that aren't being handled anyway
Sep 7, 2021
1501886
Refer to common types for systemdata
Nov 5, 2021
ee29fcb
...
Nov 5, 2021
9eac38a
Rebuild DTL spec using new generator
Nov 12, 2021
4f6161c
Fix typo and add operationId to /operations call
Nov 12, 2021
74e0c4e
Add 200 OK to deletes
Nov 12, 2021
2c7e43a
Add GlobalSchedule operations and rename Labs_ImportVirtualMachine
Nov 19, 2021
65f1e83
Add GET GalleryImage and fix enum names
Nov 19, 2021
8285443
More updates to examples
Nov 19, 2021
179a487
Fix generation of list responses and more example fixes
Nov 19, 2021
4a1f282
Model validation fixes
Nov 19, 2021
a27e5e2
Prettier fixes
Nov 19, 2021
1e1e2f2
More fixes and added words to custom-words
Nov 23, 2021
3a8f5b7
Fix casing issue with paths.
Nov 23, 2021
4088a9f
rename example for Labs_ImportVirtualmachine
Nov 24, 2021
3fd9b17
Ensure 'default' aren't always converted to a string.
Nov 24, 2021
2f7913d
Merge branch 'main' into dev-devtestlabs-Microsoft.DevTestLab-2021-09-01
Kencdk Jan 13, 2022
ad3b120
security definition
Jan 13, 2022
a75b23b
Run prettier and add custom words
Jan 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 54 additions & 24 deletions custom-words.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resourceGroupName": "resourceGroupName",
"labName": "{labName}",
"name": "{virtualNetworkName}",
"virtualNetwork": {
"properties": {
"location": "{location}",
"tags": {
"tagName1": "tagValue1"
Expand Down
Loading