Skip to content

Commit ee430eb

Browse files
authored
Merge pull request #750 from Azure/dev
Merge dev into master
2 parents 891d600 + 03465bb commit ee430eb

48 files changed

Lines changed: 76 additions & 76 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[
22
{
33
"name": "Microsoft.Azure.WebJobs.Extensions.ServiceBus",
4-
"version": "3.0.0-rc1"
4+
"version": "3.0.0"
55
},
66
{
77
"name": "Microsoft.Azure.WebJobs.Extensions.EventHubs",
8-
"version": "3.0.0-rc1"
8+
"version": "3.0.0"
99
},
1010
{
1111
"name": "Microsoft.Azure.WebJobs.Extensions.SendGrid",
12-
"version": "3.0.0-rc1"
12+
"version": "3.0.0"
1313
},
1414
{
1515
"name": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
16-
"version": "1.0.0-beta5"
16+
"version": "1.0.0-beta6"
1717
},
1818
{
1919
"name": "Microsoft.Azure.WebJobs.Extensions.DurableTask",
20-
"version": "1.6.1"
20+
"version": "1.6.2"
2121
},
2222
{
2323
"name": "Microsoft.Azure.WebJobs.Extensions.EventGrid",
24-
"version": "2.0.0-rc1"
24+
"version": "2.0.0"
2525
},
2626
{
2727
"name": "Microsoft.Azure.WebJobs.Extensions.CosmosDB",
28-
"version": "3.0.1-rc1"
28+
"version": "3.0.1"
2929
}
3030
]

Functions.Templates/Bindings/bindings.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"documentation": "$content=Documentation\\queueOut.md",
7575
"extension": {
7676
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
77-
"version": "3.0.0-rc1"
77+
"version": "3.0.0"
7878
},
7979
"settings": [
8080
{
@@ -124,7 +124,7 @@
124124
"documentation": "$content=Documentation\\queueTrigger.md",
125125
"extension": {
126126
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
127-
"version": "3.0.0-rc1"
127+
"version": "3.0.0"
128128
},
129129
"settings": [
130130
{
@@ -184,7 +184,7 @@
184184
"documentation": "$content=Documentation\\blobOut.md",
185185
"extension": {
186186
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
187-
"version": "3.0.0-rc1"
187+
"version": "3.0.0"
188188
},
189189
"settings": [
190190
{
@@ -280,7 +280,7 @@
280280
"documentation": "$content=Documentation\\blobTrigger.md",
281281
"extension": {
282282
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
283-
"version": "3.0.0-rc1"
283+
"version": "3.0.0"
284284
},
285285
"settings": [
286286
{
@@ -480,7 +480,7 @@
480480
"documentation": "$content=Documentation\\serviceBusTrigger.md",
481481
"extension": {
482482
"id": "Microsoft.Azure.WebJobs.Extensions.ServiceBus",
483-
"version": "3.0.0-rc1"
483+
"version": "3.0.0"
484484
},
485485
"settings": [
486486
{
@@ -590,7 +590,7 @@
590590
"documentation": "$content=Documentation\\serviceBusOut.md",
591591
"extension": {
592592
"id": "Microsoft.Azure.WebJobs.Extensions.ServiceBus",
593-
"version": "3.0.0-rc1"
593+
"version": "3.0.0"
594594
},
595595
"settings": [
596596
{
@@ -684,7 +684,7 @@
684684
"documentation": "$content=Documentation\\eventHubTrigger.md",
685685
"extension": {
686686
"id": "Microsoft.Azure.WebJobs.Extensions.EventHubs",
687-
"version": "3.0.0-rc1"
687+
"version": "3.0.0"
688688
},
689689
"settings": [
690690
{
@@ -775,7 +775,7 @@
775775
],
776776
"extension": {
777777
"id": "Microsoft.Azure.WebJobs.Extensions.EventHubs",
778-
"version": "3.0.0-rc1"
778+
"version": "3.0.0"
779779
},
780780
"documentation": "$content=Documentation\\eventHubOut.md",
781781
"settings": [
@@ -826,7 +826,7 @@
826826
"documentation": "$content=Documentation\\sendGridOut.md",
827827
"extension": {
828828
"id": "Microsoft.Azure.WebJobs.Extensions.SendGrid",
829-
"version": "3.0.0-rc1"
829+
"version": "3.0.0"
830830
},
831831
"settings": [
832832
{
@@ -894,7 +894,7 @@
894894
"documentation": "$content=Documentation\\Token.md",
895895
"extension": {
896896
"id": "Microsoft.Azure.WebJobs.Extensions.AuthTokens",
897-
"version": "1.0.0-beta5"
897+
"version": "1.0.0-beta6"
898898
},
899899
"AADPermissions": [
900900
{
@@ -994,7 +994,7 @@
994994
"enabledInTryMode": false,
995995
"extension": {
996996
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
997-
"version": "1.0.0-beta5"
997+
"version": "1.0.0-beta6"
998998
},
999999
"AADPermissions": [
10001000
{
@@ -1117,7 +1117,7 @@
11171117
"enabledInTryMode": false,
11181118
"extension": {
11191119
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1120-
"version": "1.0.0-beta5"
1120+
"version": "1.0.0-beta6"
11211121
},
11221122
"documentation": "$content=Documentation\\ExcelOut.md",
11231123
"AADPermissions": [
@@ -1258,7 +1258,7 @@
12581258
"enabledInTryMode": false,
12591259
"extension": {
12601260
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1261-
"version": "1.0.0-beta5"
1261+
"version": "1.0.0-beta6"
12621262
},
12631263
"documentation": "$content=Documentation\\OutlookOut.md",
12641264
"AADPermissions": [
@@ -1359,7 +1359,7 @@
13591359
"enabledInTryMode": false,
13601360
"extension": {
13611361
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1362-
"version": "1.0.0-beta5"
1362+
"version": "1.0.0-beta6"
13631363
},
13641364
"documentation": "$content=Documentation\\OneDriveIn.md",
13651365
"AADPermissions": [
@@ -1468,7 +1468,7 @@
14681468
"enabledInTryMode": false,
14691469
"extension": {
14701470
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1471-
"version": "1.0.0-beta5"
1471+
"version": "1.0.0-beta6"
14721472
},
14731473
"documentation": "$content=Documentation\\OneDriveOut.md",
14741474
"AADPermissions": [
@@ -1577,7 +1577,7 @@
15771577
"enabledInTryMode": false,
15781578
"extension": {
15791579
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1580-
"version": "1.0.0-beta5"
1580+
"version": "1.0.0-beta6"
15811581
},
15821582
"documentation": "$content=Documentation\\GraphWebhookIn.md",
15831583
"AADPermissions": [
@@ -1615,7 +1615,7 @@
16151615
"enabledInTryMode": false,
16161616
"extension": {
16171617
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1618-
"version": "1.0.0-beta5"
1618+
"version": "1.0.0-beta6"
16191619
},
16201620
"documentation": "$content=Documentation\\GraphWebhookOut.md",
16211621
"AADPermissions": [
@@ -1754,7 +1754,7 @@
17541754
"documentation": "$content=Documentation\\GraphWebhookTrigger.md",
17551755
"extension": {
17561756
"id": "Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph",
1757-
"version": "1.0.0-beta5"
1757+
"version": "1.0.0-beta6"
17581758
},
17591759
"enabledInTryMode": false,
17601760
"AADPermissions": [
@@ -1812,7 +1812,7 @@
18121812
"documentation": "$content=Documentation\\activityTrigger.md",
18131813
"extension": {
18141814
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask",
1815-
"version": "1.6.1"
1815+
"version": "1.6.2"
18161816
},
18171817
"settings": [
18181818
{
@@ -1846,7 +1846,7 @@
18461846
"documentation": "$content=Documentation\\orchestrationTrigger.md",
18471847
"extension": {
18481848
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask",
1849-
"version": "1.6.1"
1849+
"version": "1.6.2"
18501850
},
18511851
"settings": [
18521852
{
@@ -1880,7 +1880,7 @@
18801880
"documentation": "$content=Documentation\\orchestrationClientIn.md",
18811881
"extension": {
18821882
"id": "Microsoft.Azure.WebJobs.Extensions.DurableTask",
1883-
"version": "1.6.1"
1883+
"version": "1.6.2"
18841884
},
18851885
"settings": [
18861886
{
@@ -1907,7 +1907,7 @@
19071907
"documentation": "$content=Documentation\\eventGridTrigger.md",
19081908
"extension": {
19091909
"id": "Microsoft.Azure.WebJobs.Extensions.EventGrid",
1910-
"version": "2.0.0-rc1"
1910+
"version": "2.0.0"
19111911
},
19121912
"settings": [
19131913
{
@@ -1934,7 +1934,7 @@
19341934
"documentation": "$content=Documentation\\cosmosDBTrigger.md",
19351935
"extension": {
19361936
"id": "Microsoft.Azure.WebJobs.Extensions.CosmosDB",
1937-
"version": "3.0.1-rc1"
1937+
"version": "3.0.1"
19381938
},
19391939
"settings": [
19401940
{

Functions.Templates/ProjectTemplate/CSharp/Company.FunctionApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.FunctionApp</RootNamespace>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.21" />
8+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.22" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<None Update="host.json">

Functions.Templates/ProjectTemplate/FSharp/Company.FunctionApp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.FunctionApp</RootNamespace>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.21" />
8+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.22" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<None Update="host.json">

Functions.Templates/Templates/BlobTrigger-CSharp/build.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"args": {
4747
"referenceType": "package",
4848
"reference": "Microsoft.Azure.WebJobs.Extensions.Storage",
49-
"version": "3.0.0-rc1",
49+
"version": "3.0.0",
5050
"projectFileExtensions": ".csproj"
5151
}
5252
},

Functions.Templates/Templates/BlobTrigger-CSharp/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"extensions": [
1717
{
1818
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
19-
"version": "3.0.0-rc1"
19+
"version": "3.0.0"
2020
}
2121
]
2222
}

Functions.Templates/Templates/BlobTrigger-JavaScript/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"extensions": [
1717
{
1818
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
19-
"version": "3.0.0-rc1"
19+
"version": "3.0.0"
2020
}
2121
]
2222
}

Functions.Templates/Templates/BlobTrigger-Python/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"extensions": [
2020
{
2121
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
22-
"version": "3.0.0-rc1"
22+
"version": "3.0.0"
2323
}
2424
]
2525
}

Functions.Templates/Templates/CosmosDBTrigger-CSharp/build.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"args": {
5353
"referenceType": "package",
5454
"reference": "Microsoft.Azure.WebJobs.Extensions.CosmosDB",
55-
"version": "3.0.1-rc1",
55+
"version": "3.0.1",
5656
"projectFileExtensions": ".csproj"
5757
}
5858
},

Functions.Templates/Templates/CosmosDBTrigger-CSharp/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"extensions": [
2020
{
2121
"id": "Microsoft.Azure.WebJobs.Extensions.CosmosDB",
22-
"version": "3.0.1-rc1"
22+
"version": "3.0.1"
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)