File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
specification/storagemover
resource-manager/Microsoft.StorageMover/stable/2025-07-01 Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,6 @@ model Endpoint
2626 NamePattern = ""
2727 >;
2828
29- /**
30- * Resource system metadata.
31- */
32- #suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property"
33- @ added (Versions .v2025_07_01 )
34- systemData ? : SystemData ;
35-
3629 /**
3730 * The managed service identity of the resource. This property is only available on the latest version.
3831 */
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ options:
1414 emitter-output-dir : " {output-dir}/{service-dir}/{namespace}"
1515 flavor : azure
1616 clear-output-folder : true
17- model-namespace : false
17+ model-namespace : true
1818 namespace : " Azure.ResourceManager.StorageMover"
1919 " @azure-tools/typespec-python " :
2020 package-dir : " azure-mgmt-storagemover"
Original file line number Diff line number Diff line change 24132413 "$ref" : " #/definitions/EndpointBaseProperties" ,
24142414 "description" : " The resource specific properties for the Storage Mover resource."
24152415 },
2416- "systemData" : {
2417- "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/definitions/systemData" ,
2418- "description" : " Resource system metadata."
2419- },
24202416 "identity" : {
24212417 "$ref" : " ../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity" ,
24222418 "description" : " The managed service identity of the resource. This property is only available on the latest version."
You can’t perform that action at this time.
0 commit comments