Skip to content

Commit 48ab17c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into kaihui-nm-test
2 parents 997769e + c927d65 commit 48ab17c

File tree

2,459 files changed

+304468
-11477
lines changed

Some content is hidden

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

2,459 files changed

+304468
-11477
lines changed

.github/pull_request_assignment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
paths: "specification/compute/**"
9696
reviewers:
9797
- ArcturusZhang
98-
- yungezz
9998

10099
- rule:
101100
paths:

azure-rest-api-specs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c6c46a85babe68ad27f626bc40007e1556ec8fa1

cSpell.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
"Tera"
7777
]
7878
},
79+
{
80+
"filename": "**/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/databox.json",
81+
"words": [
82+
"Tera"
83+
]
84+
},
7985
{
8086
"filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/Rules.json",
8187
"words": [

custom-words.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ asyncinfo
146146
asyncoperation
147147
atascada
148148
attestationcollateral
149+
attributerule
149150
audiodata
150151
Auditd
151152
australiacentral
@@ -517,6 +518,7 @@ Deallocates
517518
deallocating
518519
Deallocation
519520
debugsend
521+
decisionrule
520522
decodable
521523
Decompounder
522524
dedicatedhsm
@@ -1019,6 +1021,7 @@ koreacentral
10191021
koreasouth
10201022
Kpis
10211023
Kraaij
1024+
Krustlet
10221025
Ksettings
10231026
kstem
10241027
kube
@@ -1091,6 +1094,7 @@ localmapview
10911094
localrun
10921095
localsearch
10931096
Lockdown
1097+
managedidentity
10941098
loganalytics
10951099
loggerid
10961100
logio
@@ -1139,8 +1143,10 @@ mariadb
11391143
Marketo
11401144
marketplaceagreementsapi
11411145
marketplaceordering
1146+
maxclients
11421147
maxcoordinates
11431148
MAXERRORS
1149+
maxfragmentationmemory
11441150
maximumblobsize
11451151
maxmemory
11461152
maxpagesize
@@ -1458,6 +1464,7 @@ policydefinitions
14581464
policyid
14591465
policyinsights
14601466
policykey
1467+
policyset
14611468
policysets
14621469
Polybase
14631470
polyfill
@@ -1650,6 +1657,7 @@ reservationorders
16501657
resetapikey
16511658
resetconnection
16521659
resetdocs
1660+
resetskills
16531661
resetvpnclientsharedkey
16541662
Resolvability
16551663
resourcegraph
@@ -1690,6 +1698,7 @@ Rolledback
16901698
Rollforward
16911699
rollouts
16921700
rolloverdetails
1701+
rollupby
16931702
rootfs
16941703
rosettanetprocessconfigurations
16951704
rotatediskencryptionkey
@@ -1729,6 +1738,7 @@ salesforcetables
17291738
saling
17301739
salinuxvm
17311740
saml
1741+
saskey
17321742
SAQL
17331743
SASL
17341744
SAWA
@@ -2251,6 +2261,7 @@ WANs
22512261
WASB
22522262
wasm
22532263
Wasm
2264+
wasmtime
22542265
watchlist
22552266
Watchlist
22562267
watchlists
@@ -2358,3 +2369,6 @@ serviceTagChangeNumber
23582369
Tebibytes
23592370
privatelinkservicesforpowerbi
23602371
Obuscated
2372+
NodePool
2373+
hnsonmigration
2374+
aborthnsonmigration

documentation/samplefiles/readme.go.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,10 @@
22

33
These settings apply only when `--go` is specified on the command line.
44

5-
```yaml $(go)
6-
go:
7-
license-header: MICROSOFT_MIT_NO_VERSION
8-
namespace: [[ServiceName]]
9-
clear-output-folder: true
10-
```
11-
12-
### Go multi-api
13-
14-
``` yaml $(go) && $(multiapi)
15-
batch:
16-
- tag: package-[[Version]][[-ReleaseState]]
17-
```
18-
19-
### Tag: package-[[Version]][[-ReleaseState]] and go
20-
21-
These settings apply only when `--tag=package-[[Version]][[-ReleaseState]] --go` is specified on the command line.
22-
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
23-
24-
```yaml $(tag) == 'package-[[Version]][[-ReleaseState]]' && $(go)
25-
output-folder: $(go-sdk-folder)/services[[/ReleaseState]]/$(namespace)/mgmt/[[Version]]/$(namespace)
5+
```yaml $(go) && $(track2)
6+
azure-arm: true
7+
license-header: MICROSOFT_MIT_NO_VERSION
8+
module-name: sdk/[[ServiceName]]/arm[[ServiceName]]
9+
module: github.com/Azure/azure-sdk-for-go/$(module-name)
10+
output-folder: $(go-sdk-folder)/$(module-name)
2611
```

documentation/samplefiles/samplereadme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This is not used by Autorest itself.
5151
swagger-to-sdk:
5252
- repo: azure-sdk-for-python-track2
5353
- repo: azure-sdk-for-java
54-
- repo: azure-sdk-for-go
54+
- repo: azure-sdk-for-go-track2
5555
- repo: azure-sdk-for-js
5656
- repo: azure-resource-manager-schemas
5757
- repo: azure-cli-extensions

profile/2020-09-01-hybrid.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,70 @@
583583
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/ResourceProvider.json"
584584
}
585585
]
586+
},
587+
"microsoft.containerregistry" : {
588+
"2019-05-01": [
589+
{
590+
"resourceType": "registries",
591+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
592+
},
593+
{
594+
"resourceType": "registries/importImage",
595+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
596+
},
597+
{
598+
"resourceType": "registries/webhooks",
599+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
600+
},
601+
{
602+
"resourceType": "registries/webhooks/ping",
603+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
604+
},
605+
{
606+
"resourceType": "registries/webhooks/getCallbackConfig",
607+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
608+
},
609+
{
610+
"resourceType": "registries/webhooks/listEvents",
611+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
612+
},
613+
{
614+
"resourceType": "registries/listCredentials",
615+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
616+
},
617+
{
618+
"resourceType": "registries/regenerateCredential",
619+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
620+
},
621+
{
622+
"resourceType": "checkNameAvailability",
623+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
624+
},
625+
{
626+
"resourceType": "operations",
627+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
628+
}
629+
]
630+
},
631+
"microsoft.containerservice" : {
632+
"2020-11-01": [
633+
{
634+
"resourceType": "managedclusters",
635+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json"
636+
}
637+
],
638+
"2019-04-01": [
639+
{
640+
"resourceType": "locations/orchestrators",
641+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-04-01/location.json"
642+
}
643+
],
644+
"2017-07-01": [
645+
{
646+
"resourceType": "containerServices",
647+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json"
648+
}
649+
]
586650
}
587651
},
588652
"data-plane": {
@@ -594,6 +658,14 @@
594658
}
595659
]
596660
},
661+
"microsoft.containerregistry": {
662+
"2019-08-15-preview": [
663+
{
664+
"resourceType": "*",
665+
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2019-08-15/containerregistry.json"
666+
}
667+
]
668+
},
597669
"microsoft.storage": {
598670
"resourceType": "*",
599671
"2019-07-07": []

profiles/definitions/latest-2019-04-30.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,21 @@ profiles:
4141
- managedClusters/accessProfiles
4242
'2017-07-01':
4343
- containerServices
44+
microsoft.blockchain:
45+
'2018-06-01-preview':
46+
- blockchainMembers
47+
- blockchainMembers/consortiumMembers
48+
- blockchainMembers/listApiKeys
49+
- lockchainMembers/regenerateApiKeys
50+
- blockchainMembers/transactionNodes
51+
- blockchainMembers/transactionNodes/listApiKeys
52+
- blockchainMembers/transactionNodes/regenerateApiKeys
53+
- locations
54+
- locations/blockchainMemberOperationResults
55+
- locations/checkNameAvailability
56+
- locations/listConsortiums
57+
- operations
58+
- skus
4459
microsoft.capacity:
4560
'2019-04-01':
4661
- appliedReservations

0 commit comments

Comments
 (0)