Skip to content

Commit ef7339e

Browse files
authored
[Internal] Documentation: Removes invalid comment from ReadThroughputAsync (#3516)
1 parent 6762e07 commit ef7339e

File tree

1 file changed

+0
-3
lines changed
  • Microsoft.Azure.Cosmos/src/Resource/Database

1 file changed

+0
-3
lines changed

Microsoft.Azure.Cosmos/src/Resource/Database/Database.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ public abstract Task<DatabaseResponse> DeleteAsync(
124124
/// <value>
125125
/// The provisioned throughput for this database.
126126
/// </value>
127-
/// <remarks>
128-
/// Null value indicates a database with no throughput provisioned.
129-
/// </remarks>
130127
/// <seealso href="https://docs.microsoft.com/azure/cosmos-db/request-units">Request Units</seealso>
131128
/// <seealso href="https://docs.microsoft.com/azure/cosmos-db/set-throughput#set-throughput-on-a-database">Set throughput on a database</seealso>
132129
/// <example>

0 commit comments

Comments
 (0)