Skip to content

Commit f3d280c

Browse files
authored
[AppConfiguration] Correct Az.AppConfiguration.psd1 and delete BreakingChangeIssues.csv (#19318)
* update * update
1 parent ea8c308 commit f3d280c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = './Az.AppConfiguration.psm1'
12+
# RootModule = ''
1313

1414
# Version number of this module.
1515
ModuleVersion = '1.1.0'
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
2-
"Az.AppConfiguration","Get-AzAppConfigurationStore","Get-AzAppConfigurationStore","0","1000","The cmdlet 'Get-AzAppConfigurationStore' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzAppConfigurationStore' back to the module, or add an alias to the original cmdlet name."
3-
"Az.AppConfiguration","Get-AzAppConfigurationStoreKey","Get-AzAppConfigurationStoreKey","0","1000","The cmdlet 'Get-AzAppConfigurationStoreKey' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzAppConfigurationStoreKey' back to the module, or add an alias to the original cmdlet name."
4-
"Az.AppConfiguration","New-AzAppConfigurationStore","New-AzAppConfigurationStore","0","1000","The cmdlet 'New-AzAppConfigurationStore' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzAppConfigurationStore' back to the module, or add an alias to the original cmdlet name."
5-
"Az.AppConfiguration","New-AzAppConfigurationStoreKey","New-AzAppConfigurationStoreKey","0","1000","The cmdlet 'New-AzAppConfigurationStoreKey' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzAppConfigurationStoreKey' back to the module, or add an alias to the original cmdlet name."
6-
"Az.AppConfiguration","Remove-AzAppConfigurationStore","Remove-AzAppConfigurationStore","0","1000","The cmdlet 'Remove-AzAppConfigurationStore' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzAppConfigurationStore' back to the module, or add an alias to the original cmdlet name."
7-
"Az.AppConfiguration","Test-AzAppConfigurationStoreNameAvailability","Test-AzAppConfigurationStoreNameAvailability","0","1000","The cmdlet 'Test-AzAppConfigurationStoreNameAvailability' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Test-AzAppConfigurationStoreNameAvailability' back to the module, or add an alias to the original cmdlet name."
8-
"Az.AppConfiguration","Update-AzAppConfigurationStore","Update-AzAppConfigurationStore","0","1000","The cmdlet 'Update-AzAppConfigurationStore' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzAppConfigurationStore' back to the module, or add an alias to the original cmdlet name."
2+
"Az.AppConfiguration","New-AzAppConfigurationStore","New-AzAppConfigurationStore","0","2020","The cmdlet 'New-AzAppConfigurationStore' no longer supports the type 'System.String[]' for parameter 'UserAssignedIdentity'.","Change the type for parameter 'UserAssignedIdentity' back to 'System.String[]'."
3+
"Az.AppConfiguration","Update-AzAppConfigurationStore","Update-AzAppConfigurationStore","0","2020","The cmdlet 'Update-AzAppConfigurationStore' no longer supports the type 'System.String[]' for parameter 'UserAssignedIdentity'.","Change the type for parameter 'UserAssignedIdentity' back to 'System.String[]'."

0 commit comments

Comments
 (0)