File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
specification/networkanalytics/NetworkAnalytics.Management Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -292,12 +292,10 @@ model ConsumptionEndpointsProperties {
292
292
@ added (Versions .v2023_11_15 )
293
293
model AccountSas {
294
294
@ doc ("Sas token start timestamp." )
295
- @ format ("date-time" )
296
- startTimeStamp : string ;
295
+ startTimeStamp : utcDateTime ;
297
296
298
297
@ doc ("Sas token expiry timestamp." )
299
- @ format ("date-time" )
300
- expiryTimeStamp : string ;
298
+ expiryTimeStamp : utcDateTime ;
301
299
302
300
@ doc ("Ip Address" )
303
301
ipAddress : string ;
Original file line number Diff line number Diff line change 1
1
emit :
2
2
- ' @azure-tools/typespec-autorest'
3
+ linter :
4
+ extends :
5
+ - " @azure-tools/typespec-azure-resource-manager/all"
3
6
options :
4
7
' @azure-tools/typespec-autorest ' :
5
8
emitter-output-dir : " {project-root}/.."
You can’t perform that action at this time.
0 commit comments