@azure-tools/typespec-azure-core 0.37.0-dev.8 → 0.37.0-dev.9

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.
Files changed (2) hide show
  1. package/lib/models.tsp +3 -0
  2. package/package.json +1 -1
package/lib/models.tsp CHANGED
@@ -237,6 +237,7 @@ scalar uuid extends string;
237
237
  * 129.144.50.56
238
238
  * ```
239
239
  */
240
+ #suppress "@azure-tools/typespec-autorest/invalid-format" "Foundation."
240
241
  @format("ipV4Address")
241
242
  scalar ipV4Address extends string;
242
243
 
@@ -251,6 +252,7 @@ scalar ipV4Address extends string;
251
252
  * 2001:db8:3333:4444:CCCC:DDDD:EEEE:FFFF
252
253
  * ```
253
254
  */
255
+ #suppress "@azure-tools/typespec-autorest/invalid-format" "Foundation."
254
256
  @format("ipV6Address")
255
257
  scalar ipV6Address extends string;
256
258
 
@@ -266,5 +268,6 @@ scalar ipV6Address extends string;
266
268
  * ETag: "675af34563dc-tr34"
267
269
  * ```
268
270
  */
271
+ #suppress "@azure-tools/typespec-autorest/invalid-format" "Foundation."
269
272
  @format("eTag")
270
273
  scalar eTag extends string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.37.0-dev.8",
3
+ "version": "0.37.0-dev.9",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",