Skip to content

Commit f2d2d62

Browse files
authored
FIX: Updating guardian files 18-12-2025 (#381)
### Work Item / Issue Reference <!-- IMPORTANT: Please follow the PR template guidelines below. For mssql-python maintainers: Insert your ADO Work Item ID below (e.g. AB#37452) For external contributors: Insert Github Issue number below (e.g. #149) Only one reference is required - either GitHub issue OR ADO Work Item. --> <!-- mssql-python maintainers: ADO Work Item --> > [AB#41192](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/41192) <!-- External contributors: GitHub Issue --> > GitHub Issue: #<ISSUE_NUMBER> ------------------------------------------------------------------- ### Summary <!-- Insert your summary of changes below. Minimum 10 characters required. --> This pull request primarily updates `.gdn` baseline and suppression files to add a new signature entry and refreshes timestamps. Additionally, it refines the GitHub-Azure DevOps sync pipeline to better handle `.gdn` files during repository synchronization. **.gdn Baseline and Suppression Updates:** * Added a new signature entry (`b193001ba0796417acfe030647f04db3d4a9a561f580338977d8f68230b5c20c`) to both `.gdn/.gdnbaselines` and `.gdn/.gdnsuppress`, associating it with the `default` group and updating the `lastUpdatedDate` fields. [[1]](diffhunk://#diff-9246ddd12574f37c19831129f642cc5bb2920110c54825563be451a4808f9fc3L11-R11) [[2]](diffhunk://#diff-9246ddd12574f37c19831129f642cc5bb2920110c54825563be451a4808f9fc3R386-R393) [[3]](diffhunk://#diff-a7fdb3f611082ade077d9a6aef98db36c848387741e8a41a26ffa800a5993421L11-R11) [[4]](diffhunk://#diff-a7fdb3f611082ade077d9a6aef98db36c848387741e8a41a26ffa800a5993421R386-R393) **Pipeline Improvements:** * Modified the `github-ado-sync.yml` pipeline so that `.gdn` files are excluded when removing and checking out files, preventing accidental deletion or overwriting of `.gdn` configuration during sync. <!-- ### PR Title Guide > For feature requests FEAT: (short-description) > For non-feature requests like test case updates, config updates , dependency updates etc CHORE: (short-description) > For Fix requests FIX: (short-description) > For doc update requests DOC: (short-description) > For Formatting, indentation, or styling update STYLE: (short-description) > For Refactor, without any feature changes REFACTOR: (short-description) > For release related changes, without any feature changes RELEASE: #<RELEASE_VERSION> (short-description) ### Contribution Guidelines External contributors: - Create a GitHub issue first: https://github.com/microsoft/mssql-python/issues/new - Link the GitHub issue in the "GitHub Issue" section above - Follow the PR title format and provide a meaningful summary mssql-python maintainers: - Create an ADO Work Item following internal processes - Link the ADO Work Item in the "ADO Work Item" section above - Follow the PR title format and provide a meaningful summary -->
1 parent 433a216 commit f2d2d62

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.gdn/.gdnbaselines

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": {
99
"name": "default",
1010
"createdDate": "2025-11-10 15:00:51Z",
11-
"lastUpdatedDate": "2025-12-15 10:23:22Z"
11+
"lastUpdatedDate": "2025-12-18 10:54:41Z"
1212
}
1313
},
1414
"results": {
@@ -383,6 +383,14 @@
383383
"default"
384384
],
385385
"createdDate": "2025-12-15 10:23:22Z"
386+
},
387+
"b193001ba0796417acfe030647f04db3d4a9a561f580338977d8f68230b5c20c": {
388+
"signature": "b193001ba0796417acfe030647f04db3d4a9a561f580338977d8f68230b5c20c",
389+
"alternativeSignatures": [],
390+
"memberOf": [
391+
"default"
392+
],
393+
"createdDate": "2025-12-18 10:54:41Z"
386394
}
387395
}
388396
}

.gdn/.gdnsuppress

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": {
99
"name": "default",
1010
"createdDate": "2025-11-10 15:00:51Z",
11-
"lastUpdatedDate": "2025-12-15 10:23:22Z"
11+
"lastUpdatedDate": "2025-12-18 10:54:41Z"
1212
}
1313
},
1414
"results": {
@@ -383,6 +383,14 @@
383383
"default"
384384
],
385385
"createdDate": "2025-12-15 10:23:22Z"
386+
},
387+
"b193001ba0796417acfe030647f04db3d4a9a561f580338977d8f68230b5c20c": {
388+
"signature": "b193001ba0796417acfe030647f04db3d4a9a561f580338977d8f68230b5c20c",
389+
"alternativeSignatures": [],
390+
"memberOf": [
391+
"default"
392+
],
393+
"createdDate": "2025-12-18 10:54:41Z"
386394
}
387395
}
388396
}

0 commit comments

Comments
 (0)