Skip to content

Commit efd2b52

Browse files
kerendsimanorrejoron
authored
[Hub Generated] Publish private branch 'simanor-dev-security-Microsoft.Security-2023-01-01' (#23305)
* Pricing new version 2023-01-01 * Rename additionalProperty * change to AgentlessDiscoveryForKubernetes * code revirew * Fix lint error * Rename Storage extensions * Remove the 207 response code + add errorMessage * Adding operationStatus * Add previous API version files * Override previous API version files * Adding PUT partial success example * DataSensitivityDiscovery to SensitiveDataDiscovery * Fix PR comments * PR comments fix * Fix PR comments * EnablementTime * . * . * . * . --------- Co-authored-by: Sivan Manor <[email protected]> Co-authored-by: Reem Joron <[email protected]>
1 parent 9d8a951 commit efd2b52

11 files changed

+844
-1
lines changed

custom-words.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ afdx
5151
affinitized
5252
AFRI
5353
AFRINIC
54+
agentless
55+
Agentless
5456
agentpool
5557
aggregatedcost
5658
Agri
@@ -548,6 +550,7 @@ davinci
548550
Dbinstance
549551
DBFS
550552
DCOS
553+
DCSPM
551554
ddagpu
552555
Ddos
553556
DDTHH
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-01-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"pricingName": "CloudPosture"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/CloudPosture",
11+
"name": "CloudPosture",
12+
"type": "Microsoft.Security/pricings",
13+
"properties": {
14+
"pricingTier": "Standard",
15+
"freeTrialRemainingTime": "PT0S",
16+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
17+
"extensions": [
18+
{
19+
"name": "AgentlessVmScanning",
20+
"isEnabled": "True"
21+
},
22+
{
23+
"name": "AgentlessDiscoveryForKubernetes",
24+
"isEnabled": "True"
25+
},
26+
{
27+
"name": "SensitiveDataDiscovery",
28+
"isEnabled": "True"
29+
},
30+
{
31+
"name": "ContainerRegistriesVulnerabilityAssessments",
32+
"isEnabled": "True"
33+
}
34+
]
35+
}
36+
}
37+
}
38+
}
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-01-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"pricingName": "Containers"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/Containers",
11+
"name": "Containers",
12+
"type": "Microsoft.Security/pricings",
13+
"properties": {
14+
"pricingTier": "Standard",
15+
"freeTrialRemainingTime": "PT0S",
16+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
17+
"extensions": [
18+
{
19+
"name": "ContainerRegistriesVulnerabilityAssessments",
20+
"isEnabled": "True"
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}
27+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-01-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"pricingName": "Dns"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/Dns",
11+
"name": "Dns",
12+
"type": "Microsoft.Security/pricings",
13+
"properties": {
14+
"pricingTier": "Standard",
15+
"freeTrialRemainingTime": "PT0S",
16+
"enablementTime": "2023-03-01T12:42:42.1921106Z"
17+
}
18+
}
19+
}
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-01-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"pricingName": "StorageAccounts"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/StorageAccounts",
11+
"name": "StorageAccounts",
12+
"type": "Microsoft.Security/pricings",
13+
"properties": {
14+
"pricingTier": "Standard",
15+
"freeTrialRemainingTime": "PT0S",
16+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
17+
"subPlan": "PerStorageAccount",
18+
"extensions": [
19+
{
20+
"name": "OnUploadMalwareScanning",
21+
"isEnabled": "True",
22+
"additionalExtensionProperties": {
23+
"capGBPerMonthPerStorageAccount": 10
24+
}
25+
},
26+
{
27+
"name": "SensitiveDataDiscovery",
28+
"isEnabled": "True"
29+
}
30+
]
31+
}
32+
}
33+
}
34+
}
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-01-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23",
5+
"pricingName": "VirtualMachines"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/VirtualMachines",
11+
"name": "VirtualMachines",
12+
"type": "Microsoft.Security/pricings",
13+
"properties": {
14+
"pricingTier": "Standard",
15+
"freeTrialRemainingTime": "PT0S",
16+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
17+
"subPlan": "P2",
18+
"extensions": [
19+
{
20+
"name": "AgentlessVmScanning",
21+
"isEnabled": "True"
22+
}
23+
]
24+
}
25+
}
26+
}
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
{
2+
"parameters": {
3+
"api-version": "2023-01-01",
4+
"subscriptionId": "20ff7fc3-e762-44dd-bd96-b71116dcdc23"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/VirtualMachines",
12+
"name": "VirtualMachines",
13+
"type": "Microsoft.Security/pricings",
14+
"properties": {
15+
"pricingTier": "Standard",
16+
"freeTrialRemainingTime": "PT0S",
17+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
18+
"subPlan": "P2",
19+
"extensions": [
20+
{
21+
"name": "AgentlessVmScanning",
22+
"isEnabled": "True"
23+
}
24+
]
25+
}
26+
},
27+
{
28+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/SqlServers",
29+
"name": "SqlServers",
30+
"type": "Microsoft.Security/pricings",
31+
"properties": {
32+
"pricingTier": "Standard",
33+
"freeTrialRemainingTime": "PT0S",
34+
"enablementTime": "2023-03-01T12:42:42.1921106Z"
35+
}
36+
},
37+
{
38+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/AppServices",
39+
"name": "AppServices",
40+
"type": "Microsoft.Security/pricings",
41+
"properties": {
42+
"pricingTier": "Free",
43+
"freeTrialRemainingTime": "PT0S"
44+
}
45+
},
46+
{
47+
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/StorageAccounts",
48+
"name": "StorageAccounts",
49+
"type": "Microsoft.Security/pricings",
50+
"properties": {
51+
"pricingTier": "Standard",
52+
"freeTrialRemainingTime": "PT0S",
53+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
54+
"subPlan": "PerStorageAccount",
55+
"extensions": [
56+
{
57+
"name": "OnUploadMalwareScanning",
58+
"isEnabled": "True",
59+
"additionalExtensionProperties": {
60+
"capGBPerMonthPerStorageAccount": 10
61+
}
62+
},
63+
{
64+
"name": "SensitiveDataDiscovery",
65+
"isEnabled": "True"
66+
}
67+
]
68+
}
69+
},
70+
{
71+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/SqlServerVirtualMachines",
72+
"name": "SqlServerVirtualMachines",
73+
"type": "Microsoft.Security/pricings",
74+
"properties": {
75+
"pricingTier": "Standard",
76+
"freeTrialRemainingTime": "PT0S",
77+
"enablementTime": "2023-03-01T12:42:42.1921106Z"
78+
}
79+
},
80+
{
81+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KubernetesService",
82+
"name": "KubernetesService",
83+
"type": "Microsoft.Security/pricings",
84+
"properties": {
85+
"pricingTier": "Free",
86+
"freeTrialRemainingTime": "PT0S",
87+
"deprecated": true,
88+
"replacedBy": [
89+
"Containers"
90+
]
91+
}
92+
},
93+
{
94+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/ContainerRegistry",
95+
"name": "ContainerRegistry",
96+
"type": "Microsoft.Security/pricings",
97+
"properties": {
98+
"pricingTier": "Free",
99+
"freeTrialRemainingTime": "PT0S",
100+
"deprecated": true,
101+
"replacedBy": [
102+
"Containers"
103+
]
104+
}
105+
},
106+
{
107+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KeyVaults",
108+
"name": "KeyVaults",
109+
"type": "Microsoft.Security/pricings",
110+
"properties": {
111+
"pricingTier": "Standard",
112+
"freeTrialRemainingTime": "PT0S",
113+
"enablementTime": "2023-03-01T12:42:42.1921106Z"
114+
}
115+
},
116+
{
117+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Dns",
118+
"name": "Dns",
119+
"type": "Microsoft.Security/pricings",
120+
"properties": {
121+
"pricingTier": "Standard",
122+
"freeTrialRemainingTime": "PT0S",
123+
"enablementTime": "2023-03-01T12:42:42.1921106Z"
124+
}
125+
},
126+
{
127+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Arm",
128+
"name": "Arm",
129+
"type": "Microsoft.Security/pricings",
130+
"properties": {
131+
"pricingTier": "Standard",
132+
"freeTrialRemainingTime": "PT0S",
133+
"enablementTime": "2023-03-01T12:42:42.1921106Z"
134+
}
135+
},
136+
{
137+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/OpenSourceRelationalDatabases",
138+
"name": "OpenSourceRelationalDatabases",
139+
"type": "Microsoft.Security/pricings",
140+
"properties": {
141+
"pricingTier": "Free",
142+
"freeTrialRemainingTime": "PT0S"
143+
}
144+
},
145+
{
146+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Containers",
147+
"name": "Containers",
148+
"type": "Microsoft.Security/pricings",
149+
"properties": {
150+
"pricingTier": "Standard",
151+
"freeTrialRemainingTime": "PT0S",
152+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
153+
"extensions": [
154+
{
155+
"name": "ContainerRegistriesVulnerabilityAssessments",
156+
"isEnabled": "True"
157+
}
158+
]
159+
}
160+
},
161+
{
162+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/CloudPosture",
163+
"name": "CloudPosture",
164+
"type": "Microsoft.Security/pricings",
165+
"properties": {
166+
"pricingTier": "Standard",
167+
"freeTrialRemainingTime": "PT0S",
168+
"enablementTime": "2023-03-01T12:42:42.1921106Z",
169+
"extensions": [
170+
{
171+
"name": "AgentlessVmScanning",
172+
"isEnabled": "True"
173+
},
174+
{
175+
"name": "AgentlessDiscoveryForKubernetes",
176+
"isEnabled": "True"
177+
},
178+
{
179+
"name": "SensitiveDataDiscovery",
180+
"isEnabled": "True"
181+
},
182+
{
183+
"name": "ContainerRegistriesVulnerabilityAssessments",
184+
"isEnabled": "True"
185+
}
186+
]
187+
}
188+
}
189+
]
190+
}
191+
}
192+
}
193+
}

0 commit comments

Comments
 (0)