File tree Expand file tree Collapse file tree 2 files changed +63
-3
lines changed Expand file tree Collapse file tree 2 files changed +63
-3
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
5959 run : |
6060 call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
6161 cd %TEMP%
62- git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
62+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
6363 cd pgvector
6464 nmake /NOLOGO /F Makefile.win
6565 nmake /NOLOGO /F Makefile.win install
66- sc config postgresql-x64-14 start=auto
67- net start postgresql-x64-14
66+ sc config postgresql-x64-17 start=auto
67+ net start postgresql-x64-17
6868 "%PGBIN%/psql" -d postgres -c "CREATE EXTENSION vector"
6969
7070 - name : (Linux) Install pgvector and set password
Original file line number Diff line number Diff line change @@ -7,6 +7,66 @@ param name string
77
88@minLength (1 )
99@description ('Primary location for all resources' )
10+ // microsoft.insights/components has restricted regions
11+ @allowed ([
12+ 'eastus'
13+ 'southcentralus'
14+ 'northeurope'
15+ 'westeurope'
16+ 'southeastasia'
17+ 'westus2'
18+ 'uksouth'
19+ 'canadacentral'
20+ 'centralindia'
21+ 'japaneast'
22+ 'australiaeast'
23+ 'koreacentral'
24+ 'francecentral'
25+ 'centralus'
26+ 'eastus2'
27+ 'eastasia'
28+ 'westus'
29+ 'southafricanorth'
30+ 'northcentralus'
31+ 'brazilsouth'
32+ 'switzerlandnorth'
33+ 'norwayeast'
34+ 'norwaywest'
35+ 'australiasoutheast'
36+ 'australiacentral2'
37+ 'germanywestcentral'
38+ 'switzerlandwest'
39+ 'uaecentral'
40+ 'ukwest'
41+ 'japanwest'
42+ 'brazilsoutheast'
43+ 'uaenorth'
44+ 'australiacentral'
45+ 'southindia'
46+ 'westus3'
47+ 'koreasouth'
48+ 'swedencentral'
49+ 'canadaeast'
50+ 'jioindiacentral'
51+ 'jioindiawest'
52+ 'qatarcentral'
53+ 'southafricawest'
54+ 'germanynorth'
55+ 'polandcentral'
56+ 'israelcentral'
57+ 'italynorth'
58+ 'mexicocentral'
59+ 'spaincentral'
60+ 'newzealandnorth'
61+ 'chilecentral'
62+ 'indonesiacentral'
63+ 'malaysiawest'
64+ ])
65+ @metadata ({
66+ azd : {
67+ type : 'location'
68+ }
69+ })
1070param location string
1171
1272@description ('Whether the deployment is running on GitHub Actions' )
You can’t perform that action at this time.
0 commit comments