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

7 Коммитов

Автор SHA1 Сообщение Дата
SeokJin Han 73d90ff46a
fix the wrong model name referenced (#2957)
Not part of the automated validation. Validated on code review in addition to actual offline test run.
2024-01-18 07:49:34 -08:00
kdestin 57ff370d0f
ci: refactor bootstrapping to avoid needing to invoke `apt get` (#2336)
* refactor: Stop invoking jq in infra scripts

* refactor: Remove some commented out code from infra

* refactor: Don't install jq

    Ubuntu runners come with it pre-installed:
        4fe7f6bc86/images/linux/Ubuntu2204-Readme.md

* refactor: Replace `az command | jq '.QUERY'` with `az command --query QUERY`

* refactor: Collapse `jq | jq | jq` into a single jq invocation

* refactor: Do not install xmlstarlet

    Seem to be entirely unused

* refactor: Don't install uuid-runtime and remove install_packages function
2023-05-30 16:13:54 -04:00
Vivian Li 37c3572b3c Rename conda.yml to conda.yaml (#2206)
* Rename conda.yml to conda.yaml

* Re-ran sdk/python/readme.py to update workflows
2023-04-17 13:43:10 -07:00
Larry Franks c1db935a62 Fixing duplicate tags (#1817)
When there's duplicate XML style tags used for import into docs, the last one is the one that matches. Changing tag to be unique.
2022-10-29 00:36:49 +09:00
Larry Franks 3b75e5cd61 fixing comment closing tag (#1792)
* fixing comment closing tag

* Update deploy-arm-templates-az-cli.sh

also changing `\` to `/` to correctly close a tag in `</create_deployment>`
2022-10-24 17:20:09 +09:00
Raghu Ramaswamy d75447d655 deploy-arm-templates api version update (#1458)
* updating api versions

* addressing comments

* black formatting

Co-authored-by: Raghu Ramaswamy <raghura@microsoft.com>
2022-07-05 15:36:27 -07:00
Karishma Daga 346164271b adding scripts for deploying an online endpoint e2e using arm templates with az cli or rest (#954) 2022-06-09 10:01:56 -07:00