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

[Hub Generated] Review request for Microsoft.Authorization to add version stable/2020-09-01 #11391

Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
351f5ae
Adds base for updating Microsoft.Authorization from version stable/20…
feruilob Oct 26, 2020
33f9efd
Updates readme
feruilob Oct 26, 2020
9c15c87
Updates API version in new specs and examples
feruilob Oct 26, 2020
b01d257
Adding Swagger spec for DataPolicyManifests
feruilob Oct 26, 2020
59d842b
Bring back files from previous version for validation
feruilob Oct 26, 2020
daa5282
Revert order in which definitions appear in swagger spec for DataPoli…
feruilob Oct 26, 2020
83f3ca9
Fixing array of class
feruilob Oct 26, 2020
e83da9f
Fix identation and version
feruilob Oct 26, 2020
80aa069
Fix properties in example and bad title
feruilob Oct 26, 2020
2128d20
Remove description from items
feruilob Oct 26, 2020
e716034
Fix bug in array of DataManifestCustomResourceFunctionDefinition
feruilob Oct 26, 2020
2ecb7db
Fixing invalid namespaces type
feruilob Oct 26, 2020
d04a28d
Fixed bug in array for alias paths
feruilob Oct 26, 2020
c2d4f77
Add dataPolicyManifest to readme
feruilob Oct 27, 2020
59fe703
Adding data policy manifests operation endpoint
feruilob Oct 27, 2020
7a4a809
Revert "Adding data policy manifests operation endpoint"
feruilob Oct 27, 2020
9907164
Adds suppression to readme
feruilob Oct 27, 2020
c84bd5b
Merge branch 'dev-resources-Microsoft.Authorization-2020-09-01' of ht…
feruilob Oct 27, 2020
dd20556
Remove files from previous versions
feruilob Oct 27, 2020
81be5d0
Adds suppression to readme
feruilob Oct 27, 2020
ab64e18
Adds suppression to readme
feruilob Oct 27, 2020
cf53b38
Add sample response for getting data policy manifests with namespace …
feruilob Oct 27, 2020
8e4937e
Removing paging and adding 404 response
feruilob Oct 27, 2020
590c2bc
Fixing resource types and namespaces
feruilob Oct 27, 2020
ef71503
Merge branch 'dev-resources-Microsoft.Authorization-2020-09-01' of ht…
feruilob Oct 27, 2020
5547fe9
Addressing comments in PR
feruilob Oct 27, 2020
f92cab8
Adding 404 response code to example
feruilob Oct 27, 2020
91bcf48
Removing schema from 404 response (couldn't find any similar example)
feruilob Oct 27, 2020
406c949
Adds suppression to readme
feruilob Oct 28, 2020
8f3d91d
Fix comma typo
feruilob Oct 28, 2020
0cdd841
Merge branch 'dev-resources-Microsoft.Authorization-2020-09-01' of ht…
feruilob Oct 28, 2020
b474728
Adds suppression to readme
feruilob Oct 28, 2020
90721dc
Committing changes done by prettier
feruilob Oct 28, 2020
cda29c3
Merge branch 'dev-resources-Microsoft.Authorization-2020-09-01' of ht…
feruilob Oct 28, 2020
f66f8c0
Change effect for audit effect
feruilob Oct 28, 2020
c85ab29
Readding x-ms-pageable
feruilob Oct 29, 2020
bdbf496
Removing 404 response
feruilob Oct 29, 2020
015e3c7
Put nextLink in the correct place in the definition
feruilob Oct 29, 2020
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
Prev Previous commit
Next Next commit
Removing schema from 404 response (couldn't find any similar example)
  • Loading branch information
feruilob committed Oct 27, 2020
commit 91bcf48e957d65115bd0cd40cb9f63650347130b
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
},
feruilob marked this conversation as resolved.
Show resolved Hide resolved
"404": {
"description": "Not found - the data policy manifest doesn't exist.",
"schema": {
"$ref": "#/definitions/CloudError"
}
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down