Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Alan Enrique Ontiveros Salazar 2e19763b02 Add support for MySQL flexible server 2022-08-04 03:08:26 -07:00
Alan Enrique Ontiveros Salazar f28d8e8068 Obtain public IP address from ipify 2022-08-04 02:31:37 -07:00
Tiago Pascoal 7e2c171f96
Use individual parameters to pass auth values (#25)
- Use Individual parameters to pass authentication parameters
  - username
  - password
  - database

`connection-string` is now considered deprecated but still supported

Tests are separated into `deprecated` and `ng` in case deprecation results in removed of connection-string support
2020-10-29 12:32:25 +05:30
Tiago Pascoal 926671aa6a
Make database parameter optional. (#22)
By making the database optional opens the scenario where we just want
to issue commands on the server (eg: to create a database),

- Fix: If the database name had spaces `mysql` call would fail
- Pass the password as an environment variable instead of command line.
Eliminates warning that password method passing is insecure.
2020-10-14 14:32:04 +05:30
aksm-ms 4a0efe1fe0
Fix for adding azure login when firewall is configured (#14)
* fix for azure login context
* added unit tests
2020-09-22 07:42:14 +05:30
Ashish Ranjan b10f579008
Validate server name (#8) 2019-11-12 10:49:47 +05:30
Ashish Ranjan 101ff8f19f
Handle special characters in password (#5)
* Handle special characters in password

* more fixes
2019-11-05 12:46:59 +05:30
Ashish Ranjan 0871478cfe
Azure MySQL Action (#1)
* Azure MySQL Action

* Addressed review comments

* code fixes
2019-11-01 14:46:53 +05:30