Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization resource for APIM #3644

Merged
merged 22 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5688947
adding authorization provider resource and generated code
ansulgoenka Dec 8, 2023
72f8c1c
integration test
ansulgoenka Dec 12, 2023
eb1c885
adding generated files and integration test for authorization and aut…
ansulgoenka Dec 14, 2023
7088ceb
adding recording for sample tests
ansulgoenka Dec 14, 2023
231ee76
moving resources to 2.6.0 and addressing comments
ansulgoenka Dec 15, 2023
a875112
updating recordings
ansulgoenka Dec 15, 2023
3164d2a
Updating sample file error
ansulgoenka Jan 8, 2024
b5876c9
Merge remote-tracking branch 'origin/main' into authorization-resource
ansulgoenka Jan 8, 2024
11bc221
updating recordings
ansulgoenka Jan 8, 2024
092040e
updating api samples
ansulgoenka Jan 9, 2024
1df3a0d
Merge branch 'main' into authorization-resource
ansulgoenka Jan 20, 2024
097e756
updating generated files for new version
ansulgoenka Jan 20, 2024
7bacea2
updating samples
ansulgoenka Jan 20, 2024
0032e5b
Merge branch 'main' into authorization-resource
ansulgoenka Jan 31, 2024
daa31b7
adding generated files for collection secret
ansulgoenka Jan 31, 2024
58d7a84
update test recording for skuv1
ansulgoenka Feb 1, 2024
bc3a0db
addressing comments and updating recording for tests
ansulgoenka Feb 2, 2024
00342af
updating samples and its recordings
ansulgoenka Feb 7, 2024
da44810
Merge branch 'Azure:main' into authorization-resource
ansulgoenka Feb 8, 2024
19cf1e8
addressing comments
ansulgoenka Feb 9, 2024
3baa28c
Merge branch 'Azure:main' into authorization-resource
ansulgoenka Feb 9, 2024
0775d12
Merge remote-tracking branch 'refs/remotes/origin/authorization-resou…
ansulgoenka Feb 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 21 additions & 15 deletions docs/hugo/content/reference/_index.md

Large diffs are not rendered by default.

36 changes: 21 additions & 15 deletions docs/hugo/content/reference/apimanagement/_index.md

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions v2/api/apimanagement/customizations/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
github.com/Azure/azure-service-operator/v2/api/apimanagement/customizations
├── ApiExtension: Object (0 properties)
├── ApiVersionSetExtension: Object (0 properties)
├── AuthorizationProviderExtension: Object (0 properties)
├── AuthorizationProvidersAuthorizationExtension: Object (0 properties)
├── AuthorizationProvidersAuthorizationsAccessPolicyExtension: Object (0 properties)
├── BackendExtension: Object (0 properties)
├── NamedValueExtension: Object (0 properties)
├── PolicyExtension: Object (0 properties)
Expand Down
Loading
Loading