Skip to content

Commit 5dd4762

Browse files
committed
Help Doc updates, changelog and module
1 parent cad197e commit 5dd4762

File tree

32 files changed

+4904
-39
lines changed

32 files changed

+4904
-39
lines changed

src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll',
6060
'Microsoft.Azure.KeyVault.WebKey.dll',
61-
'Microsoft.Azure.Management.ServiceFabric.dll'
61+
'Microsoft.Azure.Management.ServiceFabric.dll',
62+
'Microsoft.Azure.Management.ServiceFabricManagedClusters.dll'
6263

6364
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6465
# ScriptsToProcess = @()

src/ServiceFabric/ServiceFabric/ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919
-->
2020
## Upcoming Release
2121

22+
* Added new cmdlets for managed applications:
23+
- `New-AzServiceFabricManagedClusterApplication`
24+
- `Get-AzServiceFabricManagedClusterApplication`
25+
- `Set-AzServiceFabricManagedClusterApplication`
26+
- `Remove-AzServiceFabricManagedClusterApplication`
27+
- `New-AzServiceFabricManagedClusterApplicationType`
28+
- `Get-AzServiceFabricManagedClusterApplicationType`
29+
- `Set-AzServiceFabricManagedClusterApplicationType`
30+
- `Remove-AzServiceFabricManagedClusterApplicationType`
31+
- `New-AzServiceFabricManagedClusterApplicationTypeVersion`
32+
- `Get-AzServiceFabricManagedClusterApplicationTypeVersion`
33+
- `Set-AzServiceFabricManagedClusterApplicationTypeVersion`
34+
- `Remove-AzServiceFabricManagedClusterApplicationTypeVersion`
35+
- `New-AzServiceFabricManagedClusterService`
36+
- `Get-AzServiceFabricManagedClusterService`
37+
- `Set-AzServiceFabricManagedClusterService`
38+
- `Remove-AzServiceFabricManagedClusterService`
39+
* Upgraded Managed Cluster commands to use Service Fabric Managed Cluster SDK version 1.0.0-beta.1 which uses service fabric resource provider api-version 2021-01-01-preview.
40+
2241
## Version 2.2.2
2342
* Fixed `Add-AzServiceFabricNodeType`. Added node type to service fabric cluster before creating virtual machine scale set.
2443

src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedClusterClientCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Accept wildcard characters: False
139139
Managed cluster resource
140140
141141
```yaml
142-
Type: Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster
142+
Type: Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusters.PSManagedCluster
143143
Parameter Sets: ClientCertByTpByObj, ClientCertByCnByObj
144144
Aliases:
145145

src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMExtension.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This command adds an extension to the node type, with piping.
7474
Run cmdlet in the background and return a Job to track progress.
7575

7676
```yaml
77-
Type: SwitchParameter
77+
Type: System.Management.Automation.SwitchParameter
7878
Parameter Sets: (All)
7979
Aliases:
8080

@@ -90,7 +90,7 @@ Indicates whether the extension should use a newer minor version if one is avail
9090
Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
9191
9292
```yaml
93-
Type: SwitchParameter
93+
Type: System.Management.Automation.SwitchParameter
9494
Parameter Sets: (All)
9595
Aliases:
9696

@@ -105,7 +105,7 @@ Accept wildcard characters: False
105105
Specify the name of the cluster.
106106
107107
```yaml
108-
Type: String
108+
Type: System.String
109109
Parameter Sets: ByName
110110
Aliases:
111111

@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
The credentials, account, tenant, and subscription used for communication with Azure.
121121
122122
```yaml
123-
Type: IAzureContextContainer
123+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
124124
Parameter Sets: (All)
125125
Aliases: AzContext, AzureRmContext, AzureCredential
126126

@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
136136
137137
```yaml
138-
Type: String
138+
Type: System.String
139139
Parameter Sets: (All)
140140
Aliases:
141141

@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150
Node Type resource
151151
152152
```yaml
153-
Type: PSManagedNodeType
153+
Type: Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusters.PSManagedNodeType
154154
Parameter Sets: ByObj
155155
Aliases:
156156

@@ -165,7 +165,7 @@ Accept wildcard characters: False
165165
extension name.
166166
167167
```yaml
168-
Type: String
168+
Type: System.String
169169
Parameter Sets: (All)
170170
Aliases: ExtensionName
171171

@@ -180,7 +180,7 @@ Accept wildcard characters: False
180180
Specify the name of the node type.
181181
182182
```yaml
183-
Type: String
183+
Type: System.String
184184
Parameter Sets: ByName
185185
Aliases:
186186

@@ -195,7 +195,7 @@ Accept wildcard characters: False
195195
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
196196
197197
```yaml
198-
Type: Object
198+
Type: System.Object
199199
Parameter Sets: (All)
200200
Aliases:
201201

@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210
Collection of extension names after which this extension needs to be provisioned.
211211
212212
```yaml
213-
Type: String[]
213+
Type: System.String[]
214214
Parameter Sets: (All)
215215
Aliases:
216216

@@ -226,7 +226,7 @@ The name of the extension handler publisher.
226226
This can use the Get-AzVMImagePublisher cmdlet to get the publisher.
227227
228228
```yaml
229-
Type: String
229+
Type: System.String
230230
Parameter Sets: (All)
231231
Aliases:
232232

@@ -241,7 +241,7 @@ Accept wildcard characters: False
241241
Specify the name of the resource group.
242242
243243
```yaml
244-
Type: String
244+
Type: System.String
245245
Parameter Sets: ByName
246246
Aliases:
247247

@@ -256,7 +256,7 @@ Accept wildcard characters: False
256256
Json formatted public settings for the extension.
257257
258258
```yaml
259-
Type: Object
259+
Type: System.Object
260260
Parameter Sets: (All)
261261
Aliases:
262262

@@ -272,7 +272,7 @@ Specifies the type of the extension; an example is "CustomScriptExtension".
272272
You can use the Get-AzVMExtensionImageType cmdlet to get the extension type.
273273
274274
```yaml
275-
Type: String
275+
Type: System.String
276276
Parameter Sets: (All)
277277
Aliases:
278278

@@ -287,7 +287,7 @@ Accept wildcard characters: False
287287
Specifies the version of the script handler.
288288
289289
```yaml
290-
Type: String
290+
Type: System.String
291291
Parameter Sets: (All)
292292
Aliases:
293293

@@ -302,7 +302,7 @@ Accept wildcard characters: False
302302
Prompts you for confirmation before running the cmdlet.
303303
304304
```yaml
305-
Type: SwitchParameter
305+
Type: System.Management.Automation.SwitchParameter
306306
Parameter Sets: (All)
307307
Aliases: cf
308308

@@ -318,7 +318,7 @@ Shows what would happen if the cmdlet runs.
318318
The cmdlet is not run.
319319
320320
```yaml
321-
Type: SwitchParameter
321+
Type: System.Management.Automation.SwitchParameter
322322
Parameter Sets: (All)
323323
Aliases: wi
324324

src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Accept wildcard characters: False
137137
Node Type resource
138138
139139
```yaml
140-
Type: Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType
140+
Type: Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusters.PSManagedNodeType
141141
Parameter Sets: ByObj
142142
Aliases:
143143

src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Add nodes to the specific node type in the cluster.
3333
Add a new node type to the existing cluster.
3434

3535
### [Get-AzServiceFabricApplication](Get-AzServiceFabricApplication.md)
36-
Get Service Fabric application details.
36+
Get Service Fabric application details. Only supports ARM deployed applications.
3737

3838
### [Get-AzServiceFabricApplicationType](Get-AzServiceFabricApplicationType.md)
39-
Get Service Fabric application type details.
39+
Get Service Fabric application type details. Only supports ARM deployed application types.
4040

4141
### [Get-AzServiceFabricApplicationTypeVersion](Get-AzServiceFabricApplicationTypeVersion.md)
42-
Get Service Fabric application type version details.
42+
Get Service Fabric application type version details. Only supports ARM deployed application type versions.
4343

4444
### [Get-AzServiceFabricCluster](Get-AzServiceFabricCluster.md)
4545
Get the cluster resource details.
@@ -51,7 +51,7 @@ Get the managed cluster resource details.
5151
Get the managed node type resource details.
5252

5353
### [Get-AzServiceFabricService](Get-AzServiceFabricService.md)
54-
Get Service Fabric service details under the specified application and cluster.
54+
Get Service Fabric service details under the specified application and cluster. Only supports ARM deployed services.
5555

5656
### [New-AzServiceFabricApplication](New-AzServiceFabricApplication.md)
5757
Create new service fabric application under the specified resource group and cluster.
@@ -75,13 +75,13 @@ Create new node type resource.
7575
Create new service fabric service under the specified application and cluster.
7676

7777
### [Remove-AzServiceFabricApplication](Remove-AzServiceFabricApplication.md)
78-
Remove an application from the cluster. This will remove all the services under the application.
78+
Remove an application from the cluster. This will remove all the services under the application. Only supports ARM deployed applications.
7979

8080
### [Remove-AzServiceFabricApplicationType](Remove-AzServiceFabricApplicationType.md)
81-
Remove Service fabric an application type from the cluster. This will remove all type versions under this resource.
81+
Remove Service fabric an application type from the cluster. This will remove all type versions under this resource. Only supports ARM deployed application types.
8282

8383
### [Remove-AzServiceFabricApplicationTypeVersion](Remove-AzServiceFabricApplicationTypeVersion.md)
84-
Remove Service fabric an application type version from the cluster.
84+
Remove Service fabric an application type version from the cluster. Only supports ARM deployed application type versions.
8585

8686
### [Remove-AzServiceFabricClientCertificate](Remove-AzServiceFabricClientCertificate.md)
8787
Remove a client certificate(s) or certificate subject(s) name(s) from being used for client authentication to the cluster.
@@ -108,7 +108,7 @@ Remove nodes from the specific node type from a cluster.
108108
Remove a complete node type from a cluster.
109109

110110
### [Remove-AzServiceFabricService](Remove-AzServiceFabricService.md)
111-
Remove a service from the cluster.
111+
Remove a service from the cluster. Only supports ARM deployed services.
112112

113113
### [Remove-AzServiceFabricSetting](Remove-AzServiceFabricSetting.md)
114114
Remove one or multiple Service Fabric setting from the cluster.
@@ -129,7 +129,7 @@ Add or update one or multiple Service Fabric settings to the cluster.
129129
Change the Service Fabric upgrade type of the cluster.
130130

131131
### [Update-AzServiceFabricApplication](Update-AzServiceFabricApplication.md)
132-
Update a service fabric application. This allows to update the application parameters and/or upgrade the application type version which will trigger an application upgrade.
132+
Update a service fabric application. This allows to update the application parameters and/or upgrade the application type version which will trigger an application upgrade. Only supports ARM deployed applications.
133133

134134
### [Update-AzServiceFabricDurability](Update-AzServiceFabricDurability.md)
135135
Update the durability tier or VmSku of a node type in the cluster.

0 commit comments

Comments
 (0)