Commit Graph
2543 Commits
Author SHA1 Message Date
David Browne 1fabdbdced Making the deployment script portable
Embedding the assembly bytes in the deployment script to make it portable, and support Managed Instance
2022-07-12 18:27:02 -05:00
Aleksei Guzev 96d82ac1f4 Update SQL Assessment API release notes 2022-07-07 22:22:10 +03:00
Vitor Tomaz 6e4ea5f68c Check NAT gateway associated with subnet 2022-05-26 23:38:55 +01:00
Perry Skountrianos 7385751180 Merge branch 'master' of https://github.com/microsoft/sql-server-samples 2022-05-16 11:19:50 -07:00
Perry Skountrianos a537b3bc29 Update README.md
Updating README
2022-05-16 11:19:31 -07:00
Umachandar Jayachandran 3d96333ec5 Merge pull request #1011 from anandkumarpatel/patch-1
nodejs/macos example:Add missing connect statement
2022-05-16 11:18:27 -07:00
Umachandar Jayachandran fd96b06038 Merge pull request #1010 from microsoft/dependabot/npm_and_yarn/samples/demos/azure-sql-edge-demos/Wind-Turbine-Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21 in /samples/demos/azure-sql-edge-demos/Wind Turbine Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp
2022-05-16 11:17:14 -07:00
Umachandar Jayachandran 35fb826412 Merge pull request #1013 from microsoft/dependabot/nuget/samples/features/json/todo-app/dotnet-rest-api/Microsoft.AspNetCore.Mvc-1.0.4
Bump Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4 in /samples/features/json/todo-app/dotnet-rest-api
2022-05-16 11:16:55 -07:00
Umachandar Jayachandran 828615fd21 Merge pull request #1014 from microsoft/dependabot/nuget/samples/features/json/reactjs/dotnet-comments-app/Microsoft.AspNetCore.Mvc-1.0.4
Bump Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4 in /samples/features/json/reactjs/dotnet-comments-app
2022-05-16 11:16:41 -07:00
Perry Skountrianos e0c0d3b071 Update snapshot-backup-restore-azurevm-single-db.ps1
Updating syntax from 'WITH SNAPSHOT' to 'WITH METADATA_ONLY'
2022-05-16 11:14:59 -07:00
dependabot[bot] 756892792a Bump Microsoft.AspNetCore.Mvc
Bumps Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 17:06:41 +00:00
dependabot[bot] 17bb5e1c31 Bump Microsoft.AspNetCore.Mvc
Bumps Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 17:06:35 +00:00
Anandkumar Patel ae3693b9e0 add missing connect call 2022-05-11 15:33:49 -07:00
Anandkumar Patel c5cc18252b add missing connect call 2022-05-11 15:32:43 -07:00
Anandkumar Patel 9cc0cb8094 nodejs/macos example:Add missing connect statement 2022-05-11 15:28:38 -07:00
dependabot[bot] 60853393a2 Bump lodash
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 22:42:32 +00:00
Umachandar Jayachandran a970ac2b9e Merge pull request #1009 from microsoft/dependabot/npm_and_yarn/samples/demos/azure-sql-edge-demos/Wind-Turbine-Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp/async-2.6.4
Bump async from 2.6.3 to 2.6.4 in /samples/demos/azure-sql-edge-demos/Wind Turbine Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp
2022-05-09 15:41:17 -07:00
Perry Skountrianos 0e10879799 Update README.md 2022-05-09 15:17:31 -07:00
Perry Skountrianos 6acda154aa Initial commit
PS script for an E2E example of T-SQL Snapshot Backup on an Azure VM
2022-05-09 15:16:15 -07:00
dependabot[bot] ed72c244b7 Bump async
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 17:22:51 +00:00
Umachandar Jayachandran 52afb234bd Merge pull request #968 from LuisSoaresMSFT/patch-1
Create instnwnd (Azure SQL Database).sql
2022-04-18 13:03:11 -07:00
Umachandar Jayachandran d8b4b65e0d Merge pull request #1002 from dblugeon/patch-1
Fix crash of mssql_conf during setup with the MSSQL 2019 cu15
2022-04-18 12:37:04 -07:00
Randolph West MSFT 195f388df6 Updating EOS for 2012 (#1005) 2022-04-18 12:17:47 -07:00
dblugeon 8eb502e952 Fix crash of mssql_conf during setup with the MSSQL 2019 cu15
Hello everybody,
In the CU15 (15.0.4198.2), the mssql-conf tool was rewrited. With this sqlserver's update and the old version of mssql_conf, we get an error "usermod command not found" during the checkinstance.sh's execution. This fix adds a merge operation of setup_env dictionary with the MSSQL_SA_PASSWORD and MSSQL_PID variables
2022-03-16 14:50:55 +01:00
Pieter d7a130573c Changes after PR review 2022-03-07 09:50:39 +01:00
Pieter Vanhove cf0141051b Merge branch 'microsoft:master' into master 2022-03-04 08:37:05 +01:00
Pieter 7ddce6e4f2 Update README.md 2022-03-04 08:35:07 +01:00
Pieter 41adc9a39a Update README.md 2022-03-04 08:28:12 +01:00
Pieter 2997fc662b Update README.md 2022-03-04 08:15:42 +01:00
Pieter 9e0940d7b9 Move images 2022-03-04 08:04:03 +01:00
Aleksei Guzev 19aa827bd2 Update the default rule set JSON and CSV files
Added new rules and probes
Updated some rules and probes
2022-03-03 19:46:47 +03:00
Pedro Lopes 22d9695f82 Merge pull request #982 from nofield/dev/nofield/add-ledger-samples
create ledger table samples
2022-03-02 22:41:44 -08:00
Pedro Lopes cdc57b52af Merge pull request #731 from KarlMaynardDK/patch-1
Add warning advice relating to schema triggers
2022-03-02 22:41:08 -08:00
Pedro Lopes fd3949b79b Merge pull request #732 from KarlMaynardDK/patch-3
Add information relating to schema triggers
2022-03-02 22:39:56 -08:00
Umachandar Jayachandran a5ead631ed Merge pull request #963 from jim-dale/master
Treat DB size from DMA reports as number not string and stop exceptions being thrown for missing property
2022-03-02 22:30:07 -08:00
Umachandar Jayachandran eae38ad8a0 Merge pull request #974 from hphuhtin/master
Updated SQL Sync monitoring example to use Az module instead of AzureRM and to use System Managed Identity
2022-03-02 22:28:05 -08:00
Umachandar Jayachandran 42dc269f44 Merge pull request #973 from DavisNT/ssrs_migration-fix
Migrate parent folders first
2022-03-02 22:27:12 -08:00
Umachandar Jayachandran b1fd2501bd Merge pull request #955 from cobolbaby/patch-1
fix: Nothing happens when trying to connect
2022-03-02 22:23:54 -08:00
Umachandar Jayachandran c07fef1f2c Merge pull request #966 from sehgalnamit/patch-1
Deleting codes for removing servuce endpoints
2022-03-02 22:22:46 -08:00
Umachandar Jayachandran eaaec357ee Merge pull request #841 from luismendes070/patch-1
sequelize sqlserver spatial datatypes
2022-03-02 22:21:58 -08:00
Umachandar Jayachandran 9df8870d1e Merge pull request #828 from microsoft/dependabot/maven/samples/tutorials/java/Windows/SqlServerColumnstoreSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/Windows/SqlServerColumnstoreSample
2022-03-02 22:18:29 -08:00
Umachandar Jayachandran e49d7a57b3 Merge pull request #829 from microsoft/dependabot/maven/samples/tutorials/java/RHEL/SqlServerSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/RHEL/SqlServerSample
2022-03-02 22:18:15 -08:00
Umachandar Jayachandran dc56642a70 Merge pull request #830 from microsoft/dependabot/maven/samples/tutorials/java/Ubuntu/SqlServerSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/Ubuntu/SqlServerSample
2022-03-02 22:17:39 -08:00
Umachandar Jayachandran 0550fe955c Merge pull request #831 from microsoft/dependabot/maven/samples/tutorials/java/Windows/SqlServerSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/Windows/SqlServerSample
2022-03-02 22:17:20 -08:00
Umachandar Jayachandran 44338177d1 Merge pull request #832 from microsoft/dependabot/maven/samples/tutorials/java/RHEL/SqlServerHibernateSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/RHEL/SqlServerHibernateSample
2022-03-02 22:16:59 -08:00
Umachandar Jayachandran 28582d3da9 Merge pull request #833 from microsoft/dependabot/maven/samples/tutorials/java/Ubuntu/SqlServerHibernateSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/Ubuntu/SqlServerHibernateSample
2022-03-02 22:16:36 -08:00
Umachandar Jayachandran 7f53dfeddb Merge pull request #834 from microsoft/dependabot/maven/samples/tutorials/java/Windows/SqlServerHibernateSample/junit-junit-4.13.1
Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/Windows/SqlServerHibernateSample
2022-03-02 22:16:19 -08:00
Umachandar Jayachandran cfb1d1929a Merge pull request #983 from hyoshioka0128/patch-1
Typo "Azure blob storage"→"Azure Blob Storage"
2022-03-02 22:15:27 -08:00
Umachandar Jayachandran 4f75da2e11 Merge pull request #984 from chris904apps/master
EPM Solution: Update Public Not Granted Server Permissions.xml
2022-03-02 22:15:11 -08:00
Umachandar Jayachandran 228c36968c Merge pull request #986 from JoshGer/patch-1
Updating migration script for data-driven subscription PASSWORD field
2022-03-02 22:14:38 -08:00