Commit Graph
2636 Commits
Author SHA1 Message Date
Vasiya Krishnan 6f868bef73 Merge pull request #782 from VasiyaKrishnan/asedemopackages
Asedemopackages
2020-06-12 10:18:34 -07:00
pioneer1781990 9529281e12 nomenclature changes 2020-06-12 10:00:22 -07:00
pioneer1781990 76817eace9 adding tar files 2020-06-12 09:58:08 -07:00
pioneer1781990 1d3f4d76c5 Adding tar file 2020-06-12 09:56:11 -07:00
Bill Liang 42b498a904 Merge pull request #777 from ananto-msft/may-2020
May 2020 update
2020-06-04 09:03:59 -07:00
Travis Wright 77f2d25f81 Changing namespace name from azure-arc-system to arc 2020-06-02 14:55:41 -07:00
Bill Liang 0d435074a3 direct download from private-repo.microsoft.com/python/azure-arc-data 2020-06-01 16:24:41 -07:00
Vasiya Krishnan 40c51d9493 Add files via upload 2020-05-29 15:57:57 -07:00
Vasiya Krishnan db984b5cd6 Merge pull request #778 from VasiyaKrishnan/asedemopackages
adding a folder
2020-05-29 15:55:48 -07:00
pioneer1781990 243b9c943b adding a folder 2020-05-29 15:54:32 -07:00
Bill Liang 1c9671f4e0 removed unnecessary command 2020-05-28 16:22:52 -07:00
Pedro Lopes 40203497f5 Update README.md 2020-05-28 11:34:43 -07:00
Bill Liang 1b80c43137 yes to extension remove 2020-05-28 09:07:01 -07:00
Bill Liang 91e4b0b2f2 added prompt for DC properties 2020-05-26 16:40:19 -07:00
Bill Liang 0a4f18b34f fix setup and cleanup scripts 2020-05-21 22:56:57 -07:00
Bill Liang c0dc569913 May update 2020-05-15 13:42:45 -07:00
Bill Liang 55c4c35ae8 Revert "added dep libdns-export162"
This reverts commit 5ba81586ca.
2020-05-05 13:55:29 -07:00
Bill Liang 5ba81586ca added dep libdns-export162 2020-05-04 14:43:12 -07:00
Bill Liang ffca9ae679 Merge pull request #21 from ananto-msft/apr-2020-patch-1
Installing azdata extensions after azdata install
2020-05-04 09:59:11 -07:00
ananto-msft 0aa5dea09d Accept flag for whatever it is...
Accept flag for whatever it is...
2020-05-04 09:57:09 -07:00
ananto-msft 07c5bb3a38 Fixing the URLs for extensions.
Fixing the URLs for extensions.
2020-05-04 09:28:49 -07:00
ananto-msft 4661115234 Installing azdata extensions after azdata install
Installing azdata extensions after azdata install
2020-05-04 09:20:22 -07:00
ananto-msft 6cf246db2d Update setup-controller.sh 2020-05-01 15:43:32 -07:00
shivsood 5e35633449 Merge pull request #772 from shivsood/grant_permission_fix
fix to provide user permissions to view data pool configuration
2020-04-27 14:13:21 -07:00
ShivSood 33449eedd9 fix to provide user permissions to view data pool configuration 2020-04-27 11:56:52 -07:00
Umachandar Jayachandran 4ed1d4535c Merge pull request #768 from ravage84/code-example-modernization
Code example modernization
2020-04-23 16:15:58 -07:00
Umachandar Jayachandran 7191c31030 Merge pull request #769 from tgburgin/master
Manage tidy up
2020-04-23 16:12:11 -07:00
Tom Burgin 848b23c5fa Windows containers is just a docker link
So let's just state that
2020-04-23 21:45:23 +01:00
Tom Burgin b1db8a0a6c Fix two typos 2020-04-23 21:33:28 +01:00
Marc Würth a6f5c9f908 Use sprintf() instead of long concatenation 2020-04-23 21:51:37 +02:00
Marc Würth 5b3b63ee5a Make more placeholder strings more readable by using snake case 2020-04-23 21:51:36 +02:00
Marc Würth 120805fe03 Fix typos 2020-04-23 21:51:36 +02:00
Marc Würth 56ac53de97 Do not use non-existing return value of void function 2020-04-23 21:51:36 +02:00
Marc Würth f743e5283d function naming in snake case 2020-04-23 21:51:36 +02:00
Marc Würth 86fb545fbd Use strict comparison operator 2020-04-23 21:51:34 +02:00
Marc Würth 3dde4dacfb Do not use double quotes where not necessary 2020-04-23 21:51:34 +02:00
Marc Würth 739c92447d Variable names in camel case 2020-04-23 21:50:32 +02:00
Marc Würth 093fbf56c1 Method naming in camel case 2020-04-23 21:50:32 +02:00
Marc Würth 9387ed0f24 Replace non-standard use of comment sign with official multi line comment
This also improves readability.
2020-04-23 21:50:32 +02:00
Marc Würth 33c7a030d8 Add spacing in comments to improve readability 2020-04-23 21:50:31 +02:00
Marc Würth cc8c554a55 Spread strings longer than allowed over multiple lines 2020-04-23 21:50:03 +02:00
Marc Würth bc6e125fc9 Disable code style sniff on "Side Effects"
This isn sensible for the simple tutorial style code examples.

https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md#23-side-effects
2020-04-23 21:50:03 +02:00
Marc Würth 04e3f27368 Do no use logical operator "or", use "||" instead 2020-04-23 21:50:02 +02:00
Marc Würth 5437b46fa5 Automatic Code style fixes through PHPCS' PHP Code Beautifier 2020-04-23 21:50:02 +02:00
Marc Würth b45d14f56f Add Composer scripts to execute code style check & fix through PHPCS 2020-04-23 21:50:02 +02:00
Marc Würth 0ccfd6e9a3 Add PHPCS config file with PSR-2 as base code style standard & some more
https://www.php-fig.org/psr/psr-2/
2020-04-23 21:50:02 +02:00
Marc Würth a4f492ad78 Add Composer file and add PHPCS as dev dependency
PHPCS can be used to check & format code.

https://github.com/squizlabs/PHP_CodeSniffer
2020-04-23 21:50:01 +02:00
Marc Würth a0001dda28 Ignore Composer's vendor folder 2020-04-23 21:50:01 +02:00
Marc Würth 7de89ff155 Add editorconfig file to assist supporting IDEs in formatting PHP & BATCH files 2020-04-23 21:50:01 +02:00
Marc Würth fc94edc4d4 Modernize and clean up cod examples 2020-04-23 21:50:01 +02:00