Skip to content

Commit

Permalink
Merge eec2d5b into e07876f
Browse files Browse the repository at this point in the history
  • Loading branch information
juyoung98 committed May 14, 2024
2 parents e07876f + eec2d5b commit d4c4688
Show file tree
Hide file tree
Showing 83 changed files with 23,546 additions and 24 deletions.
26 changes: 17 additions & 9 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,38 +291,38 @@
"freemium"
]
},
{
{
"filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json",
"words": [
"freemium"
]
},
{
{
"filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/2023-05-01-preview/ManagedInstances.json",
"words": [
"freemium"
]
},
{
{
"filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/2023-08-01-preview/ManagedInstances.json",
"words": [
"freemium"
]
},
{
{
"filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/2023-08-01-preview/ServerTrustCertificates.json",
"words": [
"freemium"
]
},
{
{
"filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/2023-08-01-preview/ManagedInstanceDtcs.json",
"words": [
"msdtcdns",
"msdtc's"
]
},
{
{
"filename": "**/specification/sql/resource-manager/Microsoft.Sql/preview/2023-08-01-preview/TimeZones.json",
"words": [
"freemium"
Expand Down Expand Up @@ -499,7 +499,7 @@
"Idms",
"Cluter",
"Mfamily",
"Datacentre"
"Datacentre"
]
},
{
Expand Down Expand Up @@ -859,7 +859,6 @@
"psqldb"
]
},

{
"filename": "**/specification/maps/data-plane/Weather/stable/1.1/weather.json",
"words": [
Expand Down Expand Up @@ -1177,7 +1176,7 @@
{
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/**/*.json",
"words": [
"containerd"
"containerd"
]
},

Expand Down Expand Up @@ -1252,6 +1251,15 @@
"WSUS"
]
},
{
"filename": "**/specification/riskiq/data-plane/Microsoft.Easm/preview/2024-03-01-preview/easm.json",
"words": [
"Cisa",
"cisa",
"affected",
"AUTOCONFIRMED"
]
},
{
"filename": "**/specification/monitor/resource-manager/Microsoft.Insights/**/actionGroups_API.json",
"words": [
Expand Down
16 changes: 15 additions & 1 deletion specification/riskiq/Easm/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./main.tsp";
using Azure.ClientGenerator.Core;

@TypeSpec.Versioning.useDependency(Azure.Core.Versions.v1_0_Preview_2)
@TypeSpec.Versioning.useDependency(Easm.Versions.v2023_03_01_preview)
@TypeSpec.Versioning.useDependency(Easm.Versions.v2024_03_01_preview)
namespace Customizations;

@client({
Expand All @@ -16,6 +16,10 @@ interface EasmClient {
#suppress "@azure-tools/typespec-azure-core/use-standard-operations"
updateAssets is Easm.Assets.updateAssets;
getAssetResource is Easm.Assets.getAssetResource;
getAssetsExport is Easm.Assets.getAssetsExport;
getObservations is Easm.Assets.getObservations;
getDeltaDetails is Easm.Assets.getDeltaDetails;
getDeltaSummary is Easm.Assets.getDeltaSummary;

listDataConnection is Easm.DataConnections.listDataConnection;
validateDataConnection is Easm.DataConnections.validateDataConnection;
Expand All @@ -27,11 +31,14 @@ interface EasmClient {
listDiscoGroup is Easm.DiscoveryGroups.listDiscoGroup;
validateDiscoGroup is Easm.DiscoveryGroups.validateDiscoGroup;
getDiscoGroup is Easm.DiscoveryGroups.getDiscoGroup;
deleteDiscoGroup is Easm.DiscoveryGroups.deleteDiscoGroup;
#suppress "@azure-tools/typespec-azure-core/use-standard-operations"
createOrReplaceDiscoGroup is Easm.DiscoveryGroups.createOrReplaceDiscoGroup;
runDiscoGroup is Easm.DiscoveryGroups.runDiscoGroup;
#suppress "@azure-tools/typespec-azure-core/use-standard-operations"
listRuns is Easm.DiscoveryGroups.listRuns;
getAssetChainSummary is Easm.DiscoveryGroups.getAssetChainSummary;
dismissAssetChain is Easm.DiscoveryGroups.dismissAssetChain;

listDiscoTemplate is Easm.DiscoveryTemplates.listDiscoTemplate;
getDiscoTemplate is Easm.DiscoveryTemplates.getDiscoTemplate;
Expand All @@ -42,6 +49,8 @@ interface EasmClient {
getSnapshot is Easm.Reports.getSnapshot;
#suppress "@azure-tools/typespec-azure-core/use-standard-operations"
getSummary is Easm.Reports.getSummary;
#suppress "@azure-tools/typespec-azure-core/use-standard-operations"
getSnapshotExport is Easm.Reports.getSnapshotExport;

listSavedFilter is Easm.SavedFilters.listSavedFilter;
getSavedFilter is Easm.SavedFilters.getSavedFilter;
Expand All @@ -52,4 +61,9 @@ interface EasmClient {
listTask is Easm.Tasks.listTask;
getTask is Easm.Tasks.getTask;
cancelTask is Easm.Tasks.cancelTask;
runTask is Easm.Tasks.runTask;
downloadTask is Easm.Tasks.downloadTask;

getCisaCves is Easm.CisaCves.getCisaCves;
getCisaCve is Easm.CisaCves.getCisaCve;
}

0 comments on commit d4c4688

Please sign in to comment.