Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Automation #74

Open
captn3m0 opened this issue Jan 12, 2023 · 4 comments
Open

Microsoft Automation #74

captn3m0 opened this issue Jan 12, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@captn3m0
Copy link
Member

While the pages for various MS pages are easy enough to parse, (See https://learn.microsoft.com/en-us/officeupdates/sharepoint-updates for eg) - a common problem was with the dates not being accurate enough.

I'd raised this https://github.com/MicrosoftDocs/OfficeDocs-OfficeUpdates/issues/363, but dates are KB specific, and not mentioned on the main page. It's unlikely this will change.

As a workaround, I've created a KB-date mapping here: https://github.com/captn3m0/microsoft-kb-metadata, so we can use that instead.

@BiNZGi
Copy link
Member

BiNZGi commented Feb 28, 2023

Microsoft started to build documentation about the latest releases. I have found the markdown file for mssqlserver on github here: https://github.com/MicrosoftDocs/SupportArticles-docs/blob/main/support/sql/releases/download-and-install-latest-updates.md

Perhaps we can use this to better parse things for us. What do you think?

@captn3m0
Copy link
Member Author

captn3m0 commented Mar 1, 2023

The Excel sheet at https://aka.ms/sqlserverbuilds (linked in the markdown file) is probably easier to use for our usecase.

@marcwrobel marcwrobel added the enhancement New feature or request label Mar 30, 2023
@marcwrobel
Copy link
Member

For SQL server we would have to switch to the Build number or version for releaseCycle (e.g. 16.0 instead of 2002).

The presence of CUX in the releaseLabel is also an issue as it will not be updated automatically. I don't know how to keep this information while having a fully automated update process though.

@stbuehler
Copy link

I'd recommend against parsing markdown files in MS github doc repos; MS removed the https://github.com/MicrosoftDocs/OfficeDocs-OfficeUpdates repo mentioned above and https://github.com/MicrosoftDocs/OfficeDocs-Exchange too, and I'd suspect none of the other repos are safe either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants