Skip to content

Commit 260b455

Browse files
committed
Unit test recode pass
1 parent 4936e31 commit 260b455

21 files changed

+762
-911
lines changed

src/ApplicationInsights/ApplicationInsights.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ApplicationInsightsManagementClient")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

src/ApplicationInsights/ApplicationInsights.Autorest/README.md

Lines changed: 0 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -423,109 +423,4 @@ directive:
423423
- Location
424424
- Kind
425425
- Category
426-
427-
# #breaking change message
428-
- where:
429-
verb: Get|Remove
430-
subject: ApiKey
431-
set:
432-
breaking-change:
433-
deprecated-output-properties:
434-
- LinkedReadProperty
435-
- LinkedWriteProperty
436-
new-output-properties:
437-
- LinkedReadProperty
438-
- LinkedWriteProperty
439-
change-description: The types of the properties LinkedReadProperty, LinkedWriteProperty will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
440-
deprecated-by-version: 9.0.0
441-
deprecated-by-azversion: 15.0.0
442-
change-effective-date: 2025/11/03
443-
444-
- where:
445-
verb: Get|New|Update
446-
subject: MyWorkbook
447-
set:
448-
breaking-change:
449-
deprecated-output-properties:
450-
- PropertiesTag
451-
new-output-properties:
452-
- PropertiesTag
453-
change-description: The types of the properties PropertiesTag will be changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
454-
deprecated-by-version: 9.0.0
455-
deprecated-by-azversion: 15.0.0
456-
change-effective-date: 2025/11/03
457-
458-
- where:
459-
verb: New
460-
subject: MyWorkbook|Workbook
461-
set:
462-
breaking-change:
463-
deprecated-output-properties:
464-
- IdentityType
465-
- IdentityUserAssignedIdentity
466-
new-output-properties:
467-
- EnableSystemAssignedIdentity
468-
- UserAssignedIdentity
469-
change-description: IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
470-
deprecated-by-version: 9.0.0
471-
deprecated-by-azversion: 15.0.0
472-
change-effective-date: 2025/11/03
473-
474-
- where:
475-
verb: Get|Update
476-
subject: WebTest
477-
set:
478-
breaking-change:
479-
deprecated-output-properties:
480-
- RequestHeader
481-
- PropertiesLocations
482-
new-output-properties:
483-
- RequestHeader
484-
- PropertiesLocations
485-
change-description: The type of property 'RequestHeader' will be changed from 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField]'. And the property 'PropertiesLocations' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IWebTest' will be removed.
486-
deprecated-by-version: 9.0.0
487-
deprecated-by-azversion: 15.0.0
488-
change-effective-date: 2025/11/03
489-
490-
- where:
491-
verb: Get|New|Update
492-
subject: Workbook
493-
set:
494-
breaking-change:
495-
deprecated-output-properties:
496-
- PropertiesTag
497-
new-output-properties:
498-
- PropertiesTag
499-
change-description: The type of property 'PropertiesTag' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
500-
deprecated-by-version: 9.0.0
501-
deprecated-by-azversion: 15.0.0
502-
change-effective-date: 2025/11/03
503-
504-
- where:
505-
verb: Get
506-
subject: WorkbookRevision
507-
set:
508-
breaking-change:
509-
deprecated-output-properties:
510-
- PropertiesTag
511-
new-output-properties:
512-
- PropertiesTag
513-
change-description: The type of property 'PropertiesTag' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbook' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.
514-
deprecated-by-version: 9.0.0
515-
deprecated-by-azversion: 15.0.0
516-
change-effective-date: 2025/11/03
517-
518-
- where:
519-
verb: Get|New|Update
520-
subject: WorkbookTemplate
521-
set:
522-
breaking-change:
523-
deprecated-output-properties:
524-
- Gallery
525-
new-output-properties:
526-
- Gallery
527-
change-description: The type of property 'Gallery' of type 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbookTemplateGallery]'.
528-
deprecated-by-version: 9.0.0
529-
deprecated-by-azversion: 15.0.0
530-
change-effective-date: 2025/11/03
531426
```

src/ApplicationInsights/ApplicationInsights.Autorest/docs/Az.ApplicationInsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.ApplicationInsights
3-
Module Guid: 3268a9eb-9ca3-4ee9-9d0a-c5e282a50f8f
3+
Module Guid: 01e10240-e863-4b52-b92e-e1969d49834d
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.applicationinsights
55
Help Version: 1.0.0.0
66
Locale: en-US
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "6f73b414-0092-42db-8c0f-1bb6559ee749"
2+
"generate_Id": "fa640004-3231-43aa-88d8-75a88606fbb1"
33
}

0 commit comments

Comments
 (0)