Skip to content

Commit fb4103f

Browse files
kerendFredericHeem
authored andcommitted
1 parent 2eb6a91 commit fb4103f

File tree

3 files changed

+84
-6
lines changed

3 files changed

+84
-6
lines changed

specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/examples/Pricings/GetPricingByName_example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"name": "VirtualMachines",
1212
"type": "Microsoft.Security/pricings",
1313
"properties": {
14-
"pricingTier": "Standard"
14+
"pricingTier": "Standard",
15+
"freeTrialRemainingTime": "PT0S"
1516
}
1617
}
1718
}

specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/examples/Pricings/ListPricings_example.json

Lines changed: 80 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,107 @@
1212
"name": "VirtualMachines",
1313
"type": "Microsoft.Security/pricings",
1414
"properties": {
15-
"pricingTier": "Standard"
15+
"pricingTier": "Standard",
16+
"freeTrialRemainingTime": "PT0S"
1617
}
1718
},
1819
{
1920
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/SqlServers",
2021
"name": "SqlServers",
2122
"type": "Microsoft.Security/pricings",
2223
"properties": {
23-
"pricingTier": "Standard"
24+
"pricingTier": "Standard",
25+
"freeTrialRemainingTime": "PT0S"
2426
}
2527
},
2628
{
2729
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/AppServices",
2830
"name": "AppServices",
2931
"type": "Microsoft.Security/pricings",
3032
"properties": {
31-
"pricingTier": "Free"
33+
"pricingTier": "Free",
34+
"freeTrialRemainingTime": "PT0S"
3235
}
3336
},
3437
{
3538
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/StorageAccounts",
3639
"name": "StorageAccounts",
3740
"type": "Microsoft.Security/pricings",
3841
"properties": {
39-
"pricingTier": "Standard"
42+
"pricingTier": "Standard",
43+
"freeTrialRemainingTime": "PT0S"
44+
}
45+
},
46+
{
47+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/SqlServerVirtualMachines",
48+
"name": "SqlServerVirtualMachines",
49+
"type": "Microsoft.Security/pricings",
50+
"properties": {
51+
"pricingTier": "Standard",
52+
"freeTrialRemainingTime": "PT0S"
53+
}
54+
},
55+
{
56+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KubernetesService",
57+
"name": "KubernetesService",
58+
"type": "Microsoft.Security/pricings",
59+
"properties": {
60+
"pricingTier": "Free",
61+
"freeTrialRemainingTime": "PT0S"
62+
}
63+
},
64+
{
65+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/ContainerRegistry",
66+
"name": "ContainerRegistry",
67+
"type": "Microsoft.Security/pricings",
68+
"properties": {
69+
"pricingTier": "Free",
70+
"freeTrialRemainingTime": "PT0S"
71+
}
72+
},
73+
{
74+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KeyVaults",
75+
"name": "KeyVaults",
76+
"type": "Microsoft.Security/pricings",
77+
"properties": {
78+
"pricingTier": "Standard",
79+
"freeTrialRemainingTime": "PT0S"
80+
}
81+
},
82+
{
83+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Dns",
84+
"name": "Dns",
85+
"type": "Microsoft.Security/pricings",
86+
"properties": {
87+
"pricingTier": "Standard",
88+
"freeTrialRemainingTime": "PT0S"
89+
}
90+
},
91+
{
92+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Arm",
93+
"name": "Arm",
94+
"type": "Microsoft.Security/pricings",
95+
"properties": {
96+
"pricingTier": "Standard",
97+
"freeTrialRemainingTime": "PT0S"
98+
}
99+
},
100+
{
101+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/OpenSourceRelationalDatabases",
102+
"name": "OpenSourceRelationalDatabases",
103+
"type": "Microsoft.Security/pricings",
104+
"properties": {
105+
"pricingTier": "Free",
106+
"freeTrialRemainingTime": "PT0S"
107+
}
108+
},
109+
{
110+
"id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Containers",
111+
"name": "Containers",
112+
"type": "Microsoft.Security/pricings",
113+
"properties": {
114+
"pricingTier": "Standard",
115+
"freeTrialRemainingTime": "PT0S"
40116
}
41117
}
42118
]

specification/security/resource-manager/Microsoft.Security/stable/2018-06-01/examples/Pricings/PutPricingByName_example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"name": "VirtualMachines",
2020
"type": "Microsoft.Security/pricings",
2121
"properties": {
22-
"pricingTier": "Standard"
22+
"pricingTier": "Standard",
23+
"freeTrialRemainingTime": "PT0S"
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)