Skip to content

Commit 633cf04

Browse files
authored
fixing id (#3)
* deleting color sample * Update devcontainer-template.json
1 parent e9e3e8f commit 633cf04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/python-mssql/devcontainer-template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"id": "python",
2+
"id": "python-mssql",
33
"version": "1.0.0",
44
"name": "Python 3 & Microsoft Sql Server",
55
"description": "Develop Python 3 applications with Microsoft Sql Server",
6-
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python",
7-
"publisher": "Microsoft - ISE",
8-
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
6+
"documentationURL": "https://github.com/Azure-Samples/python-ms-sql-devcontainer/blob/main/src/python-mssql/",
7+
"publisher": "Microsoft - ISE - Thunderbolt team",
8+
"licenseURL": "https://github.com/Azure-Samples/python-ms-sql-devcontainer/blob/main/LICENSE",
99
"options": {
1010
"pythonImageVariant": {
1111
"type": "string",

0 commit comments

Comments
 (0)