-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIM Backend, NamedValue and Subscription (#3376)
* Add Backend / NamedValue / Subscription * Added samples * APIM Integration Tests Co-authored-by: Matthew Christopher <[email protected]>
- Loading branch information
1 parent
c267abd
commit ad74e05
Showing
45 changed files
with
20,919 additions
and
1,585 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
20 changes: 20 additions & 0 deletions
20
v2/api/apimanagement/customizations/backend_extension_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
v2/api/apimanagement/customizations/named_value_extension_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 @@ | ||
// Code generated by azure-service-operator-codegen. DO NOT EDIT. | ||
github.com/Azure/azure-service-operator/v2/api/apimanagement/customizations | ||
└── ServiceExtension: Object (0 properties) | ||
├── BackendExtension: Object (0 properties) | ||
├── NamedValueExtension: Object (0 properties) | ||
├── ServiceExtension: Object (0 properties) | ||
└── SubscriptionExtension: Object (0 properties) |
20 changes: 20 additions & 0 deletions
20
v2/api/apimanagement/customizations/subscription_extension_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.