forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 20467 in Azure/azure-rest-api-specs
[Hub Generated] Publish private branch 'eventListener' (Azure#20467) * Adds base for updating Microsoft.SignalRService from version stable/2021-10-01 to version 2022-08-01-preview * Updates readme * Updates API version in new specs and examples * "ot" -> "or" * Update swagger * max listener count = 10 * Add custom cert and custom domain * Add examples * Add fina-state-via for delete * Fix markdown format * Rename discriminator and enum type * Add x-ms-identifier * Update markdown settings * Fix 204 description * Add 200 to custom domain PUT * Revert adding 200 response code to put * try fix readiness test 1. change default tire to premium 2. remove private endpoint
- Loading branch information
SDKAuto
committed
Oct 20, 2022
1 parent
f23a72b
commit cd57501
Showing
40 changed files
with
12,116 additions
and
6,387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"autorest": "3.4.5", | ||
"commit": "492cf91751be945ceae53cfdd53b1ff2fb878703", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest": "3.9.2", | ||
"use": [ | ||
"@autorest/python@5.8.4", | ||
"@autorest/modelerfour@4.19.2" | ||
"@autorest/python@6.1.11", | ||
"@autorest/modelerfour@4.24.3" | ||
], | ||
"commit": "f6de239922d6b23e97750ca3f508ac55c1d2f235", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/webpubsub/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5", | ||
"autorest_command": "autorest specification/webpubsub/resource-manager/readme.md --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.1.11 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False", | ||
"readme": "specification/webpubsub/resource-manager/readme.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
109 changes: 0 additions & 109 deletions
109
sdk/webpubsub/azure-mgmt-webpubsub/azure/mgmt/webpubsub/_metadata.json
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
sdk/webpubsub/azure-mgmt-webpubsub/azure/mgmt/webpubsub/_patch.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ------------------------------------ | ||
# Copyright (c) Microsoft Corporation. | ||
# Licensed under the MIT License. | ||
# ------------------------------------ | ||
"""Customize generated code here. | ||
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize | ||
""" | ||
from typing import List | ||
|
||
__all__: List[str] = [] # Add all objects you want publicly available to users at this package level | ||
|
||
|
||
def patch_sdk(): | ||
"""Do not remove from this file. | ||
`patch_sdk` is a last resort escape hatch that allows you to do customizations | ||
you can't accomplish using the techniques described in | ||
https://aka.ms/azsdk/python/dpcodegen/python/customize | ||
""" |
Oops, something went wrong.