Skip to content

Commit 0ee8635

Browse files
authored
Merge branch 'main' into teststoragetsp
2 parents b824498 + edb5b10 commit 0ee8635

File tree

1,255 files changed

+178310
-167624
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,255 files changed

+178310
-167624
lines changed

.azure-pipelines/azure-powershell-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- task: NodeTool@0
9898
displayName: Install Autorest
9999
inputs:
100-
versionSpec: '18.20.8'
100+
versionSpec: '20.19.6'
101101
command: custom
102102
verbose: false
103103
customCommand: install autorest@latest
@@ -107,11 +107,6 @@ jobs:
107107
targetType: inline
108108
script: "$env:NODE_OPTIONS=\"--max-old-space-size=65536\""
109109
pwsh: true
110-
- task: Npm@1
111-
displayName: Install tsp client
112-
inputs:
113-
command: custom
114-
customCommand: install -g @azure-tools/[email protected]
115110
- task: PowerShell@2
116111
displayName: 'Build'
117112
inputs:
@@ -212,7 +207,7 @@ jobs:
212207
- task: NodeTool@0
213208
displayName: Install autorest
214209
inputs:
215-
versionSpec: '18.20.8'
210+
versionSpec: '20.19.6'
216211
command: custom
217212
verbose: false
218213
customCommand: install autorest@latest

.azure-pipelines/powershell-core.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- task: NodeTool@0
4848
displayName: Install Autorest
4949
inputs:
50-
versionSpec: '18.20.8'
50+
versionSpec: '20.19.6'
5151
command: custom
5252
verbose: false
5353
customCommand: install autorest@latest
@@ -57,11 +57,6 @@ jobs:
5757
targetType: inline
5858
script: "$env:NODE_OPTIONS=\"--max-old-space-size=65536\""
5959
pwsh: true
60-
- task: Npm@1
61-
displayName: Install tsp client
62-
inputs:
63-
command: custom
64-
customCommand: install -g @azure-tools/[email protected]
6560
- task: PowerShell@2
6661
displayName: 'Build'
6762
inputs:
@@ -107,7 +102,7 @@ jobs:
107102
- task: NodeTool@0
108103
displayName: Install autorest
109104
inputs:
110-
versionSpec: '18.20.8'
105+
versionSpec: '20.19.6'
111106
command: custom
112107
verbose: false
113108
customCommand: install autorest@latest

.azure-pipelines/security-tools.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- task: NodeTool@0
2828
displayName: Install Autorest
2929
inputs:
30-
versionSpec: '18.20.7'
30+
versionSpec: '20.19.6'
3131
command: custom
3232
verbose: false
3333
customCommand: install autorest@latest
@@ -37,11 +37,6 @@ jobs:
3737
targetType: inline
3838
script: "$env:NODE_OPTIONS=\"--max-old-space-size=65536\""
3939
pwsh: true
40-
- task: Npm@1
41-
displayName: Install tsp client
42-
inputs:
43-
command: custom
44-
customCommand: install -g @azure-tools/[email protected]
4540
- task: PowerShell@2
4641
displayName: 'Build'
4742
inputs:

.azure-pipelines/sync-aliases.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
packageType: sdk
2929
version: 8.x
3030

31+
- task: NuGetAuthenticate@1
32+
inputs:
33+
forceReinstallCredentialProvider: false
34+
3135
- pwsh: |
3236
dotnet --version
3337
dotnet new tool-manifest --force

.azure-pipelines/util/analyze-steps.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
- task: NodeTool@0
1212
displayName: Install autorest
1313
inputs:
14-
versionSpec: '18.20.7'
14+
versionSpec: '20.19.6'
1515
command: custom
1616
verbose: false
1717
customCommand: install autorest@latest
@@ -21,11 +21,6 @@ steps:
2121
targetType: inline
2222
script: "$env:NODE_OPTIONS=\"--max-old-space-size=65536\""
2323
pwsh: true
24-
- task: Npm@1
25-
displayName: Install tsp client
26-
inputs:
27-
command: custom
28-
customCommand: install -g @azure-tools/[email protected]
2924
- task: UseDotNet@2
3025
displayName: 'Use .NET SDK'
3126
inputs:

.azure-pipelines/windows-powershell.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- task: NodeTool@0
4444
displayName: Install Autorest
4545
inputs:
46-
versionSpec: '18.20.8'
46+
versionSpec: '20.19.6'
4747
command: custom
4848
verbose: false
4949
customCommand: install autorest@latest
@@ -53,11 +53,6 @@ jobs:
5353
targetType: inline
5454
script: "$env:NODE_OPTIONS=\"--max-old-space-size=65536\""
5555
pwsh: true
56-
- task: Npm@1
57-
displayName: Install tsp client
58-
inputs:
59-
command: custom
60-
customCommand: install -g @azure-tools/[email protected]
6156
- task: PowerShell@2
6257
displayName: 'Build'
6358
inputs:
@@ -103,7 +98,7 @@ jobs:
10398
- task: NodeTool@0
10499
displayName: Install autorest
105100
inputs:
106-
versionSpec: '18.20.8'
101+
versionSpec: '20.19.6'
107102
command: custom
108103
verbose: false
109104
customCommand: install autorest@latest

.github/policies/resourceManagement.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,8 @@ configuration:
669669
then:
670670
- mentionUsers:
671671
mentionees:
672-
- fzkhan
673-
- lasuredd-msft
674-
- pkuma-msft
672+
- ohnkoh-msft
673+
- joschung
675674
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
676675
assignMentionees: False
677676
- if:

eng/emitter-package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"version": "0.1.0",
44
"type": "module",
55
"dependencies": {
6-
"@typespec/compiler": "1.5.0",
6+
"@typespec/compiler": "1.7.0",
77
"@azure-tools/typespec-powershell": "0.0.x",
8-
"@azure-tools/typespec-autorest": "0.61.0",
9-
"@azure-tools/typespec-azure-core": "0.61.0",
10-
"@azure-tools/typespec-azure-resource-manager": "0.61.0",
11-
"@azure-tools/typespec-client-generator-core": "0.61.0",
12-
"@azure-tools/typespec-azure-rulesets": "0.61.0",
13-
"@typespec/http": "1.5.0",
14-
"@typespec/openapi": "1.5.0",
15-
"@typespec/rest": "0.75.0",
16-
"@typespec/streams": "0.75.0",
17-
"@typespec/versioning": "0.75.0",
18-
"@typespec/xml": "0.75.0",
8+
"@azure-tools/typespec-autorest": "0.63.0",
9+
"@azure-tools/typespec-azure-core": "0.63.0",
10+
"@azure-tools/typespec-azure-resource-manager": "0.63.0",
11+
"@azure-tools/typespec-client-generator-core": "0.63.0",
12+
"@azure-tools/typespec-azure-rulesets": "0.63.0",
13+
"@typespec/http": "1.7.0",
14+
"@typespec/openapi": "1.7.0",
15+
"@typespec/rest": "0.77.0",
16+
"@typespec/streams": "0.77.0",
17+
"@typespec/versioning": "0.77.0",
18+
"@typespec/xml": "0.77.0",
1919
"@azure-tools/typespec-liftr-base": "0.10.0"
2020
},
2121
"private": true

0 commit comments

Comments
 (0)