Skip to content

Commit 6f9a727

Browse files
committed
merge
2 parents a1cc212 + 517acef commit 6f9a727

File tree

173 files changed

+344
-4099
lines changed

Some content is hidden

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

173 files changed

+344
-4099
lines changed

eng/emitter-package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-python": "0.23.7"
4+
"@azure-tools/typespec-python": "0.23.8"
55
},
66
"devDependencies": {
7-
"@typespec/compiler": "~0.55.0",
8-
"@typespec/rest": "~0.55.0",
9-
"@typespec/openapi": "~0.55.0",
10-
"@typespec/versioning": "~0.55.0",
7+
"@azure-tools/typespec-azure-core": "~0.41.0",
118
"@azure-tools/typespec-azure-resource-manager": "~0.41.0",
9+
"@azure-tools/typespec-autorest": "~0.41.0",
1210
"@typespec/http": "~0.55.0",
13-
"@azure-tools/typespec-azure-core": "~0.41.0",
14-
"@azure-tools/typespec-client-generator-core": "~0.41.6",
15-
"@azure-tools/typespec-autorest": "~0.41.0"
11+
"@typespec/rest": "~0.55.0",
12+
"@typespec/compiler": "~0.55.0",
13+
"@typespec/versioning": "~0.55.0",
14+
"@typespec/openapi": "~0.55.0",
15+
"@azure-tools/typespec-client-generator-core": "~0.41.7"
1616
}
1717
}

scripts/auto_release/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def ask_check_policy(self):
543543
f'{changelog}\n' \
544544
f'```\n' \
545545
'* (If you want private package for test or development, ' \
546-
f'please build it locally with [guidance](https://github.com/Azure/azure-sdk-for-python/wiki/Common-issues-about-Python-SDK#build-private-package-with-pr) with https://github.com/Azure/azure-sdk-for-python/pull/{self.pr_number})\n\n'
546+
f'please build it locally based on https://github.com/Azure/azure-sdk-for-python/pull/{self.pr_number} with [guidance](https://github.com/Azure/azure-sdk-for-python/wiki/Common-issues-about-Python-SDK#build-private-package-with-pr))\n\n'
547547
api.issues.create_comment(issue_number=issue_number, body=body)
548548

549549
# comment for hint

scripts/automation_generate.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ export VIRTUAL_ENV
55
PATH="$VIRTUAL_ENV/bin:$PATH"
66
export PATH
77

8-
# node version degrade
9-
sudo npm install -g n
10-
sudo n 18.19.0
11-
export PATH=/usr/local/n/versions/node/18.19.0/bin:$PATH
12-
13-
14-
# install tsp-client globally (local install may interfere with tooling)
15-
echo Install tsp-client
16-
npm install -g @azure-tools/typespec-client-generator-cli
17-
188
TEMP_FILE="$TMPDIR/venv-sdk/auto_temp.json"
199
# generate code
2010
python -m packaging_tools.sdk_generator "$1" "$TEMP_FILE" 2>&1

scripts/automation_init.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ export PATH
1515
python -m pip install -U pip
1616
python scripts/dev_setup.py -p azure-core
1717

18+
# install tsp-client globally (local install may interfere with tooling)
19+
echo Install tsp-client
20+
npm install -g @azure-tools/typespec-client-generator-cli
21+
1822
echo "{}" >> $2
1923
echo "[Generate] init success!!!"

sdk/communication/azure-communication-networktraversal/CHANGELOG.md

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

sdk/communication/azure-communication-networktraversal/LICENSE

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

sdk/communication/azure-communication-networktraversal/MANIFEST.in

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

sdk/communication/azure-communication-networktraversal/README.md

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

sdk/communication/azure-communication-networktraversal/assets.json

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

sdk/communication/azure-communication-networktraversal/azure/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/communication/azure-communication-networktraversal/azure/communication/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk/communication/azure-communication-networktraversal/azure/communication/networktraversal/__init__.py

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

sdk/communication/azure-communication-networktraversal/azure/communication/networktraversal/_api_versions.py

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

0 commit comments

Comments
 (0)