-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIM: Api / Product / VersionSet / Policy / PolicyFragment (#3394)
* Add Backend / NamedValue / Subscription * Added samples * Adding samples * APIM Integration Tests * Added deletes into recording * Working envtest recording * envtest working for teh rest of the APIM services * Added keyvault properties * Added the preview version of apim * KeyVaultId is an armReference * Backend Proxy Password is now a secret * Backend ResorceId is now an armReference * PrimaryKey/SecondaryKey importConfigMap * Add comment for BackendCredentialsContract * Index md new format * KeyVault is not a real ARM Id * Whoops! * keys should be secrets * Adding CRD tests * WIP - testing * Removed the azureGeneratedSecrets * AzureGeneratedSecrets for APIM * OwnerId (UserId) is an ARM Reference * Working samples * Comment future APIM * Remove preview version * Add Azure Generated Secrets back in * Adding Policy Fragment test * Fixed up ARM References * Added Secret tests * Tests that delete the resourec group after * Remove comments of stuff that is implemented * Better comments for authoring apim tests * Put samples test back * Comment out 2 sample tests * Renamed VersionSet ApiVersionSet * Api VersionSet samples * Working CRD recording * Update v2/internal/controllers/crd_apimanagement_20220801_test.go Co-authored-by: Bevan Arps <[email protected]> * Removed restore comment * Format on save for linters * Added go.sum fix * Better comment about running subtests in sequence --------- Co-authored-by: Matthew Christopher <[email protected]> Co-authored-by: Bevan Arps <[email protected]>
- Loading branch information
1 parent
ee2e124
commit 993800e
Showing
80 changed files
with
28,324 additions
and
2,315 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
20 changes: 20 additions & 0 deletions
20
v2/api/apimanagement/customizations/api_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/api_version_set_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/policy_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/policy_fragment_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/product_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,6 +1,11 @@ | ||
// Code generated by azure-service-operator-codegen. DO NOT EDIT. | ||
github.com/Azure/azure-service-operator/v2/api/apimanagement/customizations | ||
├── ApiExtension: Object (0 properties) | ||
├── ApiVersionSetExtension: Object (0 properties) | ||
├── BackendExtension: Object (0 properties) | ||
├── NamedValueExtension: Object (0 properties) | ||
├── PolicyExtension: Object (0 properties) | ||
├── PolicyFragmentExtension: Object (0 properties) | ||
├── ProductExtension: Object (0 properties) | ||
├── ServiceExtension: Object (0 properties) | ||
└── SubscriptionExtension: Object (0 properties) |
Oops, something went wrong.