a. Rev packages flagged by component governance
2. ARM Template –
a. Change SF durability to silver.
b. Set min TLS for HDInsight to 1.2 .
c. Add zookeeper node config for HDInsight
3. Services –
a. Add API for start and stop all spark jobs
4. Website –
a. Accessibility: Tweak borderline color for tabs on flow definition page, charts on metric page and flows list table on flows page to achieve minimum 3:1 luminosity contrast
b. Rev packages flagged by component governance
c. Add button to ‘start all jobs’ and ‘stop all jobs’ on the jobs page
* Initial commit for scenario tester arm deployment
* Initial commit for deployment of Scenario Tester through an ARM Template
* Some improvements: Event hub Id detection based in if it is a iot device or not
* Add smart is data bricks function
* Error fix: connection string property was not correctly set
* Initial commit for deployment scripts and utilities
* Deploy a default parameter file
* Configure properly a system identity to the new scenario tester app + grant access to the service key vault. Do the same for spark keyvault as well. Make the app always on too.
* Retrieve most of the information in the deployment resources existing in the environment already
* Fix some errors in the script and template. Load from package was not really supported and there was a typo in the template.
* typo fix in blob storage uri
* Use the correct connection string from the array
* Adding missing entries into the spark kv + make cert validation an argument to the deployment script entrypoint
* Pass key vault names as parameters to json deployment file + make data bricks token resource conditional to the environment spark type
* Add comments for deployment scripts for scenario tester.
* Add a few more details
* Add basic readme file for scenario tester directory
* Enrich readme even further
* Added check for mdbc PSModule version
Mdbc PSModule doesn't support New-MdbcQuery cmdlet from v6.0.0. we have to make sure correct Mdbc module (v5.1.4) is installed.
Deployment uses New-MdbcQuery cmdlet to setup CosmosDb.
$qry = New-MdbcQuery -Name "_id" -Exists
* Install required version of PS modules
Installing and importing the correct required version of PS modules.
* Add more output sinks to samples
* Rename setupCosmosdbAndSqldbSample parameter to setupAdditionalResourcesForSample
* edit comment
* PR feedback
* Make sqlDocDBName token accessible to setup-secret and add estimated time log for setting up SQL type cosmosdb resource
* Databricks fix output to blobs
* PR feedback
* create function to create broadcast variable and change return type of resolveStorageAccount method to option[string]
* create a method to set Storage Account Key On Hadoop Conf
* ARM support for databricks
* PR feedback
* create databricks in existing vnet, update hdinsight kafka zookeeper vmsize to standard_a4_v2, add port 443 rule for hdinsight
* The flow service: Add Blob support
* The flow service: Add Blob support
* move the kv secret resolution from the FlattenJobConfig to GenerateJobConfigBatching
* add tests for batch and update based on feedback
* enable sign for the new projects
* merge w/ master
* updated based on feedback
* update based on feedback
* fixing tests
* fixing tests
* fixing tests
* clean up code
* SQL Output: UI and config gen service updates
* Minor updates to UI based on review feedback.
* Flatterner template update and minor UI tweaks
* Update package version.
* Fix a typo
* ARM deployment: add kafka support
* update based on feedback
* update proton version for kafkaDataXDirect template which is missing from a previous commit