Skip to content

Commit 56731da

Browse files
authored
Fix some issues in m4 test (#671)
* Add databricks, fix several issues * Fixed a completer related issue and add support for credential * Add two m4 configuration and fix some issues * Add support for enum with one value * Fixed an enum related issue and add some RPs in the test * Fix some issues in m4 test
1 parent c02f5df commit 56731da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests-upgrade/functions/helpers/KeyVault/readme.noprofile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ input-file:
1010
# subject-prefix: ''
1111

1212
directive:
13-
# Remove unnedded cmdlets
14-
- remove-operation: Operations_List
1513
# hide all cmdlets
1614
- where:
1715
subject: ^VaultDeleted$|^Vault$|^VaultNameAvailability$|^VaultAccessPolicy$

tests-upgrade/functions/helpers/ManagedIdentity/readme.noprofile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ subject-prefix: ''
1111

1212
directive:
1313
# Remove unnedded cmdlets
14-
- remove-operation: Operations_List
14+
- where:
15+
subject: ^Operation$
16+
remove: true
1517

1618
# Hide Storage Account cmdlets
1719
- where:

tests-upgrade/functions/helpers/Storage/readme.noprofile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In this directory, run AutoRest:
5353
require:
5454
- $(this-folder)/../../../readme.azure.noprofile.md
5555
input-file:
56-
#- $(repo)/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json
56+
- $(repo)/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json
5757
- $(repo)/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/blob.json
5858

5959
subject-prefix: ''

0 commit comments

Comments
 (0)