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/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/DataSource.tsp
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -75,22 +75,24 @@ interface DataSources {
75
75
*/
76
76
listByWorkspaceisArmResourceListByParent<
77
77
DataSource,
78
-
Parameters= {
79
-
/**
80
-
* The filter to apply on the operation.
81
-
*/
82
-
@query("$filter")
83
-
$filter:string;
84
-
85
-
/**
86
-
* Starting point of the collection of data source instances.
87
-
*/
88
-
@query("$skiptoken")
89
-
$skiptoken?:string;
90
-
}
78
+
Parameters=DataSourcesListByWorkspaceParameters
91
79
>;
92
80
}
93
81
82
+
aliasDataSourcesListByWorkspaceParameters= {
83
+
/**
84
+
* The filter to apply on the operation.
85
+
*/
86
+
@query("$filter")
87
+
$filter:string;
88
+
89
+
/**
90
+
* Starting point of the collection of data source instances.
Copy file name to clipboardExpand all lines: specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/Workspace.tsp
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -81,17 +81,19 @@ alias GatewayOps = Azure.ResourceManager.Legacy.LegacyOperations<
0 commit comments