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

Updating Compute Diagnostic RP's swagger with additional APIs #18317

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
47d6518
Updating Compute Diagnostic RP's swagger with additional APIs
ansahdev Mar 18, 2022
2c68b6f
Add missing PrivateLink Operations (#18030)
tjegbejimba Mar 18, 2022
3d1ae07
[Microsoft.DeviceUpdate] (Internal only) Added Private Endpoint Proxy…
darkoa-msft Mar 19, 2022
37c1ca4
add x-ms-enum to trafficmanager (#17511)
ArcturusZhang Mar 21, 2022
752d852
add xms-ids for PowerBIdedicated (#17971)
LinglingTong Mar 21, 2022
7c86d8d
add xms-ids for portal (#17968)
LinglingTong Mar 21, 2022
0d9772a
Add x-ms-identifier to relay\resource-manager (#17760)
vukelich Mar 21, 2022
66cfa57
[Hub Generated] Review request for Microsoft.Capacity to add version …
gaoyp830 Mar 21, 2022
11477a1
Review request for Microsoft.ContainerService to add version 2022-02-…
FumingZhang Mar 21, 2022
e94b0da
Add xms-ids for monitor (#17851)
LinglingTong Mar 21, 2022
1624606
Added new API version 2022-03-01 to the Mobile Network service (#18234)
satravi Mar 21, 2022
8573a6e
[Hub Generated] Public private branch 'dev-security-Microsoft.Securit…
SapirElmakayes Mar 21, 2022
e2ef44b
[Hub Generated] Review request for Microsoft.KeyVault to add version …
maorleger Mar 21, 2022
56756e4
Dev mediaservices microsoft.media 2021 11 01 (#17540)
giakas Mar 21, 2022
caa1008
[Microsoft.DeviceUpdate][Internal Only] Fixed RPaaS linter error - pr…
darkoa-msft Mar 22, 2022
8b95273
Skumar/resource health r2018 linting (#18310)
sharadkumr Mar 22, 2022
94d027e
update readme python (#18282)
BigCat20196 Mar 22, 2022
05dd534
making primary domain controller optional (#18278)
sasank-chaganty Mar 22, 2022
6eaea09
updating the DnsNameLabelReusePolicy to what users should see (#18081)
angouloure Mar 22, 2022
a8c78c6
Dropping not from budget filter. (#18309)
mveraluna Mar 22, 2022
a3be4ce
add xms-ids for operationsManagement (#17950)
LinglingTong Mar 22, 2022
274ce07
synapse web activity update: Disable Cert Validation property. (#18294)
kalyanrk61 Mar 22, 2022
2fbe567
Review request for Microsoft.ContainerService to add version 2022-02-…
FumingZhang Mar 22, 2022
69e8e7f
New API version to Microsoft.Security 2021-11-01 (#18045)
nitsi Mar 22, 2022
8107ad5
add-typescipt.md-for-hardwaresecuritymodules (#18333)
colawwj Mar 22, 2022
c104edf
Add Microsoft.SignalRService/signalr 2022-02-01 (#17748)
ArchangelSDY Mar 22, 2022
d6c59de
Updating Compute Diagnostic RP's swagger with additional APIs
ansahdev Mar 18, 2022
98d7cf0
Merge branch 'feature/cdrp-2021-06-01-preview-newAPIs' of https://git…
ansahdev Mar 22, 2022
18a8f91
1) Prettier check fix
ansahdev Mar 22, 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
  •  
  •  
  •  
26 changes: 1 addition & 25 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,31 +287,7 @@
]
},
{
"filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.1/storage.json",
"words": [
"Regenerte"
]
},
{
"filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.2-preview/storage.json",
"words": [
"Regenerte"
]
},
{
"filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/storage.json",
"words": [
"Regenerte"
]
},
{
"filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.1/storage.json",
"words": [
"Regenerte"
]
},
{
"filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/storage.json",
"filename": "**/specification/keyvault/data-plane/Microsoft.KeyVault/**/storage.json",
"words": [
"Regenerte"
]
Expand Down
3 changes: 2 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2504,4 +2504,5 @@ Tbps
Vuln
IAASVM
Quickbase
Smartsheet
Smartsheet
Qualys
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@
"description": "null",
"x-ms-client-flatten": false
}
},
"required": [
"primaryDomainController"
]
}
},
"ActiveDirectoryDomainController": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,98 @@
}
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/diagnostics/diskInspection/registerStorageConfiguration": {
"post": {
pilor marked this conversation as resolved.
Show resolved Hide resolved
"tags": [
"registerStorageConfiguration"
],
"operationId": "DiskInspectionStorageConfiguration_Register",
"x-ms-long-running-operation": false,
"description": "Register a storageAccount for a subscription used for DiskInspection",
"consumes": [
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/LocationParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"name": "storageConfigurationInput",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/StorageConfigurationInput"
},
"description": "Storage Configuration object supplied in the body of the Post to cache storageAccount for a given subscription."
}
],
"responses": {
"200": {
"description": "Succeeded"
},
"default": {
"description": "Error response describing why the register operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Create a request for registering a storageAccount information.": {
"$ref": "./examples/RegisterStorageConfiguration.json"
}
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/diagnostics/diskInspection/validateStorageConfiguration": {
pilor marked this conversation as resolved.
Show resolved Hide resolved
"post": {
"tags": [
"validateStorageConfiguration"
],
"operationId": "DiskInspectionStorageConfiguration_Validate",
"x-ms-long-running-operation": false,
"description": "Validate if a storageAccount configuration exists for a subscription used for DiskInspection.",
"consumes": [
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/LocationParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/StorageConfigurationResponse"
}
},
"default": {
"description": "Error response describing why the get call failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Returns storageAccount value for an existing configuration entry": {
"$ref": "./examples/ValidateStorageConfiguration.json"
}
}
}
}
},
"definitions": {
Expand Down Expand Up @@ -312,6 +404,28 @@
},
"description": "Api output result when disk inspection result is completed."
},
"StorageConfigurationInput": {
pilor marked this conversation as resolved.
Show resolved Hide resolved
"type": "object",
"properties": {
"storageAccountId": {
pilor marked this conversation as resolved.
Show resolved Hide resolved
"description": "Qualified name of the storage account",
"type": "string"
}
},
"required": [
"storageAccountId"
],
"description": "Data used for registering a Storage Account for a Subscription."
},
"StorageConfigurationResponse": {
"type": "object",
"properties": {
"storageAccountId": {
"type": "string"
}
},
"description": "Api output result when there is an existing storage configuration entry."
},
"ErrorResponse": {
"type": "object",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"location": "eastus",
"api-version": "2021-06-01-preview",
"storageConfigurationInput": {
"storageAccountId": "/subscriptions/88fd8cb2-8248-499e-9a2d-4929a4b0133c/resourceGroups/az-iid-blobtest/providers/Microsoft.Storage/storageAccounts/aziidblobtest"
}
},
"responses": {
"200": {
"headers": {
"x-ms-request-id": "fa55b700-8218-42b1-a3e3-1794cfd37629"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "{subscription-id}",
"location": "eastus",
"api-version": "2021-06-01-preview"
},
"responses": {
"200": {
"headers": {
"x-ms-request-id": "27b7c568-16ec-46f3-bcf1-5bea3f2529b1"
},
"body": {
"storageAccountId": "/subscriptions/88fd8cb2-8248-499e-9a2d-4929a4b0133c/resourceGroups/az-iid-blobtest/providers/Microsoft.Storage/storageAccounts/aziidblobtest"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4241,10 +4241,6 @@
"x-ms-identifiers": [],
"minItems": 0
},
"not": {
"description": "The logical \"NOT\" expression.",
"$ref": "#/definitions/BudgetFilterProperties"
},
"dimensions": {
"description": "Has comparison expression for a dimension",
"$ref": "#/definitions/BudgetComparisonExpression"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@
"Noreuse"
],
"x-ms-enum": {
"name": "DnsNameLabelReusePolicy",
"name": "AutoGeneratedDomainNameLabelScope",
"modelAsString": true
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"parameters": {
"api-version": "2022-02-02-preview",
"subscriptionId": "subid1",
"resourceGroupName": "rg1",
"resourceName": "clustername1",
"agentPoolName": "agentpool1",
"parameters": {
"properties": {
"orchestratorVersion": "",
"count": 3,
"vmSize": "Standard_DS2_v2",
"osType": "Linux",
"capacityReservationGroupID": "/subscriptions/subid1/resourcegroups/rg1/providers//Microsoft.Compute/CapacityReservationGroups/crg1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/clustername1/agentPools/agentpool1",
"type": "Microsoft.ContainerService/managedClusters/agentPools",
"name": "agentpool1",
"properties": {
"provisioningState": "Succeeded",
"orchestratorVersion": "1.9.6",
"count": 3,
"vmSize": "Standard_DS2_v2",
"maxPods": 110,
"osType": "Linux",
"capacityReservationGroupID": "/subscriptions/subid1/resourcegroups/rg1/providers//Microsoft.Compute/CapacityReservationGroups/crg1"
}
}
},
"201": {
"body": {
"id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/clustername1/agentPools/agentpool1",
"type": "Microsoft.ContainerService/managedClusters/agentPools",
"name": "agentpool1",
"properties": {
"provisioningState": "Creating",
"orchestratorVersion": "1.9.6",
"count": 3,
"vmSize": "Standard_DS2_v2",
"maxPods": 110,
"osType": "Linux",
"capacityReservationGroupID": "/subscriptions/subid1/resourcegroups/rg1/providers//Microsoft.Compute/CapacityReservationGroups/crg1"
}
}
}
}
}
Loading