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 workspaceRP swagger with automation result #24333

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -5,7 +5,7 @@
"workspaceName": "aml-workspace-name",
"ruleName": "some_string",
"api-version": "2023-06-01-preview",
"parameters": {
"body": {
"properties": {
"type": "FQDN",
"destination": "some_string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"api-version": "2023-06-01-preview",
"parameters": {
"body": {
"includeSpark": false
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"privateEndpointConnectionName": "{privateEndpointConnectionName}",
"api-version": "2023-06-01-preview",
"monitor": "true",
"properties": {
"body": {
"properties": {
"privateLinkServiceConnectionState": {
"status": "Approved",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "workspace-1234",
"workspaceName": "testworkspace",
"api-version": "2023-06-01-preview",
"parameters": {
"body": {
"location": "eastus2euap",
"identity": {
"type": "SystemAssigned,UserAssigned",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "workspace-1234",
"workspaceName": "testworkspace",
"api-version": "2023-06-01-preview",
"parameters": {
"body": {
"value": {
"udr": {},
"nsg": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"200": {
"body": {
"userStorageKey": null,
"userStorageResourceId": "/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr",
"userStorageArmId": "/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr",
"appInsightsInstrumentationKey": null,
"containerRegistryCredentials": {
"location": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "workspace-1234",
"workspaceName": "testworkspace",
"api-version": "2023-06-01-preview",
"parameters": {
"body": {
"properties": {
"friendlyName": "New friendly name",
"description": "new description",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "workspace-1",
"connectionName": "connection-1",
"api-version": "2023-06-01-preview",
"parameters": {
"body": {
"properties": {
"category": "ContainerRegistry",
"expiryTime": "2024-03-15T14:30:00Z",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"connectionName": "some_string",
"api-version": "2023-06-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "some_string",
"name": "some_string",
"type": "some_string",
"properties": {
"authType": "AccessKey",
"credentials": {
"accessKeyId": "some_string",
"secretAccessKey": "some_string"
},
"category": "CustomKeys",
"expiryTime": "2020-01-01T00:00:00Z",
"target": "some_string",
"metadata": {}
},
"systemData": {
"createdAt": "2020-01-01T00:00:00Z",
"createdBy": "some_string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T00:00:00Z",
"lastModifiedBy": "some_string",
"lastModifiedByType": "User"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"connectionName": "some_string",
"api-version": "2023-06-01-preview",
"body": {
"properties": {
"authType": "AccessKey",
"credentials": {
"accessKeyId": "some_string",
"secretAccessKey": "some_string"
},
"category": "ADLSGen2",
"expiryTime": "2020-01-01T00:00:00Z",
"target": "some_string",
"metadata": {}
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "some_string",
"name": "some_string",
"type": "some_string",
"properties": {
"authType": "AccessKey",
"credentials": {
"accessKeyId": "some_string",
"secretAccessKey": "some_string"
},
"category": "ADLSGen2",
"expiryTime": "2020-01-01T00:00:00Z",
"target": "some_string",
"metadata": {}
},
"systemData": {
"createdAt": "2020-01-01T00:00:00Z",
"createdBy": "some_string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T00:00:00Z",
"lastModifiedBy": "some_string",
"lastModifiedByType": "Application"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1255,84 +1255,6 @@
},
"description": "Quota update parameters."
},
"DiagnoseRequestProperties": {
"type": "object",
"properties": {
"udr": {
"description": "Setting for diagnosing user defined routing",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"nsg": {
"description": "Setting for diagnosing network security group",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"resourceLock": {
"description": "Setting for diagnosing resource lock",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"dnsResolution": {
"description": "Setting for diagnosing dns resolution",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"storageAccount": {
"description": "Setting for diagnosing dependent storage account",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"keyVault": {
"description": "Setting for diagnosing dependent key vault",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"containerRegistry": {
"description": "Setting for diagnosing dependent container registry",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"applicationInsights": {
"description": "Setting for diagnosing dependent application insights",
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"others": {
"description": "Setting for diagnosing unclassified category of problems",
"type": "object",
"additionalProperties": {
"type": "object"
}
}
}
},
"DiagnoseWorkspaceParameters": {
"type": "object",
"description": "Parameters to diagnose a workspace",
"properties": {
"value": {
"description": "Value of Parameters",
"$ref": "#/definitions/DiagnoseRequestProperties"
}
}
},
"UpdateWorkspaceQuotasResult": {
"type": "object",
"properties": {
Expand Down
Loading