Skip to content

Commit 836a8c6

Browse files
wwendycWendy Chang
andauthored
[ProviderHub] S360 linter issue (#19067)
* x-ms-enum linter and prettier formatting * formatting * prettier Co-authored-by: Wendy Chang <[email protected]>
1 parent 9f3ac7b commit 836a8c6

File tree

1 file changed

+24
-6
lines changed
  • specification/providerhub/resource-manager/Microsoft.ProviderHub/stable/2020-11-20

1 file changed

+24
-6
lines changed

specification/providerhub/resource-manager/Microsoft.ProviderHub/stable/2020-11-20/providerhub.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,7 +3139,10 @@
31393139
"Bypass",
31403140
"Store"
31413141
],
3142-
"type": "string"
3142+
"type": "string",
3143+
"x-ms-enum": {
3144+
"name": "MarketplaceType"
3145+
}
31433146
},
31443147
"identityManagement": {
31453148
"allOf": [
@@ -3264,7 +3267,10 @@
32643267
"AcisReadAllowed",
32653268
"AcisActionAllowed"
32663269
],
3267-
"type": "string"
3270+
"type": "string",
3271+
"x-ms-enum": {
3272+
"name": "ResourceAccessPolicy"
3273+
}
32683274
},
32693275
"resourceAccessRoles": {
32703276
"type": "array",
@@ -3598,7 +3604,10 @@
35983604
"User",
35993605
"System"
36003606
],
3601-
"type": "string"
3607+
"type": "string",
3608+
"x-ms-enum": {
3609+
"name": "OperationOrigins"
3610+
}
36023611
},
36033612
"display": {
36043613
"description": "Display information of the operation.",
@@ -3613,7 +3622,10 @@
36133622
"NotSpecified",
36143623
"Internal"
36153624
],
3616-
"type": "string"
3625+
"type": "string",
3626+
"x-ms-enum": {
3627+
"name": "OperationActionType"
3628+
}
36173629
},
36183630
"properties": {}
36193631
},
@@ -4205,7 +4217,10 @@
42054217
"Bypass",
42064218
"Store"
42074219
],
4208-
"type": "string"
4220+
"type": "string",
4221+
"x-ms-enum": {
4222+
"name": "MarketplaceType"
4223+
}
42094224
},
42104225
"swaggerSpecifications": {
42114226
"type": "array",
@@ -4484,7 +4499,10 @@
44844499
"EdgeZone",
44854500
"ArcZone"
44864501
],
4487-
"type": "string"
4502+
"type": "string",
4503+
"x-ms-enum": {
4504+
"name": "ExtendedLocationType"
4505+
}
44884506
}
44894507
}
44904508
},

0 commit comments

Comments
 (0)