Skip to content

Commit 3890baf

Browse files
committed
Merge branch 'master' into csharp
2 parents 41da281 + 4314c1c commit 3890baf

File tree

1,085 files changed

+121121
-1580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,085 files changed

+121121
-1580
lines changed

.azure-pipelines/NetworkValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
displayName: Install Node.js
1919
- script: npm install autorest -g
2020
displayName: Install autorest
21-
- script: git clone --depth 1 -- https://dev.azure.com/v-anevse/BuildScripts/_git/BuildScripts ..\BuildScripts
21+
- script: git clone --depth 1 -- https://dev.azure.com/nrp-swagger/swagger-stack/_git/automation-scripts ..\BuildScripts
2222
displayName: Clone build tools
2323
- powershell: |
2424
$swgrPath = (Get-Item ".\").FullName

.azure-pipelines/SDKAutomation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
SDK_REPO_NAME: azure-sdk-for-js
3535
Python:
3636
SDK_REPO_NAME: azure-sdk-for-python
37+
PythonT2:
38+
SDK_REPO_NAME: azure-sdk-for-python-track2
3739
Cliextension:
3840
SDK_REPO_NAME: azure-cli-extensions
3941
Go:

.github/computeReviewLabeler.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/computeReviewLabeler.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,3 @@
7676
/specification/trafficmanager/ @allencal @hrkulkarmsft
7777
/specification/web/ @lukaszstem @naveedaz @nking92
7878
/profile/ @shahabhijeet
79-
/.github/computeReviewLabeler.yml @grizzlytheodore
80-
/.github/workflows/computeReviewLabeler.yml @grizzlytheodore

custom-words.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ domainservices
466466
DOTALL
467467
DRMs
468468
dsmax
469+
DTDL
469470
Dtus
470471
duration'PT
471472
EAPMSCHA
@@ -507,6 +508,7 @@ ErrorSchema
507508
Español
508509
estaba
509510
Etag
511+
etags
510512
Ethereum
511513
evalue
512514
evaluateautoscale
@@ -515,6 +517,7 @@ eventgrid
515517
Eventhub
516518
eventhubconnections
517519
eventhubs
520+
eventroutes
518521
eventtime
519522
eventtypes
520523
EWDG
@@ -688,6 +691,7 @@ imagesearch
688691
IMDS
689692
importdevices
690693
Inbuild
694+
incomingrelationships
691695
indic
692696
inferencing
693697
Informations
@@ -1781,5 +1785,11 @@ userprincipalname
17811785
sessionstate
17821786
sessionhosts
17831787
hostpool
1788+
Alexa
1789+
regeneratekeys
1790+
Directline
1791+
Keyschannel
1792+
azureADMetrics
17841793
sparkr
17851794
ambari
1795+
dotnetspark

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/apimquotas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"in": "body",
109109
"required": true,
110110
"schema": {
111-
"$ref": "./definitions.json#/definitions/QuotaCounterValueContractProperties"
111+
"$ref": "./definitions.json#/definitions/QuotaCounterValueUpdateContract"
112112
},
113113
"description": "The value of the quota counter to be applied to all quota counter periods."
114114
},
@@ -212,7 +212,7 @@
212212
"in": "body",
213213
"required": true,
214214
"schema": {
215-
"$ref": "./definitions.json#/definitions/QuotaCounterValueContractProperties"
215+
"$ref": "./definitions.json#/definitions/QuotaCounterValueUpdateContract"
216216
},
217217
"description": "The value of the Quota counter to be applied on the specified period."
218218
},

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/definitions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,6 +3847,16 @@
38473847
},
38483848
"description": "Quota counter value details."
38493849
},
3850+
"QuotaCounterValueUpdateContract": {
3851+
"properties": {
3852+
"properties": {
3853+
"x-ms-client-flatten": true,
3854+
"$ref": "#/definitions/QuotaCounterValueContractProperties",
3855+
"description": "Quota counter value details."
3856+
}
3857+
},
3858+
"description": "Quota counter value details."
3859+
},
38503860
"RecipientEmailCollection": {
38513861
"properties": {
38523862
"value": {

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/examples/ApiManagementUpdateQuotaCounterKey.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"subscriptionId": "subid",
77
"quotaCounterKey": "ba",
88
"parameters": {
9-
"callsCount": 0,
10-
"kbTransferred": 2.5630078125
9+
"properties": {
10+
"callsCount": 0,
11+
"kbTransferred": 2.5630078125
12+
}
1113
}
1214
},
1315
"responses": {

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2019-12-01/examples/ApiManagementUpdateQuotaCounterKeyByQuotaPeriod.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"quotaCounterKey": "ba",
88
"quotaPeriodKey": "0_P3Y6M4DT12H30M5S",
99
"parameters": {
10-
"callsCount": 0,
11-
"kbTransferred": 0
10+
"properties": {
11+
"callsCount": 0,
12+
"kbTransferred": 0
13+
}
1214
}
1315
},
1416
"responses": {

0 commit comments

Comments
 (0)