forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
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 14554 in Azure/azure-rest-api-specs
[MFE] Discriminator definitions have "additionalProperties" (Azure#14554) * Enabling java client (#1) * Revert "Enabling java client (#1)" (#2) This reverts commit 26873d33199c64732735a5c0f92fe90f4044453e. * discriminators have additionalProperties * Revert "Revert "Enabling java client (#1)" (#2)" This reverts commit 41d5801adebc54d36fba114398c84848e4b4b112. * Revert "Enabling java client (#1)" This reverts commit 7537c824c3620b67e18acdfe5ea650fe9c18d962. Co-authored-by: Harneet Virk <harnvir@microsoft.com>
- Loading branch information
1 parent
7f05d8c
commit f4c308c
Showing
23 changed files
with
13,820 additions
and
1,545 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
sdk/machinelearning/azure-mgmt-machinelearningservices/MANIFEST.in
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,3 +1,4 @@ | ||
include _meta.json | ||
recursive-include tests *.py *.yaml | ||
include *.md | ||
include azure/__init__.py | ||
|
8 changes: 8 additions & 0 deletions
8
sdk/machinelearning/azure-mgmt-machinelearningservices/_meta.json
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,8 @@ | ||
{ | ||
"autorest": "V2", | ||
"use": "@microsoft.azure/autorest.python@~4.0.71", | ||
"commit": "0031cae613fe4eaa91865d1cd7e1e0ba60d7abd4", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/machinelearningservices/resource-manager/readme.md --keep-version-file --multiapi --no-async --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --use=@microsoft.azure/autorest.python@~4.0.71 --version=V2", | ||
"readme": "specification/machinelearningservices/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
Oops, something went wrong.