Skip to content

Commit 879f3c6

Browse files
authored
[Automation] Generate Fluent Lite from deploymentmanager#package-2019-11-01-preview (Azure#32997)
1 parent 08fca80 commit 879f3c6

File tree

210 files changed

+7936
-2248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+7936
-2248
lines changed

sdk/deploymentmanager/azure-resourcemanager-deploymentmanager/CHANGELOG.md

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,97 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2023-01-16)
44

5+
- Azure Resource Manager Deployment client library for Java. This package contains Microsoft Azure SDK for Deployment Management SDK. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
### Breaking Changes
8+
9+
* `models.RolloutsCreateOrUpdateHeaders` was removed
10+
11+
* `models.ServiceUnitsCreateOrUpdateHeaders` was removed
12+
13+
* `models.ServiceUnitsCreateOrUpdateResponse` was removed
14+
15+
* `models.ServiceResourceProperties` was removed
16+
17+
* `models.RolloutRequestProperties` was removed
18+
19+
* `models.RolloutProperties` was removed
20+
21+
* `models.RolloutsCreateOrUpdateResponse` was removed
22+
23+
* `models.ServiceUnitResourceProperties` was removed
24+
25+
* `models.ServiceTopologyResourceProperties` was removed
26+
27+
* `models.ArtifactSourceProperties` was removed
28+
29+
#### `models.Steps` was modified
30+
31+
* `deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
32+
33+
#### `models.Rollouts` was modified
34+
35+
* `deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
36+
37+
#### `models.ServiceTopologies` was modified
38+
39+
* `deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
40+
41+
#### `models.ArtifactSources` was modified
42+
43+
* `deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
44+
45+
### Features Added
46+
47+
#### `models.Steps` was modified
48+
49+
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
50+
51+
#### `models.ServiceUnitResource` was modified
52+
53+
* `resourceGroupName()` was added
54+
55+
#### `models.ServiceResource` was modified
56+
57+
* `resourceGroupName()` was added
58+
59+
#### `models.ServiceTopologyResource` was modified
60+
61+
* `resourceGroupName()` was added
62+
63+
#### `models.Rollouts` was modified
64+
65+
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
66+
67+
#### `DeploymentManager` was modified
68+
69+
* `authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)` was added
70+
71+
#### `models.ServiceTopologies` was modified
72+
73+
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
74+
75+
#### `models.ArtifactSources` was modified
76+
77+
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
78+
79+
#### `models.StepResource` was modified
80+
81+
* `resourceGroupName()` was added
82+
83+
#### `DeploymentManager$Configurable` was modified
84+
85+
* `withScope(java.lang.String)` was added
86+
* `withRetryOptions(com.azure.core.http.policy.RetryOptions)` was added
87+
88+
#### `models.ArtifactSource` was modified
89+
90+
* `resourceGroupName()` was added
91+
92+
#### `models.RolloutRequest` was modified
93+
94+
* `resourceGroupName()` was added
595

696
## 1.0.0-beta.1 (2021-04-20)
797

sdk/deploymentmanager/azure-resourcemanager-deploymentmanager/README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Deployment client library for Java.
44

5-
This package contains Microsoft Azure SDK for Deployment Management SDK. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for Deployment Management SDK. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-deploymentmanager</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -41,19 +41,19 @@ Various documentation is available to help you get started
4141

4242
Azure Management Libraries require a `TokenCredential` implementation for authentication and an `HttpClient` implementation for HTTP client.
4343

44-
[Azure Identity][azure_identity] package and [Azure Core Netty HTTP][azure_core_http_netty] package provide the default implementation.
44+
[Azure Identity][azure_identity] and [Azure Core Netty HTTP][azure_core_http_netty] packages provide the default implementation.
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
48+
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
4949

5050
- `AZURE_CLIENT_ID` for Azure client ID.
5151
- `AZURE_TENANT_ID` for Azure tenant ID.
5252
- `AZURE_CLIENT_SECRET` or `AZURE_CLIENT_CERTIFICATE_PATH` for client secret or client certificate.
5353

54-
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
54+
In addition, Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment variable.
5555

56-
With above configuration, `azure` client can be authenticated by following code:
56+
With above configuration, `azure` client can be authenticated using the following code:
5757

5858
```java
5959
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
@@ -74,19 +74,22 @@ See [API design][design] for general introduction on design and key concepts on
7474

7575
## Examples
7676

77+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/deploymentmanager/azure-resourcemanager-deploymentmanager/SAMPLE.md)
78+
79+
7780
## Troubleshooting
7881

7982
## Next steps
8083

8184
## Contributing
8285

83-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
86+
For details on contributing to this repository, see the [contributing guide][cg].
87+
88+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
89+
90+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
8491

85-
1. Fork it
86-
1. Create your feature branch (`git checkout -b my-new-feature`)
87-
1. Commit your changes (`git commit -am 'Add some feature'`)
88-
1. Push to the branch (`git push origin my-new-feature`)
89-
1. Create new Pull Request
92+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <opencode@microsoft.com> with any additional questions or comments.
9093

9194
<!-- LINKS -->
9295
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
@@ -97,3 +100,6 @@ For details on contributing to this repository, see the [contributing guide](htt
97100
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
98101
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
99102
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
103+
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
104+
[coc]: https://opensource.microsoft.com/codeofconduct/
105+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

0 commit comments

Comments
 (0)