-
Notifications
You must be signed in to change notification settings - Fork 54
add commercial api support #408
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
base: main
Are you sure you want to change the base?
Conversation
213fa76 to
bdd5108
Compare
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Stromweld <[email protected]>
Signed-off-by: Stromweld <[email protected]>
Signed-off-by: Stromweld <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Stromweld <[email protected]>
Signed-off-by: Stromweld <[email protected]>
2e471f6 to
069f89b
Compare
Signed-off-by: Stromweld <[email protected]>
Signed-off-by: Stromweld <[email protected]>
Signed-off-by: Stromweld <[email protected]>
|
Thanks for adding the ADR upon request! Will take a while to go through this PR. |
Signed-off-by: Stromweld <[email protected]>
… api Signed-off-by: Stromweld <[email protected]>
jaymzh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the ruby well, but only scanned through the shell stuff. Only one small comment
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
Signed-off-by: Corey Hemminger <[email protected]>
…ental Signed-off-by: Corey Hemminger <[email protected]>
|
| { $_ -ge [version]'6.3.0' } { '2012r2'; break } | ||
| { $_ -ge [version]'6.2.0' } { '2012'; break } | ||
| { $_ -ge [version]'6.1.0' } { '2008r2'; break } | ||
| { $_ -ge [version]'6.0.0' } { '2008'; break } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, lines 12 - 15 can die - we don't support those versions anymore. Please add a version for 2025 - 10.0.26100.32230



Description
Add commercial api support with licensed downloads
Types of changes
Checklist:
Gemfile.lockhas changed, I have used--conservativeto do it and included the full output in the Description above.