@azure/arm-iotfirmwaredefense 2.0.0-alpha.20250612.1 → 2.0.0-alpha.20250617.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@azure/arm-iotfirmwaredefense",
3
- "version": "2.0.0-alpha.20250612.1",
3
+ "version": "2.0.0-alpha.20250617.1",
4
4
  "description": "A generated SDK for IoTFirmwareDefenseClient.",
5
5
  "engines": {
6
- "node": ">=18.0.0"
6
+ "node": ">=20.0.0"
7
7
  },
8
8
  "sideEffects": false,
9
9
  "autoPublish": false,
@@ -84,7 +84,7 @@
84
84
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
85
85
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
86
86
  "@azure/identity": "^4.9.1",
87
- "@types/node": "^18.0.0",
87
+ "@types/node": "^20.0.0",
88
88
  "@vitest/browser": "^3.0.9",
89
89
  "@vitest/coverage-istanbul": "^3.0.9",
90
90
  "dotenv": "^16.0.0",
@@ -102,7 +102,7 @@ export interface CryptoCertificateSummaryResource extends SummaryResourcePropert
102
102
  }
103
103
 
104
104
  // @public
105
- interface CryptoKey_2 {
105
+ export interface CryptoKey {
106
106
  cryptoKeyId?: string;
107
107
  cryptoKeySize?: number;
108
108
  readonly filePaths?: string[];
@@ -113,11 +113,10 @@ interface CryptoKey_2 {
113
113
  readonly provisioningState?: ProvisioningState;
114
114
  usage?: string[];
115
115
  }
116
- export { CryptoKey_2 as CryptoKey }
117
116
 
118
117
  // @public
119
118
  export interface CryptoKeyResource extends ProxyResource {
120
- properties?: CryptoKey_2;
119
+ properties?: CryptoKey;
121
120
  }
122
121
 
123
122
  // @public
@@ -130,7 +130,7 @@ export interface CryptoCertificateSummaryResource extends SummaryResourcePropert
130
130
  }
131
131
 
132
132
  // @public
133
- interface CryptoKey_2 {
133
+ export interface CryptoKey {
134
134
  cryptoKeyId?: string;
135
135
  cryptoKeySize?: number;
136
136
  readonly filePaths?: string[];
@@ -141,11 +141,10 @@ interface CryptoKey_2 {
141
141
  readonly provisioningState?: ProvisioningState;
142
142
  usage?: string[];
143
143
  }
144
- export { CryptoKey_2 as CryptoKey }
145
144
 
146
145
  // @public
147
146
  export interface CryptoKeyResource extends ProxyResource {
148
- properties?: CryptoKey_2;
147
+ properties?: CryptoKey;
149
148
  }
150
149
 
151
150
  // @public