@@ -18,7 +18,7 @@ Creates a key in a key vault or imports a key into a key vault.
18
18
Add-AzKeyVaultKey [-VaultName] <String> [-Name] <String> -Destination <String> [-Disable] [-KeyOps <String[]>]
19
19
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-Size <Int32>] [-KeyType <String>]
20
20
[-CurveName <String>] [-Exportable] [-Immutable] [-ReleasePolicyPath <String>] [-UseDefaultCVMPolicy]
21
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
21
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
22
22
[<CommonParameters>]
23
23
```
24
24
@@ -27,7 +27,7 @@ Add-AzKeyVaultKey [-VaultName] <String> [-Name] <String> -Destination <String> [
27
27
Add-AzKeyVaultKey [-VaultName] <String> [-Name] <String> -KeyFilePath <String>
28
28
[-KeyFilePassword <SecureString>] [-Destination <String>] [-Disable] [-KeyOps <String[]>]
29
29
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-KeyType <String>] [-CurveName <String>]
30
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
30
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
31
31
[<CommonParameters>]
32
32
```
33
33
@@ -36,15 +36,15 @@ Add-AzKeyVaultKey [-VaultName] <String> [-Name] <String> -KeyFilePath <String>
36
36
Add-AzKeyVaultKey -HsmName <String> [-Name] <String> [-Disable] [-KeyOps <String[]>] [-Expires <DateTime>]
37
37
[-NotBefore <DateTime>] [-Tag <Hashtable>] [-Size <Int32>] -KeyType <String> [-CurveName <String>]
38
38
[-Exportable] [-Immutable] [-ReleasePolicyPath <String>] [-UseDefaultCVMPolicy]
39
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
39
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
40
40
[<CommonParameters>]
41
41
```
42
42
43
43
### HsmInteractiveImport
44
44
```
45
45
Add-AzKeyVaultKey -HsmName <String> [-Name] <String> -KeyFilePath <String> [-KeyFilePassword <SecureString>]
46
46
[-Disable] [-KeyOps <String[]>] [-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>]
47
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
47
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
48
48
[<CommonParameters>]
49
49
```
50
50
@@ -53,7 +53,7 @@ Add-AzKeyVaultKey -HsmName <String> [-Name] <String> -KeyFilePath <String> [-Key
53
53
Add-AzKeyVaultKey [-InputObject] <PSKeyVault> [-Name] <String> -Destination <String> [-Disable]
54
54
[-KeyOps <String[]>] [-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-Size <Int32>]
55
55
[-KeyType <String>] [-CurveName <String>] [-Exportable] [-Immutable] [-ReleasePolicyPath <String>]
56
- [-UseDefaultCVMPolicy] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
56
+ [-UseDefaultCVMPolicy] [-DefaultProfile <IAzureContextContainer>]
57
57
[-WhatIf] [-Confirm] [<CommonParameters>]
58
58
```
59
59
@@ -62,7 +62,7 @@ Add-AzKeyVaultKey [-InputObject] <PSKeyVault> [-Name] <String> -Destination <Str
62
62
Add-AzKeyVaultKey [-InputObject] <PSKeyVault> [-Name] <String> -KeyFilePath <String>
63
63
[-KeyFilePassword <SecureString>] [-Destination <String>] [-Disable] [-KeyOps <String[]>]
64
64
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-KeyType <String>] [-CurveName <String>]
65
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
65
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
66
66
[<CommonParameters>]
67
67
```
68
68
@@ -71,7 +71,7 @@ Add-AzKeyVaultKey [-InputObject] <PSKeyVault> [-Name] <String> -KeyFilePath <Str
71
71
Add-AzKeyVaultKey [-HsmObject] <PSManagedHsm> [-Name] <String> [-Disable] [-KeyOps <String[]>]
72
72
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-Size <Int32>] -KeyType <String>
73
73
[-CurveName <String>] [-Exportable] [-Immutable] [-ReleasePolicyPath <String>] [-UseDefaultCVMPolicy]
74
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
74
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
75
75
[<CommonParameters>]
76
76
```
77
77
@@ -80,15 +80,15 @@ Add-AzKeyVaultKey [-HsmObject] <PSManagedHsm> [-Name] <String> [-Disable] [-KeyO
80
80
Add-AzKeyVaultKey [-HsmObject] <PSManagedHsm> [-Name] <String> -KeyFilePath <String>
81
81
[-KeyFilePassword <SecureString>] [-Disable] [-KeyOps <String[]>] [-Expires <DateTime>]
82
82
[-NotBefore <DateTime>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
83
- [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
83
+ [-WhatIf] [-Confirm] [<CommonParameters>]
84
84
```
85
85
86
86
### ResourceIdCreate
87
87
```
88
88
Add-AzKeyVaultKey [-ResourceId] <String> [-Name] <String> -Destination <String> [-Disable] [-KeyOps <String[]>]
89
89
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-Size <Int32>] [-KeyType <String>]
90
90
[-CurveName <String>] [-Exportable] [-Immutable] [-ReleasePolicyPath <String>] [-UseDefaultCVMPolicy]
91
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
91
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
92
92
[<CommonParameters>]
93
93
```
94
94
@@ -97,7 +97,7 @@ Add-AzKeyVaultKey [-ResourceId] <String> [-Name] <String> -Destination <String>
97
97
Add-AzKeyVaultKey [-ResourceId] <String> [-Name] <String> -KeyFilePath <String>
98
98
[-KeyFilePassword <SecureString>] [-Destination <String>] [-Disable] [-KeyOps <String[]>]
99
99
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-KeyType <String>] [-CurveName <String>]
100
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
100
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
101
101
[<CommonParameters>]
102
102
```
103
103
@@ -106,7 +106,7 @@ Add-AzKeyVaultKey [-ResourceId] <String> [-Name] <String> -KeyFilePath <String>
106
106
Add-AzKeyVaultKey -HsmResourceId <String> [-Name] <String> [-Disable] [-KeyOps <String[]>]
107
107
[-Expires <DateTime>] [-NotBefore <DateTime>] [-Tag <Hashtable>] [-Size <Int32>] -KeyType <String>
108
108
[-CurveName <String>] [-Exportable] [-Immutable] [-ReleasePolicyPath <String>] [-UseDefaultCVMPolicy]
109
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
109
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
110
110
[<CommonParameters>]
111
111
```
112
112
@@ -115,7 +115,7 @@ Add-AzKeyVaultKey -HsmResourceId <String> [-Name] <String> [-Disable] [-KeyOps <
115
115
Add-AzKeyVaultKey -HsmResourceId <String> [-Name] <String> -KeyFilePath <String>
116
116
[-KeyFilePassword <SecureString>] [-Disable] [-KeyOps <String[]>] [-Expires <DateTime>]
117
117
[-NotBefore <DateTime>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
118
- [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm] [<CommonParameters>]
118
+ [-WhatIf] [-Confirm] [<CommonParameters>]
119
119
```
120
120
121
121
## DESCRIPTION
@@ -742,21 +742,6 @@ Accept pipeline input: False
742
742
Accept wildcard characters : False
743
743
` ` `
744
744
745
- ### -ProgressAction
746
- {{ Fill ProgressAction Description }}
747
-
748
- ` ` ` yaml
749
- Type : System.Management.Automation.ActionPreference
750
- Parameter Sets : (All)
751
- Aliases : proga
752
-
753
- Required : False
754
- Position : Named
755
- Default value : None
756
- Accept pipeline input : False
757
- Accept wildcard characters : False
758
- ` ` `
759
-
760
745
### -ReleasePolicyPath
761
746
A path to a file containing JSON policy definition. The policy rules under which a key can be exported.
762
747
0 commit comments