Umachandar Jayachandran
b87afa633f
Merge pull request #513 from Microsoft/app-templates
...
Added app templates
2019-02-01 13:34:50 -08:00
Brandon Koch
861e852173
Moved app-templates to be under sql-big-data-cluster and added general README
2019-02-01 12:29:25 -08:00
Brandon Koch
88d43634ae
Added app templates
2019-01-31 11:06:02 -08:00
Umachandar Jayachandran
8134b8a0e7
Merge pull request #504 from bengimblett/patch-1
...
Bug in VerifyNSG() function result initialisation
2019-01-29 15:29:57 -08:00
Umachandar Jayachandran
50ecc8e762
Merge pull request #292 from FonsecaSergio/master
...
Add EPM version 5.0 that works with SQL 2016, and new SQLServer Powershell module
2019-01-29 15:28:25 -08:00
Umachandar Jayachandran
bf2f22dd41
Merge pull request #429 from vitomaz-msft/patch-2
...
Update clean_up_data_sync_objects.sql
2019-01-29 15:27:25 -08:00
Umachandar Jayachandran
8f5947d706
push origin masterMerge branch 'paschott-master'
2019-01-29 15:25:58 -08:00
Umachandar Jayachandran
24d177b82c
Merge branch 'master' of https://github.com/paschott/sql-server-samples into paschott-master
2019-01-29 15:25:36 -08:00
Umachandar Jayachandran
536c80d2e2
Merge pull request #337 from SebastianPfliegel/csharp_dateparse
...
Fix date parsing
2019-01-29 15:12:33 -08:00
Umachandar Jayachandran
a245dd4bc0
Merge pull request #365 from grillazz/master
...
minor changes to project
2019-01-29 15:11:50 -08:00
Umachandar Jayachandran
1356cdf081
Merge pull request #338 from SebastianPfliegel/csharp_urls
...
Fix URLs
2019-01-29 14:48:17 -08:00
Umachandar Jayachandran
e28c1c27f2
Merge pull request #339 from SebastianPfliegel/csharp_sles
...
Add C# SLES tutorials
2019-01-29 14:47:22 -08:00
Umachandar Jayachandran
2936b798f4
Merge pull request #507 from inchiosa/master
...
Sample notebook for blog post
2019-01-29 14:45:46 -08:00
Umachandar Jayachandran
e6f9f98b76
Merge pull request #487 from stumap/patch-1
...
Conceal password
2019-01-29 14:43:09 -08:00
Umachandar Jayachandran
8c384a736c
Merge pull request #510 from AyoOlubeko/patch-4
...
Updating factexchangerate staging table name
2019-01-29 14:42:17 -08:00
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
Pedro Lopes
13928d86eb
Update README.md
2019-01-28 18:08:35 -08: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
Umachandar Jayachandran
6c9e421e2d
Merge pull request #508 from rothja/patch-3
...
Fixing script based on testing from Ubuntu client
2019-01-17 17:18:54 -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