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

Update Common.json to match the API version #8845

Merged
merged 50 commits into from
Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
ff91d1c
2020-02-01-preview for Media Services LVA
microsoft-rin Feb 1, 2020
13a8b5c
Prettier and model validations fix
microsoft-rin Feb 2, 2020
a5aab54
Fixing validations
microsoft-rin Feb 2, 2020
0ccaace
Fixing version in Common.json
microsoft-rin Feb 3, 2020
6c08aad
Using common types.json
microsoft-rin Feb 5, 2020
a2f8210
Updating new version
microsoft-rin Feb 13, 2020
6bf3a73
Adding old version
microsoft-rin Feb 13, 2020
c1cdf21
Revert "Adding old version"
microsoft-rin Feb 13, 2020
1bdb611
Using common types
microsoft-rin Feb 13, 2020
a40ca5e
Using 200 for operation locatio header.
microsoft-rin Feb 13, 2020
02b1e31
Fixing validation errors
microsoft-rin Feb 13, 2020
5e5fd28
Trying to fix autorest
microsoft-rin Feb 25, 2020
c395bf0
Reverting common.js to test if that matters for autorest.
microsoft-rin Feb 25, 2020
e9ace2c
Reverting default operation result to test if that matters for autorest
microsoft-rin Feb 25, 2020
325b8bb
Fixing previous revert.
microsoft-rin Feb 25, 2020
282c8d0
Merge remote-tracking branch 'upstream/master'
microsoft-rin Feb 25, 2020
b9d741a
Fixing after merge from upstream
microsoft-rin Feb 25, 2020
a9af306
Testing default operation result
microsoft-rin Feb 25, 2020
9798df5
Testing description
microsoft-rin Feb 25, 2020
466b211
Adding common json back
microsoft-rin Feb 25, 2020
b58ed12
Testing empty description
microsoft-rin Feb 25, 2020
96284e0
Testing no default for operation result
microsoft-rin Feb 25, 2020
e672ff5
Removing common.json
microsoft-rin Feb 26, 2020
bff4304
Updating common.json of AMS
microsoft-rin Feb 26, 2020
5d63fbf
Updating common.json
microsoft-rin Feb 26, 2020
3467a13
Updating common.json
microsoft-rin Feb 26, 2020
d4fdfb7
Updating common.json
microsoft-rin Feb 26, 2020
363db7b
Rename unknown classification to undetermined classification (#8436)
dosegal Feb 25, 2020
333fb94
Fixing the structure of RESTProxy documentation: Updating the Operat…
anushreeringne Feb 25, 2020
076c77e
update lint doc, add the missed rules doc R2029,R2007 (#8502)
jianyexi Feb 25, 2020
ef43fa2
Linter tool document update: add R4004, modify R2016 ,R3006 (#8417)
jianyexi Feb 25, 2020
f06134e
2020 01 01 updates to rules engine caching behavior (#8455)
aramesh-msft Feb 25, 2020
1c5548c
add cli.md for postgresql (#8492)
00Kai0 Feb 25, 2020
689efc7
Added minimalTlsVersion property for Managed Instance endpoint, API v…
cicovica Feb 26, 2020
73aeb3a
[SRP] Add blob service property for container soft delete (#8498)
zfchen95 Feb 26, 2020
08623d4
Adds 'Offline' state to provisioning states. (#8509)
akashdeepgoel Feb 26, 2020
bef5210
Fix x-ms-enum name conflict (#8465)
leni-msft Feb 26, 2020
17d4767
[Deployment Scripts] Deployment scripts error model update (#8481)
filizt Feb 26, 2020
443fe6f
add package-subscriptions-2019-11 (#8503)
jiasli Feb 26, 2020
0061ab3
regenerated all-api-versions
Feb 26, 2020
7752e15
Added redis cache publisher schema for azure event grid. (#8486)
abebts2000 Feb 26, 2020
b3895f1
[Hub Generated] Review request for Microsoft.Attestation to add versi…
gkostal Feb 27, 2020
dfb3b73
Include Tags in GetSubscription and Deployment APIs (#8268)
ramoka178 Feb 27, 2020
2385528
Remove readonly flag from microsoftSessionAddress properties in BgpSe…
psanapathi Feb 27, 2020
86cf931
add cli.md for databricks (#8521)
00Kai0 Feb 27, 2020
284230b
Merge branch 'master' of https://github.com/microsoft-rin/azure-rest-…
microsoft-rin Feb 27, 2020
5238b23
Reverting to local Common.json to satisify autorest against md file.
microsoft-rin Feb 27, 2020
5085954
Fixing prettier
microsoft-rin Feb 27, 2020
75ca0a4
Updating Common.json to match API version
microsoft-rin Mar 26, 2020
e65d73b
Merge remote-tracking branch 'upstream/master'
microsoft-rin Mar 26, 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Azure Media Services",
"version": "2018-07-01"
"version": "2019-09-01-preview"
},
"securityDefinitions": {
"azure_auth": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Azure Media Services",
"version": "2018-07-01"
"version": "2020-02-01-preview"
},
"securityDefinitions": {
"azure_auth": {
Expand Down