Skip to content

Commit 17891d9

Browse files
fix issues introduced by previous api-version bump of storagemover (#36949)
1 parent 4bf96d0 commit 17891d9

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

specification/storagemover/StorageMover.Management/Endpoint.tsp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
*/

specification/storagemover/StorageMover.Management/tspconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

specification/storagemover/resource-manager/Microsoft.StorageMover/stable/2025-07-01/storagemover.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,10 +2413,6 @@
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."

0 commit comments

Comments
 (0)