Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ab2f096
ACR Admin swagger spec changes
rjaini Apr 13, 2021
29dd865
Release/larisab (#1)
larysaborodina May 6, 2021
880c487
Update API changes (#2)
rjaini May 6, 2021
889ccb5
Merge branch 'Azure:master' into release/acrchanges
rjaini May 6, 2021
ce2256f
Fix swagger validation errors. (#3)
larisaborodina May 7, 2021
a598466
Fix swagger validation errors - 2-nd. (#4)
larisaborodina May 7, 2021
63a8d6a
Fix model validation fix
rjaini May 7, 2021
1762acd
Fix swagger validation errors - 3d. (#5)
larisaborodina May 7, 2021
dc94bb7
Fix swagger validation errors - 4th. (#6)
larisaborodina May 10, 2021
26ed4b5
Release/acrchanges (#8)
larisaborodina May 10, 2021
dc8548d
Release/acrchanges (#9)
larisaborodina May 11, 2021
59efe9b
Release/larisab (#11)
larisaborodina May 11, 2021
54b707a
Release/acrchanges (#12)
larisaborodina May 12, 2021
83f3d81
Release/acrchanges (#13)
larisaborodina May 13, 2021
74b5d91
Release/acrchanges (#14)
larisaborodina May 14, 2021
e7bfdb1
Release/acrchanges (#15)
larisaborodina May 21, 2021
e924da3
Release/acrchanges (#16)
larisaborodina May 24, 2021
def3f91
Release/acrchanges (#17)
larisaborodina May 24, 2021
5dfa0e3
Release/acrchanges (#18)
larisaborodina May 27, 2021
335f4e2
Release/acrchanges (#19)
larisaborodina Jun 3, 2021
5e9d102
Release/acrchanges (#20)
larisaborodina Jun 4, 2021
b8105e5
Release/acrchanges (#21)
larisaborodina Jun 4, 2021
4de853e
Release/acrchanges (#22)
larisaborodina Jun 19, 2021
80461ff
Release/acrchanges (#23)
larisaborodina Jun 21, 2021
ab9b855
Release/acrchanges (#24)
larisaborodina Jun 23, 2021
2c1ea02
Release/acrchanges (#25)
larisaborodina Jun 23, 2021
06a1487
Release/acrchanges (#26)
larisaborodina Jun 25, 2021
05f6e24
Release/acrchanges (#27)
larisaborodina Jun 25, 2021
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
Release/acrchanges (#25)
* Fix swagger validation errors - 4th.

* Fix swagger validation errors - 5th.

* Fix swagger validation errors - 6th.

* Fix swagger validation errors - 7th.

* Fix swagger validation errors - 13th.

* Fix swagger validation errors - 14th.

* Fix swagger validation errors - 15th.

* Fix swagger validation errors - 16th.

* Fix swagger validation errors - 17th.

* Fix swagger validation errors - 18th.

* Fix swagger validation errors - 19th.

* Fix swagger validation errors - 20th.

* Fix swagger validation errors - 21th.

* Fix swagger validation errors - 21st.

* Fix swagger validation errors - 22st.

* Fix swagger validation errors - 23st.

* Fix swagger validation errors - 24st.

* Fix swagger validation errors - 25th.

* Fix swagger validation errors - 26th

* Fix swagger validation errors - 27th

* Fix swagger validation errors - 28th

* Fix swagger validation errors - 29th

* Fix swagger validation errors - 30th

* Fix swagger validation errors - 31th

* Fix swagger specs, address comments and naming bug - 32th

* Fix swagger specs, address comments and naming bug - 33th

* Fix swagger specs - 34th

* Test cmdlet name creation with recommended operation id for quota

* Test cmdlet name creation with recommended operation id

* Test cmdlet name creation with recommended operation id

* Test cmdlet name creation with recommended operation id

* Test cmdlet name creation with recommended operation id

* Use v2 common resource types.
  • Loading branch information
larisaborodina authored Jun 23, 2021
commit 2c1ea026691f0b7ac5f9d0f34e0ecd2be72bfa53
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -91,7 +91,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand All @@ -111,7 +111,7 @@
},
"allOf": [
{
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -95,7 +95,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -135,7 +135,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -174,7 +174,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand All @@ -194,7 +194,7 @@
},
"allOf": [
{
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -95,7 +95,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -135,7 +135,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -174,7 +174,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand All @@ -194,7 +194,7 @@
},
"allOf": [
{
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
Expand All @@ -72,7 +72,7 @@
},
"allOf": [
{
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@
"default": {
"description": "Error Response.",
"schema": {
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
}
Expand Down Expand Up @@ -125,7 +125,7 @@
},
"allOf": [
{
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
}
]
},
Expand All @@ -151,7 +151,7 @@
},
"allOf": [
{
"$ref": "../../../../../../common-types/resource-management/v1/types.json#/definitions/Resource"
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/Resource"
}
]
},
Expand Down