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

[2022-04-01-preview] Add New Api-version for Microsoft.ApiManagement #20399

Merged
merged 27 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7169f4f
Adds base for updating Microsoft.ApiManagement from version preview/2…
solankisamir May 19, 2022
1954325
Updates readme
solankisamir May 19, 2022
f60e9cf
Updates API version in new specs and examples
solankisamir May 19, 2022
5010cc0
APIM Auth Servers (#19234)
Hardell Jun 28, 2022
7ee91b8
API Management Authorization Endpoints (#19615)
seandkim Jun 30, 2022
dfc5a55
Move Long running Create Operation from Location based to Azure-Async…
solankisamir Jul 19, 2022
a602b84
fix(apim): Add missing 'metrics' property to diagnostics contract in …
tomkerkhove Aug 22, 2022
5256a61
apim /PUT apis import add translateRequiredQueryParameters (#20333)
DeagleGross Aug 24, 2022
b7786fb
[2022-04-01-preview] Replace resource with proxyresource and TrackedR…
solankisamir Sep 2, 2022
71167bc
Add type object to authorization definitions (#20631)
LFZ96 Sep 15, 2022
9cccce8
Add type object to policy fragment definition (#20585)
Mielek Sep 16, 2022
a282e02
APIM Open ID Connect providers (#20622)
malincrist Sep 16, 2022
179eeb2
[APIM] Add Nat Gateway (#19990)
GuanchenIntern Sep 27, 2022
b8ae468
Merge branch 'main' into apim-2022-04-01-preview
solankisamir Sep 27, 2022
49f7a6d
[2022-04-01-preview] MIgrate2Stv2 API (#20504)
VatsaPatel Sep 28, 2022
858004f
Address Authorizations MissingTypeObject errors (#20919)
LFZ96 Sep 28, 2022
5b71742
Add forgotten If-Match header (#20920)
LFZ96 Sep 28, 2022
21ca20d
Use common types for specs and count as readonly (#21023)
solankisamir Oct 6, 2022
318bfb1
Sasolank/more review comments (#21025)
solankisamir Oct 6, 2022
904f182
Update Authorizations Spec (#21027)
LFZ96 Oct 10, 2022
73bbab1
readonly revert (#21050)
solankisamir Oct 10, 2022
a317f91
Set SchemaContract.Document as required. (#20110)
agapovm Oct 10, 2022
e88dba9
revert remaining readonly on collection (#21051)
solankisamir Oct 10, 2022
20fc028
Change to camel casing for "accesspolicies" (#21070)
LFZ96 Oct 11, 2022
8b7c808
list example fixed (#21089)
solankisamir Oct 12, 2022
44f9f91
fix definition (#21110)
solankisamir Oct 13, 2022
46f9565
upgrade to v3 for common types (#21109)
solankisamir Oct 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ACCELCONTAINER
acceptors
accesskey
accesspoint
accesspolicies
Copy link
Member

@TimLovellSmith TimLovellSmith Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't need to add this. You should instead be using PascalCase, CamelCase versions of it, or just using plain english documentation "access policies"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still true, I think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and nonbreaking if so)

accountid
accountname
accuracytests
Expand Down
Loading