Skip to content

Commit

Permalink
add http2 public API contract
Browse files Browse the repository at this point in the history
  • Loading branch information
annie-mac committed Nov 27, 2024
2 parents 1a7890e + 9ec647d commit d9c0f64
Show file tree
Hide file tree
Showing 500 changed files with 14,894 additions and 5,918 deletions.
17 changes: 17 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,23 @@ rights to this code.
You should have received a copy of the CC0 legalcode along with this
work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.

License notice for Bouncy Castle
------------------------------------------------------------------------------

Copyright (c) 2000 - 2024 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License notice for Apache Commons
------------------------------------------------------------------------------

Expand Down
7 changes: 0 additions & 7 deletions eng/automation/typespec_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ def validate_tspconfig(tsp_dir: str) -> bool:
# SDK automation would make sure these properties exists
service_dir: str = yaml_json["parameters"]["service-dir"]["default"]
package_dir: str = yaml_json["options"]["@azure-tools/typespec-java"]["package-dir"]
if "namespace" not in yaml_json["options"]["@azure-tools/typespec-java"]:
logging.error(
"[VALIDATE][tspconfig.yaml] "
"options.@azure-tools/typespec-java.namespace is REQUIRED for Java SDK. "
'E.g. "com.azure.ai.openai".'
)
return False

# validate service-dir
if not re.fullmatch(service_dir_pattern, service_dir):
Expand Down
101 changes: 0 additions & 101 deletions eng/common/scripts/Cadl-Project-Generate.ps1

This file was deleted.

127 changes: 0 additions & 127 deletions eng/common/scripts/Cadl-Project-Sync.ps1

This file was deleted.

Loading

0 comments on commit d9c0f64

Please sign in to comment.