You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ManagedServices/ManagedServices.Autorest/README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,42 @@ use-extension:
47
47
"@autorest/powershell": "3.x"
48
48
49
49
directive:
50
+
- where:
51
+
verb: Get
52
+
subject: RegistrationAssignment
53
+
set:
54
+
breaking-change:
55
+
change-description: "The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'."
56
+
deprecated-by-version: 9.0.0
57
+
deprecated-by-azversion: 15.0.0
58
+
change-effective-date: 2025/11/03
59
+
60
+
- where:
61
+
subject: RegistrationDefinition
62
+
set:
63
+
breaking-change:
64
+
change-description: "The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'."
65
+
deprecated-by-version: 9.0.0
66
+
deprecated-by-azversion: 15.0.0
67
+
change-effective-date: 2025/11/03
68
+
- where:
69
+
verb: New
70
+
subject: RegistrationDefinition
71
+
set:
72
+
breaking-change:
73
+
change-description: "The types of the properties 'DelegatedRoleDefinitionId' and 'JustInTimeAccessPolicyManagedByTenantApprover' will be changed to 'List'."
74
+
deprecated-by-version: 9.0.0
75
+
deprecated-by-azversion: 15.0.0
76
+
change-effective-date: 2025/11/03
77
+
78
+
- where:
79
+
subject: MarketplaceRegistrationDefinition
80
+
set:
81
+
breaking-change:
82
+
change-description: "The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'."
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.CmdletBreakingChange("15.0.0","9.0.0","2025/11/03", ChangeDescription="The type of the property 'DelegatedRoleDefinitionId' will be changed from Array to List.")]
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3
+
4
+
## Info
5
+
- Modifiable: yes
6
+
- Generated: no
7
+
- Committed: yes
8
+
- Packaged: no
9
+
10
+
## Purpose
11
+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
0 commit comments