-
Notifications
You must be signed in to change notification settings - Fork 517
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 12148 in Azure/azure-rest-api-specs
ADT: Update output-folder and namespace for .NET (#12148)
- Loading branch information
SDKAuto
committed
Dec 17, 2020
1 parent
3b31cef
commit 0cda765
Showing
54 changed files
with
29,542 additions
and
1,904 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -996,7 +996,9 @@ | |
{ | ||
"type": "string", | ||
"enum": [ | ||
"SystemAssigned" | ||
"None", | ||
"SystemAssigned", | ||
"UserAssigned" | ||
] | ||
}, | ||
{ | ||
|
Oops, something went wrong.