Commit Graph
3341 Commits
Author SHA1 Message Date
Pieter aaf42dec36 Update azuredeploy.bicep 2022-02-22 12:22:47 +01:00
Pieter a7b2cc6ab4 Update azuredeploy.bicep 2022-02-22 12:08:37 +01:00
Pieter 0661a86201 Change API for RoleAssignments 2022-02-22 11:51:09 +01:00
Pieter 0776a0ac96 Change db to serverless 2022-02-18 13:51:47 +01:00
Pieter d4272c7e23 Delete README.md 2022-02-17 11:38:39 +01:00
Pieter 898e3a6d14 Update readme
-	Add a link for the ledger subfolder in sql-server-samples/README.md at master · Pietervanhove/sql-server-samples (github.com)
-	Change the folder name from “sqlledger” to “ledger” (that’s the official feature name now).
-	sql-server-samples/README.md at master · Pietervanhove/sql-server-samples (github.com)
o	Fix grammar in “The demo in this folder showcases the ledger feature in Azure SQL Database. The demo uses the Contoso HR web application.”
o	Are Az PS 5.6, SqlServer 21.1.18245, Bicep 0.4.63, SSMS 18.9.1 the versions you’ve tested with? These are older versions (the same we used when developing the AE demo). Should we recommend using newer versions?
o	“The ContosoHR database using General Purpose compute tier, 2 vCores, and the Gen5 hardware generation.”
	I’m wondering if there is a better/more economical SLO/SKU we can pick, instead of the 2-core Gen 5 database.
	Of course, Basic/Standard would be very cheap, but we probably should promote the new v-core model.
	Would serverless be a better option, e.g. “GP_S_Gen5_1”?
o	If we change the folder name, change sqlledger to ledger in cd "C:\sql-server-samples\samples\features\security\sql-ledger\azure-sql-database\setup"
o	“Open a new InPrivate browser window.” Are these instructions generic enough to accommodate browsers other than Edge?
-	sql-server-samples/samples/features/security/contoso-hr-sql-db at master · Pietervanhove/sql-server-samples (github.com)
o	This is unrelated to ledger. Could you also remove this folder? It was checked in by mistake when we added the AE demo. It is redundant/not needed.
2022-02-17 11:34:54 +01:00
Pieter 541914b653 Update readme 2022-02-16 16:53:18 +01:00
Pieter 9103dfab3f Update readme 2022-02-16 16:51:51 +01:00
Pieter 7e3f0e3e2e Review Demo Scenario 2022-02-16 15:11:26 +01:00
Pieter 95e8b7c5e6 Setup Demo 2022-02-15 15:52:38 +01:00
Pieter c9acbfd2d0 Contoso Web App
Contoso Web App
2022-02-15 13:08:08 +01:00
dependabot[bot] 01b1fd03d6 Bump hibernate-core
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.3.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.2.3...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 23:02:42 +00:00
dependabot[bot] a0563ff81f Bump hibernate-core
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.3.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.2.3...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 23:02:30 +00:00
dependabot[bot] 3b2538f404 Bump hibernate-core
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.3.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.2.3...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 23:02:25 +00:00
dependabot[bot] 494d9b9b4e Bump hibernate-core
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.3.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.2.3...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 23:01:50 +00:00
Josh G b5000e1eee Updating migration script for data-driven subscription PASSWORD field
CSS had a support ticket in which the customer had a password field provided by the data-driven subscription dataset query. The current GitHub script fails because it is trying to add a second instance of the PASSWORD parameter. The failure is:

Migrating data-driven subscription Monthly run of DATA0006116 (DataPortal) ... FAILURE:
System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'PASSWORD'  Key being added: 'PASSWORD'
   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings 


The updated code will check if the PASSWORD parameter already exists. If it does, then it will not add the PASSWORD parameter. The customer tested the updated script code and it successfully migrated all of his RS content to the new RS server.
2022-01-30 12:53:08 -05:00
Marek Šuppa 0f3eadbc42 fix: Add missing commas
* Add missing commas
2022-01-29 01:22:05 +01:00
Christopher Pearson bb9eeb5afd Update Public Not Granted Server Permissions.xml
The help link was pointing to wrong Microsoft Doc. I was unable to figure out how to find the LinkID(go.microsoft.com fwlink/ linkid=) that would be associated with the correct page so I use the one I knew.
2022-01-28 10:20:29 -05:00
Hiroshi Yoshioka f29d09fb09 Typo "Azure blob storage"→"Azure Blob Storage"
https://github.com/microsoft/sql-server-samples/blob/master/samples/databases/contoso-data-warehouse/load-contoso-data-warehouse-to-sql-data-warehouse.sql
#PingMSFTDocs
2022-01-14 12:15:14 +09:00
Jordan Hays 988ccfa321 add ledger table samples 2022-01-13 14:07:50 -08:00
Umachandar Jayachandran 8b83cc07bb Merge pull request #980 from Bekbolatov/spark_sample_update
Update Spark sample code
2022-01-12 22:16:23 -08:00
Umachandar Jayachandran 28499ea11a Merge pull request #981 from shanyu/connector-sample-fix
BDC sql-spark-connector sample fix
2022-01-12 22:16:03 -08:00
Shanyu Zhao ea4e894087 Fix connector sample keytab path
Signed-off-by: Shanyu Zhao <shzhao@microsoft.com>
2022-01-12 16:48:26 -08:00
Shanyu Zhao 6fb4eff2ce Merge pull request #1 from microsoft/master
Sync with latest
2022-01-12 16:43:16 -08:00
Renat Bekbolatov b9fc66c425 update OneHotEncoder class name 2022-01-11 16:43:13 -08:00
Ebru Ersan 98f71869e3 Merge pull request #979 from TDzakhov/december_update
release 1.1.0
2022-01-10 11:27:22 +03:00
TDzakhov b6fab835c8 release 1.1.0 2022-01-08 20:58:30 +03:00
Henrik Huhtinen d092451b64 Merge pull request #1 from hphuhtin/hphuhtin-update-sqlsyncmonitor-1
Update DataSyncLogPowerShellRunbook.ps1
2021-12-12 23:36:29 +02:00
Henrik Huhtinen ce89d074ec Update DataSyncLogPowerShellRunbook.ps1
Updated to use Az module instead of AzureRM. Updated to use System Managed Identity. $interval was not used, removed.
2021-12-12 23:35:19 +02:00
Davis Mosenkovs 9d65f5edbf Migrate parent folders first
Before migration sort catalog items by type and folders by name - place
folders in beginning of array and place parent folders before child
folders.
2021-11-16 00:31:09 +02:00
Warren Zhu 541bef23a8 Fix train example
1. Use `OneHotEncoder` as `OneHotEncoderEstimator` is removed in 3.0
2. Skip invalid record in StringIndexer to avoid NULL exception
2021-11-11 10:27:38 -08:00
Ebru Ersan 3444e43146 Merge pull request #971 from aguzev/dev/aguzev/assessment_rhel_tcp_port
Add support for custom TCP port to the SQL Assessment script for RHEL
2021-11-09 19:00:22 +03:00
Aleksei Guzev cb879b01ab Add support for custom TCP port to the SQL Assessment script for Red Hat Enterprise Linux 2021-11-09 16:36:21 +03:00
Melony QIN 498c47f2ac Merge pull request #970 from cloudmelon/master
adjustment and fixes
2021-11-02 21:15:49 -07:00
cloudmelon 4af57c9165 adjustment and fixes 2021-11-02 21:15:15 -07:00
Melony QIN 08e2e34477 Merge pull request #13 from microsoft/master
merge from master
2021-11-02 20:37:54 -07:00
Ebru Ersan 7dc56730fa Merge pull request #969 from aguzev/dev/aguzev/21Oct
October rule set update
2021-11-02 21:26:21 +03:00
Aleksei Guzev 6fcc912285 October rule set update
- Add 14 Azure related rules and probes
- Change 3 severity levels to four: High, Medium, Low, Information
- Fix and improve some rules
- Improve messages and descriptions
2021-11-02 21:13:37 +03:00
LuisSoaresMSFT 9e4b163dd2 Create instnwnd (Azure SQL Database).sql
Adapted script to run on Azure SQL Database.
2021-10-29 16:44:11 +02:00
sehgalnamit 15cd888a68 removing codes for clearing servuce endpoints
removing codes for clearing servuce endpoints
2021-10-13 17:55:17 +08:00
sehgalnamit f0484058b3 Deleting codes for removing servuce endpoints
The servuce endpoints are required for SQLMI to access storage account for ashok backup /restore , replication , external tables etc. 
The code which I am asking to delete off is actually deleting such endpoints at the VNET.
2021-10-13 17:41:42 +08:00
Daniel Coelho 18dc69fc1f Merge pull request #965 from DaniBunny/20211006-pkg-mgmt-changes
Pkg mgmt changes
2021-10-06 09:53:48 -07:00
Daniel Coelho 8d3b651177 Pkg mgmt changes 2021-10-06 09:53:03 -07:00
Daniel Coelho 8b6a0628d9 Merge pull request #964 from DaniBunny/CU13-preparedness
CU13 release
2021-10-05 10:30:39 -07:00
Jim Dale cfc09082ec dont set property value if property doesn't exist (assessment.ImpactedDatabases) 2021-09-30 10:52:05 +01:00
Jim Dale 1950af198a changed db size column to be decimal (not string) 2021-09-30 09:29:28 +01:00
Daniel Coelho 2a523877ce CU13 preparedness 2021-09-27 13:52:34 -07:00
Pedro Lopes 4abc4cfbfe Merge pull request #946 from microsoft/dependabot/composer/samples/development-frameworks/laravel/league/flysystem-1.1.4
Bump league/flysystem from 1.0.16 to 1.1.4 in /samples/development-frameworks/laravel
2021-09-15 16:11:18 -07:00
Pedro Lopes 059d8611bc Update composer.lock 2021-09-15 16:10:56 -07:00
Daniel Coelho d3a13a6fd9 Merge pull request #959 from cloudmelon/bdc-platform-ops
Refresh deployment scripts with the tested configurations on BDC release notes
2021-08-31 10:51:14 -07:00