Skip to content

Commit 1b5e386

Browse files
committed
Made IdTemplate internal
1 parent afc0594 commit 1b5e386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql/Database/Model/AzureSqlDatabaseModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class AzureSqlDatabaseModel
2626
/// <summary>
2727
/// Template to generate database id
2828
/// </summary>
29-
public const string IdTemplate = "/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.Sql/servers/{2}/databases/{3}";
29+
internal const string IdTemplate = "/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.Sql/servers/{2}/databases/{3}";
3030

3131
/// <summary>
3232
/// Gets or sets the name of the resource group

0 commit comments

Comments
 (0)