Commit Graph
1473 Commits
Author SHA1 Message Date
Umachandar Jayachandran d74168a32d Merge pull request #462 from keyset/master
Add F# code examples
2019-01-29 14:40:02 -08:00
Umachandar Jayachandran a1a0595184 Merge pull request #501 from Jaddefreitas/master
Fix gramathical error
2019-01-29 14:39:18 -08:00
Umachandar Jayachandran e1bcf7b379 Merge pull request #511 from AyoOlubeko/patch-5
Removed erraneous backticks
2019-01-29 14:38:06 -08:00
Mihaela Blendea 1aa39db88c Update AKS version 2019-01-29 08:34:54 -08:00
Srđan Božović 05b9e5bcc9 mod: documentation corrections 2019-01-29 03:13:40 +01:00
Pedro Lopes 13928d86eb Update README.md 2019-01-28 18:08:35 -08:00
Srđan Božović 3dd58653a8 mod: minor issues 2019-01-28 00:39:25 +01:00
Srđan Božović 52ea53606f mod: a few text changes 2019-01-28 00:13:01 +01:00
Srđan Božović 20d818d7a2 add: zip package 2019-01-27 23:57:33 +01:00
Srđan Božović 84b6ef7c72 add: initial configuration 2019-01-27 23:51:20 +01:00
Ayo Olubeko e514e63247 Removed erraneous backticks 2019-01-18 12:02:33 -08:00
Ayo Olubeko 1406690ae6 Updating factexchangerate staging table name 2019-01-18 11:51:25 -08:00
Umachandar Jayachandran e6ef000f7a Merge pull request #499 from davidbaxterbrowne/patch-1
Adding kubectl to the prereqs
2019-01-17 17:42:03 -08:00
Umachandar Jayachandran 8c5c5f4f91 Merge pull request #509 from rothja/patch-4
Pointing to more detailed sample loading instructions in docs
2019-01-17 17:38:06 -08:00
Umachandar Jayachandran 4f30394592 Merge pull request #503 from marcprux/patch-1
Remove spurious whitespace
2019-01-17 17:19:27 -08:00
Jason Roth 584ecccbf3 Update README.md 2019-01-17 12:07:45 -05:00
Jason Roth cdde9e5ca5 Update README.md 2019-01-17 12:06:25 -05:00
Jason Roth 642abb363f Pointing to more detailed sample loading instructions in docs 2019-01-17 12:05:09 -05:00
Jason Roth 03fdebdba7 Fixing script based on testing from Ubuntu client 2019-01-17 11:57:02 -05:00
Umachandar Jayachandran 64ac51e8c6 Added sales_models table to store ML models 2019-01-15 18:25:14 -08:00
Mario Inchiosa 1b4457a797 merge from upstream 2019-01-08 15:43:28 -08:00
Jakub Miazek 8e3fd9329b Merge pull request #3 from Microsoft/master
aling to ms repo
2019-01-03 09:56:11 +01:00
grillazz 4733a804e3 update project requirements.txt file 2019-01-03 09:55:14 +01:00
grillazz 7a4f8ec706 update project requirements.txt file 2019-01-03 09:50:17 +01:00
Ben Gimblett b55122c2d8 Bug in VerifyNSG() function result initialisation
VerifyNSG() has a simple bug - on entering the function the result success flag is incorrectly initialised to $true (optimistic) - when it should be initialised to $false (pessimistic) ... The function can ONLY be successful on one path; IF an NSG is found WITH valid rules. As it was, if NO NSG is found the function will STILL return success and therefore the following script / code used for mitigation will not be executed.
2018-12-21 10:56:24 +00:00
Marc Prud'hommeaux b9646e2624 Remove spurious whitespace 2018-12-17 20:27:25 -05:00
Mihaela Blendea 525b554ab7 Fix link 2018-12-17 15:44:37 -08:00
Umachandar Jayachandran 4578ca40a3 Update README.md
Added note about size of volume(s)
2018-12-17 09:51:48 -08:00
Umachandar Jayachandran 98f9693dd5 Update README.md
Added note about local volume size
2018-12-17 09:48:37 -08:00
Umachandar Jayachandran (UC) a7920a63e2 Merge branch 'master' of https://github.com/Microsoft/sql-server-samples 2018-12-17 09:43:59 -08:00
Umachandar Jayachandran (UC) 5160f57730 Added scripts to provision local storage on the kubeadm cluster. 2018-12-17 09:40:22 -08:00
Umachandar Jayachandran 1782a6fd4a Update README.md 2018-12-17 09:36:35 -08:00
Umachandar Jayachandran 4403169d34 Update README.md 2018-12-17 09:36:05 -08:00
Umachandar Jayachandran 96c212a174 Update README.md
Added local-storage provisioning instructions and script.
2018-12-17 09:35:33 -08:00
Umachandar Jayachandran f27a9cf274 Added master key creation 2018-12-12 19:04:23 -08:00
Mihaela Blendea 7da65239e7 Update deploy-sql-big-data-aks.py 2018-12-11 10:32:40 -08:00
Mihaela Blendea d5256c0e72 Update README.md 2018-12-11 10:31:35 -08:00
Jaddefreitas ec2fa4ec15 Fix gramathical error
Line 37, corrected to Delete
2018-12-10 15:20:55 -02:00
Travis Wright abe51669e5 Adding (for now) required timeout parameter 2018-12-10 04:29:38 +03:00
Mario Inchiosa bd3028bdcb Fix typo 2018-12-07 16:13:45 -08:00
Mario Inchiosa 9bac0a1617 Add local URL for FLow UI 2018-12-07 14:21:05 -08:00
Mario Inchiosa 799678085a update notebook and add readme 2018-12-06 15:01:09 -08:00
David Browne 72f2059693 Adding kubectl to the prereqs
Install will fail if current kubectl is not installed on your workstation
2018-12-05 19:48:48 -06:00
Mario Inchiosa da6442fb08 Initial commit of automl sample 2018-12-03 18:17:40 -08:00
Vitor Tomaz 225f8efe65 Merge branch 'master' into patch-2 2018-12-03 19:16:17 +00:00
Pedro Lopes 676755e4ec Add files via upload 2018-11-28 11:41:59 -08:00
Pedro Lopes 6f81fc5e20 Delete qta-demo.zip 2018-11-28 11:41:45 -08:00
Pedro Lopes 5e9ec41c72 Delete at-demo.zip 2018-11-28 11:41:31 -08:00
Pedro Lopes a1de53843f Add files via upload 2018-11-28 11:41:07 -08:00
Pedro Lopes 6c1beb1503 Add files via upload 2018-11-28 11:40:39 -08:00