You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/storage/Storage.Management/StorageAccount.tsp
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,14 @@ model StorageAccount
57
57
placement?:Placement;
58
58
}
59
59
60
+
aliasStorageAccountsParameters= {
61
+
/**
62
+
* May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.
63
+
*/
64
+
@query("$expand")
65
+
$expand?:StorageAccountExpand;
66
+
};
67
+
60
68
@armResourceOperations
61
69
interfaceStorageAccounts {
62
70
/**
@@ -75,13 +83,7 @@ interface StorageAccounts {
75
83
*/
76
84
getPropertiesisArmResourceRead<
77
85
StorageAccount,
78
-
Parameters= {
79
-
/**
80
-
* May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.
0 commit comments