Skip to content

Commit 33fdc31

Browse files
authored
Generated from 299395494bd8984518fec288f4e564e9b9852a13 (#3750)
fix blob auditing alignment
1 parent 9b58a59 commit 33fdc31

8 files changed

+32
-32
lines changed

azure-mgmt-sql/azure/mgmt/sql/models/database_blob_auditing_policy.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ class DatabaseBlobAuditingPolicy(ProxyResource):
9292
RECEIVE
9393
REFERENCES
9494
The general form for defining an action to be audited is:
95-
<action> ON <object> BY <principal>
95+
{action} ON {object} BY {principal}
9696
Note that <object> in the above format can refer to an object like a
9797
table, view, or stored procedure, or an entire database or schema. For the
98-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
98+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
9999
used, respectively.
100100
For example:
101101
SELECT on dbo.myTable by public
@@ -118,10 +118,10 @@ class DatabaseBlobAuditingPolicy(ProxyResource):
118118
'SQLSecurityAuditEvents' diagnostic logs category on the database should
119119
be also created.
120120
Note that for server level audit you should use the 'master' database as
121-
<databaseName>.
121+
{databaseName}.
122122
Diagnostic Settings URI format:
123123
PUT
124-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
124+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
125125
For more information, see [Diagnostic Settings REST
126126
API](https://go.microsoft.com/fwlink/?linkid=2033207)
127127
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/database_blob_auditing_policy_py3.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ class DatabaseBlobAuditingPolicy(ProxyResource):
9292
RECEIVE
9393
REFERENCES
9494
The general form for defining an action to be audited is:
95-
<action> ON <object> BY <principal>
95+
{action} ON {object} BY {principal}
9696
Note that <object> in the above format can refer to an object like a
9797
table, view, or stored procedure, or an entire database or schema. For the
98-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
98+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
9999
used, respectively.
100100
For example:
101101
SELECT on dbo.myTable by public
@@ -118,10 +118,10 @@ class DatabaseBlobAuditingPolicy(ProxyResource):
118118
'SQLSecurityAuditEvents' diagnostic logs category on the database should
119119
be also created.
120120
Note that for server level audit you should use the 'master' database as
121-
<databaseName>.
121+
{databaseName}.
122122
Diagnostic Settings URI format:
123123
PUT
124-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
124+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
125125
For more information, see [Diagnostic Settings REST
126126
API](https://go.microsoft.com/fwlink/?linkid=2033207)
127127
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/extended_database_blob_auditing_policy.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ class ExtendedDatabaseBlobAuditingPolicy(ProxyResource):
9393
RECEIVE
9494
REFERENCES
9595
The general form for defining an action to be audited is:
96-
<action> ON <object> BY <principal>
96+
{action} ON {object} BY {principal}
9797
Note that <object> in the above format can refer to an object like a
9898
table, view, or stored procedure, or an entire database or schema. For the
99-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
99+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
100100
used, respectively.
101101
For example:
102102
SELECT on dbo.myTable by public
@@ -119,10 +119,10 @@ class ExtendedDatabaseBlobAuditingPolicy(ProxyResource):
119119
'SQLSecurityAuditEvents' diagnostic logs category on the database should
120120
be also created.
121121
Note that for server level audit you should use the 'master' database as
122-
<databaseName>.
122+
{databaseName}.
123123
Diagnostic Settings URI format:
124124
PUT
125-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
125+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
126126
For more information, see [Diagnostic Settings REST
127127
API](https://go.microsoft.com/fwlink/?linkid=2033207)
128128
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/extended_database_blob_auditing_policy_py3.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ class ExtendedDatabaseBlobAuditingPolicy(ProxyResource):
9393
RECEIVE
9494
REFERENCES
9595
The general form for defining an action to be audited is:
96-
<action> ON <object> BY <principal>
96+
{action} ON {object} BY {principal}
9797
Note that <object> in the above format can refer to an object like a
9898
table, view, or stored procedure, or an entire database or schema. For the
99-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
99+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
100100
used, respectively.
101101
For example:
102102
SELECT on dbo.myTable by public
@@ -119,10 +119,10 @@ class ExtendedDatabaseBlobAuditingPolicy(ProxyResource):
119119
'SQLSecurityAuditEvents' diagnostic logs category on the database should
120120
be also created.
121121
Note that for server level audit you should use the 'master' database as
122-
<databaseName>.
122+
{databaseName}.
123123
Diagnostic Settings URI format:
124124
PUT
125-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
125+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
126126
For more information, see [Diagnostic Settings REST
127127
API](https://go.microsoft.com/fwlink/?linkid=2033207)
128128
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/extended_server_blob_auditing_policy.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ class ExtendedServerBlobAuditingPolicy(ProxyResource):
9393
RECEIVE
9494
REFERENCES
9595
The general form for defining an action to be audited is:
96-
<action> ON <object> BY <principal>
96+
{action} ON {object} BY {principal}
9797
Note that <object> in the above format can refer to an object like a
9898
table, view, or stored procedure, or an entire database or schema. For the
99-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
99+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
100100
used, respectively.
101101
For example:
102102
SELECT on dbo.myTable by public
@@ -119,10 +119,10 @@ class ExtendedServerBlobAuditingPolicy(ProxyResource):
119119
'SQLSecurityAuditEvents' diagnostic logs category on the database should
120120
be also created.
121121
Note that for server level audit you should use the 'master' database as
122-
<databaseName>.
122+
{databaseName}.
123123
Diagnostic Settings URI format:
124124
PUT
125-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
125+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
126126
For more information, see [Diagnostic Settings REST
127127
API](https://go.microsoft.com/fwlink/?linkid=2033207)
128128
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/extended_server_blob_auditing_policy_py3.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ class ExtendedServerBlobAuditingPolicy(ProxyResource):
9393
RECEIVE
9494
REFERENCES
9595
The general form for defining an action to be audited is:
96-
<action> ON <object> BY <principal>
96+
{action} ON {object} BY {principal}
9797
Note that <object> in the above format can refer to an object like a
9898
table, view, or stored procedure, or an entire database or schema. For the
99-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
99+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
100100
used, respectively.
101101
For example:
102102
SELECT on dbo.myTable by public
@@ -119,10 +119,10 @@ class ExtendedServerBlobAuditingPolicy(ProxyResource):
119119
'SQLSecurityAuditEvents' diagnostic logs category on the database should
120120
be also created.
121121
Note that for server level audit you should use the 'master' database as
122-
<databaseName>.
122+
{databaseName}.
123123
Diagnostic Settings URI format:
124124
PUT
125-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
125+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
126126
For more information, see [Diagnostic Settings REST
127127
API](https://go.microsoft.com/fwlink/?linkid=2033207)
128128
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/server_blob_auditing_policy.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ class ServerBlobAuditingPolicy(ProxyResource):
9090
RECEIVE
9191
REFERENCES
9292
The general form for defining an action to be audited is:
93-
<action> ON <object> BY <principal>
93+
{action} ON {object} BY {principal}
9494
Note that <object> in the above format can refer to an object like a
9595
table, view, or stored procedure, or an entire database or schema. For the
96-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
96+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
9797
used, respectively.
9898
For example:
9999
SELECT on dbo.myTable by public
@@ -116,10 +116,10 @@ class ServerBlobAuditingPolicy(ProxyResource):
116116
'SQLSecurityAuditEvents' diagnostic logs category on the database should
117117
be also created.
118118
Note that for server level audit you should use the 'master' database as
119-
<databaseName>.
119+
{databaseName}.
120120
Diagnostic Settings URI format:
121121
PUT
122-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
122+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
123123
For more information, see [Diagnostic Settings REST
124124
API](https://go.microsoft.com/fwlink/?linkid=2033207)
125125
or [Diagnostic Settings

azure-mgmt-sql/azure/mgmt/sql/models/server_blob_auditing_policy_py3.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ class ServerBlobAuditingPolicy(ProxyResource):
9090
RECEIVE
9191
REFERENCES
9292
The general form for defining an action to be audited is:
93-
<action> ON <object> BY <principal>
93+
{action} ON {object} BY {principal}
9494
Note that <object> in the above format can refer to an object like a
9595
table, view, or stored procedure, or an entire database or schema. For the
96-
latter cases, the forms DATABASE::<db_name> and SCHEMA::<schema_name> are
96+
latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are
9797
used, respectively.
9898
For example:
9999
SELECT on dbo.myTable by public
@@ -116,10 +116,10 @@ class ServerBlobAuditingPolicy(ProxyResource):
116116
'SQLSecurityAuditEvents' diagnostic logs category on the database should
117117
be also created.
118118
Note that for server level audit you should use the 'master' database as
119-
<databaseName>.
119+
{databaseName}.
120120
Diagnostic Settings URI format:
121121
PUT
122-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Sql/servers/<serverName>/databases/<databaseName>/providers/microsoft.insights/diagnosticSettings/<settingsName>?api-version=2017-05-01-preview
122+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview
123123
For more information, see [Diagnostic Settings REST
124124
API](https://go.microsoft.com/fwlink/?linkid=2033207)
125125
or [Diagnostic Settings

0 commit comments

Comments
 (0)