Skip to content

Commit

Permalink
[Service Fabric Managed Clusters] Adding missing property ClusterUpgr…
Browse files Browse the repository at this point in the history
…adeCadence (#12858)

* adding missing property ClusterUpgradeCadence

* change createdByType and lastModifiedAt to strings

* remove duplicate operations path

* fix sdk-net path typo

* commit to rerun automation

* remove x-ms-client-flatten for ServiceResource

* remove after_scripts automation was failing

* rename _Create to _CreateOrUpdate in apps

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>
  • Loading branch information
a-santamaria and Alfredo Santamaria Gomez committed Feb 19, 2021
1 parent 3cdac5a commit 8240593
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
"enableAutoOSUpgrade": true,
"applicationTypeVersionsCleanupPolicy": {
"maxUnusedVersionsToKeep": 3
}
},
"clusterUpgradeCadence": "Wave1"
}
}
},
Expand Down Expand Up @@ -268,7 +269,8 @@
"enableAutoOSUpgrade": true,
"applicationTypeVersionsCleanupPolicy": {
"maxUnusedVersionsToKeep": 3
}
},
"clusterUpgradeCadence": "Wave1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,42 +34,6 @@
}
],
"paths": {
"/providers/Microsoft.ServiceFabric/operations": {
"get": {
"tags": [
"Operations"
],
"summary": "Lists all of the available Service Fabric resource provider API operations.",
"description": "Get the list of available Service Fabric resource provider API operations.",
"operationId": "Operations_List",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The version of the Service Fabric resource provider API",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/OperationListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorModel"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}": {
"get": {
"tags": [
Expand Down Expand Up @@ -119,7 +83,7 @@
"tags": [
"ApplicationType"
],
"operationId": "ApplicationTypes_Create",
"operationId": "ApplicationTypes_CreateOrUpdate",
"summary": "Creates or updates a Service Fabric managed application type name resource.",
"description": "Create or update a Service Fabric managed application type name resource with the specified name.",
"parameters": [
Expand Down Expand Up @@ -372,7 +336,7 @@
"tags": [
"ApplicationTypeVersion"
],
"operationId": "ApplicationTypeVersions_Create",
"operationId": "ApplicationTypeVersions_CreateOrUpdate",
"summary": "Creates or updates a Service Fabric managed application type version resource.",
"description": "Create or update a Service Fabric managed application type version resource with the specified name.",
"parameters": [
Expand Down Expand Up @@ -644,7 +608,7 @@
"tags": [
"Application"
],
"operationId": "Applications_Create",
"operationId": "Applications_CreateOrUpdate",
"summary": "Creates or updates a Service Fabric managed application resource.",
"description": "Create or update a Service Fabric managed application resource with the specified name.",
"parameters": [
Expand Down Expand Up @@ -910,7 +874,7 @@
"tags": [
"Service"
],
"operationId": "Services_Create",
"operationId": "Services_CreateOrUpdate",
"summary": "Creates or updates a Service Fabric managed service resource.",
"description": "Create or update a Service Fabric managed service resource with the specified name.",
"parameters": [
Expand Down Expand Up @@ -2198,7 +2162,6 @@
"description": "The service resource.",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ServiceResourceProperties"
}
},
Expand Down Expand Up @@ -2602,23 +2565,6 @@
},
"description": "The error details."
},
"OperationListResult": {
"properties": {
"value": {
"type": "array",
"description": "List of operations supported by the Service Fabric resource provider.",
"items": {
"$ref": "#/definitions/OperationResult"
}
},
"nextLink": {
"type": "string",
"description": "URL to get the next set of operation list results if there are any.",
"readOnly": true
}
},
"description": "Describes the result of the request to list Service Fabric resource provider operations."
},
"OperationResult": {
"properties": {
"name": {
Expand Down Expand Up @@ -2655,17 +2601,7 @@
},
"createdByType": {
"type": "string",
"description": "The type of identity that created the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"description": "The type of identity that created the resource."
},
"createdAt": {
"type": "string",
Expand All @@ -2678,17 +2614,7 @@
},
"lastModifiedByType": {
"type": "string",
"description": "The type of identity that last modified the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"description": "The type of identity that last modified the resource."
},
"lastModifiedAt": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,33 @@
},
"description": "Client certificate definition."
},
"ClusterUpgradeCadence": {
"type": "string",
"enum": [
"Wave0",
"Wave1",
"Wave2"
],
"x-ms-enum": {
"name": "clusterUpgradeCadence",
"modelAsString": true,
"values": [
{
"value": "Wave0",
"description": "Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test/Dev clusters."
},
{
"value": "Wave1",
"description": "Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters."
},
{
"value": "Wave2",
"description": "Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters."
}
]
},
"description": "Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0."
},
"ClusterState": {
"type": "string",
"description": "The current state of the cluster.\n\n - WaitingForNodes - Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it.\n - Deploying - Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up.\n - BaselineUpgrade - Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time.\n - Upgrading - Indicates that the cluster is being upgraded with the user provided configuration.\n - UpgradeFailed - Indicates that the last upgrade for the cluster has failed.\n - Ready - Indicates that the cluster is in a stable state.\n",
Expand Down Expand Up @@ -639,6 +666,10 @@
"type": "string",
"description": "The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**."
},
"clusterUpgradeCadence": {
"$ref": "#/definitions/ClusterUpgradeCadence",
"description": "Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0."
},
"addonFeatures": {
"type": "array",
"items": {
Expand Down Expand Up @@ -981,17 +1012,7 @@
},
"createdByType": {
"type": "string",
"description": "The type of identity that created the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"description": "The type of identity that created the resource."
},
"createdAt": {
"type": "string",
Expand All @@ -1004,17 +1025,7 @@
},
"lastModifiedByType": {
"type": "string",
"description": "The type of identity that last modified the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"description": "The type of identity that last modified the resource."
},
"lastModifiedAt": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,42 +34,6 @@
}
],
"paths": {
"/providers/Microsoft.ServiceFabric/operations": {
"get": {
"tags": [
"Operations"
],
"summary": "Lists all of the available Service Fabric resource provider API operations.",
"description": "Get the list of available Service Fabric resource provider API operations.",
"operationId": "Operations_List",
"parameters": [
{
"name": "api-version",
"in": "query",
"description": "The version of the Service Fabric resource provider API",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/OperationListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorModel"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes": {
"get": {
"operationId": "NodeTypes_ListByManagedClusters",
Expand Down Expand Up @@ -913,23 +877,6 @@
"Other"
]
},
"OperationListResult": {
"properties": {
"value": {
"type": "array",
"description": "List of operations supported by the Service Fabric resource provider.",
"items": {
"$ref": "#/definitions/OperationResult"
}
},
"nextLink": {
"type": "string",
"description": "URL to get the next set of operation list results if there are any.",
"readOnly": true
}
},
"description": "Describes the result of the request to list Service Fabric resource provider operations."
},
"OperationResult": {
"properties": {
"name": {
Expand Down Expand Up @@ -966,17 +913,7 @@
},
"createdByType": {
"type": "string",
"description": "The type of identity that created the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"description": "The type of identity that created the resource."
},
"createdAt": {
"type": "string",
Expand All @@ -989,17 +926,7 @@
},
"lastModifiedByType": {
"type": "string",
"description": "The type of identity that last modified the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"description": "The type of identity that last modified the resource."
},
"lastModifiedAt": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,8 @@ swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js servicefabricmanagedlusters/resource-manager
```
## C#
These settings apply only when `--csharp` is specified on the command line.
Expand All @@ -110,7 +107,7 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.ServiceFabricManagedClusters
payload-flattening-threshold: 1
output-folder: $(csharp-sdks-folder)/servicefabricmanagedlusters/Microsoft.Azure.Management.ServiceFabricManagedClusters/src/Generated
output-folder: $(csharp-sdks-folder)/servicefabricmanagedclusters/Microsoft.Azure.Management.ServiceFabricManagedClusters/src/Generated
clear-output-folder: true
```

Expand Down

0 comments on commit 8240593

Please sign in to comment.