@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Sql
24
24
public partial interface IServerDevOpsAuditSettingsOperations
25
25
{
26
26
/// <summary>
27
- /// Gets a server's DevOps audit settings.
27
+ /// Lists DevOps audit settings of a server .
28
28
/// </summary>
29
29
/// <param name='resourceGroupName'>
30
30
/// The name of the resource group that contains the resource. You can
@@ -34,10 +34,6 @@ public partial interface IServerDevOpsAuditSettingsOperations
34
34
/// <param name='serverName'>
35
35
/// The name of the server.
36
36
/// </param>
37
- /// <param name='devOpsAuditingSettingsName'>
38
- /// The name of the devops audit settings. This should always be
39
- /// 'default'.
40
- /// </param>
41
37
/// <param name='customHeaders'>
42
38
/// The headers that will be added to request.
43
39
/// </param>
@@ -53,9 +49,9 @@ public partial interface IServerDevOpsAuditSettingsOperations
53
49
/// <exception cref="Microsoft.Rest.ValidationException">
54
50
/// Thrown when a required parameter is null
55
51
/// </exception>
56
- Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , string devOpsAuditingSettingsName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
52
+ Task < AzureOperationResponse < IPage < ServerDevOpsAuditingSettings > > > ListByServerWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
57
53
/// <summary>
58
- /// Creates or updates a server's DevOps audit settings.
54
+ /// Gets a server's DevOps audit settings.
59
55
/// </summary>
60
56
/// <param name='resourceGroupName'>
61
57
/// The name of the resource group that contains the resource. You can
@@ -65,13 +61,6 @@ public partial interface IServerDevOpsAuditSettingsOperations
65
61
/// <param name='serverName'>
66
62
/// The name of the server.
67
63
/// </param>
68
- /// <param name='devOpsAuditingSettingsName'>
69
- /// The name of the devops audit settings. This should always be
70
- /// 'default'.
71
- /// </param>
72
- /// <param name='parameters'>
73
- /// Properties of DevOps audit settings
74
- /// </param>
75
64
/// <param name='customHeaders'>
76
65
/// The headers that will be added to request.
77
66
/// </param>
@@ -87,9 +76,9 @@ public partial interface IServerDevOpsAuditSettingsOperations
87
76
/// <exception cref="Microsoft.Rest.ValidationException">
88
77
/// Thrown when a required parameter is null
89
78
/// </exception>
90
- Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string devOpsAuditingSettingsName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
79
+ Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
91
80
/// <summary>
92
- /// Lists DevOps audit settings of a server.
81
+ /// Creates or updates a server's DevOps audit settings .
93
82
/// </summary>
94
83
/// <param name='resourceGroupName'>
95
84
/// The name of the resource group that contains the resource. You can
@@ -99,6 +88,9 @@ public partial interface IServerDevOpsAuditSettingsOperations
99
88
/// <param name='serverName'>
100
89
/// The name of the server.
101
90
/// </param>
91
+ /// <param name='parameters'>
92
+ /// Properties of DevOps audit settings
93
+ /// </param>
102
94
/// <param name='customHeaders'>
103
95
/// The headers that will be added to request.
104
96
/// </param>
@@ -114,7 +106,7 @@ public partial interface IServerDevOpsAuditSettingsOperations
114
106
/// <exception cref="Microsoft.Rest.ValidationException">
115
107
/// Thrown when a required parameter is null
116
108
/// </exception>
117
- Task < AzureOperationResponse < IPage < ServerDevOpsAuditingSettings > > > ListByServerWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
109
+ Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
118
110
/// <summary>
119
111
/// Creates or updates a server's DevOps audit settings.
120
112
/// </summary>
@@ -126,10 +118,6 @@ public partial interface IServerDevOpsAuditSettingsOperations
126
118
/// <param name='serverName'>
127
119
/// The name of the server.
128
120
/// </param>
129
- /// <param name='devOpsAuditingSettingsName'>
130
- /// The name of the devops audit settings. This should always be
131
- /// 'default'.
132
- /// </param>
133
121
/// <param name='parameters'>
134
122
/// Properties of DevOps audit settings
135
123
/// </param>
@@ -148,7 +136,7 @@ public partial interface IServerDevOpsAuditSettingsOperations
148
136
/// <exception cref="Microsoft.Rest.ValidationException">
149
137
/// Thrown when a required parameter is null
150
138
/// </exception>
151
- Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string devOpsAuditingSettingsName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
139
+ Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
152
140
/// <summary>
153
141
/// Lists DevOps audit settings of a server.
154
142
/// </summary>
0 commit comments