Skip to content

Commit 5844fec

Browse files
dedicatedhsm: adding a missing sku name (#15453)
* dedicatedhsm: adding a missing sku name * add sdk automation for this RP Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>
1 parent f4aeebb commit 5844fec

File tree

1 file changed

+5
-1
lines changed
  • specification/hardwaresecuritymodules/resource-manager/Microsoft.HardwareSecurityModules/preview/2018-10-31-preview

1 file changed

+5
-1
lines changed

specification/hardwaresecuritymodules/resource-manager/Microsoft.HardwareSecurityModules/preview/2018-10-31-preview/dedicatedhsm.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,11 @@
490490
"description": "SKU of the dedicated HSM",
491491
"enum": [
492492
"SafeNet Luna Network HSM A790"
493-
]
493+
],
494+
"x-ms-enum": {
495+
"name": "SkuName",
496+
"modelAsString": true
497+
}
494498
}
495499
}
496500
},

0 commit comments

Comments
 (0)