Commit Graph
1259 Commits
Author SHA1 Message Date
Umachandar Jayachandran (UC) da682357a8 Merge branch 'master' of https://github.com/Microsoft/sql-server-samples 2020-01-27 10:04:07 -08:00
Umachandar Jayachandran (UC) 1da7395796 Support RTM behavior & AD auth. 2020-01-24 22:50:26 -08:00
Mike Ray 335024addc Merge pull request #723 from microsoft/cu1-bdc
Update README.md
2020-01-24 16:05:12 -08:00
Mike Ray 13757b29b7 Update README.md 2020-01-24 16:02:59 -08:00
Marduk Bolaños 0145a6c77a contoso-clinic: Fixed the password for login to the application
The password Password1! is wrong. The right password is Password!1
2020-01-23 13:46:19 +01:00
Marduk Bolaños b6cc50dc7a SQL Server authentication must be enabled for the example to work
This example cannot be executed when the SQL Server only allows authenticating with Windows credentials. It is necessary to make sure that the server is configured to allow authenticating with an SQL Server user.
2020-01-23 13:28:26 +01:00
Akshay Nikam 8618eb3e63 Add pbkdf2 password hashing tool (#716)
* Add pbkdf2 password hashing tool

* Binaries
2020-01-17 10:14:41 -08:00
Ben Weissman 4321b877e7 Update bootstrap-sample-db.cmd 2020-01-02 09:36:29 +01:00
Ben Weissman b39517806b Update README.md 2020-01-02 09:31:58 +01:00
Micah Rairdon 17b2999a64 Update DataSyncLogPowerShellRunbook.ps1
Best practice to include details about the modules this script requires as dependencies

See:
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_requires?view=powershell-6
2019-12-18 15:52:19 -05:00
Travis Wright 3b80b72a24 Merge pull request #700 from ananto-msft/master
Removing readme file for private preview.
2019-12-12 13:03:31 -08:00
Anton Antonov (TONY) dd491fbcfa Doc removal. 2019-12-11 13:22:43 -08:00
Meet Bhagdev f9826306ef Merge pull request #696 from ananto-msft/master
Set local-storage as the default storage class
2019-12-06 13:04:03 -08:00
Brian Bergeron 3b2dc5be12 Set local-storage as the default storage class 2019-12-06 10:18:11 -08:00
Meet Bhagdev a1b806a079 Merge pull request #695 from ananto-msft/master
Merging all changes for Azure-Arc related fork to microsoft/sql-server-samples
2019-12-05 17:40:16 -08:00
Anton Antonov (TONY) 2852fd9f14 Updating instruction to point to ms master. 2019-12-05 17:34:11 -08:00
Anton Antonov (TONY) 33075b3d89 Updating machine reqs. 2019-12-05 17:17:21 -08:00
Anton Antonov (TONY) 0b6bf9d8ff Fixing typo in cleanup. 2019-12-05 14:31:48 -08:00
Anton Antonov (TONY) 19db18f078 Sudo the kubeadm reset 2019-12-05 13:59:08 -08:00
Anton Antonov (TONY) a21b012a37 More wording. 2019-12-04 17:52:59 -08:00
Anton Antonov (TONY) d62fc60c83 Wording. 2019-12-04 16:31:51 -08:00
Anton Antonov (TONY) 6521782246 Fixing bug bash bugs. 2019-12-04 15:38:12 -08:00
pmasl 57f548d552 Update CheckStorageReq_CurrDB.ipynb 2019-12-04 15:18:56 -08:00
pmasl 27c0b810e8 Adding UTF8 requirements script and Notebook 2019-12-04 13:41:12 -08:00
Anton Antonov (TONY) af6c2aa8e8 Adding Bills changes. 2019-12-04 12:53:34 -08:00
Anton Antonov (TONY) ced783d8df Updating the readme file. 2019-12-03 16:30:35 -08:00
Pam Lahoud 030be3b5ec Update MemoryOptimizedTempDBMetadata-TSQL.ipynb
Re-running notebook cells with feature enabled.
2019-12-03 10:22:07 -08:00
Anton Antonov (TONY) 84401bafcf Update the script to use arc configuration 2019-12-02 19:36:45 -08:00
Anton Antonov (TONY) 4b4d2a676b Supporting multiple dist. 2019-11-26 21:54:05 -08:00
Umachandar Jayachandran 80ed614996 Merge pull request #692 from ananto-msft/master
Fixing the configuration name for azure-arc deployment
2019-11-26 18:44:36 -08:00
Anton Antonov (TONY) 26585903b7 Fixing the configuration name. 2019-11-26 17:59:01 -08:00
Umachandar Jayachandran 4477c49165 Merge pull request #687 from ananto-msft/master
Adding sample deployment script for Azure Arc Data Controller private preview
2019-11-25 19:19:55 -08:00
Anton Antonov (TONY) 7c28d8a2b1 Removign variables we don't use. 2019-11-25 13:08:00 -08:00
Anton Antonov (TONY) c36635582f Updating the cluster control plan namespace. 2019-11-25 10:59:29 -08:00
Pedro Lopes c654388ddb Update README.md 2019-11-24 17:17:41 -08:00
Anton Antonov (TONY) ab4987069d Addressing comments 2019-11-22 14:56:26 -08:00
Umachandar Jayachandran d2b859080a Merge pull request #682 from alekseybochkov/master
Fix typo in the parameter name
2019-11-21 10:44:49 -08:00
Umachandar Jayachandran 03f3aa95e2 Merge pull request #686 from Guillaume-Fourrat/patch-5
use >> (append) instead of > for sysctl.conf updates
2019-11-21 10:44:01 -08:00
pmasl f3767b4a8a Added Unicode notebook samples 2019-11-21 09:38:37 -08:00
Guillaume-Fourrat aedcb84f2d use >> (append) instead of > for sysctl.conf updates
I'm afraid current script would clobber existing /etc/sysctl.conf configuration
AND each of the 3 changes clobbering would clobber the previous one(s), only the last "net.ipv6.conf.lo.disable_ipv6=1" would be persisted in sysctl.
2019-11-20 14:57:49 +01:00
Anton Antonov (TONY) 6914f8111c Editorial of the readme.md files. 2019-11-19 21:01:35 -08:00
Anton Antonov (TONY) a213a0e7cb Removing unused scripts. 2019-11-19 17:48:03 -08:00
Anton Antonov (TONY) f1de60a08c Using the new config and master branch in github. 2019-11-19 15:24:38 -08:00
Anton Antonov (TONY) 51610ea9f6 Refactoring. 2019-11-19 15:17:04 -08:00
Anton Antonov (TONY) 11a930d483 Tina preview script changes. 2019-11-19 12:39:12 -08:00
Anton Antonov (TONY) 8ad655708c Fixing white spaces. 2019-11-14 16:12:43 -08:00
Anton Antonov (TONY) 9cdb147ce9 Adding Azure Arc Data Controller scripts. 2019-11-14 14:27:46 -08:00
NelGson 9f8b0f1e81 Added a missing command 2019-11-14 07:09:41 -08:00
Alex Bochkov b11223745c fix typo in the parameter name 2019-11-13 14:59:35 -08:00
NelGson 629b79a09d Updated security patch RTM 2019-11-13 10:05:53 -08:00