Skip to content

Commit

Permalink
Rename FunctionsDeployment.storageType to FunctionsDeployment.functio…
Browse files Browse the repository at this point in the history
…nsDeploymentStorageType
  • Loading branch information
v-hongli1 committed May 23, 2024
1 parent 339cfeb commit 46603c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3624,7 +3624,7 @@
"blobContainer"
],
"x-ms-enum": {
"name": "storageType",
"name": "functionsDeploymentStorageType",
"modelAsString": true
}
},
Expand Down
37 changes: 0 additions & 37 deletions specification/web/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,6 @@ directive:
reason: Swagger bug. Function App on ACA is LRO.
```

### Tag: package-2023-12 and java

These settings apply only when `--tag=package-2023-12 --java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2023-12' && $(java)
input-file:
- Microsoft.CertificateRegistration/stable/2023-12-01/AppServiceCertificateOrders.json
- Microsoft.CertificateRegistration/stable/2023-12-01/CertificateOrdersDiagnostics.json
- Microsoft.CertificateRegistration/stable/2023-12-01/CertificateRegistrationProvider.json
- Microsoft.DomainRegistration/stable/2023-12-01/Domains.json
- Microsoft.DomainRegistration/stable/2023-12-01/TopLevelDomains.json
- Microsoft.DomainRegistration/stable/2023-12-01/DomainRegistrationProvider.json
- Microsoft.Web/stable/2023-12-01/AppServiceEnvironments.json
- Microsoft.Web/stable/2023-12-01/AppServicePlans.json
- Microsoft.Web/stable/2023-12-01/Certificates.json
- Microsoft.Web/stable/2023-12-01/CommonDefinitions.json
- Microsoft.Web/stable/2023-12-01/ContainerApps.json
- Microsoft.Web/stable/2023-12-01/ContainerAppsRevisions.json
- Microsoft.Web/stable/2023-12-01/DeletedWebApps.json
- Microsoft.Web/stable/2023-12-01/Diagnostics.json
- Microsoft.Web/stable/2023-12-01/Global.json
- Microsoft.Web/stable/2023-12-01/KubeEnvironments.json
- Microsoft.Web/stable/2023-12-01/Provider.json
- Microsoft.Web/stable/2023-12-01/Recommendations.json
- Microsoft.Web/stable/2023-12-01/ResourceHealthMetadata.json
- Microsoft.Web/stable/2023-12-01/ResourceProvider.json
- Microsoft.Web/stable/2023-12-01/StaticSites.json
- Microsoft.Web/stable/2023-12-01/WebApps.json
directive:
- from: CommonDefinitions.json
where: $.definitions.FunctionsDeployment.properties.storage.properties.type.x-ms-enum
transform: >
$['name'] = "functionsDeploymentStorageType";
```


### Tag: profile-hybrid-2020-09-01 and java

These settings apply only when `--tag=profile-hybrid-2020-09-01 --java` is specified on the command line.
Expand Down

0 comments on commit 46603c3

Please sign in to comment.