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

Adding xms identifiers for RPs #17753

Merged
merged 37 commits into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8fc63b8
Adding x-ms-identifiers for AD Hybrid Health Service
agalerrotaru Feb 1, 2022
bfd2727
remove added properties
agalerrotaru Feb 1, 2022
fcc63c6
Adding xms-identifiers for AlertsManagement
agalerrotaru Feb 1, 2022
c5f95b8
revert changes related to files outside resource-manager
agalerrotaru Feb 1, 2022
9d158c3
Adding xms-ids for ApiManagement
agalerrotaru Feb 1, 2022
05103e0
adding xms-ids for AzureData
agalerrotaru Feb 2, 2022
1996863
Merge branch 'Azure:main' into agalerrotaru/x-ms-ids-apimanagement
agalerrotaru Feb 2, 2022
b413ef4
Merge branch 'Azure:main' into agalerrotaru/xms-ids-alertsmanagement
agalerrotaru Feb 2, 2022
5658ac7
Merge branch 'Azure:main' into agalerrotaru/xms-ids-azuredata
agalerrotaru Feb 2, 2022
956215f
Merge branch 'Azure:main' into dev/agalerrotaru/xms-id-adhybrid
agalerrotaru Feb 2, 2022
f3d6520
Adding xms-ids for COnfidentialLedger
agalerrotaru Feb 2, 2022
3472f38
Adding xms ids for Confluent
agalerrotaru Feb 2, 2022
664c6f2
Adding xms-ids for CostManagement
agalerrotaru Feb 3, 2022
4c475c6
Adding xms ids for DataBox
agalerrotaru Feb 3, 2022
83de839
Adding xms ids for DataBricks
agalerrotaru Feb 3, 2022
fda5f31
fix typos
agalerrotaru Feb 3, 2022
60f6970
Corrections after rebasing
agalerrotaru Feb 3, 2022
42e55be
corrections after rebase
agalerrotaru Feb 3, 2022
d5968ab
fixing invalid format errors
agalerrotaru Feb 7, 2022
7e9cf00
changing the format to uuid for all Ids
agalerrotaru Feb 7, 2022
b6990e6
prettier fix
agalerrotaru Feb 8, 2022
bff393a
prettier fix 2
agalerrotaru Feb 9, 2022
a4823c5
Merge branch 'agalerrotaru/xms-ids-databox' into agalerrotaru/xms-ids…
agalerrotaru Feb 9, 2022
5377ad1
Merge remote-tracking branch 'origin/agalerrotaru/xms-ids-costmanagem…
agalerrotaru Feb 9, 2022
5ba8de7
Merge remote-tracking branch 'origin/agalerrotaru/confluent' into aga…
agalerrotaru Feb 9, 2022
4051288
Merge remote-tracking branch 'origin/agalerrotaru/xms-ids-confidentia…
agalerrotaru Feb 9, 2022
936c28d
Merge remote-tracking branch 'origin/agalerrotaru/xms-ids-azuredata' …
agalerrotaru Feb 9, 2022
1f08797
Merge remote-tracking branch 'origin/agalerrotaru/x-ms-ids-apimanagem…
agalerrotaru Feb 9, 2022
e18bbb4
Merge remote-tracking branch 'origin/agalerrotaru/xms-ids-alertsmanag…
agalerrotaru Feb 9, 2022
8903d0f
Merge remote-tracking branch 'origin/dev/agalerrotaru/xms-id-adhybrid…
agalerrotaru Feb 9, 2022
7e267ce
reverting package files to main
agalerrotaru Feb 9, 2022
9ce1095
revert noisy prettifier changes
agalerrotaru Feb 9, 2022
5710584
revert some format changes in adhybrid
agalerrotaru Feb 9, 2022
15935c6
reverting noisy changes
agalerrotaru Feb 9, 2022
5768bff
removing adhybrid and alerts management
agalerrotaru Feb 10, 2022
0e78a39
remove azuredata
agalerrotaru Feb 10, 2022
033f28d
remove apimanagement files from this PR
agalerrotaru Feb 10, 2022
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 @@ -481,6 +481,9 @@
"items": {
"$ref": "#/definitions/ResourceProviderOperationDefinition"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"nextLink": {
Expand Down Expand Up @@ -642,14 +645,18 @@
"type": "array",
"items": {
"$ref": "#/definitions/AADBasedSecurityPrincipal"
}
},
"x-ms-identifiers": [
"principalId"
]
},
"certBasedSecurityPrincipals": {
"description": "Array of all cert based Security Principals.",
"type": "array",
"items": {
"$ref": "#/definitions/CertBasedSecurityPrincipal"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationResult"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL to get the next set of operation list results if there are any.",
Expand Down Expand Up @@ -694,7 +697,11 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/ErrorResponseBody"
}
},
"x-ms-identifiers": [
"message",
"target"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationResult"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL to get the next set of operation list results if there are any.",
Expand Down Expand Up @@ -633,7 +636,11 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/ErrorResponseBody"
}
},
"x-ms-identifiers": [
"message",
"target"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,9 @@
"type": "object",
"$ref": "#/definitions/ReportConfigAggregation"
},
"x-ms-identifiers": [
"name"
],
"maxItems": 2
},
"grouping": {
Expand All @@ -1244,14 +1247,19 @@
"items": {
"$ref": "#/definitions/ReportConfigGrouping"
},
"x-ms-identifiers": [
"name",
"type"
],
"maxItems": 2
},
"sorting": {
"description": "Array of order by expression to use in the report.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigSorting"
}
},
"x-ms-identifiers": []
},
"filter": {
"type": "object",
Expand Down Expand Up @@ -1347,6 +1355,7 @@
"items": {
"$ref": "#/definitions/ReportConfigFilter"
},
"x-ms-identifiers": [],
"minItems": 2
},
"or": {
Expand All @@ -1355,6 +1364,7 @@
"items": {
"$ref": "#/definitions/ReportConfigFilter"
},
"x-ms-identifiers": [],
"minItems": 2
},
"dimensions": {
Expand Down Expand Up @@ -1541,7 +1551,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/PivotProperties"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -1926,17 +1939,20 @@
"resourceGroupFilter": {
"description": "array of resourceGroups to filter by",
"type": "array",
"items": {}
"items": {},
"x-ms-identifiers": []
},
"resourceFilter": {
"description": "array of resources to filter by",
"type": "array",
"items": {}
"items": {},
"x-ms-identifiers": []
},
"meterFilter": {
"description": "array of meters to filter by",
"type": "array",
"items": {}
"items": {},
"x-ms-identifiers": []
},
"tagFilter": {
"description": "tags to filter by",
Expand Down Expand Up @@ -2111,15 +2127,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/QueryColumn"
}
},
"x-ms-identifiers": [
"name"
]
},
"rows": {
"description": "Array of rows",
"type": "array",
"items": {
"type": "array",
"items": {}
}
"items": {},
"x-ms-identifiers": []
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -2391,6 +2412,10 @@
"items": {
"$ref": "#/definitions/QueryGrouping"
},
"x-ms-identifiers": [
"name",
"type"
],
"maxItems": 2
},
"filter": {
Expand Down Expand Up @@ -2466,6 +2491,7 @@
"items": {
"$ref": "#/definitions/QueryFilter"
},
"x-ms-identifiers": [],
"minItems": 2
},
"or": {
Expand All @@ -2474,6 +2500,7 @@
"items": {
"$ref": "#/definitions/QueryFilter"
},
"x-ms-identifiers": [],
"minItems": 2
},
"dimensions": {
Expand Down
Loading