Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
9d6e807
Base conversion
Jun 17, 2025
a5b9ac6
Suppressions
Jun 18, 2025
62416f4
Remove unused usings
Jun 18, 2025
297de32
Prettier fix
Jun 18, 2025
9370f81
tspconfig update
Jun 18, 2025
afc5203
SDK generation update
Jun 18, 2025
ca91c2a
Prettier fix
Jun 18, 2025
f3545ce
Parent update
Jun 18, 2025
00349c9
remove suppressions
Jun 18, 2025
fea4faa
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
Jun 18, 2025
071be35
typespec validation
Jun 19, 2025
0d79eea
Remove lab parent from schedules
Jun 19, 2025
62a24ac
Fix missing APIs for evaluatepolicies and artifacts
Jun 19, 2025
fe679f2
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jun 19, 2025
70956db
Policy set fixes
Jun 19, 2025
d6fe6a2
Merge branch 'dev/nandiniy/DTLTypeSpec' of https://github.com/nandini…
Jun 19, 2025
8277e5e
Parameter name fix in examples
Jun 20, 2025
a1ac3f6
evaluate policy and location operations fix
Jun 20, 2025
09fe89d
Typespec validation fix and suppression check
Jun 20, 2025
9715f94
Convert to proxy resource
Jun 20, 2025
443b95e
typespec validation fix
Jun 20, 2025
05a849e
Tags location fix for model validation
Jun 20, 2025
440f1e5
validation fix
Jun 20, 2025
61cb063
Swagger validation fix
Jun 23, 2025
00b396c
model validation update
Jun 23, 2025
1b93e25
Update child resources to have optional location and tags
Jun 23, 2025
2c8e857
examples update
Jun 23, 2025
d4be731
examples update
Jun 23, 2025
4d901f8
SDK configuration update in tspconfig
Jun 23, 2025
7232687
service-dir update
Jun 23, 2025
519f672
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jun 23, 2025
67f929c
Validation and config updates
Jun 23, 2025
0d604bf
Merge branch 'dev/nandiniy/DTLTypeSpec' of https://github.com/nandini…
Jun 23, 2025
1281e95
Config update
Jun 23, 2025
9a25f92
remove examples.tsp
Jun 23, 2025
0ef047b
Examples update
Jun 23, 2025
f6d5acc
Operation list fix
Jun 24, 2025
67d8c65
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jun 24, 2025
3efb1ab
Change to custom azure resource
Jun 25, 2025
472aae4
Merge branch 'dev/nandiniy/DTLTypeSpec' of https://github.com/nandini…
Jun 25, 2025
a6b2504
Update Lab Resource
Jun 26, 2025
c917465
Update virtualnetwork object
Jun 26, 2025
1c83948
Prettier fix
Jun 26, 2025
d7dcedc
SDK generation C# config update
Jun 26, 2025
a201050
Move back to name property for artifact, disk, image and env
Jun 27, 2025
a712dcb
Name update
Jun 27, 2025
283f4b9
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jun 27, 2025
60d3e27
ArmTemplate update
Jun 30, 2025
a5f7be5
Merge branch 'dev/nandiniy/DTLTypeSpec' of https://github.com/nandini…
Jun 30, 2025
9090a0d
Name property update
Jun 30, 2025
bb225a5
Examples update and operations id fix
Jun 30, 2025
ef0c900
servicefabric update
Jun 30, 2025
4144b20
ArtifactSource update
Jul 1, 2025
33e76d3
Labs and User interface update
Jul 1, 2025
ae1b82a
GalleryImage update
Jul 1, 2025
935d1e1
Secrets patch fix
Jul 1, 2025
405a902
Policyset example update
Jul 1, 2025
b23f864
PolicySet update
Jul 2, 2025
d08c8d4
Default value update
Jul 2, 2025
8a6bd6d
Async operation fix
Jul 2, 2025
220aa60
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jul 3, 2025
87d25b2
rename interface for python to keep compatibility
msyyc Jul 8, 2025
e536267
ARM feedback
Jul 9, 2025
26785a9
Merge branch 'dev/nandiniy/DTLTypeSpec' of https://github.com/nandini…
Jul 9, 2025
869539d
Fix spacing.
Jul 9, 2025
f0271a4
Schedules operations id removal
Jul 14, 2025
af1ef43
LroHeader update and operation id update
Jul 14, 2025
1013aab
ts validation check
Jul 14, 2025
51e1936
Record unknown update
Jul 15, 2025
68a76b0
Update to Record unknown
Jul 16, 2025
7e8dfb7
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jul 16, 2025
ad7c74c
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
mikeharder Jul 16, 2025
1aa94fe
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jul 17, 2025
2a655c3
Merge branch 'main' into dev/nandiniy/DTLTypeSpec
nandiniYeltiwar Jul 17, 2025
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
Prev Previous commit
Next Next commit
SDK generation update
  • Loading branch information
nandiniy_microsoft committed Jun 18, 2025
commit afc52039c775460b428e1943d4cec9de5f16d76e
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@ options:
clear-output-folder: true
model-namespace: true
namespace: "Microsoft.Azure.Management.DevTestLabs"
"@azure-tools/typespec-python":
namespace: "azure.mgmt.devtestlabs"
package-name: "azure-mgmt-devtestlabs"
payload-flattening-threshold: 2
generate-test: true
generate-sample: true
license-header: MICROSOFT_MIT_NO_VERSION
flavor: "azure"
"@azure-tools/typespec-java":
package-dir: "azure-mgmt-devtestlabs"
namespace: "com.microsoft.azure.management.devtestlabs"
service-name: "DevTestLabs"
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
flavor: azure
"@azure-tools/typespec-ts":
package-dir: "arm-devtestlabs"
flavor: azure
experimental-extensible-enums: true
generate-metadata: true
package-details:
name: "@azure/arm-devtestlabs"
"@azure-tools/typespec-go":
module-name: "sdk/resourcemanager/devtestlabs/armdevtestlabs"
module: "github.com/Azure/azure-sdk-for-go/{module-name}"
license-header: MICROSOFT_MIT_NO_VERSION
flavor: "azure"
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/resource-manager"
Loading