Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3616 from Azure/restapi_auto_sql/resource-manager
Browse files Browse the repository at this point in the history
[AutoPR] sql/resource-manager
  • Loading branch information
Dan Schulte authored Sep 17, 2018
2 parents 2a74b40 + 6866266 commit 15b60aa
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DatabaseSecurityAlertPolicy extends models['ProxyResource'] {
* @member {string} [disabledAlerts] Specifies the semicolon-separated list
* of alerts that are disabled, or empty string to disable no alerts.
* Possible values: Sql_Injection; Sql_Injection_Vulnerability;
* Access_Anomaly; Usage_Anomaly.
* Access_Anomaly; Data_Exfiltration; Unsafe_Action.
* @member {string} [emailAddresses] Specifies the semicolon-separated list
* of e-mail addresses to which the alert is sent.
* @member {string} [emailAccountAdmins] Specifies that the alert is sent to
Expand Down
4 changes: 2 additions & 2 deletions lib/services/sqlManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export interface ServerConnectionPolicy extends ProxyResource {
* @member {string} [disabledAlerts] Specifies the semicolon-separated list of
* alerts that are disabled, or empty string to disable no alerts. Possible
* values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly;
* Usage_Anomaly.
* Data_Exfiltration; Unsafe_Action.
* @member {string} [emailAddresses] Specifies the semicolon-separated list of
* e-mail addresses to which the alert is sent.
* @member {string} [emailAccountAdmins] Specifies that the alert is sent to
Expand Down Expand Up @@ -2943,7 +2943,7 @@ export interface ServerDnsAliasAcquisition {
* enabled or disabled. Possible values include: 'New', 'Enabled', 'Disabled'
* @member {array} [disabledAlerts] Specifies an array of alerts that are
* disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability,
* Access_Anomaly
* Access_Anomaly, Data_Exfiltration, Unsafe_Action
* @member {array} [emailAddresses] Specifies an array of e-mail addresses to
* which the alert is sent.
* @member {boolean} [emailAccountAdmins] Specifies that the alert is sent to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ServerSecurityAlertPolicy extends models['ProxyResource'] {
* enabled or disabled. Possible values include: 'New', 'Enabled', 'Disabled'
* @member {array} [disabledAlerts] Specifies an array of alerts that are
* disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability,
* Access_Anomaly
* Access_Anomaly, Data_Exfiltration, Unsafe_Action
* @member {array} [emailAddresses] Specifies an array of e-mail addresses to
* which the alert is sent.
* @member {boolean} [emailAccountAdmins] Specifies that the alert is sent to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ function _get(resourceGroupName, serverName, databaseName, options, callback) {
* @param {string} [parameters.disabledAlerts] Specifies the
* semicolon-separated list of alerts that are disabled, or empty string to
* disable no alerts. Possible values: Sql_Injection;
* Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.
* Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration;
* Unsafe_Action.
*
* @param {string} [parameters.emailAddresses] Specifies the
* semicolon-separated list of e-mail addresses to which the alert is sent.
Expand Down Expand Up @@ -527,7 +528,8 @@ class DatabaseThreatDetectionPolicies {
* @param {string} [parameters.disabledAlerts] Specifies the
* semicolon-separated list of alerts that are disabled, or empty string to
* disable no alerts. Possible values: Sql_Injection;
* Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.
* Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration;
* Unsafe_Action.
*
* @param {string} [parameters.emailAddresses] Specifies the
* semicolon-separated list of e-mail addresses to which the alert is sent.
Expand Down Expand Up @@ -600,7 +602,8 @@ class DatabaseThreatDetectionPolicies {
* @param {string} [parameters.disabledAlerts] Specifies the
* semicolon-separated list of alerts that are disabled, or empty string to
* disable no alerts. Possible values: Sql_Injection;
* Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.
* Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration;
* Unsafe_Action.
*
* @param {string} [parameters.emailAddresses] Specifies the
* semicolon-separated list of e-mail addresses to which the alert is sent.
Expand Down
18 changes: 12 additions & 6 deletions lib/services/sqlManagement2/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,8 @@ export interface DatabaseThreatDetectionPolicies {
* @param {string} [parameters.disabledAlerts] Specifies the
* semicolon-separated list of alerts that are disabled, or empty string to
* disable no alerts. Possible values: Sql_Injection;
* Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.
* Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration;
* Unsafe_Action.
*
* @param {string} [parameters.emailAddresses] Specifies the
* semicolon-separated list of e-mail addresses to which the alert is sent.
Expand Down Expand Up @@ -1480,7 +1481,8 @@ export interface DatabaseThreatDetectionPolicies {
* @param {string} [parameters.disabledAlerts] Specifies the
* semicolon-separated list of alerts that are disabled, or empty string to
* disable no alerts. Possible values: Sql_Injection;
* Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.
* Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration;
* Unsafe_Action.
*
* @param {string} [parameters.emailAddresses] Specifies the
* semicolon-separated list of e-mail addresses to which the alert is sent.
Expand Down Expand Up @@ -25884,7 +25886,8 @@ export interface ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -25932,7 +25935,8 @@ export interface ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -26000,7 +26004,8 @@ export interface ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -26048,7 +26053,8 @@ export interface ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ function _get(resourceGroupName, serverName, options, callback) {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -286,7 +287,8 @@ function _createOrUpdate(resourceGroupName, serverName, parameters, options, cal
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -581,7 +583,8 @@ class ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -641,7 +644,8 @@ class ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -724,7 +728,8 @@ class ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down Expand Up @@ -784,7 +789,8 @@ class ServerSecurityAlertPolicies {
*
* @param {array} [parameters.disabledAlerts] Specifies an array of alerts that
* are disabled. Allowed values are: Sql_Injection,
* Sql_Injection_Vulnerability, Access_Anomaly
* Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration,
* Unsafe_Action
*
* @param {array} [parameters.emailAddresses] Specifies an array of e-mail
* addresses to which the alert is sent.
Expand Down
2 changes: 1 addition & 1 deletion lib/services/sqlManagement2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-sql",
"author": "Microsoft Corporation",
"description": "SqlManagementClient Library with typescript type definitions for node",
"version": "5.0.0",
"version": "5.0.1",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand Down

0 comments on commit 15b60aa

Please sign in to comment.